Linux ocfs2 filesystem development
 help / color / mirror / Atom feed
[PATCH] ocfs2: fix deadlock in dio write orphan cleanup path
 2026-06-20 17:59 UTC  (2+ messages)

[syzbot] [ocfs2?] WARNING in __rt_mutex_slowlock_locked (3)
 2026-06-20  3:59 UTC 

[PATCH] ocfs2: fix circular locking dependency in ocfs2_dio_end_io_write
 2026-06-17  2:41 UTC  (4+ messages)

[PATCH] ocfs2: fix out-of-bounds read in ocfs2_duplicate_inline_data()
 2026-06-16 10:24 UTC  (3+ messages)

[PATCH v2 0/2] ocfs2: validate xattr metadata bounds
 2026-06-16  9:22 UTC  (7+ messages)
` [PATCH v2 1/2] ocfs2: validate inline xattr metadata in ocfs2_xattr_ibody_get
` [PATCH v2 2/2] ocfs2: validate listxattr entry bounds

[PATCH v3 0/2] ocfs2: validate xattr metadata bounds
 2026-06-16  9:11 UTC  (3+ messages)
` [PATCH v3 1/2] ocfs2: validate inline xattrs during inode block validation
` [PATCH v3 2/2] ocfs2: validate external xattr entries when reading metadata

[PATCH v2] ocfs2/cluster: keep heartbeat local node stable
 2026-06-16  7:49 UTC 

[PATCH] ocfs2/cluster: reject local node clears while heartbeat runs
 2026-06-16  7:45 UTC  (3+ messages)

[PATCH] ocfs2: remove debugfs before shutting down recovery
 2026-06-16  1:59 UTC  (3+ messages)

[PATCH] ocfs2: fix orphan inode disk leak in ocfs2_dio_end_io() on I/O error
 2026-06-15 15:09 UTC  (4+ messages)

[PATCH] ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_credits
 2026-06-14 13:57 UTC  (5+ messages)

[PATCH v4] ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec
 2026-06-13 12:19 UTC  (3+ messages)

