messages from 2025-09-16 23:50:42 to 2025-10-16 16:43:19 UTC [more...]
[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
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-15 8:54 UTC (22+ 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
[syzbot] [gfs2?] kernel BUG in do_xmote
2025-10-15 2:00 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 v5 00/14] fuse: use iomap for buffered reads + readahead
2025-09-29 9:38 UTC (16+ 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] 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 (36+ messages)
` [PATCH v3 01/15] iomap: move bio read logic into helper function
` [PATCH v3 02/15] iomap: move read/readahead bio submission "
` [PATCH v3 03/15] iomap: store read/readahead bio generically
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v3 10/15] iomap: add bias for async read requests
` [PATCH v3 11/15] iomap: move buffered io bio logic into new file
` [PATCH v3 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v3 13/15] fuse: use iomap for read_folio
` [PATCH v3 14/15] fuse: use iomap for readahead
` [PATCH v3 15/15] fuse: remove fc->blkbits workaround for partial writes
` [syzbot ci] Re: fuse: use iomap for buffered reads + readahead
[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 (3+ messages)
[PATCH][next] dlm: Avoid -Wflex-array-member-not-at-end warning
2025-09-22 14:20 UTC
[PATCH] gfs2: add bounds check for rd_length in compute_bitstructs()
2025-09-22 11:34 UTC (2+ messages)
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-19 17:58 UTC (7+ messages)
` [PATCH v2 12/16] iomap: add bias for async read requests
[PATCH] gfs2: avoid %pS in pr_err() fallback to prevent vsnprintf crash
2025-09-17 10:33 UTC (2+ messages)
page: | 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).