messages from 2025-11-01 00:22:44 to 2025-11-28 08:33:09 UTC [more...]
[PATCH v2 00/12] Fix bio chain related issues
2025-11-28 8:32 UTC (7+ messages)
` [PATCH v2 01/12] block: fix incorrect logic in bio_chain_endio
` [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v2 03/12] md: bcache: fix improper use of bi_end_io
` [PATCH v2 04/12] block: prohibit calls to bio_chain_endio
` [PATCH v2 05/12] block: export bio_chain_and_submit
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
Fix potential data loss and corruption due to Incorrect BIO Chain Handling
2025-11-28 6:26 UTC (40+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
` [PATCH 2/9] block: export bio_chain_and_submit
` [PATCH 3/9] gfs2: use bio_chain_and_submit for simplification
` [PATCH 4/9] xfs: "
` [PATCH 5/9] block: "
` [PATCH 6/9] fs/ntfs3: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] nvmet: fix the potential bug and "
` [PATCH 9/9] nvdimm: "
[PATCH] gfs2: replace BUG_ON with WARN_ON_ONCE in gfs2_quota_cleanup
2025-11-28 6:07 UTC (2+ messages)
[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup (3)
2025-11-27 17:40 UTC
re-enable IOCB_NOWAIT writes to files v2
2025-11-26 13:51 UTC (23+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates
` (subset) re-enable IOCB_NOWAIT writes to files v2
[syzbot] [ntfs3?] INFO: task hung in __start_renaming
2025-11-25 9:35 UTC (17+ messages)
re-enable IOCB_NOWAIT writes to files
2025-11-24 17:36 UTC (47+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates
[PATCH] fs/dlm: use list_add_tail() instead of open-coding list insertion
2025-11-17 16:03 UTC
[PATCH 0/5] gfs2 non-blocking lookup
2025-11-17 12:16 UTC (7+ messages)
` [PATCH 1/5] gfs2: No d_revalidate op for "lock_nolock" mounts
` [PATCH 2/5] gfs2: Get rid of had_lock in gfs2_drevalidate
` [PATCH 3/5] gfs2: Use unique tokens for gfs2_revalidate
` [PATCH 4/5] gfs2: Enable non-blocking lookup in gfs2_permission
` [PATCH 5/5] Revert "gfs2: Add GL_NOBLOCK flag"
[PATCH v2] gfs2: fix freeze error handling
2025-11-17 12:12 UTC (2+ messages)
[syzbot] Monthly gfs2 report (Nov 2025)
2025-11-17 7:50 UTC
[syzbot] [gfs2?] WARNING: ODEBUG bug in gfs2_fill_super
2025-11-16 20:12 UTC (4+ messages)
` [PATCH] gfs2: flush withdraw work before freeing gfs2_sbd
[gfs2:e2 4/4] Warning: fs/gfs2/super.c:1297 function parameter 'gh' not described in 'evict_unlinked_inode'
2025-11-13 21:23 UTC
[PATCH] gfs2: Prevent recursive memory reclaim
2025-11-13 19:13 UTC
[gfs2:e2 4/4] Warning: fs/gfs2/super.c:1297 function parameter 'gh' not described in 'evict_unlinked_inode'
2025-11-13 12:03 UTC
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-11-11 5:41 UTC (9+ messages)
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
2025-11-10 13:13 UTC
[PATCH 00/24] gfs2 filesystem withdrawal rework
2025-11-09 20:06 UTC (25+ messages)
` [PATCH 02/24] gfs2: Asynchronous withdraw
` [PATCH 03/24] gfs2: Get rid of delayed withdraws
` [PATCH 04/24] gfs2: Rename gfs2_{withdrawing_or_ => }withdrawn
` [PATCH 05/24] gfs2: Withdraw immediately on log write errors
` [PATCH 06/24] gfs2: Kill gfs2_io_error_bh_wd
` [PATCH 07/24] gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}
` [PATCH 08/24] Revert "gfs2: don't stop reads while withdraw in progress"
` [PATCH 09/24] Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)
` [PATCH 10/24] Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)
` [PATCH 11/24] Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)
` [PATCH 12/24] Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (4/6)
` [PATCH 13/24] Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (5/6)
` [PATCH 14/24] Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (6/6)
` [PATCH 15/24] Revert "gfs2: fix a deadlock on withdraw-during-mount"
` [PATCH 16/24] Revert "gfs2: Check for log write errors before telling dlm to unlock"
` [PATCH 17/24] Revert "gfs2: Allow some glocks to be used during withdraw"
` [PATCH 18/24] Revert "gfs2: fix infinite loop when checking ail item count before go_inval"
` [PATCH 19/24] gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}
` [PATCH 20/24] gfs2: Clean up properly during a withdraw
` [PATCH 21/24] gfs2: New gfs2_withdraw_helper
` [PATCH 22/24] gfs2: Withdraw immediately in gfs2_trans_add_meta
` [PATCH 23/24] gfs2: No longer thaw filesystems during a withdraw
` [PATCH 24/24] gfs2: Clean up SDF_JOURNAL_LIVE flag handling
[syzbot] [gfs2?] memory leak in gfs2_trans_begin (2)
2025-11-08 20:00 UTC (3+ messages)
` [PATCH] gfs2: Fix memory leak in gfs2_trans_begin
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
[PATCH] vfs: remove the excl argument from the ->create() inode_operation
2025-11-07 0:00 UTC (5+ messages)
[PATCH] gfs2: Use bio_add_folio_nofail()
2025-11-06 21:23 UTC (2+ messages)
[syzbot] [gfs2?] kernel BUG in __gfs2_glock_put (2)
2025-11-05 5:01 UTC (2+ messages)
[PATCH] gfs2: Fix invalid glock target state during withdraw
2025-11-01 15:35 UTC
page: next (older) | prev (newer) | latest
- 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