summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-01-171-2/+5
|\
| * umount(2): move the flag validity checks firstAl Viro2021-01-041-2/+5
* | Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-161-5/+41
|\ \
| * | io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe2021-01-151-0/+1
| * | io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez2021-01-151-4/+30
| * | io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-131-0/+1
| * | io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov2021-01-131-1/+2
| * | io_uring: don't take files/mm for a dead taskPavel Begunkov2021-01-111-0/+5
| * | io_uring: drop mm and files after task_work_runPavel Begunkov2021-01-111-0/+2
* | | mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-161-0/+21
* | | mm: fix clear_refs_write lockingLinus Torvalds2021-01-161-23/+9
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-1510-129/+186
|\ \ \
| * | | ext4: remove expensive flush on fast commitDaejun Park2021-01-151-5/+5
| * | | ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-151-8/+9
| * | | ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park2021-01-151-1/+1
| * | | ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li2021-01-151-11/+12
| * | | ext4: don't leak old mountpoint samplesTheodore Ts'o2020-12-221-1/+1
| * | | ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-227-30/+10
| * | | ext4: fix superblock checksum failure when setting password saltJan Kara2020-12-221-0/+3
| * | | ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()Jan Kara2020-12-221-11/+10
| * | | ext4: save error info to sb through journal if availableJan Kara2020-12-221-26/+75
| * | | ext4: protect superblock modifications with a buffer lockJan Kara2020-12-227-2/+28
| * | | ext4: drop sync argument of ext4_commit_super()Jan Kara2020-12-221-25/+22
| * | | ext4: combine ext4_handle_error() and save_error_info()Jan Kara2020-12-221-17/+17
* | | | Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-01-155-7/+6
|\ \ \ \
| * | | | cifs: style: replace one-element array with flexible-arrayYANG LI2021-01-131-1/+1
| * | | | cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
| * | | | fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
| * | | | cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
| * | | | cifs: check pointer before freeingTom Rix2021-01-131-1/+2
* | | | | Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-127-81/+98
|\ \ \ \ \
| * | | | | NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-101-5/+7
| * | | | | NFS: nfs_delegation_find_inode_server must first reference the superblockTrond Myklebust2021-01-101-5/+7
| * | | | | NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust2021-01-101-0/+1
| * | | | | NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()Trond Myklebust2021-01-101-3/+5
| * | | | | NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the requestTrond Myklebust2021-01-101-9/+5
| * | | | | pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust2021-01-101-22/+21