Hi folks,
The for-next branch of the xfs kernel repository at
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
has just been updated.
The new head of the for-next branch is commit:
a448f8f Merge branch 'fallocate-insert-range' into for-next
New Commits:
Byoungyoung Lee (1):
[20dafee] xfs: xfs_mru_cache_insert() should use GFP_NOFS
Dave Chinner (9):
[95afcf5] xfs: clean up inode locking for RENAME_WHITEOUT
[445883e] xfs: cleanup xfs_rename error handling
[310606b] xfs: factor out xfs_finish_rename()
[eeacd32] xfs: make xfs_cross_rename() complete fully
[7dcf5c3] xfs: add RENAME_WHITEOUT support
[d41bb03] Merge branch 'xfs-rename-whiteout' into for-next
[d64588c] xfs: remove xfs_bmap_sanity_check()
[2b93681] Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next
[a448f8f] Merge branch 'fallocate-insert-range' into for-next
Eric Sandeen (1):
[b26384d] xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()
Fabian Frederick (2):
[86aaf02] xfs: use bool instead of int in xfs_rename()
[29916df] xfs: fix shadow warning in xfs_da3_root_split()
Joe Perches (1):
[5e9383f] xfs: Fix incorrect positive ENOMEM return
Namjae Jeon (2):
[dd46c78] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
[a904b1c] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Scott Wood (1):
[65dd297] xfs: %pF is only for function pointers
Code Diffstat:
fs/open.c | 8 +-
fs/xfs/libxfs/xfs_bmap.c | 388 ++++++++++++++++++++++++++++++++--------
fs/xfs/libxfs/xfs_bmap.h | 13 +-
fs/xfs/libxfs/xfs_da_btree.c | 8 +-
fs/xfs/xfs_bmap_util.c | 131 ++++++++++----
fs/xfs/xfs_bmap_util.h | 2 +
fs/xfs/xfs_error.c | 2 +-
fs/xfs/xfs_file.c | 41 ++++-
fs/xfs/xfs_filestream.c | 2 +-
fs/xfs/xfs_inode.c | 408 +++++++++++++++++++++++++------------------
fs/xfs/xfs_iops.c | 2 +-
fs/xfs/xfs_mru_cache.c | 2 +-
fs/xfs/xfs_super.c | 2 +-
fs/xfs/xfs_trace.h | 21 +--
include/linux/falloc.h | 6 +
include/uapi/linux/falloc.h | 17 ++
16 files changed, 747 insertions(+), 306 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
signature.asc
Description: Digital signature
|