[XFS updates] XFS development tree branch, xfs-collapse-range, updated. xfs-for-linus-v3.14-rc1-2-12924-g376ba31

xfs at oss.sgi.com xfs at oss.sgi.com
Thu Mar 13 03:34:39 CDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".

The branch, xfs-collapse-range has been updated
  376ba31 xfs: Add support for FALLOC_FL_ZERO_RANGE
      from  e1d8fb88a64c1f8094b9f6c3b6d2d9e6719c970d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 376ba313147b4172f3e8cf620b9fb591f3e8cdfa
Author: Lukas Czerner <lczerner at redhat.com>
Date:   Thu Mar 13 19:07:58 2014 +1100

    xfs: Add support for FALLOC_FL_ZERO_RANGE
    
    Introduce new FALLOC_FL_ZERO_RANGE flag for fallocate. This has the same
    functionality as xfs ioctl XFS_IOC_ZERO_RANGE.
    
    We can also preallocate blocks past EOF in the same was as with
    fallocate. Flag FALLOC_FL_KEEP_SIZE will cause the inode size to remain
    the same even if we preallocate blocks past EOF.
    
    It uses the same code to zero range as it is used by the
    XFS_IOC_ZERO_RANGE ioctl.
    
    Signed-off-by: Lukas Czerner <lczerner at redhat.com>
    Reviewed-by: Dave Chinner <dchinner at redhat.com>
    Signed-off-by: Dave Chinner <david at fromorbit.com>

-----------------------------------------------------------------------

Summary of changes:
 fs/xfs/xfs_file.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
XFS development tree



More information about the xfs mailing list