aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-57/+84
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)2-3/+3
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner4-19/+60
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong1-3/+10
2021-02-25xfs: don't reuse busy extents on extent trimBrian Foster1-14/+0
2021-02-24xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong1-21/+14
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds16-95/+151
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+4
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds52-978/+1608
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2021-02-10xfs: fix boolreturn.cocci warningskernel test robot1-1/+1
2021-02-10xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project quota typesDarrick J. Wong1-2/+37
2021-02-03xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig1-4/+3
2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang3-10/+10
2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang1-10/+10
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang2-0/+3
2021-02-03xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong1-22/+21
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong4-16/+38
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong5-11/+11
2021-02-03xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong1-11/+11
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong8-99/+48
2021-02-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong3-66/+58
2021-02-03xfs: remove trivial eof/cowblocks functionsDarrick J. Wong1-22/+8
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong3-3/+2
2021-02-03xfs: hide xfs_icache_free_eofblocksDarrick J. Wong3-3/+2
2021-02-03xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong1-63/+63
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong4-12/+24
2021-02-03xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong3-27/+7
2021-02-03xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong1-0/+11
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong4-8/+36
2021-02-03xfs: add a tracepoint for blockgc scansDarrick J. Wong3-0/+44
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong1-10/+19
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong3-30/+49
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong2-0/+15
2021-02-03xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong1-3/+20
2021-02-03xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong3-15/+23
2021-02-03xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong3-57/+57
2021-02-03xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong1-0/+9
2021-02-03xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong1-3/+18
2021-02-03xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong3-41/+24
2021-02-03xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong1-3/+10
2021-02-03xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong1-19/+19
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong3-54/+14
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong4-43/+77
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong4-28/+53
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong2-33/+23