summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | afs: Fix page leakDavid Howells2021-09-101-2/+8
| * | | | | | afs: Fix missing put on afs_read objects and missing get on the key thereinDavid Howells2021-09-101-1/+2
* | | | | | | Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2021-09-204-17/+81
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_infoNamjae Jeon2021-09-181-0/+4
| * | | | | | ksmbd: prevent out of share accessHyunchul Lee2021-09-173-16/+77
| * | | | | | ksmbd: transport_rdma: Don't include rwlock.h directlyMike Galbraith2021-09-171-1/+0
* | | | | | | Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-2047-56/+67
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cifs: Not to defer close on file when lock is setRohith Surabattula2021-09-172-0/+3
| * | | | | | cifs: Fix soft lockup during fsstressRohith Surabattula2021-09-171-2/+2
| * | | | | | cifs: Deferred close performance improvementsRohith Surabattula2021-09-173-3/+43
| * | | | | | cifs: fix incorrect kernel doc commentsSteve French2021-09-132-3/+11
| * | | | | | cifs: remove pathname for file from SPDX headerSteve French2021-09-1347-48/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-171-40/+76
|\ \ \ \ \ \
| * | | | | | io_uring: move iopoll reissue into regular IO pathPavel Begunkov2021-09-151-19/+15
| * | | | | | io_uring: use iov_iter state save/restore helpersJens Axboe2021-09-151-21/+61
* | | | | | | Merge tag 'io_uring-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-172-51/+81
|\ \ \ \ \ \ \
| * | | | | | | io_uring: allow retry for O_NONBLOCK if async is supportedJens Axboe2021-09-141-5/+11
| * | | | | | | io_uring: auto-removal for direct open/acceptPavel Begunkov2021-09-141-18/+34
| * | | | | | | io_uring: fix missing sigmask restore in io_cqring_wait()Xiaoguang Wang2021-09-141-8/+8
| * | | | | | | io_uring: pin SQPOLL data before unlocking ring lockJens Axboe2021-09-131-3/+9
| * | | | | | | io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov2021-09-131-0/+5
| * | | | | | | io-wq: fix potential race of acct->nr_workersHao Xu2021-09-121-2/+1
| * | | | | | | io-wq: code clean of io_wqe_create_worker()Hao Xu2021-09-121-12/+7
| * | | | | | | io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe2021-09-121-3/+6
| | |/ / / / / | |/| | | | |
* / | | | | | qnx4: avoid stringop-overread errorsLinus Torvalds2021-09-151-17/+34
|/ / / / / /
* | | | | | Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-09-122-59/+58
|\ \ \ \ \ \
| * | | | | | putname(): IS_ERR_OR_NULL() is wrong hereAl Viro2021-09-071-1/+1
| * | | | | | namei: Standardize callers of filename_create()Stephen Brennan2021-09-071-17/+15
| * | | | | | namei: Standardize callers of filename_lookup()Stephen Brennan2021-09-072-18/+20
| * | | | | | rename __filename_parentat() to filename_parentat()Al Viro2021-09-071-9/+9
| * | | | | | namei: Fix use after free in kern_path_lockedStephen Brennan2021-09-071-15/+14
* | | | | | | Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-1212-21/+37
|\ \ \ \ \ \ \
| * | | | | | | cifs: properly invalidate cached root handle when closing itEnzo Matsumiya2021-09-091-7/+13
| * | | | | | | cifs: move SMB FSCTL definitions to common codeSteve French2021-09-092-1/+1
| * | | | | | | cifs: rename cifs_common to smbfs_commonSteve French2021-09-089-10/+10
| * | | | | | | cifs: update FSCTL definitionsSteve French2021-09-081-3/+13
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | file: Export receive_fd() to modulesXie Yongji2021-09-061-0/+6
| * | | | | | | | eventfd: Export eventfd_wake_count to modulesXie Yongji2021-09-061-0/+1
* | | | | | | | | Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-112-13/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BITHao Xu2021-09-101-1/+1
| * | | | | | | | | io_uring: fail links of cancelled timeoutsPavel Begunkov2021-09-091-0/+2
| * | | | | | | | | io-wq: fix memory leak in create_io_worker()Qiang.zhang2021-09-091-0/+3
| * | | | | | | | | io-wq: fix silly logic error in io_task_work_match()Jens Axboe2021-09-081-2/+7
| * | | | | | | | | io_uring: drop ctx->uring_lock before acquiring sqd->lockJens Axboe2021-09-081-0/+7
| * | | | | | | | | io_uring: fix missing mb() before waitqueue_activePavel Begunkov2021-09-081-1/+4
| * | | | | | | | | io-wq: fix cancellation on create-worker failurePavel Begunkov2021-09-081-9/+20
* | | | | | | | | | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-113-1697/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2021-09-073-1060/+2
| * | | | | | | | | | block: split out operations on block special filesChristoph Hellwig2021-09-071-637/+0