[Linux Kernel Bug] KASAN: use-after-free Write in ocfs2_local_release_dquot
2026-09-13 14:27 UTC
[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:46 UTC (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date
[syzbot] Monthly ocfs2 report (Sep 2026)
2026-09-11 12:33 UTC
[PATCH] ocfs2: don't let the root inode outlive a failed mount
2026-09-10 21:47 UTC
[BUG] KASAN: slab-use-after-free Write in f2fs_setxattr (ocfs2 leaks a hashed inode on mount failure)
2026-09-10 21:41 UTC
[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
2026-09-10 15:24 UTC (44+ messages)
` [PATCH v2 01/21] buffer_head: Remove b_page
` [PATCH v2 02/21] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
` [PATCH v2 04/21] buffer: read the folio's mapping directly in buffer_set_crypto_ctx()
` [PATCH v2 05/21] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH v2 06/21] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH v2 07/21] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH v2 08/21] adfs: check for a directory write error "
` [PATCH v2 09/21] ext2: check for an xattr block "
` [PATCH v2 10/21] omfs: check for an inode "
` [PATCH v2 11/21] exfat: check for a directory "
` [PATCH v2 12/21] fat: check for a metadata "
` [PATCH v2 13/21] ext4: "
` [PATCH v2 14/21] ocfs2: "
` [PATCH v2 15/21] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH v2 16/21] gfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH v2 17/21] jbd2: report journal write errors with BH_Write_EIO
` [PATCH v2 18/21] jbd2: say what jbd2_freeze_jh_data()'s assertion is actually checking
` [PATCH v2 19/21] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH v2 20/21] buffer: stop touching BH_Uptodate on write completion
` [PATCH v2 21/21] buffer: clear BH_Write_EIO when a write succeeds, not when one starts
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-10 11:14 UTC (9+ messages)
[PATCH v2 0/2] quota: Verify special quota formats match sb type
2026-09-08 9:53 UTC (7+ messages)
` [PATCH v2 1/2] ocfs2: Refuse to enable ocfs2 format for another filesystem
` [PATCH v2 2/2] shmem: Refuse to enable tmpfs "
[PATCH] ocfs2: remove unnecessary ret variable in ocfs2_calc_xattr_init()
2026-09-08 8:32 UTC (3+ messages)
[PATCH] ocfs2: fix ABBA deadlock in suballocator reclaim
2026-09-06 14:18 UTC (2+ messages)
[PATCH v2 1/2] ocfs2: validate dr_fs_generation of dir index root blocks
2026-09-06 7:55 UTC (4+ messages)
` [PATCH v2 2/2] ocfs2: validate dl_blkno and dl_fs_generation of dir index leaf blocks
[PATCH] ocfs2: validate dr_fs_generation of dir index root blocks
2026-09-05 1:16 UTC (2+ messages)
[PATCH] ocfs2: fix use-after-free in o2hb_region_dev_store
2026-09-04 23:57 UTC
[PATCH] ocfs2: make ocfs2_calc_xattr_init() return void
2026-09-04 7:06 UTC (3+ messages)
[PATCH] ocfs2: shut down idle timer during socket teardown
2026-09-04 7:00 UTC
[BUG] ocfs2: possible deadlock in ocfs2_write_begin_nolock on v7.2-rc3
2026-09-04 6:57 UTC
[PATCH 6.1.y] ocfs2: fix deadlock in ocfs2_get_system_file_inode
2026-09-04 2:52 UTC (3+ messages)
[PATCH 5.15.y] ocfs2: fix deadlock in ocfs2_get_system_file_inode
2026-09-03 16:11 UTC (2+ messages)
[PATCH] ocfs2: allow xattr bucket entries to span multiple blocks
2026-09-03 13:13 UTC (4+ messages)
` [PATCH v2 0/2] ocfs2: xattr bucket validation fixes
` [PATCH v2 1/2] ocfs2: allow xattr bucket entries to span multiple blocks
` [PATCH v2 2/2] ocfs2: reject inconsistent xattr bucket during defrag
[PATCH] ocfs2: skip uninitialized lockres in ocfs2_mark_lockres_freeing()
2026-09-03 10:47 UTC
[PATCH 0/2] quota: Verify special quota formats match sb type
2026-09-03 8:47 UTC (7+ messages)
` [PATCH 1/2] ocfs2: Refuse to enable ocfs2 format for another filesystem
` [PATCH 2/2] shmem: Refuse to enable tmpfs "
[PATCH v3 0/4] ocfs2: validate suballoc slot and bit of metadata blocks
2026-09-01 12:52 UTC (5+ messages)
` [PATCH v3 1/4] ocfs2: restrict OCFS2_INVALID_SLOT suballoc slot to system inodes
` [PATCH v3 2/4] ocfs2: validate suballoc bit during inode read
` [PATCH v3 3/4] ocfs2: validate suballoc slot and bit of xattr and dir index blocks
` [PATCH v3 4/4] ocfs2: validate suballoc slot and bit of extent and refcount blocks
[PATCH v2 0/4] ocfs2: validate suballoc slot and bit of metadata blocks
2026-09-01 6:33 UTC (5+ messages)
` [PATCH v2 1/4] ocfs2: restrict OCFS2_INVALID_SLOT suballoc slot to system inodes
` [PATCH v2 2/4] ocfs2: validate suballoc bit during inode read
` [PATCH v2 3/4] ocfs2: validate suballoc slot and bit of xattr and dir index blocks
` [PATCH v2 4/4] ocfs2: validate suballoc slot and bit of extent and refcount blocks
[PATCH 0/4] ocfs2: validate suballoc slot and bit of metadata blocks
2026-09-01 2:08 UTC (12+ messages)
` [PATCH 1/4] ocfs2: restrict OCFS2_INVALID_SLOT suballoc slot to system inodes
` [PATCH 2/4] ocfs2: validate suballoc bit during inode read
` [PATCH 3/4] ocfs2: validate suballoc slot of xattr and dir index blocks
` [PATCH 4/4] ocfs2: validate suballoc slot of extent blocks
[PATCH v3] ocfs2: validate la_size before ocfs2_clear_local_alloc()
2026-08-31 14:37 UTC
[PATCH 0/2] ocfs2: validate active orphan slots during inode read
2026-08-31 6:32 UTC (3+ messages)
[BUG] ocfs2: non-static lock key warning in ocfs2_dlm_shutdown on crafted readonly image
2026-08-31 3:33 UTC
[PATCH v3 1/3] ocfs2: exit recovery thread on mount error path
2026-08-29 0:01 UTC (4+ messages)
` [PATCH v3 2/3] ocfs2: free replay slots in ocfs2_recovery_exit()
` [PATCH v3 3/3] ocfs2: defer suballocator block group reclaim to workqueue
[PATCH] ocfs2: free replay slots in ocfs2_recovery_exit()
2026-08-28 11:19 UTC (2+ messages)
[PATCH v2 1/2] ocfs2: exit recovery thread on mount error path
2026-08-28 8:17 UTC (5+ messages)
` [PATCH v2 2/2] ocfs2: defer suballocator block group reclaim to workqueue
[PATCH] ocfs2: defer suballocator block group reclaim to workqueue
2026-08-28 7:06 UTC (3+ messages)
[syzbot] [ocfs2?] kernel BUG in ocfs2_write_begin_nolock (3)
2026-08-28 2:12 UTC
[syzbot] [ocfs2?] possible deadlock in ocfs2_xattr_get (2)
2026-08-27 19:48 UTC
[PATCH v2] ocfs2: reject inconsistent local xattr entries
2026-08-27 2:14 UTC (3+ messages)
[syzbot] [ocfs2?] WARNING in ocfs2_journal_toggle_dirty
2026-08-27 1:12 UTC
[PATCH v3] ocfs2: fix deadlock in inline-data truncate transactions
2026-08-26 11:26 UTC
[PATCH v2] ocfs2: fix deadlock in inline-data truncate transactions
2026-08-26 8:00 UTC (2+ messages)
[PATCH] ocfs2: replace ocfs2-specific inode flags with generic ones
2026-08-25 9:09 UTC
[PATCH] ocfs2: replace ocfs2-specific falloc ioctls with generic ones
2026-08-25 9:09 UTC
[syzbot] [ocfs2?] possible deadlock in ocfs2_xattr_remove
2026-08-18 9:16 UTC (3+ messages)
[syzbot] [ocfs2?] possible deadlock in ocfs2_remove_inode (2)
2026-08-16 22:41 UTC (2+ messages)
[PATCH v2 0/2] ocfs2: bound-check both readdir re-validation scans
2026-08-12 2:37 UTC (7+ messages)
` [PATCH v2 1/2] ocfs2: bound-check dir entries in the readdir re-validation scan
` [PATCH v2 2/2] ocfs2: bound-check dir entries in the inline-data "
[PATCH] ocfs2: validate la_size before ocfs2_clear_local_alloc()
2026-08-11 19:39 UTC
[syzbot] Monthly ocfs2 report (Aug 2026)
2026-08-11 12:32 UTC
[PATCH v2] ocfs2: validate global bitmap cl_bpc before resize
2026-08-11 7:36 UTC (3+ messages)
[PATCH] ocfs2: validate la_size before ocfs2_clear_local_alloc()
2026-08-11 6:57 UTC
[PATCH] ocfs2: bound-check dir entries in the readdir re-validation scan
2026-08-11 1:00 UTC (3+ messages)
[syzbot] [ocfs2?] possible deadlock in ocfs2_xattr_ibody_find (3)
2026-08-11 0:24 UTC
[syzbot] [ocfs2?] KASAN: null-ptr-deref Write in fput
2026-08-08 19:56 UTC
[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
2026-08-06 19:46 UTC (34+ messages)
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 13/19] ocfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails
[PATCH 0/2] fs: fix readdir position truncation on 32-bit kernels
2026-08-06 12:19 UTC (8+ messages)
` [PATCH 1/2] ext4: "
` [PATCH 2/2] ocfs2: "
[PATCH] ocfs2: fix deadlock in inline-data truncate transactions
2026-08-06 4:01 UTC (3+ messages)
[PATCH] ocfs2: fix cached cluster count after suballocator reclaim
2026-08-05 12:20 UTC (6+ messages)
` [PATCH v2] "
[PATCH] ocfs2: reject inconsistent local xattr entries
2026-08-05 11:57 UTC (2+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox