summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-2218-108/+277
|\
| * Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-205-3/+45
| |\
| | * nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi2023-06-191-1/+9
| | * Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng2023-06-191-1/+1
| | * nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi2023-06-193-1/+35
| * | Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-201-5/+7
| |\ \
| | * | btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo2023-06-201-5/+7
| * | | Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-207-86/+196
| |\ \ \
| | * | | ksmbd: validate session id and tree id in the compound requestNamjae Jeon2023-06-162-18/+59
| | * | | ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon2023-06-161-3/+9
| | * | | ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon2023-06-165-55/+117
| | * | | ksmbd: validate command payload sizeNamjae Jeon2023-06-161-11/+12
| * | | | afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)2023-06-191-2/+4
| * | | | afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)2023-06-191-0/+1
| * | | | afs: Fix vlserver probe RTT handlingDavid Howells2023-06-161-2/+2
| * | | | Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-163-10/+22
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo2023-06-141-1/+1
| | * | | btrfs: do not ASSERT() on duplicated global rootsQu Wenruo2023-06-131-2/+8
| | * | | btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason2023-06-131-1/+1
| | * | | btrfs: fix iomap_begin length for nocow writesChristoph Hellwig2023-06-131-6/+12
* | | | | splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells2023-06-151-4/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-1530-152/+397
|\| | | |
| * | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-151-12/+13
| |\ \ \ \
| | * | | | ext4: drop the call to ext4_error() from ext4_get_group_info()Fabio M. De Francesco2023-06-141-11/+9
| | * | | | Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"Kemeng Shi2023-06-141-1/+4
| * | | | | Merge tag '6.4-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-06-159-56/+190
| |\ \ \ \ \
| | * | | | | cifs: add a warning when the in-flight count goes negativeShyam Prasad N2023-06-141-0/+1
| | * | | | | cifs: fix lease break oops in xfstest generic/098Steve French2023-06-141-2/+6
| | * | | | | cifs: fix max_credits implementationShyam Prasad N2023-06-112-4/+30
| | * | | | | cifs: fix sockaddr comparison in iface_cmpShyam Prasad N2023-06-114-37/+88
| | * | | | | smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya2023-06-111-1/+46
| | * | | | | cifs: print all credit counters in DebugDataShyam Prasad N2023-06-111-3/+8
| | * | | | | cifs: fix status checks in cifs_tree_connectShyam Prasad N2023-06-112-8/+10
| | * | | | | smb: remove obsolete comment鑫华2023-06-111-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-127-9/+88
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ocfs2: check new file size on fallocate callLuís Henriques2023-06-121-1/+7
| | * | | | epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall2023-06-121-1/+5
| | * | | | nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-121-1/+42
| | * | | | ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques2023-06-121-2/+4
| | * | | | nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi2023-06-121-0/+9
| | * | | | mm/uffd: allow vma to merge as much as possiblePeter Xu2023-06-121-2/+6
| | * | | | mm/uffd: fix vma operation where start addr cuts part of vmaPeter Xu2023-06-121-0/+5
| | * | | | nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Ryusuke Konishi2023-06-121-2/+10
| * | | | | Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-123-11/+30
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | btrfs: scrub: also report errors hit during the initial readQu Wenruo2023-06-081-6/+18
| | * | | btrfs: scrub: respect the read-only flag during repairQu Wenruo2023-06-081-1/+1
| | * | | btrfs: properly enable async discard when switching from RO->RWChris Mason2023-06-061-0/+6
| | * | | btrfs: subpage: fix a crash in metadata repair pathQu Wenruo2023-06-051-4/+5
| * | | | Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-116-56/+62
| |\ \ \ \
| | * | | | ksmbd: validate smb request protocol idNamjae Jeon2023-06-022-3/+16