summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-27vfs: Remove mmb_fsync()Jan Kara
2026-07-27fat: Replace fat_sync_inode() with sync_inode_metadata()Jan Kara
2026-07-27fat: Fix missed inode writeback during fsync(2)Jan Kara
2026-07-27ext4: Fix data integrity writeout issues in nojournal modeJan Kara
2026-07-27minix: Fix data integrity writeout issuesJan Kara
2026-07-27bfs: Fix data integrity writeout issuesJan Kara
2026-07-27udf: Fold udf_update_inode() into udf_write_inode()Jan Kara
2026-07-27udf: Use sync_inode_metadata() in udf_evict_inode()Jan Kara
2026-07-27udf: Drop udf_sync_inode()Jan Kara
2026-07-27udf: Use sync_inode_metadata() to writeout IS_SYNC inodeJan Kara
2026-07-27udf: Fix data integrity writeout issuesJan Kara
2026-07-27ext2: Fix data integrity writeout issuesJan Kara
2026-07-27ext2: Avoid unnecessary inode buffer writeback for sync(2)Jan Kara
2026-07-27ext2: Drop __ext2_write_inode()Jan Kara
2026-07-27ext2: Fix lost inode updates for IS_SYNC inodesJan Kara
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