summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
4 daysocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
4 daysocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
4 daysocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
4 daysnilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey1-0/+3
4 daysocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang1-3/+7
4 daysocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe2-10/+7
4 daysocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
4 daysdcache: Limit the minimal number of bucket to twoZhihao Cheng1-2/+2
4 daysksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
4 daysksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
4 daysksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
4 dayssmb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
4 dayseventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini1-1/+5
4 daysfs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
8 daysbtrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko1-1/+1
8 daysbtrfs: remove pointless out labels from extent-tree.cFilipe Manana1-14/+10
8 daysbtrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek3-16/+2
8 daysbtrfs: remove unused flag EXTENT_BUFFER_READAHEADDaniel Vacek1-2/+0
8 daysbtrfs: split waiting from read_extent_buffer_pages(), drop parameter waitDavid Sterba3-14/+22
8 daysbtrfs: remove unused define WAIT_PAGE_LOCK for extent ioDavid Sterba1-1/+0
8 daysbtrfs: make wait_on_extent_buffer_writeback() static inlineDavid Sterba2-7/+6
2026-04-11ext4: publish jinode after initializationLi Chen2-6/+13
2026-04-11btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
2026-04-11btrfs: fix the qgroup data free range for inline data extentsQu Wenruo1-1/+1
2026-04-11ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-32/+134
2026-04-11btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang1-0/+17
2026-04-11btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana1-3/+9
2026-04-11btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn1-2/+4
2026-04-02btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-04-02btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
2026-04-02btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-04-02netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey1-0/+43
2026-04-02xfs: avoid dereferencing log items after push callbacksYuto Ohnuki2-11/+51
2026-04-02ovl: make fsync after metadata copy-up opt-in mount optionFei Lv5-15/+54
2026-04-02ovl: Use str_on_off() helper in ovl_show_options()Thorsten Blum1-5/+4
2026-04-02ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
2026-04-02ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2026-04-02ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2026-04-02ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
2026-04-02ext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
2026-04-02ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
2026-04-02ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2026-04-02ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
2026-04-02ext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
2026-04-02ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
2026-04-02ext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
2026-04-02ext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
2026-04-02ext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
2026-04-02ext4: fix stale xarray tags after writebackJan Kara1-2/+8
2026-04-02ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12