- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 71bc356 commoncap: handle idmapped mounts by Christian Brauner · 4 years ago
- c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years ago
- 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
- a643594 mount: attach mappings to mounts by Christian Brauner · 4 years ago
- a527a2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
- 11c0239 Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 9348b73 mm: don't play games with pinned pages in clear_page_refs by Linus Torvalds · 4 years ago
- 29a951d mm: fix clear_refs_write locking by Linus Torvalds · 4 years ago
- a8d13db io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() by Jens Axboe · 4 years ago
- 0bc9bc1 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
- 7cd3c41 Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
- e9f5335 ext4: remove expensive flush on fast commit by Daejun Park · 4 years ago
- 6b4b8e6 ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
- 31e203e ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years ago
- 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years ago
- f010505 io_uring: flush timeouts that should already have expired by Marcelo Diop-Gonzalez · 4 years ago
- e54fd07 cifs: style: replace one-element array with flexible-array by YANG LI · 4 years ago
- ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
- c13e7af fs: cifs: remove unneeded variable in smb3_fs_context_dup by Menglong Dong · 4 years ago
- 2659d3b cifs: fix interrupted close commands by Paulo Alcantara · 4 years ago
- 77b6ec0 cifs: check pointer before freeing by Tom Rix · 4 years ago
- 06585c4 io_uring: do sqo disable on install_fd error by Pavel Begunkov · 4 years ago
- b441161 io_uring: fix null-deref in io_disable_sqo_submit by Pavel Begunkov · 4 years ago
- e609571 Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
- 6e68b99 Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
- c912fd0 Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years ago
- 621fadc io_uring: don't take files/mm for a dead task by Pavel Begunkov · 4 years ago
- d434ab6 io_uring: drop mm and files after task_work_run by Pavel Begunkov · 4 years ago
- 896567e NFS: nfs_igrab_and_active must first reference the superblock by Trond Myklebust · 4 years ago
- 113aac6 NFS: nfs_delegation_find_inode_server must first reference the superblock by Trond Myklebust · 4 years ago
- ed41fd0 Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- d430adf Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- a440e4d Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- cb2856c NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter by Trond Myklebust · 4 years ago
- 46c9ea1 NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit() by Trond Myklebust · 4 years ago
- 1757655 NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request by Trond Myklebust · 4 years ago
- 2c8d5fc pNFS: Stricter ordering of layoutget and layoutreturn by Trond Myklebust · 4 years ago
- c18d1e1 pNFS: Clean up pnfs_layoutreturn_free_lsegs() by Trond Myklebust · 4 years ago
- 078000d pNFS: We want return-on-close to complete when evicting the inode by Trond Myklebust · 4 years ago
- 67bbcee pNFS: Mark layout for return if return-on-close was not sent by Trond Myklebust · 4 years ago
- c98e9da NFS: Adjust fs_context error logging by Scott Mayhew · 4 years ago
- d9d0521 io_uring: stop SQPOLL submit on creator's death by Pavel Begunkov · 4 years ago
- 6b5733e io_uring: add warn_once for io_uring_flush() by Pavel Begunkov · 4 years ago
- 4f793dc io_uring: inline io_uring_attempt_task_drop() by Pavel Begunkov · 4 years ago
- 55e6ac1 io_uring: io_rw_reissue lockdep annotations by Pavel Begunkov · 4 years ago
- 996e435 Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years ago
- ef0ba05 poll: fix performance regression due to out-of-line __put_user() by Linus Torvalds · 4 years ago
- e076ab2a btrfs: shrink delalloc pages instead of full inodes by Josef Bacik · 4 years ago
- 2d2f6f1 block: pre-initialize struct block_device in bdev_alloc_inode by Christoph Hellwig · 4 years ago
- 04a6a53 fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb by Satya Tangirala · 4 years ago
- 50e31ef btrfs: reloc: fix wrong file extent type check to avoid false ENOENT by Qu Wenruo · 4 years ago
- 347fb0c btrfs: tree-checker: check if chunk item end overflows by Su Yue · 4 years ago
- 29b665c btrfs: prevent NULL pointer dereference in extent_io_tree_panic by Su Yue · 4 years ago
- 7100873 btrfs: print the actual offset in btrfs_root_name by Josef Bacik · 4 years, 1 month ago
- b1445e5 io_uring: synchronise ev_posted() with waitqueues by Pavel Begunkov · 4 years ago
- 4aa84f2 io_uring: dont kill fasync under completion_lock by Pavel Begunkov · 4 years ago
- 80c18e4 io_uring: trigger eventfd for IOPOLL by Pavel Begunkov · 4 years ago
- 71c061d Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
- 3d1a90a NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock by Dave Wysochanski · 4 years, 1 month ago
- 3e2224c io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years ago
- 6207214 Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years ago
- 170b3bb io_uring: Delete useless variable ‘id’ in io_prep_async_work by Ye Bin · 4 years ago
- 90df085 io_uring: cancel more aggressively in exit_work by Pavel Begunkov · 4 years ago
- de7f1d9 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years ago
- 6c50315 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years ago
- 81b6d05 io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years ago
- a0a6df9 umount(2): move the flag validity checks first by Al Viro · 4 years ago
- 366911c afs: Fix directory entry size calculation by David Howells · 4 years ago
- 26982a8 afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=y by David Howells · 4 years ago
- 4f8b848 zonefs: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
- 8b4805c Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- dc3e24b Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- b1b6b5a kernel/io_uring: cancel io_uring before task works by Pavel Begunkov · 4 years ago
- 1ffc542 io_uring: fix io_sqe_files_unregister() hangs by Pavel Begunkov · 4 years ago
- 1642b44 io_uring: add a helper for setting a ref node by Pavel Begunkov · 4 years ago
- 875b237 fs: block_dev.c: fix kernel-doc warnings from struct block_device changes by Randy Dunlap · 4 years ago
- 7778877 io_uring: don't assume mm is constant across submits by Jens Axboe · 4 years ago
- 60267ba ceph: reencode gid_list when reconnecting by Ilya Dryomov · 4 years, 1 month ago
- 2ca408d fanotify: Fix sys_fanotify_mark() on native x86-32 by Brian Gerst · 4 years, 1 month ago
- 14e3e98 proc mountinfo: make splice available again by Linus Torvalds · 4 years ago
- 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
- 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
- 60e8edd Merge tag 'io_uring-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 771e7e4 Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 1 month ago
- 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years ago
- 4f06f21 Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years ago
- e9e541e Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years ago
- 5a3b590 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years, 1 month ago
- a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years, 1 month ago
- dfd56c2 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years, 1 month ago
- e92ad03 ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() by Jan Kara · 4 years, 1 month ago
- 2d01ddc ext4: save error info to sb through journal if available by Jan Kara · 4 years, 1 month ago
- 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years, 1 month ago