aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 18-108/+277
2023-06-20Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-3/+45
2023-06-20Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+7
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 7-86/+196
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrGravatar Qu Wenruo 1-5/+7
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Gravatar Ryusuke Konishi 1-1/+9
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Gravatar Qi Zheng 1-1/+1
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsGravatar Ryusuke Konishi 3-1/+35
2023-06-19afs: Fix waiting for writeback then skipping folioGravatar Vishal Moola (Oracle) 1-2/+4
2023-06-19afs: Fix dangling folio ref counts in writebackGravatar Vishal Moola (Oracle) 1-0/+1
2023-06-16ksmbd: validate session id and tree id in the compound requestGravatar Namjae Jeon 2-18/+59
2023-06-16ksmbd: fix out-of-bound read in smb2_writeGravatar Namjae Jeon 1-3/+9
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsGravatar Namjae Jeon 5-55/+117
2023-06-16ksmbd: validate command payload sizeGravatar Namjae Jeon 1-11/+12
2023-06-16afs: Fix vlserver probe RTT handlingGravatar David Howells 1-2/+2
2023-06-16Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-10/+22
2023-06-15splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageGravatar David Howells 1-4/+2
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 30-152/+397
2023-06-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+13
2023-06-15Merge tag '6.4-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 9-56/+190
2023-06-14ext4: drop the call to ext4_error() from ext4_get_group_info()Gravatar Fabio M. De Francesco 1-11/+9
2023-06-14Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"Gravatar Kemeng Shi 1-1/+4
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Gravatar Qu Wenruo 1-1/+1
2023-06-14cifs: add a warning when the in-flight count goes negativeGravatar Shyam Prasad N 1-0/+1
2023-06-14cifs: fix lease break oops in xfstest generic/098Gravatar Steve French 1-2/+6
2023-06-13btrfs: do not ASSERT() on duplicated global rootsGravatar Qu Wenruo 1-2/+8
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 7-9/+88
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersGravatar Chris Mason 1-1/+1
2023-06-13btrfs: fix iomap_begin length for nocow writesGravatar Christoph Hellwig 1-6/+12
2023-06-12ocfs2: check new file size on fallocate callGravatar Luís Henriques 1-1/+7
2023-06-12epoll: ep_autoremove_wake_function should use list_del_init_carefulGravatar Benjamin Segall 1-1/+5
2023-06-12nilfs2: reject devices with insufficient block countGravatar Ryusuke Konishi 1-1/+42
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemGravatar Luís Henriques 1-2/+4
2023-06-12nilfs2: fix possible out-of-bounds segment allocation in resize ioctlGravatar Ryusuke Konishi 1-0/+9
2023-06-12mm/uffd: allow vma to merge as much as possibleGravatar Peter Xu 1-2/+6
2023-06-12mm/uffd: fix vma operation where start addr cuts part of vmaGravatar Peter Xu 1-0/+5
2023-06-12nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Gravatar Ryusuke Konishi 1-2/+10
2023-06-12Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-11/+30
2023-06-11cifs: fix max_credits implementationGravatar Shyam Prasad N 2-4/+30
2023-06-11cifs: fix sockaddr comparison in iface_cmpGravatar Shyam Prasad N 4-37/+88
2023-06-11smb/client: print "Unknown" instead of bogus link speed valueGravatar Enzo Matsumiya 1-1/+46
2023-06-11cifs: print all credit counters in DebugDataGravatar Shyam Prasad N 1-3/+8
2023-06-11cifs: fix status checks in cifs_tree_connectGravatar Shyam Prasad N 2-8/+10
2023-06-11smb: remove obsolete commentGravatar 鑫华 1-1/+1
2023-06-11Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 6-56/+62
2023-06-09Merge tag 'ceph-for-6.4-rc6' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-1/+9
2023-06-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+5
2023-06-08splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()Gravatar David Howells 1-8/+10
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsGravatar David Howells 1-1/+30
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()Gravatar David Howells 1-31/+127