summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-222-14/+15
|\
| * nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo2021-09-171-3/+13
| * NLM: Fix svcxdr_encode_owner()Chuck Lever2021-09-171-11/+2
* | qnx4: work around gcc false positive warning bugLinus Torvalds2021-09-211-9/+27
* | Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-2015-118/+287
|\ \
| * | afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-134-13/+13
| * | afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells2021-09-135-12/+49
| * | afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-134-45/+48
| * | afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-136-3/+119
| * | afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells2021-09-131-39/+7
| * | afs: Add missing vnode validation checksDavid Howells2021-09-133-3/+41
| * | 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