summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-01-23xfs: cover the log during log quiesceBrian Foster2-4/+47
2021-01-23xfs: separate log cleaning from log quiesceBrian Foster3-2/+9
2021-01-23xfs: lift writable fs check up into log worker taskBrian Foster1-10/+8
2021-01-23xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2021-01-23xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2021-01-23xfs: don't drain buffer lru on freeze and read-only remountBrian Foster3-7/+20
2021-01-23xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster5-17/+17
2021-01-23xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2021-01-23xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2021-01-23xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers1-6/+0
2021-01-23xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R5-25/+159
2021-01-23xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-23xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-23xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-23xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R3-1/+10
2021-01-23xfs: Check for extent overflow when swapping extentsChandan Babu R2-0/+23
2021-01-23xfs: Check for extent overflow when remapping an extentChandan Babu R1-0/+11
2021-01-23xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2-0/+14
2021-01-23xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2-0/+14
2021-01-23xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2-0/+23
2021-01-23xfs: Check for extent overflow when renaming dir entriesChandan Babu R2-1/+46
2021-01-23xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-23xfs: Check for extent overflow when adding dir entriesChandan Babu R3-0/+28
2021-01-23xfs: Check for extent overflow when punching a holeChandan Babu R3-6/+26
2021-01-23xfs: Check for extent overflow when trivally adding a new extentChandan Babu R7-1/+41
2021-01-23xfs: Add helper for checking per-inode extent count overflowChandan Babu R2-0/+25
2021-01-23xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2021-01-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+5
2021-01-16Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+41
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-16io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe1-0/+1
2021-01-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-129/+186
2021-01-16Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-7/+6
2021-01-15ext4: remove expensive flush on fast commitDaejun Park1-5/+5
2021-01-15ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-8/+9
2021-01-15ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park1-1/+1
2021-01-15ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li1-11/+12
2021-01-15io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez1-4/+30
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI1-1/+1
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong1-3/+1
2021-01-13cifs: fix interrupted close commandsPaulo Alcantara1-1/+1
2021-01-13cifs: check pointer before freeingTom Rix1-1/+2
2021-01-13io_uring: do sqo disable on install_fd errorPavel Begunkov1-0/+1
2021-01-13io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov1-1/+2
2021-01-12Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-81/+98
2021-01-12Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-29/+67
2021-01-11Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds4-27/+41
2021-01-11io_uring: don't take files/mm for a dead taskPavel Begunkov1-0/+5