summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian
2025-06-20fscrypt: Explicitly include <linux/export.h>Eric Biggers
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang
2025-06-19bcachefs: Add missing key type checks to check_snapshot_exists()Kent Overstreet
2025-06-19bcachefs: Don't log fsck err in the journal if doing repair elsewhereKent Overstreet
2025-06-19bcachefs: Fix *__bch2_trans_subbuf_alloc() error pathKent Overstreet
2025-06-19nfsd: use threads array as-is in netlink interfaceJeff Layton
2025-06-19btrfs: zoned: fix alloc_offset calculation for partly conventional block groupsJohannes Thumshirn
2025-06-19btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo
2025-06-19btrfs: fix race between async reclaim worker and close_ctree()Filipe Manana
2025-06-19btrfs: fix assertion when building free space treeFilipe Manana
2025-06-19btrfs: don't silently ignore unexpected extent type when replaying logFilipe Manana
2025-06-19btrfs: fix invalid inode pointer dereferences during log replayFilipe Manana
2025-06-19btrfs: fix double unlock of buffer_tree xarray when releasing subpage ebFilipe Manana
2025-06-19btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone
2025-06-19btrfs: fix a race between renames and directory loggingFilipe Manana
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain
2025-06-19btrfs: warn if leaking delayed_nodes in btrfs_put_root()Leo Martins
2025-06-19btrfs: fix delayed ref refcount leak in debug assertionLeo Martins
2025-06-19btrfs: include root in error message when unlinking inodeFilipe Manana
2025-06-19pidfs: make inodes mutableChristian Brauner
2025-06-19libfs: prepare to allow for non-immutable pidfd inodesChristian Brauner
2025-06-19pidfs: remove pidfs_pid_valid()Christian Brauner
2025-06-19pidfs: remove pidfs_{get,put}_pid()Christian Brauner
2025-06-19pidfs: remove custom inode allocationChristian Brauner
2025-06-19pidfs: remove unused members from struct pidfs_inodeChristian Brauner
2025-06-19pidfs: persist informationChristian Brauner
2025-06-19libfs: massage path_from_stashed()Christian Brauner
2025-06-19libfs: massage path_from_stashed() to allow custom stashing behaviorChristian Brauner
2025-06-19pidfs: raise SB_I_NODEV and SB_I_NOEXECChristian Brauner
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-19fs/buffer: remove comment about hard sectorsizePankaj Raghav
2025-06-19erofs: refuse crafted out-of-file-range encoded extentsGao Xiang
2025-06-18Merge tag '6.16-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-06-18f2fs: fix to zero post-eof pageChao Yu
2025-06-18cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() functionPali Rohár
2025-06-18smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM
2025-06-18erofs: impersonate the opener's credentials when accessing backing fileTatsuyuki Ishi