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