aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23cifs: Deal with some warnings from W=1David Howells1-2/+12
2021-09-23erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu1-1/+2
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGao Xiang1-1/+1
2021-09-22ksmbd: remove follow symlinks supportNamjae Jeon2-56/+19
2021-09-22ksmbd: check protocol id in ksmbd_verify_smb_message()Namjae Jeon3-5/+11
2021-09-22fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2-2/+2
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-14/+15
2021-09-22ext2: fix sleeping in atomic bugs on errorDan Carpenter1-8/+6
2021-09-21cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-21ksmbd: add default data stream name in FILE_STREAM_INFORMATIONNamjae Jeon1-5/+3
2021-09-21ksmbd: log that server is experimental at module loadSteve French1-0/+3
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-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds15-118/+287
2021-09-20Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds4-17/+81
2021-09-20Merge 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-17ksmbd: prevent out of share accessHyunchul Lee3-16/+77
2021-09-17cifs: Not to defer close on file when lock is setRohith Surabattula2-0/+3
2021-09-17cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-17cifs: 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-13io_uring: pin SQPOLL data before unlocking ring lockJens Axboe1-3/+9
2021-09-13cifs: 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-12io-wq: fix potential race of acct->nr_workersHao Xu1-2/+1
2021-09-12io-wq: code clean of io_wqe_create_worker()Hao Xu1-12/+7