summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-22nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey
2026-04-22ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi
2026-04-22ocfs2: validate inline data i_size during inode readDeepanshu Kartikey
2026-04-22ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang
2026-04-22ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe
2026-04-22ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi
2026-04-22dcache: Limit the minimal number of bucket to twoZhihao Cheng
2026-04-22smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher
2026-04-22smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher
2026-04-22ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-04-22ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman
2026-04-22ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman
2026-04-22smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman
2026-04-22smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman
2026-04-22eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini
2026-04-22cachefiles: fix incorrect dentry refcount in cachefiles_cull()NeilBrown
2026-04-22fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover
2026-04-22btrfs: fix zero size inode with non-zero size after log replayFilipe Manana
2026-04-18btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko
2026-04-18btrfs: remove pointless out labels from extent-tree.cFilipe Manana
2026-04-11ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada
2026-04-11smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara
2026-04-11btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang
2026-04-11btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana
2026-04-11btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn
2026-04-11xfs: close crash window in attr dabtree inactivationLong Li
2026-04-11xfs: factor out xfs_attr3_leaf_initLong Li
2026-04-11xfs: factor out xfs_attr3_node_entry_removeLong Li
2026-04-11xfs: only assert new size for datafork during truncate extentsLong Li
2026-04-02ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
2026-04-02ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin
2026-04-02netfs: Fix the handling of stream->front by removing itDavid Howells
2026-04-02btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana
2026-04-02btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki
2026-04-02btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone
2026-04-02netfs: Fix read abandonment during retryDavid Howells
2026-04-02netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retryDeepanshu Kartikey
2026-04-02netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey
2026-04-02ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman
2026-04-02ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o
2026-04-02ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li
2026-04-02ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o
2026-04-02ext4: fix the might_sleep() warnings in kvfree()Zqiang
2026-04-02ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen
2026-04-02ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike
2026-04-02ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin
2026-04-02ext4: avoid infinite loops caused by residual dataEdward Adam Davis
2026-04-02ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe
2026-04-02ext4: test if inode's all dirty pages are submitted to diskYe Bin
2026-04-02ext4: publish jinode after initializationLi Chen