- Add transparent file compression support; (fate#316266).
+ Implement FSCTL_GET_COMPRESSION and FSCTL_SET_COMPRESSION handlers. + Add FILE_ATTRIBUTE_COMPRESSED and FILE_NO_COMPRESSION support. + Extend vfs_btrfs VFS module to utilize get/set compression hooks. - Add support for FSCTL_SRV_COPYCHUNK_WRITE; (fate#314770). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=352
This commit is contained in:
parent
d39e3e36bf
commit
15cae8dc50
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:10718a6e6c72048be61754c9526663e9dca9f706e6d53fc8aa418fab1fb679b9
|
oid sha256:c77c56ca45a8789a5b08687ff8b0168da1419433224a3051cc972826f4b7af4d
|
||||||
size 25656
|
size 45182
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 19:22:47 UTC 2013 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Add transparent file compression support; (fate#316266).
|
||||||
|
+ Implement FSCTL_GET_COMPRESSION and FSCTL_SET_COMPRESSION handlers.
|
||||||
|
+ Add FILE_ATTRIBUTE_COMPRESSED and FILE_NO_COMPRESSION support.
|
||||||
|
+ Extend vfs_btrfs VFS module to utilize get/set compression hooks.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 17:03:34 UTC 2013 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Add support for FSCTL_SRV_COPYCHUNK_WRITE; (fate#314770).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 2 15:50:56 UTC 2013 - lmuelle@suse.com
|
Mon Dec 2 15:50:56 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ BuildRequires: systemd
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3124
|
%define SOURCE_TIMESTAMP 3125
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a58172ee44968459570b43e02942adc37121e8aa7a6537d5d8dd0381377e30fa
|
oid sha256:d864366f95e5e429a70c6bed3f36068fe60fef716593ef714eae105ff2557aac
|
||||||
size 53919
|
size 53885
|
||||||
|
Loading…
Reference in New Issue
Block a user