Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | afs: Fix page leak | David Howells | 2021-09-10 | 1 | -2/+8 | |
| * | | | | | | afs: Fix missing put on afs_read objects and missing get on the key therein | David Howells | 2021-09-10 | 1 | -1/+2 | |
* | | | | | | | Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbd | Linus Torvalds | 2021-09-21 | 4 | -17/+81 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_info | Namjae Jeon | 2021-09-18 | 1 | -0/+4 | |
| * | | | | | | ksmbd: prevent out of share access | Hyunchul Lee | 2021-09-18 | 3 | -16/+77 | |
| * | | | | | | ksmbd: transport_rdma: Don't include rwlock.h directly | Mike Galbraith | 2021-09-17 | 1 | -1/+0 | |
* | | | | | | | Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2021-09-21 | 47 | -56/+67 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | cifs: Not to defer close on file when lock is set | Rohith Surabattula | 2021-09-17 | 2 | -0/+3 | |
| * | | | | | | cifs: Fix soft lockup during fsstress | Rohith Surabattula | 2021-09-17 | 1 | -2/+2 | |
| * | | | | | | cifs: Deferred close performance improvements | Rohith Surabattula | 2021-09-17 | 3 | -3/+43 | |
| * | | | | | | cifs: fix incorrect kernel doc comments | Steve French | 2021-09-14 | 2 | -3/+11 | |
| * | | | | | | cifs: remove pathname for file from SPDX header | Steve French | 2021-09-13 | 47 | -48/+8 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-17 | 1 | -40/+76 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | io_uring: move iopoll reissue into regular IO path | Pavel Begunkov | 2021-09-15 | 1 | -19/+15 | |
| * | | | | | | io_uring: use iov_iter state save/restore helpers | Jens Axboe | 2021-09-15 | 1 | -21/+61 | |
* | | | | | | | Merge tag 'io_uring-5.15-2021-09-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-17 | 2 | -51/+81 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | io_uring: allow retry for O_NONBLOCK if async is supported | Jens Axboe | 2021-09-14 | 1 | -5/+11 | |
| * | | | | | | | io_uring: auto-removal for direct open/accept | Pavel Begunkov | 2021-09-14 | 1 | -18/+34 | |
| * | | | | | | | io_uring: fix missing sigmask restore in io_cqring_wait() | Xiaoguang Wang | 2021-09-14 | 1 | -8/+8 | |
| * | | | | | | | io_uring: pin SQPOLL data before unlocking ring lock | Jens Axboe | 2021-09-14 | 1 | -3/+9 | |
| * | | | | | | | io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items | Eugene Syromiatnikov | 2021-09-13 | 1 | -0/+5 | |
| * | | | | | | | io-wq: fix potential race of acct->nr_workers | Hao Xu | 2021-09-13 | 1 | -2/+1 | |
| * | | | | | | | io-wq: code clean of io_wqe_create_worker() | Hao Xu | 2021-09-13 | 1 | -12/+7 | |
| * | | | | | | | io_uring: ensure symmetry in handling iter types in loop_rw_iter() | Jens Axboe | 2021-09-13 | 1 | -3/+6 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | qnx4: avoid stringop-overread errors | Linus Torvalds | 2021-09-15 | 1 | -17/+34 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2021-09-12 | 2 | -59/+58 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | putname(): IS_ERR_OR_NULL() is wrong here | Al Viro | 2021-09-07 | 1 | -1/+1 | |
| * | | | | | | namei: Standardize callers of filename_create() | Stephen Brennan | 2021-09-07 | 1 | -17/+15 | |
| * | | | | | | namei: Standardize callers of filename_lookup() | Stephen Brennan | 2021-09-07 | 2 | -18/+20 | |
| * | | | | | | rename __filename_parentat() to filename_parentat() | Al Viro | 2021-09-07 | 1 | -9/+9 | |
| * | | | | | | namei: Fix use after free in kern_path_locked | Stephen Brennan | 2021-09-07 | 1 | -15/+14 | |
* | | | | | | | Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2021-09-12 | 12 | -21/+37 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cifs: properly invalidate cached root handle when closing it | Enzo Matsumiya | 2021-09-10 | 1 | -7/+13 | |
| * | | | | | | | cifs: move SMB FSCTL definitions to common code | Steve French | 2021-09-09 | 2 | -1/+1 | |
| * | | | | | | | cifs: rename cifs_common to smbfs_common | Steve French | 2021-09-09 | 9 | -10/+10 | |
| * | | | | | | | cifs: update FSCTL definitions | Steve French | 2021-09-09 | 1 | -3/+13 | |
* | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-09-11 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | file: Export receive_fd() to modules | Xie Yongji | 2021-09-06 | 1 | -0/+6 | |
| * | | | | | | | | eventfd: Export eventfd_wake_count to modules | Xie Yongji | 2021-09-06 | 1 | -0/+1 | |
* | | | | | | | | | Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-11 | 2 | -13/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT | Hao Xu | 2021-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | io_uring: fail links of cancelled timeouts | Pavel Begunkov | 2021-09-09 | 1 | -0/+2 | |
| * | | | | | | | | | io-wq: fix memory leak in create_io_worker() | Qiang.zhang | 2021-09-09 | 1 | -0/+3 | |
| * | | | | | | | | | io-wq: fix silly logic error in io_task_work_match() | Jens Axboe | 2021-09-09 | 1 | -2/+7 | |
| * | | | | | | | | | io_uring: drop ctx->uring_lock before acquiring sqd->lock | Jens Axboe | 2021-09-09 | 1 | -0/+7 | |
| * | | | | | | | | | io_uring: fix missing mb() before waitqueue_active | Pavel Begunkov | 2021-09-08 | 1 | -1/+4 | |
| * | | | | | | | | | io-wq: fix cancellation on create-worker failure | Pavel Begunkov | 2021-09-08 | 1 | -9/+20 | |
* | | | | | | | | | | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-11 | 3 | -1697/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | block: move fs/block_dev.c to block/bdev.c | Christoph Hellwig | 2021-09-07 | 3 | -1060/+2 | |
| * | | | | | | | | | | block: split out operations on block special files | Christoph Hellwig | 2021-09-07 | 1 | -637/+0 |