summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-23pidfs: fix pidfs_free_pid()Christian Brauner
2025-06-23fs/ecryptfs: replace snprintf with sysfs_emit in show functionAnkit Chauhan
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu
2025-06-23kernfs: remove iattr_mutexChristian Brauner
2025-06-23ext4: add FALLOC_FL_WRITE_ZEROES supportZhang Yi
2025-06-23fs: introduce FALLOC_FL_WRITE_ZEROES to fallocateZhang Yi
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-06-23fs: annotate suspected data race between poll_schedule_timeout() and pollwake()Dmitry Antipov
2025-06-23pidfs: add some CONFIG_DEBUG_VFS assertsChristian Brauner
2025-06-23pidfs: support xattrs on pidfdsChristian Brauner
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
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
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