summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-27udf: Use sync_inode_metadata() in udf_evict_inode()Jan Kara1-3/+1
2026-07-27udf: Drop udf_sync_inode()Jan Kara1-10/+1
2026-07-27udf: Use sync_inode_metadata() to writeout IS_SYNC inodeJan Kara2-4/+3
2026-07-27udf: Fix data integrity writeout issuesJan Kara5-21/+33
2026-07-27ext2: Fix data integrity writeout issuesJan Kara5-37/+34
2026-07-27ext2: Avoid unnecessary inode buffer writeback for sync(2)Jan Kara1-1/+5
2026-07-27ext2: Drop __ext2_write_inode()Jan Kara1-10/+8
2026-07-27ext2: Fix lost inode updates for IS_SYNC inodesJan Kara2-7/+4
2026-07-27fs: Provide way for filesystem to wait for metadata writebackJan Kara2-9/+30
2026-07-27ext4: Allocate mapping_metadata_bhs struct on demandJan Kara5-16/+55
2026-07-27fs: Fix missed inode writeback when racing with __writeback_single_inodeJan Kara2-4/+6
2026-07-27fs: Fix possible UAF in mark_buffer_write_io_error()Jan Kara1-2/+8
2026-07-27affs: Drop support for metadata bh trackingJan Kara6-36/+26
2026-07-27exfat: write moved entry before removing sourceYichong Chen1-5/+5
2026-07-27udf: Fix bh leak for unallocated space entriesJan Kara1-0/+1
2026-07-27udf: bound lengthAllocDescs from unallocated space entryJay Vadayath1-0/+4
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky99-630/+1269
2026-07-26fs/resctrl: Inform user space when status buffer overflowedReinette Chatre1-2/+5
2026-07-27erofs: cap LZMA stream pool sizeMichael Bommarito2-1/+16
2026-07-27erofs: ensure valid f_path for page cache sharingGao Xiang3-31/+30
2026-07-26fs/resctrl: Communicate resource group deleted error via last_cmd_statusReinette Chatre3-14/+11
2026-07-26fs/resctrl: Add last_cmd_status support for writes to max_threshold_occupancyReinette Chatre1-4/+10
2026-07-26cifs: validate idmap key payload lengthLi Qiang1-0/+3
2026-07-26smb: client: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-26smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-07-26smb: client: use GFP_KERNEL for registry allocationFredric Cover1-3/+3
2026-07-26fs/resctrl: Change last_cmd_status custom during input parsingReinette Chatre3-79/+120
2026-07-26Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-54/+164
2026-07-26super: fix emergency thaw deadlock on frozen block devicesChristian Brauner1-13/+16
2026-07-25fs/resctrl: Use accurate and symmetric exit flowsReinette Chatre1-6/+7
2026-07-24Merge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-49/+54
2026-07-24Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds7-7/+54
2026-07-24Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds3-49/+41
2026-07-25exfat: fix valid_size extension over a shared writable mappingNamjae Jeon3-40/+153
2026-07-24fs/ntfs3: reserve NUL byte when converting UTF-16 namesKyle Zeng1-0/+5
2026-07-24ntfs3: initialize err in attr_wof_frame_infoRuoyu Wang1-1/+1
2026-07-24fs/ntfs3: fix lseek EINVAL on sparse/compressed files with 64-bit clustersSenjin1-1/+1
2026-07-24fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension recordsKonstantin Komarov1-2/+8
2026-07-24ntfs3: fix info-leak in ntfs_rename()Konstantin Komarov1-2/+7
2026-07-24ntfs3: fix boundary check in ntfs_dir_count()Konstantin Komarov1-7/+25
2026-07-24fs/ntfs3: fix out-of-bounds read of INDEX_ROOT in reparse/objid initWeiming Wu1-4/+4
2026-07-24pidfs: make pidfs_ino_lock staticMateusz Guzik1-1/+1
2026-07-23Merge tag 'v7.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-28/+208
2026-07-23fs/resctrl: Pass error reading event through to user spaceReinette Chatre1-2/+6
2026-07-23ceph: avoid fs reclaim while using current->journal_infoMax Kellermann1-0/+11
2026-07-23ceph: add owner/capability checks for CEPH_IOC_SET_LAYOUT*Max Kellermann1-0/+6
2026-07-23ceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann3-6/+21
2026-07-23ceph: fix refcount leak in ceph_readdir()WenTao Liang1-1/+6
2026-07-23ceph: fix writeback_count leak in write_folio_nounlock()Wentao Liang1-0/+9
2026-07-23ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas1-0/+1