index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-04
ocfs2: rebase copied fsdlm LVB pointers in locking_state
Zhang Cen
1
-0
/
+17
2026-06-04
ocfs2: Convert ocfs2_write_super_or_backup to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
ocfs2: Convert ocfs2_read_blocks to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
ocfs2: Convert ocfs2_read_block to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
ocfs2: Convert ocfs2_write_block to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-05-28
ocfs2: reject non-inline dinodes with i_size and zero i_clusters
Michael Bommarito
1
-0
/
+60
2026-05-28
ocfs2: reject dinodes whose i_rdev disagrees with the file type
Michael Bommarito
1
-0
/
+55
2026-05-28
ocfs2: reject dinodes with non-canonical i_mode type
Michael Bommarito
1
-2
/
+34
2026-05-28
ocfs2: kill osb->system_file_mutex lock
Tetsuo Handa
3
-10
/
+3
2026-05-28
ocfs2: validate inline xattr header before reflinking inline xattrs
ZhengYuan Huang
1
-6
/
+13
2026-05-28
ocfs2: validate inline xattr header before inline refcount attach
ZhengYuan Huang
1
-3
/
+6
2026-05-28
ocfs2: validate inline xattr header before ibody remove
ZhengYuan Huang
1
-3
/
+3
2026-05-28
ocfs2: validate inline xattr header before checking outside values
ZhengYuan Huang
1
-3
/
+4
2026-05-28
ocfs2: validate inline xattr header before ibody lookups
ZhengYuan Huang
1
-35
/
+47
2026-05-28
ocfs2: don't BUG_ON an invalid journal dinode
ZhengYuan Huang
1
-5
/
+2
2026-05-28
ocfs2: reject inconsistent inode size before truncate
ZhengYuan Huang
1
-9
/
+14
2026-05-28
ocfs2: use kzalloc for quota recovery bitmap allocation
Tristan Madani
1
-1
/
+1
2026-05-27
ocfs2/dlm: replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
4
-23
/
+18
2026-05-11
fs: RCU-ify filesystems list
Christian Brauner
1
-1
/
+0
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+7
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
15
-117
/
+244
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
2026-04-15
ocfs2: validate group add input before caching
ZhengYuan Huang
1
-5
/
+7
2026-04-15
ocfs2: validate bg_bits during freefrag scan
ZhengYuan Huang
1
-1
/
+17
2026-04-15
ocfs2: fix listxattr handling when the buffer is full
ZhengYuan Huang
1
-2
/
+2
2026-04-15
ocfs2: use get_random_u32() where appropriate
David Carlier
1
-1
/
+1
2026-04-15
ocfs2: split transactions in dio completion to avoid credit exhaustion
Heming Zhao
1
-29
/
+45
2026-04-15
ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()
Joseph Qi
1
-12
/
+0
2026-04-15
ocfs2: validate extent block list fields during block read
Joseph Qi
1
-1
/
+22
2026-04-15
ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()
Joseph Qi
1
-12
/
+3
2026-04-15
ocfs2: validate dx_root extent list fields during block read
Joseph Qi
1
-9
/
+25
2026-04-15
ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY
Tejas Bharambe
2
-10
/
+7
2026-04-15
ocfs2: handle invalid dinode in ocfs2_group_extend
ZhengYuan Huang
1
-3
/
+7
2026-04-15
ocfs2: validate bg_list extent bounds in discontig groups
ZhengYuan Huang
1
-0
/
+25
2026-04-15
ocfs2/heartbeat: fix slot mapping rollback leaks on error paths
Yufan Chen
1
-27
/
+56
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+0
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-27
/
+27
2026-04-09
ocfs2: use jbd2 jinode dirty range accessor
Li Chen
1
-2
/
+7
2026-04-06
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline
Joseph Qi
1
-0
/
+10
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
1
-1
/
+0
2026-04-02
for_each_alias(): helper macro for iterating through dentries of given inode
Al Viro
1
-1
/
+1
2026-03-27
ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison
Junrui Luo
1
-1
/
+1
2026-03-27
ocfs2/dlm: validate qr_numregions in dlm_match_regions()
Junrui Luo
1
-0
/
+8
2026-03-27
ocfs2: remove redundant error code assignment
Alexey Velichayshiy
1
-1
/
+0
2026-03-27
ocfs2: fix possible deadlock between unlink and dio_end_io_write
Joseph Qi
1
-2
/
+1
2026-03-27
ocfs2: fix deadlock when creating quota file
Heming Zhao
2
-2
/
+18
2026-03-26
ocfs2: Drop pointless sync_mapping_buffers() calls
Jan Kara
2
-4
/
+0
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
9
-27
/
+27
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
[prev]
[next]