summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-27xfs: fix unused log variable in xfs_log_cover()Brian Foster
2021-01-22xfs: reduce exclusive locking on unaligned dioxfs-5.12-merge_2021-01-23xfs-5.12-merge_2021-01-22Dave Chinner
2021-01-22iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig
2021-01-22iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2021-01-22iomap: rename the flags variable in __iomap_dio_rwChristoph Hellwig
2021-01-22xfs: split the unaligned DIO write code outDave Chinner
2021-01-22xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig
2021-01-22xfs: simplify the read/write tracepointsChristoph Hellwig
2021-01-22xfs: remove the buffered I/O fallback assertChristoph Hellwig
2021-01-22xfs: cleanup the read/write helper namingChristoph Hellwig
2021-01-22xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-awareChristoph Hellwig
2021-01-22xfs: factor out a xfs_ilock_iocb helperChristoph Hellwig
2021-01-22xfs: reduce ilock acquisitions in xfs_file_fsyncxfs-5.12-merge-1Christoph Hellwig
2021-01-22xfs: refactor xfs_file_fsyncChristoph Hellwig
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster