summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix return of uninitialized value in variable errorColin Ian King2021-05-141-0/+1
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-191-8/+8
* xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner2020-11-191-0/+29
* xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai2020-11-181-3/+8
* xfs: ensure inobt record walks always make forward progressDarrick J. Wong2020-11-181-3/+24
* xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2020-11-181-1/+7
* xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong2020-11-181-4/+17
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-181-4/+4
* xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-181-18/+27
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-111-1/+1
* xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-101-5/+3
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-101-8/+8
* xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-101-0/+2
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-101-1/+1
* xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong2020-11-041-1/+2
* xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-041-2/+1
* xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong2020-11-041-2/+4
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-6/+8
* xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-041-0/+10
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-292-1/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-234-18/+54
|\ \
| * | xfs: cancel intents immediately if process_intents failsDarrick J. Wong2020-10-211-0/+8
| * | xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong2020-10-213-18/+46
* | | Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-1936-508/+992
|\| |
| * | xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong2020-10-161-0/+1
| * | xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-161-7/+4
| * | xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong2020-10-131-2/+2
| * | xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong2020-10-131-1/+7
| * | xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-10-131-2/+8
| * | xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia2020-10-071-28/+15
| * | xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
| * | xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-073-71/+124
| * | xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-071-0/+3
| * | xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
| * | xfs: expose the log push thresholdDarrick J. Wong2020-10-072-10/+32
| * | xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-079-0/+168
| * | xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
| * | xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-077-13/+61
| * | xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong2020-10-071-18/+23
| * | xfs: clean up bmap intent item recovery checkingDarrick J. Wong2020-10-071-26/+12
| * | xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-073-3/+20
| * | xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-073-18/+11
| * | xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-078-91/+187
| * | xfs: remove XFS_LI_RECOVEREDDarrick J. Wong2020-10-072-8/+4
| * | xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
| * | xfs: fix finobt btree block recovery orderingDave Chinner2020-09-301-0/+2