- 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:
David Disseldorp 2013-12-06 14:10:17 +00:00 committed by Git OBS Bridge
parent d39e3e36bf
commit 15cae8dc50
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10718a6e6c72048be61754c9526663e9dca9f706e6d53fc8aa418fab1fb679b9
size 25656
oid sha256:c77c56ca45a8789a5b08687ff8b0168da1419433224a3051cc972826f4b7af4d
size 45182

View File

@ -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

View File

@ -136,7 +136,7 @@ BuildRequires: systemd
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3124
%define SOURCE_TIMESTAMP 3125
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a58172ee44968459570b43e02942adc37121e8aa7a6537d5d8dd0381377e30fa
size 53919
oid sha256:d864366f95e5e429a70c6bed3f36068fe60fef716593ef714eae105ff2557aac
size 53885