summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-06-17bcachefs: Fix missing newlines before eroKent Overstreet
2025-06-17bcachefs: fix spurious error in read_btree_roots()Kent Overstreet
2025-06-17bcachefs: fsck: Fix oops in key_visible_in_snapshot()Kent Overstreet
2025-06-17bcachefs: fsck: fix unhandled restart in topology repairKent Overstreet
2025-06-17ceph: fix a race with rename() in ceph_mdsc_build_path()Al Viro
2025-06-17prep for ceph_encode_encrypted_fname() fixesAl Viro
2025-06-17[ceph] parse_longname(): strrchr() expects NUL-terminated stringAl Viro
2025-06-17ksmbd: handle set/get info file for streamed fileNamjae Jeon
2025-06-17ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon
2025-06-17ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon
2025-06-17bcachefs: fsck: Fix check_directory_structure when no check_direntsKent Overstreet
2025-06-17bcachefs: Fix restart handling in btree_node_scrub_work()Kent Overstreet
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes
2025-06-17fs/xfs: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes
2025-06-17fs/ext4: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes
2025-06-17sysfs: constify internal references to 'struct bin_attribute'Thomas Weißschuh
2025-06-16bcachefs: Fix bch2_read_bio_to_text()Kent Overstreet