summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+2
2021-09-24Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+10
2021-09-24Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+32
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-14/+15
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter1-8/+6
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter1-2/+2
2021-09-21qnx4: work around gcc false positive warning bugLinus Torvalds1-9/+27
2021-09-21Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-118/+287
2021-09-21Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds4-17/+81
2021-09-21Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds47-56/+67
2021-09-18ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_infoNamjae Jeon1-0/+4
2021-09-18ksmbd: prevent out of share accessHyunchul Lee3-16/+77
2021-09-18cifs: Not to defer close on file when lock is setRohith Surabattula2-0/+3
2021-09-18cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-18cifs: Deferred close performance improvementsRohith Surabattula3-3/+43
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo1-2/+3
2021-09-17btrfs: fix mount failure due to past and transient device flush errorFilipe Manana1-0/+13
2021-09-17btrfs: fix transaction handle leak after verity rollback failureFilipe Manana1-2/+4
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo1-1/+12
2021-09-17Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+76
2021-09-17Merge tag 'io_uring-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-51/+81
2021-09-17nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo1-3/+13
2021-09-17NLM: Fix svcxdr_encode_owner()Chuck Lever1-11/+2
2021-09-17ksmbd: transport_rdma: Don't include rwlock.h directlyMike Galbraith1-1/+0
2021-09-17mm: Fully initialize invalidate_lock, amend lock class laterSebastian Andrzej Siewior1-2/+4
2021-09-15qnx4: avoid stringop-overread errorsLinus Torvalds1-17/+34
2021-09-15io_uring: move iopoll reissue into regular IO pathPavel Begunkov1-19/+15
2021-09-15io_uring: use iov_iter state save/restore helpersJens Axboe1-21/+61
2021-09-14io_uring: allow retry for O_NONBLOCK if async is supportedJens Axboe1-5/+11
2021-09-14io_uring: auto-removal for direct open/acceptPavel Begunkov1-18/+34
2021-09-14io_uring: fix missing sigmask restore in io_cqring_wait()Xiaoguang Wang1-8/+8
2021-09-14io_uring: pin SQPOLL data before unlocking ring lockJens Axboe1-3/+9
2021-09-14cifs: fix incorrect kernel doc commentsSteve French2-3/+11
2021-09-13cifs: remove pathname for file from SPDX headerSteve French47-48/+8
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov1-0/+5
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells4-13/+13
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells5-12/+49
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells4-45/+48
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells6-3/+119
2021-09-13afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells1-39/+7
2021-09-13afs: Add missing vnode validation checksDavid Howells3-3/+41
2021-09-13io-wq: fix potential race of acct->nr_workersHao Xu1-2/+1
2021-09-13io-wq: code clean of io_wqe_create_worker()Hao Xu1-12/+7
2021-09-13io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe1-3/+6
2021-09-12Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-59/+58
2021-09-12Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-21/+37
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+6
2021-09-11Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2-13/+44
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-1697/+2
2021-09-11afs: Fix page leakDavid Howells1-2/+8