aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 48-705/+695
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 15-78/+78
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+2
2020-12-12fs/xfs: convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclGravatar Christoph Hellwig 3-31/+27
2020-12-12xfs: remove xfs_vn_setattr_nonsizeGravatar Christoph Hellwig 2-20/+7
2020-12-12xfs: kill ialloced in xfs_dialloc()Gravatar Gao Xiang 1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsGravatar Dave Chinner 3-37/+48
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Gravatar Dave Chinner 3-94/+24
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Gravatar Dave Chinner 3-161/+86
2020-12-12xfs: introduce xfs_dialloc_roll()Gravatar Dave Chinner 3-30/+41
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGravatar Gao Xiang 1-4/+4
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierGravatar Eric Sandeen 2-8/+0
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksGravatar Darrick J. Wong 1-1/+1
2020-12-09xfs: remove unneeded return value check for *init_cursor()Gravatar Joseph Qi 7-46/+0
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gravatar Gao Xiang 2-11/+69
2020-12-09xfs: show the proper user quota optionsGravatar Kaixu Xia 1-4/+6
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroGravatar Kaixu Xia 1-1/+0
2020-12-09xfs: remove unnecessary null check in xfs_generic_createGravatar Kaixu Xia 1-4/+2
2020-12-09xfs: directly return if the delta equal to zeroGravatar Kaixu Xia 1-14/+9
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagGravatar Kaixu Xia 3-19/+3
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationGravatar Kaixu Xia 1-7/+0
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Gravatar Darrick J. Wong 1-13/+13
2020-12-09xfs: refactor file range validationGravatar Darrick J. Wong 8-5/+37
2020-12-09xfs: refactor realtime volume extent validationGravatar Darrick J. Wong 5-20/+23
2020-12-09xfs: refactor data device extent validationGravatar Darrick J. Wong 8-50/+32
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dGravatar Darrick J. Wong 1-3/+18
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesGravatar Darrick J. Wong 1-5/+5
2020-12-09xfs: detect overflows in bmbt recordsGravatar Darrick J. Wong 1-0/+5
2020-12-09xfs: trace log intent item recovery failuresGravatar Darrick J. Wong 2-1/+22
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsGravatar Darrick J. Wong 2-0/+6
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsGravatar Darrick J. Wong 1-8/+7
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverGravatar Darrick J. Wong 1-8/+25
2020-12-09xfs: improve the code that checks recovered refcount intent itemsGravatar Darrick J. Wong 1-12/+11
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverGravatar Darrick J. Wong 1-21/+38
2020-12-09xfs: improve the code that checks recovered rmap intent itemsGravatar Darrick J. Wong 1-12/+18
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverGravatar Darrick J. Wong 1-25/+42
2020-12-09xfs: improve the code that checks recovered bmap intent itemsGravatar Darrick J. Wong 1-13/+13
2020-12-09xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverGravatar Darrick J. Wong 1-27/+47
2020-12-09xfs: enable the needsrepair featureGravatar Darrick J. Wong 1-1/+2
2020-12-09xfs: define a new "needrepair" featureGravatar Darrick J. Wong 2-0/+14
2020-12-08xfs: move kernel-specific superblock validation out of libxfsGravatar Darrick J. Wong 2-27/+32
2020-12-01fs: simplify freeze_bdev/thaw_bdevGravatar Christoph Hellwig 1-5/+2
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Gravatar Darrick J. Wong 1-8/+8
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesGravatar Dave Chinner 1-0/+29
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failGravatar Yu Kuai 1-3/+8
2020-11-18xfs: ensure inobt record walks always make forward progressGravatar Darrick J. Wong 1-3/+24
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gravatar Gao Xiang 1-1/+7
2020-11-18xfs: directory scrub should check the null bestfree entries tooGravatar Darrick J. Wong 1-4/+17
2020-11-18xfs: strengthen rmap record flags checkingGravatar Darrick J. Wong 1-4/+4