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