summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-11-19xfs: revert "xfs: fix rmap key and record comparison functions"xfs-5.10-fixes-7Darrick J. Wong
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failxfs-5.10-fixes-6Yu 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
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong
2020-11-11xfs: fix a missing unlock on error in xfs_fs_map_blocksxfs-5.10-fixes-5Christoph Hellwig
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorxfs-5.10-fixes-4Darrick J. Wong
2020-11-10xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-11-04xfs: only flush the unshared range in xfs_reflink_unsharexfs-5.10-fixes_2020-11-09xfs-5.10-fixes_2020-11-05xfs-5.10-fixes-3Darrick J. Wong
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt devicexfs-5.10-fixes-2Darrick J. Wong
2020-11-04xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster
2020-11-04xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemxfs-5.10-fixes-1Darrick J. Wong
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds