summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-05-22smb: client: set interface for primary channelmultichannel-fixes-v2Enzo Matsumiya4-75/+90
2025-05-21smb: client: move ifaces stuff from ses to serverEnzo Matsumiya6-75/+86
2025-05-21smb: client: add only valid ifaces to ses->iface_listEnzo Matsumiya4-104/+85
2025-05-21smb: client: use list_sort for iface_listEnzo Matsumiya1-39/+41
2025-05-21smb: client: open secondary channels in parallelEnzo Matsumiya6-200/+181
2025-05-16smb: client: spread cifsd threads through available CPUsEnzo Matsumiya2-15/+66
2025-05-14smb: client: fix delay on concurrent opensPaulo Alcantara1-22/+10
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara1-2/+4
2025-05-14smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-10Merge tag 'mm-hotfixes-stable-2025-05-10-14-23' of git://git.kernel.org/pub/s...Linus Torvalds10-45/+136
2025-05-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-19/+17
2025-05-09Merge tag '6.15-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+4
2025-05-09fix IS_MNT_PROPAGATING usesAl Viro3-10/+12
2025-05-09do_move_mount(): don't leak MNTNS_PROPAGATING on failuresAl Viro1-3/+2
2025-05-09do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-09__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-05-08Merge tag 'bcachefs-2025-05-08' of git://evilpiepirate.org/bcachefsLinus Torvalds12-19/+55
2025-05-08Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-9/+43
2025-05-07nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()Ryusuke Konishi1-3/+0
2025-05-07ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-07ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-07ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-05-07mm/userfaultfd: fix uninitialized output field for -EAGAIN racePeter Xu1-6/+22
2025-05-07ocfs2: fix panic in failed foilio allocationMark Tinguely1-0/+1
2025-05-07ocfs2: fix the issue with discontiguous allocation in the global_bitmapHeming Zhao2-6/+33
2025-05-07bcachefs: Don't aggressively discard the journalKent Overstreet1-3/+4
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet1-0/+5
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet1-1/+2
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet1-1/+1
2025-05-07smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich1-8/+2
2025-05-07Merge tag 'erofs-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-20/+16
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang1-17/+14
2025-05-06Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-95/+8
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French1-0/+2
2025-05-06ksmbd: Fix UAF in __close_file_table_idsSean Heelan1-7/+26
2025-05-06ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei1-0/+7
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet1-8/+3
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet1-1/+3
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet3-1/+10
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet1-1/+21
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet1-2/+3
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet1-1/+3
2025-05-02Merge tag '6.15-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-75/+324
2025-05-02Merge tag 'bcachefs-2025-05-01' of git://evilpiepirate.org/bcachefsLinus Torvalds20-91/+219
2025-05-02btrfs: open code folio_index() in btree_clear_folio_dirty_tag()Kairui Song1-2/+2
2025-05-02Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo1-90/+1
2025-05-02btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo1-2/+2
2025-05-02btrfs: handle empty eb->folios in num_extent_folios()Boris Burkov1-0/+2
2025-05-02btrfs: compression: adjust cb->compressed_folios allocation typeKees Cook1-1/+1
2025-05-01ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong1-2/+5