summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | pNFS: Clean up pnfs_layoutreturn_free_lsegs()Trond Myklebust2021-01-101-5/+4
| * | | | | pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust2021-01-103-26/+16
| * | | | | pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-101-0/+6
| * | | | | NFS: Adjust fs_context error loggingScott Mayhew2021-01-102-5/+25
| * | | | | NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-061-1/+1
* | | | | | Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-118-29/+67
|\ \ \ \ \ \
| * | | | | | btrfs: shrink delalloc pages instead of full inodesJosef Bacik2021-01-082-18/+46
| * | | | | | btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo2021-01-071-1/+6
| * | | | | | btrfs: tree-checker: check if chunk item end overflowsSu Yue2021-01-071-0/+7
| * | | | | | btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue2021-01-071-3/+1
| * | | | | | btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-073-7/+7
* | | | | | | Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2021-01-114-27/+41
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | NFSD: Restore NFSv4 decoding's SAVEMEM functionalityChuck Lever2020-12-181-16/+26