[ANNOUNCE] xfs-linux: for-next *REBASED* to 56aa9ef3c413
Carlos Maiolino <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
Hi folks, The for-next branch of the xfs-linux repository at: ssh://[email protected]/pub/scm/fs/xfs/xfs-linux.git has just been *REBASED*. This removes a single patch from the previous push, everything else is the same. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to [email protected] so they can be picked up in the next update. The new head of the for-next branch is commit: 56aa9ef3c413 xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int 18 new commits: Christoph Hellwig (1): [7aa67044e7d8] xfs: update BDI {io,ra}_pages values based on the RT device limits Cihan Karadag (1): [56aa9ef3c413] xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int Darrick J. Wong (5): [270ffcd9b0a4] xfs: check cowextsize in xrep_inode_cowextsize [61606f8846a9] xfs: fix transaction block reservation in xrep_rtbitmap [8ed78104722b] xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref error [49933254ba8d] xfs: zero i_nlink before repair puts inode on unlinked list [b28d23c51635] xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems Guanghui Yang (1): [b7e53968cb88] xfs: propagate errors from xfs_rtginode_load Ibrahim Hashimov (1): [813f8136a2ce] xfs: bounds-check buffer log item's dirty bitmap Johannes Thumshirn (4): [daf43402da0d] xfs: add xfs_metadir_create_file helper [e6ecb1a98d14] xfs: create quota metadir inodes using xfs_metadir_create_file [de64b150a70c] xfs: create rtgroup metadir inodes using xfs_metadir_create_file [c6c54d05b129] xfs: mark internal metadir file creation helpers static Pankaj Raghav (2): [86e332447d72] xfs: add an allocation mode to xfs_alloc_file_space() [b16b63a47902] xfs: add support for FALLOC_FL_WRITE_ZEROES Qiang Ma (1): [87b2a82e135b] xfs: clear zapped attr fork state when bmap repair finds no attr fork Xiang Mei (1): [cc3144da377d] xfs: fix off-by-one in rtrefcount btree root level validation Yun Zhou (1): [d852729c5f4f] xfs: handle NULL b_addr in xfs_buf_free Code Diffstat: fs/xfs/libxfs/xfs_da_btree.c | 3 +- fs/xfs/libxfs/xfs_dquot_buf.c | 39 +++++---------- fs/xfs/libxfs/xfs_metadir.c | 64 +++++++++++++++---------- fs/xfs/libxfs/xfs_metadir.h | 8 ++-- fs/xfs/libxfs/xfs_rtgroup.c | 58 ++++++++++------------- fs/xfs/libxfs/xfs_rtrefcount_btree.c | 4 +- fs/xfs/scrub/agheader.c | 2 +- fs/xfs/scrub/bmap.c | 5 ++ fs/xfs/scrub/inode_repair.c | 2 +- fs/xfs/scrub/nlinks_repair.c | 7 ++- fs/xfs/scrub/rtbitmap_repair.c | 46 +++++++++++------- fs/xfs/scrub/rtsummary.c | 2 +- fs/xfs/xfs_bmap_util.c | 42 +++++++++++++--- fs/xfs/xfs_bmap_util.h | 7 ++- fs/xfs/xfs_buf.c | 2 +- fs/xfs/xfs_buf_item_recover.c | 57 +++++++++++++++------- fs/xfs/xfs_file.c | 92 ++++++++++++++++++++++++++++++++++-- fs/xfs/xfs_mount.h | 7 +++ fs/xfs/xfs_rtalloc.c | 2 +- fs/xfs/xfs_super.c | 53 ++++++++++++++++++++- 20 files changed, 359 insertions(+), 143 deletions(-)