summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
13 daysocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
13 daysocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
13 daysocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+33
13 daysocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi1-0/+3
13 daysocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
13 daysocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
13 daysocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani1-1/+1
13 daysocfs2: fix circular locking dependency in ocfs2_dio_end_io_writeAleksandr Nogikh1-4/+9
13 daysocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_rel...Joseph Qi1-7/+3
13 daysocfs2/dlm: require a ref for locking_state debugfs openZhang Cen1-4/+12
13 daysocfs2: reject FITRIM ranges shorter than a clusterZhang Cen1-1/+1
13 daysocfs2: fix buffer head management in ocfs2_read_blocks()Dmitry Antipov1-3/+4
13 daysocfs2: rebase copied fsdlm LVB pointers in locking_stateZhang Cen1-0/+17
13 daysocfs2: kill osb->system_file_mutex lockTetsuo Handa3-10/+3
13 daysocfs2: don't BUG_ON an invalid journal dinodeZhengYuan Huang1-5/+2
2026-07-04ocfs2: reject oversized group bitmap descriptorsZhang Cen1-0/+22
2026-05-23ocfs2: validate group add input before cachingZhengYuan Huang1-5/+7
2026-05-23ocfs2: validate bg_bits during freefrag scanZhengYuan Huang1-1/+17
2026-05-23ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
2026-05-23ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
2026-05-23ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
2026-05-17ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
2026-04-27ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-27ocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
2026-04-27ocfs2: add inline inode consistency check to ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2026-04-27ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang1-3/+7
2026-04-27ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe2-10/+7
2026-04-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-01-11ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh1-0/+10
2026-01-11ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
2026-01-11ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov1-1/+7
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey1-0/+5
2025-10-23quota: remove unneeded return value of register_quota_formatKemeng Shi1-4/+2
2025-10-15ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-09-19ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-09ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-06-19ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-02-17ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-02-17ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)1-2/+3
2025-02-17ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-02-08ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-01-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees1-1/+7
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-14ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang1-0/+1