aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24acl: handle idmapped mountsChristian Brauner3-5/+7
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+1
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds48-705/+695
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner15-78/+78
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+2
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig3-31/+27
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2-20/+7
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner3-37/+48
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner3-94/+24
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner3-161/+86
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner3-30/+41
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang1-4/+4
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2-8/+0
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi7-46/+0
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2-11/+69
2020-12-09xfs: show the proper user quota optionsKaixu Xia1-4/+6
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia1-1/+0
2020-12-09xfs: remove unnecessary null check in xfs_generic_createKaixu Xia1-4/+2
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia1-14/+9
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia3-19/+3
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia1-7/+0
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong1-13/+13
2020-12-09xfs: refactor file range validationDarrick J. Wong8-5/+37
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong5-20/+23
2020-12-09xfs: refactor data device extent validationDarrick J. Wong8-50/+32
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong1-3/+18
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong1-5/+5
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong2-1/+22
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2-0/+6
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong1-8/+7
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong1-8/+25
2020-12-09xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong1-12/+11
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong1-21/+38
2020-12-09xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong1-12/+18
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong1-25/+42
2020-12-09xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong1-13/+13
2020-12-09xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong1-27/+47
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong1-1/+2
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong2-0/+14
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2-27/+32
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-5/+2
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner1-0/+29
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai1-3/+8