summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-222-1/+46
| * | xfs: Check for extent overflow when removing dir entriesChandan Babu R2021-01-221-0/+18
| * | xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-223-0/+28
| * | xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-223-6/+26
| * | xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-227-1/+41
| * | xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-222-0/+25
| * | xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-223-20/+26
| |/
* | xfs: reduce exclusive locking on unaligned dioDave Chinner2021-02-012-21/+66
* | xfs: split the unaligned DIO write code outDave Chinner2021-02-011-85/+85
* | xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig2021-02-012-3/+3