summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-10-26xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2020-10-26Darrick J. Wong
2020-10-26xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2020-10-26xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2020-10-26xfs: convert xbitmap to interval treerepair-bitmap-rework_2020-10-26Darrick J. Wong
2020-10-26xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2020-10-26xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2020-10-26xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2020-10-26Darrick J. Wong
2020-10-26xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2020-10-26xfs: online checking of the free rt extent countscrub-fixes_2020-10-26Darrick J. Wong
2020-10-26xfs: check btree keys reflect the child blockDarrick J. Wong
2020-10-26xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2020-10-26xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2020-10-26Darrick J. Wong
2020-10-26xfs: set xefi_discard when creating a deferred agfl free log intent itemxfs-5.10-fixes_2020-10-26Darrick 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 failsxfs-5.10-merge-7Darrick 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=nxfs-5.10-merge-5Darrick 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_dquotxfs-5.10-merge_2020-10-10xfs-5.10-merge_2020-10-08xfs-5.10-merge_2020-10-07xfs-5.10-merge-3Kaixu 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
2020-10-07xfs: remove xfs_defer_resetDarrick J. Wong
2020-09-30xfs: fix finobt btree block recovery orderingDave Chinner
2020-09-25xfs: remove deprecated sysctl optionsxfs-5.10-merge_2020-10-05xfs-5.10-merge_2020-10-04xfs-5.10-merge_2020-10-01xfs-5.10-merge_2020-09-29xfs-5.10-merge_2020-09-27Pavel Reichl
2020-09-25xfs: remove deprecated mount optionsPavel Reichl
2020-09-25xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong
2020-09-25xfs: drop the obsolete comment on filestream lockingGao Xiang
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia