summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong6-46/+18
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong6-38/+59
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong7-56/+60
2021-02-03xfs: fix up build warnings when quotas are disabledDarrick J. Wong1-3/+3
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong4-10/+31
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong4-17/+7
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong3-9/+25
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong3-6/+5
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong1-1/+1
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong1-57/+35
2021-02-01xfs: reduce exclusive locking on unaligned dioDave Chinner2-21/+66
2021-02-01xfs: split the unaligned DIO write code outDave Chinner1-85/+85
2021-02-01xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig2-3/+3
2021-02-01xfs: simplify the read/write tracepointsChristoph Hellwig2-21/+17
2021-02-01xfs: remove the buffered I/O fallback assertChristoph Hellwig1-6/+0
2021-02-01xfs: cleanup the read/write helper namingChristoph Hellwig1-15/+15
2021-02-01xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-awareChristoph Hellwig1-4/+21
2021-02-01xfs: factor out a xfs_ilock_iocb helperChristoph Hellwig1-26/+29
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R1-5/+4
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster1-3/+2
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24xfs: support idmapped mountsChristoph Hellwig14-65/+110
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-24/+34
2021-01-24acl: handle idmapped mountsChristian Brauner3-5/+7