summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+7
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-117/+244
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2026-04-15ocfs2: validate group add input before cachingZhengYuan Huang-5/+7
2026-04-15ocfs2: validate bg_bits during freefrag scanZhengYuan Huang-1/+17
2026-04-15ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang-2/+2
2026-04-15ocfs2: use get_random_u32() where appropriateDavid Carlier-1/+1
2026-04-15ocfs2: split transactions in dio completion to avoid credit exhaustionHeming Zhao-29/+45
2026-04-15ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()Joseph Qi-12/+0
2026-04-15ocfs2: validate extent block list fields during block readJoseph Qi-1/+22
2026-04-15ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()Joseph Qi-12/+3
2026-04-15ocfs2: validate dx_root extent list fields during block readJoseph Qi-9/+25
2026-04-15ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRYTejas Bharambe-10/+7
2026-04-15ocfs2: handle invalid dinode in ocfs2_group_extendZhengYuan Huang-3/+7
2026-04-15ocfs2: validate bg_list extent bounds in discontig groupsZhengYuan Huang-0/+25
2026-04-15ocfs2/heartbeat: fix slot mapping rollback leaks on error pathsYufan Chen-27/+56
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+0
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+27
2026-04-09ocfs2: use jbd2 jinode dirty range accessorLi Chen-2/+7
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi-0/+10
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman-1/+0
2026-03-27ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo-1/+1
2026-03-27ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo-0/+8
2026-03-27ocfs2: remove redundant error code assignmentAlexey Velichayshiy-1/+0
2026-03-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi-2/+1
2026-03-27ocfs2: fix deadlock when creating quota fileHeming Zhao-2/+18
2026-03-26ocfs2: Drop pointless sync_mapping_buffers() callsJan Kara-4/+0
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-27/+27
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-79/+73
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-47/+399
2026-01-31ocfs2: fix reflink preserve cleanup issueHeming Zhao-0/+4
2026-01-26ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey-1/+6
2026-01-26ocfs2: adjust function name referenceJulia Lawall-1/+1
2026-01-20ocfs2: annotate more flexible array members with __counted_by_le()Dmitry Antipov-5/+3
2026-01-20ocfs2: fix oob in __ocfs2_find_pathEdward Adam Davis-4/+5
2026-01-20ocfs2: add validate function for slot map blocksPrithvi Tambewagh-2/+25
2026-01-20ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov-2/+3
2026-01-20ocfs2: validate inline data i_size during inode readDeepanshu Kartikey-6/+19
2026-01-20ocfs2: validate i_refcount_loc when refcount flag is setDeepanshu Kartikey-0/+7
2026-01-20ocfs2: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET-6/+6
2026-01-20ocfs2: detect released suballocator BG for fh_to_[dentry|parent]Heming Zhao-11/+21
2026-01-20ocfs2: give ocfs2 the ability to reclaim suballocator free bgHeming Zhao-9/+299
2026-01-12ocfs2: add setlease file operationJeff Layton-0/+5
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-29/+106
2025-12-10ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov-1/+0
2025-12-10ocfs2: invalidate inode if i_mode is zero after block readAhmet Eray Karadag-0/+8
2025-12-10ocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-2/+6