aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2021-02-10xfs: fix boolreturn.cocci warningskernel test robot
2021-02-10xfs: restore shutdown check in mapped write fault pathBrian Foster
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong
2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang
2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang
2021-02-03xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
2021-02-03xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-02-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2021-02-03xfs: remove trivial eof/cowblocks functionsDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_eofblocksDarrick J. Wong
2021-02-03xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong
2021-02-03xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong
2021-02-03xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-02-03xfs: add a tracepoint for blockgc scansDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-02-03xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong
2021-02-03xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong
2021-02-03xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong
2021-02-03xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2021-02-03xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2021-02-03xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong
2021-02-03xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong
2021-02-03xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-03xfs: fix up build warnings when quotas are disabledDarrick J. Wong
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong