summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
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