summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-27btrfs: fix failure to rebuild free space tree using multiple transactionsFilipe Manana
2025-06-27bcachefs: mark invalid_btree_id autofixBharadwaj Raju
2025-06-27xfs: fix unmount hang with unflushable inodes stuck in the AILDave Chinner
2025-06-27xfs: factor out stale buffer item completionDave Chinner
2025-06-27xfs: rearrange code in xfs_buf_item.cDave Chinner
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner
2025-06-27xfs: catch stale AGF/AGF metadataDave Chinner
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner
2025-06-26Merge tag 'bcachefs-2025-06-26' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-06-26NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust
2025-06-26cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells
2025-06-26cifs: Fix the smbd_response slab to allow usercopyDavid Howells
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara
2025-06-26bcachefs: Plumb correct ip to trans_relock_fail tracepointKent Overstreet
2025-06-26bcachefs: Ensure we rewind to run recovery passesKent Overstreet
2025-06-26bcachefs: Ensure btree node scan runs before checking for scanned nodesKent Overstreet
2025-06-26bcachefs: btree_root_unreadable_and_scan_found_nothing should not be autofixKent Overstreet
2025-06-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-25fuse: fix runtime warning on truncate_folio_batch_exceptionals()Haiyue Wang
2025-06-25fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand
2025-06-25smb: client: remove \t from TP_printk statementsStefan Metzmacher
2025-06-25smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher
2025-06-24bcachefs: fix bch2_journal_keys_peek_prev_min() underflowKent Overstreet
2025-06-24bcachefs: Use wait_on_allocator() when allocating journalKent Overstreet
2025-06-24bcachefs: Check for bad write buffer key when moving from journalKent Overstreet
2025-06-24bcachefs: Don't unlock the trans if ret doesn't match BCH_ERR_operation_blockedAlan Huang
2025-06-24userns and mnt_idmap leak in open_tree_attr(2)Al Viro
2025-06-24fuse: fix fuse_fill_write_pages() upper bound calculationJoanne Koong
2025-06-23Merge tag 'f2fs-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-23attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro
2025-06-23NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington
2025-06-23nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2025-06-22bcachefs: Fix range in bch2_lookup_indirect_extent() error pathKent Overstreet
2025-06-22bcachefs: fix spurious error_throwKent Overstreet
2025-06-22bcachefs: Add missing bch2_err_class() to fileattr_set()Kent Overstreet
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-06-21Merge tag 'erofs-for-6.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher