summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-09-268-260/+164
|\
| * ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee2021-09-245-206/+140
| * ksmbd: remove follow symlinks supportNamjae Jeon2021-09-222-56/+19
| * ksmbd: check protocol id in ksmbd_verify_smb_message()Namjae Jeon2021-09-223-5/+11
| * ksmbd: add default data stream name in FILE_STREAM_INFORMATIONNamjae Jeon2021-09-211-5/+3
| * ksmbd: log that server is experimental at module loadSteve French2021-09-211-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-252-3/+8
|\ \
| * | mm: fs: invalidate bh_lrus for only cold pathMinchan Kim2021-09-241-2/+6
| * | ocfs2: drop acl cache for directories tooWengang Wang2021-09-241-1/+2
* | | Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-252-16/+72
|\ \ \
| * | | io_uring: make OP_CLOSE consistent with direct openPavel Begunkov2021-09-241-1/+51
| * | | io_uring: kill extra checks in io_write()Pavel Begunkov2021-09-241-3/+0
| * | | io_uring: don't punt files update to io-wq unconditionallyJens Axboe2021-09-241-5/+2
| * | | io_uring: put provided buffer meta data under memcg accountingJens Axboe2021-09-241-1/+1
| * | | io_uring: allow conditional reschedule for intensive iteratorsJens Axboe2021-09-241-2/+6
| * | | io_uring: fix potential req refcount underflowHao Xu2021-09-241-2/+7
| * | | io_uring: fix missing set of EPOLLONESHOT for CQ ring overflowHao Xu2021-09-241-1/+3
| * | | io_uring: fix race between poll completion and cancel_hash insertionHao Xu2021-09-241-3/+3
| * | | io-wq: ensure we exit if thread group is exitingJens Axboe2021-09-241-1/+2
* | | | Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-252-2/+3
|\ \ \ \
| * | | | erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu2021-09-231-1/+2
| * | | | erofs: fix misbehavior of unsupported chunk format checkGao Xiang2021-09-231-1/+1
| |/ / /
* | | | Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-254-9/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-231-2/+3
| * | | smb3: correct server pointer dereferencing check to be more consistentSteve French2021-09-231-1/+2
| * | | smb3: correct smb3 ACL security descriptorSteve French2021-09-231-2/+2
| * | | cifs: Clear modified attribute bit from inode flagsSteve French2021-09-231-1/+1
| * | | cifs: Deal with some warnings from W=1David Howells2021-09-231-2/+12
| * | | cifs: fix a sign extension bugDan Carpenter2021-09-211-1/+1
* | | | Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2021-09-241-2/+2
|\ \ \ \
| * | | | ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2021-09-211-2/+2
| | |/ / | |/| |
* | | | Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-242-10/+10
|\ \ \ \
| * | | | ext2: fix sleeping in atomic bugs on errorDan Carpenter2021-09-221-8/+6
| * | | | mm: Fully initialize invalidate_lock, amend lock class laterSebastian Andrzej Siewior2021-09-171-2/+4
* | | | | Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-234-5/+32
|\ \ \ \ \
| * | | | | btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo2021-09-171-2/+3
| * | | | | btrfs: fix mount failure due to past and transient device flush errorFilipe Manana2021-09-171-0/+13
| * | | | | btrfs: fix transaction handle leak after verity rollback failureFilipe Manana2021-09-171-2/+4
| * | | | | btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo2021-09-171-1/+12
* | | | | | 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