summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-02-01xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong
2021-02-01xfs: flush speculative space allocations when we run out of spacereclaim-space-harder-5.12_2021-02-01Darrick J. Wong
2021-02-01xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-02-01xfs: add a tracepoint for blockgc scansDarrick J. Wong
2021-02-01xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-02-01xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-02-01xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-02-01xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong
2021-02-01xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong
2021-02-01xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong
2021-02-01xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2021-02-01xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2021-02-01xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong
2021-02-01xfs: shut down the filesystem if we screw up quota errorsquota-function-cleanups-5.12_2021-02-01Darrick J. Wong
2021-02-01xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong
2021-02-01xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong
2021-02-01xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-01xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-01xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong
2021-02-01xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-01xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-01xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-01xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong
2021-02-01xfs: fix up build warnings when quotas are disabledDarrick J. Wong
2021-02-01xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-02-01xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-02-01xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-02-01xfs: clean up quota reservation callsitesDarrick J. Wong
2021-02-01xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()xfs-5.12-merge_2021-02-01Chandan Babu R
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster
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
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster
2021-01-22xfs: cover the log during log quiesceBrian Foster
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R