summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-28Merge tag 'v6.16-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-154/+110
2025-06-28Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+5
2025-06-27Merge tag 'bcachefs-2025-06-26' of git://evilpiepirate.org/bcachefsLinus Torvalds42-451/+734
2025-06-26cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells1-95/+17
2025-06-26cifs: Fix the smbd_response slab to allow usercopyDavid Howells1-5/+13
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara2-22/+37
2025-06-26bcachefs: Plumb correct ip to trans_relock_fail tracepointKent Overstreet1-6/+6
2025-06-26bcachefs: Ensure we rewind to run recovery passesKent Overstreet1-5/+8
2025-06-26bcachefs: Ensure btree node scan runs before checking for scanned nodesKent Overstreet3-13/+24
2025-06-26bcachefs: btree_root_unreadable_and_scan_found_nothing should not be autofixKent Overstreet1-1/+1
2025-06-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-51/+66
2025-06-26fuse: fix runtime warning on truncate_folio_batch_exceptionals()Haiyue Wang1-0/+4
2025-06-26fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand1-1/+1
2025-06-25smb: client: remove \t from TP_printk statementsStefan Metzmacher1-12/+12
2025-06-25smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-06-25bcachefs: fix bch2_journal_keys_peek_prev_min() underflowKent Overstreet1-5/+15
2025-06-25bcachefs: Use wait_on_allocator() when allocating journalKent Overstreet1-1/+1
2025-06-24bcachefs: Check for bad write buffer key when moving from journalKent Overstreet3-6/+10
2025-06-24bcachefs: Don't unlock the trans if ret doesn't match BCH_ERR_operation_blockedAlan Huang1-2/+3
2025-06-24userns and mnt_idmap leak in open_tree_attr(2)Al Viro1-7/+3
2025-06-24Merge tag 'f2fs-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+38
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-82/+219
2025-06-23attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro2-40/+59
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-11/+18
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-13/+27
2025-06-22bcachefs: Fix range in bch2_lookup_indirect_extent() error pathKent Overstreet1-5/+7
2025-06-22bcachefs: fix spurious error_throwKent Overstreet1-1/+1
2025-06-22bcachefs: Add missing bch2_err_class() to fileattr_set()Kent Overstreet1-1/+2
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-3/+3
2025-06-21Merge tag 'erofs-for-6.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+7
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang1-6/+0
2025-06-19bcachefs: Add missing key type checks to check_snapshot_exists()Kent Overstreet1-2/+4
2025-06-19bcachefs: Don't log fsck err in the journal if doing repair elsewhereKent Overstreet4-8/+20
2025-06-19bcachefs: Fix *__bch2_trans_subbuf_alloc() error pathKent Overstreet1-5/+11
2025-06-19nfsd: use threads array as-is in netlink interfaceJeff Layton1-3/+2
2025-06-19btrfs: zoned: fix alloc_offset calculation for partly conventional block groupsJohannes Thumshirn1-14/+72
2025-06-19btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-06-19btrfs: fix race between async reclaim worker and close_ctree()Filipe Manana1-4/+18
2025-06-19btrfs: fix assertion when building free space treeFilipe Manana1-4/+12
2025-06-19btrfs: don't silently ignore unexpected extent type when replaying logFilipe Manana1-1/+4
2025-06-19btrfs: fix invalid inode pointer dereferences during log replayFilipe Manana1-8/+6