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/+34
13 daysocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi1-0/+3
13 daysocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges1-0/+32
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 out-of-bounds write in ocfs2_remove_refcount_extentIan Bridges1-2/+7
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: validate fast symlink target during inode readZhang Cen1-0/+23
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-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-18Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+7
2026-04-17Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds15-117/+244
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2026-04-15ocfs2: validate group add input before cachingZhengYuan Huang1-5/+7
2026-04-15ocfs2: validate bg_bits during freefrag scanZhengYuan Huang1-1/+17
2026-04-15ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
2026-04-15ocfs2: use get_random_u32() where appropriateDavid Carlier1-1/+1
2026-04-15ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao1-29/+45
2026-04-15ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()Joseph Qi1-12/+0
2026-04-15ocfs2: validate extent block list fields during block readJoseph Qi1-1/+22
2026-04-15ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()Joseph Qi1-12/+3
2026-04-15ocfs2: validate dx_root extent list fields during block readJoseph Qi1-9/+25
2026-04-15ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe2-10/+7
2026-04-15ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang1-3/+7
2026-04-15ocfs2: validate bg_list extent bounds in discontig groupsZhengYuan Huang1-0/+25
2026-04-15ocfs2/heartbeat: fix slot mapping rollback leaks on error pathsYufan Chen1-27/+56
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+0
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-27/+27
2026-04-09ocfs2: use jbd2 jinode dirty range accessorLi Chen1-2/+7
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman1-1/+0
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro1-1/+1
2026-03-28ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
2026-03-28ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
2026-03-28ocfs2: remove redundant error code assignmentAlexey Velichayshiy1-1/+0
2026-03-28ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
2026-03-28ocfs2: fix deadlock when creating quota fileHeming Zhao2-2/+18
2026-03-26ocfs2: Drop pointless sync_mapping_buffers() callsJan Kara2-4/+0
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton9-27/+27
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4