summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
44 hoursksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
44 hourserofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1
44 hourserofs: tidy up z_erofs_lz4_handle_overlap()Gao Xiang1-39/+46
44 hourshfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
44 hourshfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey5-4/+64
44 hoursf2fs: fix fsck inconsistency caused by FGGC of node blockYongpeng Yang1-14/+13
44 hoursf2fs: fix inline data not being written to disk in writeback pathYongpeng Yang3-1/+12
44 hoursf2fs: refactor f2fs_move_node_folio functionYongpeng Yang1-22/+32
44 hoursf2fs: fix uninitialized kobject put in f2fs_init_sysfs()Guangshuo Li1-4/+6
44 hoursf2fs: fix node_cnt race between extent node destroy and writebackYongpeng Yang1-7/+10
44 hoursf2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang1-1/+2
44 hoursf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
44 hoursf2fs: fix fsck inconsistency caused by incorrect nat_entry flag usageYongpeng Yang1-9/+5
44 hoursf2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang1-3/+22
44 hoursf2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang1-1/+1
44 hourssmb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
44 hourssmb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
44 hourssmb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
44 hourssmb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye1-4/+8
44 hoursisofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito1-1/+1
44 hoursisofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito1-0/+9
44 hourseventfs: Hold eventfs_mutex and SRCU when remount walks eventsDavid Carlier3-1/+21
44 hoursbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
44 hoursbtrfs: fix double free in create_space_info() error pathGuangshuo Li1-1/+1
44 hoursudf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
44 hourstracefs: Fix default permissions not being applied on initial mountDavid Carlier1-0/+1
44 hourscifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
44 hourscifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
44 hoursfanotify: fix false positive on permission eventsMiklos Szeredi2-8/+12
44 hourssmb: client/smbdirect: fix MR registration for coalesced SG listsYi Kuo1-9/+12
44 hoursceph: fix num_ops off-by-one when crypto allocation failsSam Edwards1-0/+4
44 hoursksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang2-8/+39
9 daysntfs3: fix integer overflow in run_unpack() volume boundary checkTobias Gaertner1-3/+9
9 daysntfs3: add buffer boundary checks to run_unpack()Tobias Gaertner1-0/+6
9 daysNFSv4.1: Apply session size limits on clone pathTushar Sariya3-2/+7
9 daysceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
9 daysinotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
9 daysext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
9 daysext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
9 daysuserfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov1-2/+0
9 daysxfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
9 daysxfs: start gc on zonegc_low_space attribute updatesHans Holmberg3-1/+27
9 daysfs: prepare for adding LSM blob to backing_fileAmir Goldstein1-2/+20
9 daysjbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi1-3/+5
9 dayserofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-13/+15
9 daysext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev1-3/+11
9 daysocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
9 daysfs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)1-6/+6
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-04-27writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19