[PATCH] ocfs2: avoid moving extents to occupied clusters
 2026-06-12  1:58 UTC  (2+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-11  9:09 UTC  (43+ messages)
` [PATCH 01/17] quota: allocate dquot_hash "
` [PATCH 02/17] proc: replace __get_free_page() "
` [PATCH 03/17] ocfs2/dlm: "
` [PATCH 04/17] nilfs2: replace get_zeroed_page() with kzalloc()
` [PATCH 05/17] NFS: replace __get_free_page() with kmalloc() in nfs_show_devname()
` [PATCH 06/17] NFS: remove unused page and page2 in nfs4_replace_transport()
` [PATCH 07/17] NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()
` [PATCH 08/17] libfs: simple_transaction_get(): replace get_zeroed_page() with kzalloc()
` [PATCH 09/17] jfs: replace __get_free_page() with kmalloc()
` [PATCH 10/17] jbd2: replace __get_free_pages() "
` [PATCH 11/17] isofs: replace __get_free_page() "
` [PATCH 12/17] fuse: "
` [PATCH 13/17] fs/select: "
` [PATCH 14/17] fs/namespace: use __getname() to allocate mntpath buffer
` [PATCH 15/17] configfs: replace __get_free_pages() with kzalloc()
` [PATCH 16/17] binfmt_misc: replace __get_free_page() with kmalloc()
` [PATCH 00/17] replace __get_free_pages() call "

[syzbot] Monthly ocfs2 report (Jun 2026)
 2026-06-10  4:32 UTC 

[syzbot] [ocfs2?] possible deadlock in ocfs2_remove_inode (2)
 2026-06-09 21:26 UTC  (2+ messages)

[PATCH v3] ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec
 2026-06-08 21:15 UTC  (2+ messages)

[PATCH v2] ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec
 2026-06-08  9:27 UTC  (2+ messages)

[PATCH] ocfs2: reject orphaned dinodes with non-zero link count
 2026-06-05  1:49 UTC  (2+ messages)

[syzbot] [ocfs2?] possible deadlock in ocfs2_remove_refcount_tree
 2026-06-04 11:18 UTC 

[PATCH] ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec
 2026-06-03 12:38 UTC  (3+ messages)

[syzbot] [ocfs2?] general protection fault in ocfs2_assure_trans_credits (2)
 2026-06-02 16:22 UTC 

[PATCH] ocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_release()
 2026-06-02  5:37 UTC  (4+ messages)

[PATCH] ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extent
 2026-06-02  2:18 UTC  (2+ messages)

[syzbot] [ocfs2?] KASAN: use-after-free Read in ocfs2_duplicate_inline_data
 2026-06-01 22:52 UTC 

[PATCH v2 0/3] ocfs2: harden inode validators against forged metadata
 2026-06-01 18:21 UTC  (9+ messages)
` [PATCH v2 1/3] ocfs2: reject dinodes with non-canonical i_mode type
` [PATCH v2 2/3] ocfs2: reject dinodes whose i_rdev disagrees with the file type
` [PATCH v2 3/3] ocfs2: reject non-inline dinodes with i_size and zero i_clusters

[PATCH 0/3] ocfs2: harden inode validators against forged metadata
 2026-06-01 17:39 UTC  (10+ messages)
` [PATCH 1/3] ocfs2: reject dinodes with non-canonical i_mode type or stray bits
` [PATCH 2/3] ocfs2: reject dinodes whose i_rdev disagrees with the file type
` [PATCH 3/3] ocfs2: reject regular files with non-zero i_size and zero i_clusters

[PATCH] ocfs2/dlm: require a ref for locking_state debugfs open
 2026-06-01 12:45 UTC  (2+ messages)

[bug report] Potential atomicity bug in fs/ocfs2/stack_user.c, between ocfs2_control_release() and ocfs2_control_install_private()
 2026-06-01 12:08 UTC  (2+ messages)

[PATCH] ocfs2: add journal NULL check in ocfs2_checkpoint_inode()
 2026-06-01  7:42 UTC  (5+ messages)

[PATCH] ocfs2: validate fast symlink target during inode read
 2026-05-31 12:53 UTC  (2+ messages)

[BUG] ocfs2: NULL osb->journal deref via ocfs2_checkpoint_inode on unmount
 2026-05-30 18:51 UTC  (3+ messages)

[PATCH] ocfs2: fix missing metadata reservation for large xattrs
 2026-05-30 14:16 UTC 

[PATCH] ocfs2: reject FITRIM ranges shorter than a cluster
 2026-05-30 13:12 UTC  (2+ messages)

[PATCH v2 18/34] ocfs2: Convert ocfs2_write_block to bh_submit()
 2026-05-30 11:48 UTC  (8+ messages)
` [PATCH v2 19/34] ocfs2: Convert ocfs2_read_block "
` [PATCH v2 20/34] ocfs2: Convert ocfs2_read_blocks "
` [PATCH v2 21/34] ocfs2: Convert ocfs2_write_super_or_backup "

[PATCH] ocfs2: fix buffer head management in ocfs2_read_blocks()
 2026-05-30  2:01 UTC  (3+ messages)

On https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=775c17386a6fd
 2026-05-29  1:28 UTC  (6+ messages)

[PATCH 18/34] ocfs2: Convert ocfs2_write_block to bh_submit()
 2026-05-27  7:55 UTC  (8+ messages)
` [PATCH 19/34] ocfs2: Convert ocfs2_read_block "
` [PATCH 20/34] ocfs2: Convert ocfs2_read_blocks "
` [PATCH 21/34] ocfs2: Convert ocfs2_write_super_or_backup "

[PATCH 0/2] ocfs2: validate xattr metadata bounds
 2026-05-26  3:17 UTC  (2+ messages)

[PATCH] ocfs2: reject oversized group bitmap descriptors
 2026-05-26  1:59 UTC  (5+ messages)

[syzbot] [ocfs2?] possible deadlock in ocfs2_del_inode_from_orphan (2)
 2026-05-25 15:38 UTC 

[PATCH v2] ocfs2: reject oversized group bitmap descriptors
 2026-05-25  5:44 UTC  (2+ messages)

[PATCH v3] ocfs2: rebase copied fsdlm LVB pointers in locking_state
 2026-05-25  5:35 UTC  (2+ messages)

[syzbot] [ocfs2?] kernel BUG in ocfs2_page_mkwrite (4)
 2026-05-25  5:10 UTC 

[PATCH v2] ocfs2: rebase copied fsdlm LVB pointers in locking_state
 2026-05-25  3:42 UTC  (3+ messages)

[PATCH] ocfs2: rebase copied fsdlm LVB pointers in locking_state
 2026-05-24 10:47 UTC 

[syzbot] [ocfs2?] UBSAN: array-index-out-of-bounds in ocfs2_dx_dir_lookup_rec
 2026-05-22  6:36 UTC 

[Bug] KASAN: wild-memory-access Write in ocfs2_local_release_dquot
 2026-05-21 12:46 UTC 

[PATCH] ocfs2: fix NULL deref in ocfs2_wait_for_recovery after recovery_exit
 2026-05-19 11:41 UTC  (3+ messages)

[PATCH] ocfs2: kill osb->system_file_mutex lock
 2026-05-18  6:20 UTC  (13+ messages)
              ` [PATCH v2] "

[syzbot] [ocfs2?] WARNING in __ocfs2_decrease_refcount
 2026-05-18  2:46 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox