summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-27fs: Provide way for filesystem to wait for metadata writebackJan Kara
2026-07-27ext4: Allocate mapping_metadata_bhs struct on demandJan Kara
2026-07-27fs: Fix missed inode writeback when racing with __writeback_single_inodeJan Kara
2026-07-27fs: Fix possible UAF in mark_buffer_write_io_error()Jan Kara
2026-07-27affs: Drop support for metadata bh trackingJan Kara
2026-07-27exfat: write moved entry before removing sourceYichong Chen
2026-07-27udf: Fix bh leak for unallocated space entriesJan Kara
2026-07-27udf: bound lengthAllocDescs from unallocated space entryJay Vadayath
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky
2026-07-26fs/resctrl: Inform user space when status buffer overflowedReinette Chatre
2026-07-27erofs: cap LZMA stream pool sizeMichael Bommarito
2026-07-27erofs: ensure valid f_path for page cache sharingGao Xiang
2026-07-26fs/resctrl: Communicate resource group deleted error via last_cmd_statusReinette Chatre
2026-07-26fs/resctrl: Add last_cmd_status support for writes to max_threshold_occupancyReinette Chatre
2026-07-26cifs: validate idmap key payload lengthLi Qiang
2026-07-26smb: client: remove conditional return with no effectSang-Heon Jeon
2026-07-26smb: client: fix buffer leaks in SMB1 read and writeDawei Feng
2026-07-26smb: client: use GFP_KERNEL for registry allocationFredric Cover
2026-07-26fs/resctrl: Change last_cmd_status custom during input parsingReinette Chatre
2026-07-26Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-26super: fix emergency thaw deadlock on frozen block devicesChristian Brauner
2026-07-25fs/resctrl: Use accurate and symmetric exit flowsReinette Chatre
2026-07-24Merge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-24Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-07-24Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-07-25exfat: fix valid_size extension over a shared writable mappingNamjae Jeon
2026-07-24fs/ntfs3: reserve NUL byte when converting UTF-16 namesKyle Zeng
2026-07-24ntfs3: initialize err in attr_wof_frame_infoRuoyu Wang
2026-07-24fs/ntfs3: fix lseek EINVAL on sparse/compressed files with 64-bit clustersSenjin
2026-07-24fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension recordsKonstantin Komarov
2026-07-24ntfs3: fix info-leak in ntfs_rename()Konstantin Komarov
2026-07-24ntfs3: fix boundary check in ntfs_dir_count()Konstantin Komarov
2026-07-24fs/ntfs3: fix out-of-bounds read of INDEX_ROOT in reparse/objid initWeiming Wu
2026-07-24pidfs: make pidfs_ino_lock staticMateusz Guzik
2026-07-23Merge tag 'v7.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-23fs/resctrl: Pass error reading event through to user spaceReinette Chatre
2026-07-23ceph: avoid fs reclaim while using current->journal_infoMax Kellermann
2026-07-23ceph: add owner/capability checks for CEPH_IOC_SET_LAYOUT*Max Kellermann
2026-07-23ceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann
2026-07-23ceph: fix refcount leak in ceph_readdir()WenTao Liang
2026-07-23ceph: fix writeback_count leak in write_folio_nounlock()Wentao Liang
2026-07-23ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas
2026-07-23VFS: add vfs_lookup_open() for nfsdNeilBrown
2026-07-23VFS: move delegated_inode retry loop into lookup_open()NeilBrown
2026-07-23VFS: move mnt_want_write() and locking into lookup_open()NeilBrown
2026-07-23eventpoll: pin files while checking reverse pathsGuidong Han
2026-07-23fs: push nr_cached_objects memcg gating into individual filesystemsUsama Arif
2026-07-23afs: Fix afs_edit_dir_remove() to get, not find, block 0David Howells
2026-07-23iomap: prevent ioend merge when io_private differsZhang Yi
2026-07-23Merge patch series "iomap: trivial fixes for ext4 conversion"Christian Brauner