summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-01-31xfs: remove return value from xchk_ag_btcur_initscrub-fixes-5.12_2021-01-31Darrick J. Wong
2021-01-31xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-01-31xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2021-01-31xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-01-31xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-01-31xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-01-31xfs: fix rmap key comparison functionsDarrick J. Wong
2021-01-31xfs: don't bounce the iolock between free_{eof,cow}blockseofblocks-consolidation-5.12_2021-01-31Darrick J. Wong
2021-01-31xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong
2021-01-31xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-01-31xfs: rename block gc start and stop functionsDarrick J. Wong
2021-01-31xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong
2021-01-31xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-01-31xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2021-01-31xfs: remove trivial eof/cowblocks functionsDarrick J. Wong
2021-01-31xfs: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-01-31xfs: hide xfs_icache_free_eofblocksDarrick J. Wong
2021-01-31xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong
2021-01-31xfs: set WQ_SYSFS on all workqueues in debug modeworkqueue-speedups-5.12_2021-01-31Darrick J. Wong
2021-01-31xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong
2021-01-31xfs: flush speculative space allocations when we run out of spacereclaim-space-harder-5.12_2021-01-31Darrick J. Wong
2021-01-31xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-01-31xfs: add a tracepoint for blockgc scansDarrick J. Wong
2021-01-31xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-01-31xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-01-31xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-01-31xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong
2021-01-31xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong
2021-01-31xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong
2021-01-31xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2021-01-31xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2021-01-31xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong
2021-01-31xfs: shut down the filesystem if we screw up quota errorsquota-function-cleanups-5.12_2021-01-31Darrick J. Wong
2021-01-31xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-01-31xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong
2021-01-31xfs: clean up xfs_trans_reserve_quota_chown a bitDarrick J. Wong
2021-01-31xfs: move xfs_qm_vop_chown_reserve to xfs_trans_dquot.cDarrick J. Wong
2021-01-31xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-01-31xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong
2021-01-31xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-01-31xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-01-31xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-01-31xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong
2021-01-31xfs: fix up build warnings when quotas are disabledDarrick J. Wong
2021-01-31xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-01-31xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-01-31xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-01-31xfs: clean up quota reservation callsitesDarrick J. Wong
2021-01-31xfs: fix xquota chown transactionality wrt delalloc blocksDarrick J. Wong
2021-01-27xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()xfs-5.12-merge_2021-01-31Chandan Babu R