summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
8 daysocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
2026-07-21ocfs2: fix boundary check in ocfs2_check_dir_entry() to use buffer offsetJoseph Qi1-2/+3
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds18-100/+383
2026-06-18ocfs2: fix circular locking dependency in ocfs2_dio_end_io_writeAleksandr Nogikh1-4/+9
2026-06-18ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges1-1/+5
2026-06-18ocfs2: avoid moving extents to occupied clustersKyle Zeng1-1/+3
2026-06-18ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges1-0/+32
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-23/+18
2026-06-05ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extentIan Bridges1-2/+7
2026-06-05ocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_rel...Joseph Qi1-7/+3
2026-06-05ocfs2/dlm: require a ref for locking_state debugfs openZhang Cen1-4/+12
2026-06-05ocfs2: reject FITRIM ranges shorter than a clusterZhang Cen1-1/+1
2026-06-05ocfs2: validate fast symlink target during inode readZhang Cen1-0/+23
2026-06-05ocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi1-0/+3
2026-06-05ocfs2: fix buffer head management in ocfs2_read_blocks()Dmitry Antipov1-3/+4
2026-06-05ocfs2: reject oversized group bitmap descriptorsZhang Cen1-0/+22
2026-06-05ocfs2: rebase copied fsdlm LVB pointers in locking_stateZhang Cen1-0/+17
2026-06-04ocfs2: Convert ocfs2_write_super_or_backup to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04ocfs2: Convert ocfs2_read_blocks to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04ocfs2: Convert ocfs2_read_block to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04ocfs2: Convert ocfs2_write_block to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-05-29ocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito1-0/+60
2026-05-29ocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito1-0/+55
2026-05-29ocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito1-2/+34
2026-05-29ocfs2: kill osb->system_file_mutex lockTetsuo Handa3-10/+3
2026-05-29ocfs2: validate inline xattr header before reflinking inline xattrsZhengYuan Huang1-6/+13
2026-05-29ocfs2: validate inline xattr header before inline refcount attachZhengYuan Huang1-3/+6
2026-05-29ocfs2: validate inline xattr header before ibody removeZhengYuan Huang1-3/+3
2026-05-29ocfs2: validate inline xattr header before checking outside valuesZhengYuan Huang1-3/+4
2026-05-29ocfs2: validate inline xattr header before ibody lookupsZhengYuan Huang1-35/+47
2026-05-29ocfs2: don't BUG_ON an invalid journal dinodeZhengYuan Huang1-5/+2
2026-05-29ocfs2: reject inconsistent inode size before truncateZhengYuan Huang1-9/+14
2026-05-29ocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani1-1/+1
2026-05-27ocfs2/dlm: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)4-23/+18
2026-05-12fs: RCU-ify filesystems listChristian Brauner1-1/+0
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