summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong
2026-03-04jfs: nlink overflow in jfs_renameJori Koolstra
2026-03-04jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang
2026-03-04pstore: ram_core: fix incorrect success return when vmap() failsRuipeng Qi
2026-03-04minix: Add required sanity checking to minix_check_superblock()Jori Koolstra
2026-03-04hfsplus: pretend special inodes as regular filesTetsuo Handa
2026-03-04hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko
2026-03-04ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan
2026-03-04ext4: don't cache extent during splitting extentZhang Yi
2026-03-04btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana
2026-03-04ovl: Fix uninit-value in ovl_fill_realQing Wang
2026-03-04pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia
2026-03-04procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng
2026-03-04fat: avoid parent link count underflow in rmdirZhiyu Zhang
2026-03-04nfsd: never defer requests during idmap lookupAnthony Iliopoulos
2026-03-04pstore/ram: fix buffer overflow in persistent_ram_save_old()Sai Ritvik Tanksalkar
2026-03-04iomap: fix submission side handling of completion side errorsChristoph Hellwig
2026-03-04btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana
2026-03-04gfs2: Fix use-after-free in iomap inline data write pathDeepanshu Kartikey
2026-03-04gfs2: Add metapath_dibh helperAndreas Gruenbacher
2026-03-04gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher
2026-03-04gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher
2026-03-04gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentAndreas Gruenbacher
2026-03-04gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentAndreas Gruenbacher
2026-03-04gfs2: Add new gfs2_iomap_get helperAndreas Gruenbacher
2026-03-04fs: add <linux/init_task.h> for 'init_fs'Ben Dooks
2026-03-04hfsplus: return error when node already exists in hfs_bnode_createShardul Bankar
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang
2026-02-19fs: dlm: fix invalid derefence of sb_lvbptrAlexander Aring
2026-02-19romfs: check sb_set_blocksize() return valueDeepanshu Kartikey
2026-02-19nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis
2026-02-06writeback: fix 100% CPU usage when dirtytime_expire_interval is 0Laveesh Bansal
2026-02-06xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster
2026-02-06btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko
2026-02-06ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun
2026-02-06pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan
2026-01-19NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown
2026-01-19NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown
2026-01-19nfsd: provide locking for v4_end_graceNeilBrown
2026-01-19NFS: Fix up the automount fs_context to use the correct credTrond Myklebust
2026-01-19NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew
2026-01-19ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin