summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong2021-02-031-22/+21
* xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong2021-02-032-1/+4
* xfs: parallelize block preallocation garbage collectionDarrick J. Wong2021-02-034-16/+38
* xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-035-11/+11
* xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong2021-02-031-11/+11
* xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong2021-02-038-99/+48
* xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong2021-02-033-66/+58
* xfs: remove trivial eof/cowblocks functionsDarrick J. Wong2021-02-031-22/+8
* xfs: hide xfs_icache_free_cowblocksDarrick J. Wong2021-02-033-3/+2
* xfs: hide xfs_icache_free_eofblocksDarrick J. Wong2021-02-033-3/+2
* xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong2021-02-031-63/+63
* xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong2021-02-034-12/+24
* xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong2021-02-034-27/+45
* xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong2021-02-031-0/+11
* xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong2021-02-034-8/+36
* xfs: add a tracepoint for blockgc scansDarrick J. Wong2021-02-033-0/+44
* xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong2021-02-031-10/+19
* xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong2021-02-033-30/+49
* xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong2021-02-032-0/+15
* xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong2021-02-031-3/+20
* xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong2021-02-033-15/+23
* xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong2021-02-033-57/+57
* xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong2021-02-031-0/+9
* xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong2021-02-031-3/+18
* xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong2021-02-033-41/+24
* xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong2021-02-031-3/+10
* xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong2021-02-031-19/+19
* xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong2021-02-033-54/+14
* xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong2021-02-034-43/+77
* xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong2021-02-034-28/+53
* xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong2021-02-032-33/+23
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-036-46/+18
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-036-38/+59
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-037-56/+60
* xfs: fix up build warnings when quotas are disabledDarrick J. Wong2021-02-031-3/+3
* xfs: clean up icreate quota reservation callsDarrick J. Wong2021-02-034-10/+31
* xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong2021-02-034-17/+7
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-033-9/+25
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-033-6/+5
* xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong2021-02-031-1/+1
* xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong2021-02-031-57/+35
* xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R2021-02-011-5/+4
* xfs: fix unused log variable in xfs_log_cover()Brian Foster2021-02-011-3/+2
* xfs: reduce ilock acquisitions in xfs_file_fsyncChristoph Hellwig2021-01-221-1/+8
* xfs: refactor xfs_file_fsyncChristoph Hellwig2021-01-221-31/+50
* xfs: cover the log on freeze instead of cleaning itBrian Foster2021-01-221-2/+1
* xfs: remove xfs_quiesce_attr()Brian Foster2021-01-222-23/+3
* xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster2021-01-221-5/+0
* xfs: fold sbcount quiesce logging into log coveringBrian Foster2021-01-224-42/+18
* xfs: don't reset log idle state on covering checkpointsBrian Foster2021-01-221-3/+6