summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-26NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-24f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()wangzijie
2025-06-24f2fs: Fix the typos in commentsSwarna Prabhu
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-24fhandle, pidfs: support open_by_handle_at() purely based on file handleChristian Brauner
2025-06-24userns and mnt_idmap leak in open_tree_attr(2)Al Viro
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-06-24fhandle: reflow get_path_anchor()Christian Brauner
2025-06-24pidfs: add pidfs_root_path() helperChristian Brauner
2025-06-24fhandle: rename to get_path_anchor()Christian Brauner
2025-06-24fhandle: hoist copy_from_user() above get_path_from_fd()Christian Brauner
2025-06-24fhandle: raise FILEID_IS_DIR in handle_typeChristian Brauner
2025-06-24fuse: fix fuse_fill_write_pages() upper bound calculationJoanne Koong
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-06-23f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu
2025-06-23f2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu
2025-06-23f2fs: introduce reserved_pin_section sysfs entryChao Yu
2025-06-23f2fs: fix to avoid invalid wait context issueChao Yu
2025-06-23f2fs: fix bio memleak when committing super blockSheng Yong
2025-06-23f2fs: do sanity check on fio.new_blkaddr in do_write_page()Chao Yu
2025-06-23f2fs: handle nat.blkaddr corruption in f2fs_get_node_info()Chao Yu
2025-06-23f2fs: turn off one_time when forcibly set to foreground GCDaeho Jeong
2025-06-23f2fs: make sure zoned device GC to use FG_GC in shortage of free sectionDaeho Jeong
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-23fs/ntfs3: cancle set bad inode after removing name failsEdward Adam Davis
2025-06-23fs/ntfs3: Add sanity check for file nameLizhi Xu
2025-06-23fs/ntfs3: correctly create symlink for relative pathRong Zhang
2025-06-23fs/ntfs3: fix symlinks cannot be handled correctlyRong Zhang
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