summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-03-04fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov1-0/+6
2026-03-04fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2026-03-04fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12
2026-03-04fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen1-0/+2
2026-03-04ext4: mark group add fast-commit ineligibleLi Chen1-0/+1
2026-03-04jfs: nlink overflow in jfs_renameJori Koolstra1-2/+4
2026-03-04jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
2026-03-04pstore: ram_core: fix incorrect success return when vmap() failsRuipeng Qi1-0/+7
2026-03-04gfs2: fiemap page fault fixAndreas Gruenbacher1-0/+16
2026-03-04minix: Add required sanity checking to minix_check_superblock()Jori Koolstra1-21/+29
2026-03-04hfsplus: pretend special inodes as regular filesTetsuo Handa1-0/+6
2026-03-04hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko1-1/+11
2026-03-04ext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
2026-03-04ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-03-04ext4: don't cache extent during splitting extentZhang Yi1-0/+6
2026-03-04btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
2026-03-04fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang1-0/+3
2026-03-04fs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis1-2/+6
2026-03-04ovl: Fix uninit-value in ovl_fill_realQing Wang1-1/+1
2026-03-04pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-03-04procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng1-1/+1
2026-03-04fat: avoid parent link count underflow in rmdirZhiyu Zhang2-2/+12
2026-03-04nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-03-04pstore/ram: fix buffer overflow in persistent_ram_save_old()Sai Ritvik Tanksalkar1-0/+11
2026-03-04iomap: fix submission side handling of completion side errorsChristoph Hellwig1-3/+7
2026-03-04btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana1-1/+3
2026-03-04gfs2: Fix use-after-free in iomap inline data write pathDeepanshu Kartikey1-1/+12
2026-03-04gfs2: Add metapath_dibh helperAndreas Gruenbacher1-1/+7
2026-03-04fs: add <linux/init_task.h> for 'init_fs'Ben Dooks1-0/+1
2026-03-04hfsplus: return error when node already exists in hfs_bnode_createShardul Bankar1-1/+1
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang1-7/+58
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-02-19smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-19smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2026-02-19btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov3-16/+16
2026-02-19romfs: check sb_set_blocksize() return valueDeepanshu Kartikey1-1/+4
2026-02-19nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis1-0/+4
2026-02-11gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2-1/+6
2026-02-11hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen4-11/+29
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4