summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-11xfs: Report case sensitivity in fileattr_getChuck Lever
2026-05-11hfsplus: Report case sensitivity in fileattr_getChuck Lever
2026-05-11hfs: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11ntfs3: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11exfat: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11fat: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11fs: Add case sensitivity flags to file_kattrChuck Lever
2026-05-11fs: Move file_kattr initialization to callersChuck Lever
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang
2026-05-11nsfs: fix wrong error code returned for pidns ioctlsZhihao Cheng
2026-05-11iomap: add dirty page control to iomap_zero_iterChi Zhiling
2026-05-11iomap: avoid memset iomap when iter is doneFengnan Chang
2026-05-11fs: fix forced iversion increment on lazytime timestamp updatesPankaj Raghav
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian
2026-05-11fs: Fix return in jfs_mkdir and orangefs_mkdirHongling Zeng
2026-05-11fs/statmount: fix slab out-of-bounds write in statmount_mnt_idmapJunyoung Jang
2026-05-11xfs: Fix typo in commentMd Shofiqul Islam
2026-05-11xfs: fix the "limiting open zones" messageChristoph Hellwig
2026-05-11bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentriesrefs/merge-window/69e5cd1262043a6bfdd55693f1950119f50f0f77Matt Bobrowski
2026-05-11exportfs,nfsd: rework checking for layout-based block device access supportChristoph Hellwig
2026-05-11exportfs: don't pass struct iattr to ->commit_blocksChristoph Hellwig
2026-05-11exportfs: split out the ops for layout-based block device accessChristoph Hellwig
2026-05-11nfsd/blocklayout: always ignore loca_time_modifyChristoph Hellwig
2026-05-11ceph: put folios not suitable for writebackHristo Venev
2026-05-11ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()Viacheslav Dubeyko
2026-05-11ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko
2026-05-11ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov
2026-05-10NFSD: Fix infinite loop in layout state revocationChuck Lever
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia
2026-05-10nfsd: fix file change detection in CB_GETATTRScott Mayhew
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang
2026-05-09Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-05-10ntfs: validate attribute name bounds before returning itDaeMyung Kang
2026-05-10ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang
2026-05-10ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng
2026-05-08nilfs2: fix backing_dev_info reference leakShuangpeng Bai
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-05-08ntfs: avoid leaking uninitialised bytes in new security descriptorsDaeMyung Kang
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang
2026-05-08ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge pathDaeMyung Kang
2026-05-08ntfs: fix variable dereferenced before check ni in ntfs_attr_open()Namjae Jeon
2026-05-08ntfs: fix default_upcase refcount underflow and UAF on fs_context teardownDaeMyung Kang
2026-05-08ntfs: match ntfs_resident_attr_min_value_length with $AttrDefHyunchul Lee
2026-05-08ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()DaeMyung Kang
2026-05-08ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned startDaeMyung Kang
2026-05-08ntfs: wait for sync mft writes to completeDaeMyung Kang
2026-05-08ntfs: capture mft mirror sync errors in ntfs_write_mft_block()DaeMyung Kang