aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-05-14xfs: fix return of uninitialized value in variable errorColin Ian King
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
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
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_blocksChristoph Hellwig
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick 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_unshareDarrick J. Wong
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick 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 itemDarrick 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
2020-10-23Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-21xfs: cancel intents immediately if process_intents failsDarrick J. Wong
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-16xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-14Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-10-07xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia
2020-10-07xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-07xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong
2020-10-07xfs: expose the log push thresholdDarrick J. Wong
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-10-07xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2020-10-07xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-10-07xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong