summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | NFSD: Fix sparse warning in nfssvc.cChuck Lever2020-12-183-7/+5
| * | | nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust2020-12-181-4/+5
| * | | nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust2020-12-181-0/+5
* | | | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-2/+5
|\ \ \ \
| * | | | block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig2021-01-071-2/+3
| * | | | fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala2021-01-071-0/+2
* | | | | Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-89/+167
|\ \ \ \ \
| * | | | | io_uring: stop SQPOLL submit on creator's deathPavel Begunkov2021-01-091-9/+53
| * | | | | io_uring: add warn_once for io_uring_flush()Pavel Begunkov2021-01-091-4/+10
| * | | | | io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov2021-01-091-18/+11
| * | | | | io_uring: io_rw_reissue lockdep annotationsPavel Begunkov2021-01-091-0/+2
| * | | | | io_uring: synchronise ev_posted() with waitqueuesPavel Begunkov2021-01-071-2/+8
| * | | | | io_uring: dont kill fasync under completion_lockPavel Begunkov2021-01-071-5/+8
| * | | | | io_uring: trigger eventfd for IOPOLLPavel Begunkov2021-01-071-2/+11
| * | | | | io_uring: Fix return value from alloc_fixed_file_ref_nodeMatthew Wilcox (Oracle)2021-01-061-6/+6
| * | | | | io_uring: Delete useless variable ‘id’ in io_prep_async_workYe Bin2021-01-051-2/+0
| * | | | | io_uring: cancel more aggressively in exit_workPavel Begunkov2021-01-041-4/+9
| * | | | | io_uring: drop file refs after task cancelPavel Begunkov2021-01-041-9/+16
| * | | | | io_uring: patch up IOPOLL overflow_flush syncPavel Begunkov2021-01-041-37/+41
| * | | | | io_uring: synchronise IOPOLL on task_submit failPavel Begunkov2021-01-041-6/+7
* | | | | | Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-101-10/+7
|\ \ \ \ \ \
| * | | | | | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-10/+7
* | | | | | | Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-01-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | zonefs: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | poll: fix performance regression due to out-of-line __put_user()Linus Torvalds2021-01-081-3/+11
* | | | | | | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-0618-97/+243
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana2020-12-181-0/+10
| * | | | | | btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana2020-12-181-0/+3
| * | | | | | btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-184-7/+44
| * | | | | | btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana2020-12-181-4/+1