summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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: 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-22xfs: reduce ilock acquisitions in xfs_file_fsyncChristoph Hellwig1-1/+8
2021-01-22xfs: refactor xfs_file_fsyncChristoph Hellwig1-31/+50
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster1-2/+1
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster2-23/+3
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster1-5/+0
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster4-42/+18
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster1-3/+6
2021-01-22xfs: cover the log during log quiesceBrian Foster2-4/+47
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster3-2/+9
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster1-10/+8
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster3-7/+20
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster5-17/+17
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers1-6/+0
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R5-25/+159
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R3-1/+10
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R2-0/+23
2021-01-22xfs: Check for extent overflow when remapping an extentChandan Babu R1-0/+11
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2-0/+14
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2-0/+14
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2-0/+23
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R2-1/+46
2021-01-22xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R3-0/+28
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R3-6/+26
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R7-1/+41
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R2-0/+25
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2021-01-17Linux 5.11-rc4v5.11-rc4Linus Torvalds1-1/+1
2021-01-17Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-208/+224
2021-01-17Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+23
2021-01-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+11
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2021-01-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-22/+19
2021-01-16dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro1-2/+5
2021-01-16Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18