summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-02-03xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong-57/+57
2021-02-03xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong-0/+9
2021-02-03xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong-3/+18
2021-02-03xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong-41/+24
2021-02-03xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong-3/+10
2021-02-03xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong-19/+19
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong-54/+14
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong-43/+77
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong-28/+53
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong-33/+23
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong-46/+18
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong-38/+59
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong-56/+60
2021-02-03xfs: fix up build warnings when quotas are disabledDarrick J. Wong-3/+3
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong-10/+31
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong-17/+7
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong-9/+25
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong-6/+5
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong-1/+1
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong-57/+35
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R-5/+4
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster-3/+2
2021-01-22xfs: reduce ilock acquisitions in xfs_file_fsyncChristoph Hellwig-1/+8
2021-01-22xfs: refactor xfs_file_fsyncChristoph Hellwig-31/+50
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster-2/+1
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster-23/+3
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster-5/+0
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster-42/+18
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster-3/+6
2021-01-22xfs: cover the log during log quiesceBrian Foster-4/+47
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster-2/+9
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster-10/+8
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster-10/+22
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell-0/+1
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster-7/+20
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster-17/+17
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang-1/+1
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig-7/+7
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers-6/+0
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R-25/+159
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R-29/+45
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R-37/+52
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R-1/+0
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R-1/+10
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R-0/+23
2021-01-22xfs: Check for extent overflow when remapping an extentChandan Babu R-0/+11
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R-0/+14
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R-0/+14
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R-0/+23
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R-1/+46