- 6fd3ec5 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 3 months ago
- 9b3b353 vboxfs: fix broken legacy mount signature checking by Linus Torvalds · 3 years, 3 months ago
- 5e5d759 Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years, 3 months ago
- a3b397b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 3 months ago
- f6f360a Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
- a5e0aceab Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 3 months ago
- b8f4296 Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 3 months ago
- 265fd19 ksmbd: use LOOKUP_BENEATH to prevent the out of share access by Hyunchul Lee · 3 years, 3 months ago
- 243418e mm: fs: invalidate bh_lrus for only cold path by Minchan Kim · 3 years, 3 months ago
- 9c0f0a0 ocfs2: drop acl cache for directories too by Wengang Wang · 3 years, 3 months ago
- 7df778b io_uring: make OP_CLOSE consistent with direct open by Pavel Begunkov · 3 years, 3 months ago
- 4c4f0c2 Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 3 months ago
- e655c81 Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 3 months ago
- 9f3a2cb io_uring: kill extra checks in io_write() by Pavel Begunkov · 3 years, 3 months ago
- cdb31c2 io_uring: don't punt files update to io-wq unconditionally by Jens Axboe · 3 years, 3 months ago
- 9990da9 io_uring: put provided buffer meta data under memcg accounting by Jens Axboe · 3 years, 3 months ago
- 8bab4c0 io_uring: allow conditional reschedule for intensive iterators by Jens Axboe · 3 years, 3 months ago
- 5b7aa38 io_uring: fix potential req refcount underflow by Hao Xu · 3 years, 3 months ago
- a62682f io_uring: fix missing set of EPOLLONESHOT for CQ ring overflow by Hao Xu · 3 years, 3 months ago
- bd99c71 io_uring: fix race between poll completion and cancel_hash insertion by Hao Xu · 3 years, 3 months ago
- 87c1696 io-wq: ensure we exit if thread group is exiting by Jens Axboe · 3 years, 3 months ago
- 9ed38fd cifs: fix incorrect check for null pointer in header_assemble by Steve French · 3 years, 3 months ago
- 1db1aa9 smb3: correct server pointer dereferencing check to be more consistent by Steve French · 3 years, 3 months ago
- f9e3610 Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 3 months ago
- b06d893 smb3: correct smb3 ACL security descriptor by Steve French · 3 years, 3 months ago
- 4f22262 cifs: Clear modified attribute bit from inode flags by Steve French · 3 years, 3 months ago
- 03ab9cb cifs: Deal with some warnings from W=1 by David Howells · 3 years, 3 months ago
- c40dd3c erofs: clear compacted_2b if compacted_4b_initial > totalidx by Yue Hu · 3 years, 4 months ago
- d705117 erofs: fix misbehavior of unsupported chunk format check by Gao Xiang · 3 years, 3 months ago
- 4ea4779 ksmbd: remove follow symlinks support by Namjae Jeon · 3 years, 3 months ago
- 18a015b ksmbd: check protocol id in ksmbd_verify_smb_message() by Namjae Jeon · 3 years, 3 months ago
- 80f6e30 fs-verity: fix signed integer overflow with i_size near S64_MAX by Eric Biggers · 3 years, 3 months ago
- cf1d2c3 Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 3 months ago
- 372d1f3 ext2: fix sleeping in atomic bugs on error by Dan Carpenter · 3 years, 3 months ago
- e946d3c cifs: fix a sign extension bug by Dan Carpenter · 3 years, 3 months ago
- 9f632331 ksmbd: add default data stream name in FILE_STREAM_INFORMATION by Namjae Jeon · 3 years, 3 months ago
- e44fd50 ksmbd: log that server is experimental at module load by Steve French · 3 years, 3 months ago
- 708c871 ceph: fix off by one bugs in unsafe_request_wait() by Dan Carpenter · 3 years, 4 months ago
- d5f6545 qnx4: work around gcc false positive warning bug by Linus Torvalds · 3 years, 3 months ago
- d9fb678 Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 3 months ago
- 707a63e Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years, 3 months ago
- fdf5078 Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 3 months ago
- 6d56262 ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_info by Namjae Jeon · 3 years, 3 months ago
- f58eae6 ksmbd: prevent out of share access by Hyunchul Lee · 3 years, 3 months ago
- 35866f3 cifs: Not to defer close on file when lock is set by Rohith Surabattula · 3 years, 3 months ago
- 71826b0 cifs: Fix soft lockup during fsstress by Rohith Surabattula · 3 years, 3 months ago
- e3fc065 cifs: Deferred close performance improvements by Rohith Surabattula · 3 years, 3 months ago
- 0619b79 btrfs: prevent __btrfs_dump_space_info() to underflow its free space by Qu Wenruo · 3 years, 3 months ago
- 6b225ba btrfs: fix mount failure due to past and transient device flush error by Filipe Manana · 3 years, 4 months ago
- acbee9a btrfs: fix transaction handle leak after verity rollback failure by Filipe Manana · 3 years, 4 months ago
- bbc9a6e btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling by Qu Wenruo · 3 years, 4 months ago
- ddf21bd Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
- 0bc7eb0 Merge tag 'io_uring-5.15-2021-09-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
- 02579b2 nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN by Dai Ngo · 3 years, 3 months ago
- 89c485c NLM: Fix svcxdr_encode_owner() by Chuck Lever · 3 years, 3 months ago
- a9b3043 ksmbd: transport_rdma: Don't include rwlock.h directly by Mike Galbraith · 3 years, 4 months ago
- 23ca067 mm: Fully initialize invalidate_lock, amend lock class later by Sebastian Andrzej Siewior · 3 years, 4 months ago
- b7213ff qnx4: avoid stringop-overread errors by Linus Torvalds · 3 years, 3 months ago
- b66ceaf io_uring: move iopoll reissue into regular IO path by Pavel Begunkov · 3 years, 3 months ago
- cd65869 io_uring: use iov_iter state save/restore helpers by Jens Axboe · 3 years, 4 months ago
- 5d329e1 io_uring: allow retry for O_NONBLOCK if async is supported by Jens Axboe · 3 years, 4 months ago
- 9c7b0ba io_uring: auto-removal for direct open/accept by Pavel Begunkov · 3 years, 4 months ago
- 44df58d io_uring: fix missing sigmask restore in io_cqring_wait() by Xiaoguang Wang · 3 years, 4 months ago
- 41d3a6b io_uring: pin SQPOLL data before unlocking ring lock by Jens Axboe · 3 years, 4 months ago
- 4c51de1 cifs: fix incorrect kernel doc comments by Steve French · 3 years, 4 months ago
- 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
- dd47c10 io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items by Eugene Syromiatnikov · 3 years, 4 months ago
- 9d37e1c afs: Fix updating of i_blocks on file/dir extension by David Howells · 3 years, 4 months ago
- b537a3c2 afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server by David Howells · 3 years, 4 months ago
- 4fe6a94 afs: Try to avoid taking RCU read lock when checking vnode validity by David Howells · 3 years, 4 months ago
- 6e0e99d afs: Fix mmap coherency vs 3rd-party changes by David Howells · 3 years, 4 months ago
- 63d49d8 afs: Fix incorrect triggering of sillyrename on 3rd-party invalidation by David Howells · 3 years, 4 months ago
- 3978d81 afs: Add missing vnode validation checks by David Howells · 3 years, 4 months ago
- 767a65e io-wq: fix potential race of acct->nr_workers by Hao Xu · 3 years, 4 months ago
- 7a842fb io-wq: code clean of io_wqe_create_worker() by Hao Xu · 3 years, 4 months ago
- 16c8d2d io_uring: ensure symmetry in handling iter types in loop_rw_iter() by Jens Axboe · 3 years, 4 months ago
- fdfc346 Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
- 8d4a0b5 Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 4 months ago
- 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
- c605c39 Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- c0f7e49 Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- 581b202 afs: Fix page leak by David Howells · 3 years, 4 months ago
- 345e1ae afs: Fix missing put on afs_read objects and missing get on the key therein by David Howells · 3 years, 4 months ago
- 4396a73 fsnotify: fix sb_connectors leak by Amir Goldstein · 3 years, 4 months ago
- 32c2d33 io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT by Hao Xu · 3 years, 4 months ago
- bf9f243 Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years, 4 months ago
- 8dde208 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
- 9351590 cifs: properly invalidate cached root handle when closing it by Enzo Matsumiya · 3 years, 4 months ago
- d6c338a Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 4 months ago
- 35776f1 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 4 months ago
- f154c80 Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
- 7b871c7 Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
- e2e694b Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
- 7b7699c Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
- 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
- 2ae2eb9 io_uring: fail links of cancelled timeouts by Pavel Begunkov · 3 years, 4 months ago
- 66e70be io-wq: fix memory leak in create_io_worker() by Qiang.zhang · 3 years, 4 months ago
- 8d014f5 cifs: move SMB FSCTL definitions to common code by Steve French · 3 years, 4 months ago
- 23e91d8 cifs: rename cifs_common to smbfs_common by Steve French · 3 years, 4 months ago
- fc111fb cifs: update FSCTL definitions by Steve French · 3 years, 4 months ago