aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+8
2021-09-25Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-16/+72
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+3
2021-09-25Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-9/+21
2021-09-24ksmbd: use LOOKUP_BENEATH to prevent the out of share accessGravatar Hyunchul Lee 5-206/+140
2021-09-24mm: fs: invalidate bh_lrus for only cold pathGravatar Minchan Kim 1-2/+6
2021-09-24ocfs2: drop acl cache for directories tooGravatar Wengang Wang 1-1/+2
2021-09-24io_uring: make OP_CLOSE consistent with direct openGravatar Pavel Begunkov 1-1/+51
2021-09-24ovl: fix missing negative dentry check in ovl_rename()Gravatar Zheng Liang 1-3/+7
2021-09-24Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+2
2021-09-24Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-10/+10
2021-09-24io_uring: kill extra checks in io_write()Gravatar Pavel Begunkov 1-3/+0
2021-09-24io_uring: don't punt files update to io-wq unconditionallyGravatar Jens Axboe 1-5/+2
2021-09-24io_uring: put provided buffer meta data under memcg accountingGravatar Jens Axboe 1-1/+1
2021-09-24io_uring: allow conditional reschedule for intensive iteratorsGravatar Jens Axboe 1-2/+6
2021-09-24io_uring: fix potential req refcount underflowGravatar Hao Xu 1-2/+7
2021-09-24io_uring: fix missing set of EPOLLONESHOT for CQ ring overflowGravatar Hao Xu 1-1/+3
2021-09-24io_uring: fix race between poll completion and cancel_hash insertionGravatar Hao Xu 1-3/+3
2021-09-24io-wq: ensure we exit if thread group is exitingGravatar Jens Axboe 1-1/+2
2021-09-23cifs: fix incorrect check for null pointer in header_assembleGravatar Steve French 1-2/+3
2021-09-23smb3: correct server pointer dereferencing check to be more consistentGravatar Steve French 1-1/+2
2021-09-23Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-5/+32
2021-09-23smb3: correct smb3 ACL security descriptorGravatar Steve French 1-2/+2
2021-09-23cifs: Clear modified attribute bit from inode flagsGravatar Steve French 1-1/+1
2021-09-23cifs: Deal with some warnings from W=1Gravatar David Howells 1-2/+12
2021-09-23erofs: clear compacted_2b if compacted_4b_initial > totalidxGravatar Yue Hu 1-1/+2
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGravatar Gao Xiang 1-1/+1
2021-09-22ksmbd: remove follow symlinks supportGravatar Namjae Jeon 2-56/+19
2021-09-22ksmbd: check protocol id in ksmbd_verify_smb_message()Gravatar Namjae Jeon 3-5/+11
2021-09-22fs-verity: fix signed integer overflow with i_size near S64_MAXGravatar Eric Biggers 2-2/+2
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 2-14/+15
2021-09-22ext2: fix sleeping in atomic bugs on errorGravatar Dan Carpenter 1-8/+6
2021-09-21cifs: fix a sign extension bugGravatar Dan Carpenter 1-1/+1
2021-09-21ksmbd: add default data stream name in FILE_STREAM_INFORMATIONGravatar Namjae Jeon 1-5/+3
2021-09-21ksmbd: log that server is experimental at module loadGravatar Steve French 1-0/+3
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Gravatar Dan Carpenter 1-2/+2
2021-09-21qnx4: work around gcc false positive warning bugGravatar Linus Torvalds 1-9/+27
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorGravatar Nirmoy Das 1-1/+1
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 15-118/+287
2021-09-20Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbdGravatar Linus Torvalds 4-17/+81
2021-09-20Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 47-56/+67
2021-09-18ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_infoGravatar Namjae Jeon 1-0/+4
2021-09-17ksmbd: prevent out of share accessGravatar Hyunchul Lee 3-16/+77
2021-09-17cifs: Not to defer close on file when lock is setGravatar Rohith Surabattula 2-0/+3
2021-09-17cifs: Fix soft lockup during fsstressGravatar Rohith Surabattula 1-2/+2
2021-09-17cifs: Deferred close performance improvementsGravatar Rohith Surabattula 3-3/+43
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceGravatar Qu Wenruo 1-2/+3
2021-09-17btrfs: fix mount failure due to past and transient device flush errorGravatar Filipe Manana 1-0/+13
2021-09-17btrfs: fix transaction handle leak after verity rollback failureGravatar Filipe Manana 1-2/+4
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingGravatar Qu Wenruo 1-1/+12