messages from 2025-09-23 00:33:54 to 2025-11-16 20:12:37 UTC [more...]
[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
re-enable IOCB_NOWAIT writes to files
2025-11-16 8:23 UTC (24+ 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
[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 (36+ messages)
` [PATCH v2 01/16] writeback: add infra for parallel writeback
` [PATCH v2 02/16] writeback: add support to initialize and free multiple writeback ctxs
` [PATCH v2 03/16] writeback: link bdi_writeback to its corresponding bdi_writeback_ctx
` [PATCH v2 04/16] writeback: affine inode to a writeback ctx within a bdi
` [PATCH v2 05/16] writeback: modify bdi_writeback search logic to search across all wb ctxs
` [PATCH v2 06/16] writeback: invoke all writeback contexts for flusher and dirtytime writeback
` [PATCH v2 07/16] writeback: modify sync related functions to iterate over all writeback contexts
` [PATCH v2 08/16] writeback: add support to collect stats for all writeback ctxs
` [PATCH v2 09/16] f2fs: add support in f2fs to handle multiple writeback contexts
` [PATCH v2 10/16] fuse: add support for multiple writeback contexts in fuse
` [PATCH v2 11/16] gfs2: add support in gfs2 to handle multiple writeback contexts
` [PATCH v2 12/16] nfs: add support in nfs "
` [PATCH v2 13/16] writeback: configure the num of writeback contexts between 0 and number of online cpus
` [PATCH v2 14/16] writeback: segregated allocation and free of writeback contexts
` [PATCH v2 15/16] writeback: added support to change the number of writebacks using a sysfs attribute
` [PATCH v2 16/16] writeback: added XFS support for matching writeback count to allocation group count
[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 (26+ messages)
` [PATCH 01/24] gfs2: Add clean argument to lm_unmount hook
` [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
[PATCH 0/5] gfs2 non-blocking lookup
2025-11-01 8:09 UTC (6+ 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] gfs2: document ip in __gfs2_holder_init kernel-doc comment
2025-10-28 10:07 UTC (2+ messages)
[BUG] KASAN: slab-use-after-free in gfs2_hole_size in v6.18-rc3
2025-10-27 16:55 UTC (2+ messages)
[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
2025-10-27 12:16 UTC (28+ messages)
` [PATCH v5 01/14] iomap: move bio read logic into helper function
` [PATCH v5 02/14] iomap: move read/readahead bio submission "
` [PATCH v5 03/14] iomap: store read/readahead bio generically
` [PATCH v5 04/14] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v5 05/14] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v5 06/14] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v5 07/14] iomap: track pending read bytes more optimally
` [PATCH v5 08/14] iomap: set accurate iter->pos when reading folio ranges
` [PATCH v5 09/14] iomap: add caller-provided callbacks for read and readahead
` [PATCH v5 10/14] iomap: move buffered io bio logic into new file
` [PATCH v5 11/14] iomap: make iomap_read_folio() a void return
` [PATCH v5 12/14] fuse: use iomap for read_folio
` [PATCH v5 13/14] fuse: use iomap for readahead
` [PATCH v5 14/14] fuse: remove fc->blkbits workaround for partial writes
[PATCH 06/10] gfs2: Use folio_next_pos()
2025-10-24 17:08 UTC
[syzbot] [gfs2?] kernel BUG in do_xmote
2025-10-22 2:11 UTC (2+ messages)
[syzbot] [gfs2?] general protection fault in gfs2_thaw_freeze_initiator
2025-10-20 21:09 UTC
[syzbot] [gfs2?] general protection fault in gfs2_log_is_empty
2025-10-16 16:43 UTC (5+ messages)
` [PATCH next] gfs2: Add sanity check for sd_jdesc
` [PATCH next V2] "
[syzbot] Monthly gfs2 report (Oct 2025)
2025-10-16 8:36 UTC
[syzbot] [gfs2?] possible deadlock in gfs2_trans_begin (2)
2025-10-13 7:51 UTC
[syzbot] [gfs2?] WARNING in chown_common
2025-10-12 5:45 UTC
[linus:master] [fs] bc986b1d75: Kernel_panic-not_syncing:softlockup:hung_tasks
2025-09-30 6:41 UTC
[GIT PULL] dlm updates for 6.18
2025-09-29 23:22 UTC (2+ messages)
[GIT PULL] gfs2 changes for 6.18
2025-09-29 23:22 UTC (2+ messages)
[PATCH] gfs2: Move i_nlink checks from gfs2_{link,rename,mkdir} to VFS layer
2025-09-26 5:37 UTC (3+ messages)
[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
2025-09-24 22:56 UTC (6+ messages)
` [PATCH v3 10/15] iomap: add bias for async read requests
[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
2025-09-24 18:23 UTC (23+ messages)
` [PATCH v4 01/15] iomap: move bio read logic into helper function
` [PATCH v4 02/15] iomap: move read/readahead bio submission "
` [PATCH v4 03/15] iomap: store read/readahead bio generically
` [PATCH v4 04/15] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v4 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v4 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v4 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v4 08/15] iomap: add public start/finish folio read helpers
` [PATCH v4 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v4 10/15] iomap: add bias for async read requests
` [PATCH v4 11/15] iomap: move buffered io bio logic into new file
` [PATCH v4 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v4 13/15] fuse: use iomap for read_folio
` [PATCH v4 14/15] fuse: use iomap for readahead
` [PATCH v4 15/15] fuse: remove fc->blkbits workaround for partial writes
[PATCH v4] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-09-24 12:54 UTC (6+ messages)
[PATCH v2] gfs2/sysfs: Replace sprintf/snprintf with sysfs_emit()
2025-09-23 19:18 UTC (2+ messages)
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