summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang
2020-12-09xfs: show the proper user quota optionsKaixu Xia
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia
2020-12-09xfs: remove unnecessary null check in xfs_generic_createKaixu Xia
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai
2020-11-18xfs: ensure inobt record walks always make forward progressDarrick J. Wong
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong