messages from 2025-05-07 12:05:05 to 2025-06-27 07:04:00 UTC [more...]
refactor the iomap writeback code v3
2025-06-27 7:02 UTC (11+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
refactor the iomap writeback code v2
2025-06-27 7:02 UTC (26+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 02/11] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 05/11] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/11] iomap: move all ioend handling to ioend.c
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/11] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/11] iomap: add read_folio_range() handler for buffered writes
[PATCH] gfs2/sysfs: Replace sprintf/snprintf with sysfs_emit()
2025-06-25 22:11 UTC
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-06-25 17:02 UTC (27+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-25 15:44 UTC (34+ messages)
` [PATCH 01/13] writeback: add infra for parallel writeback
` [PATCH 02/13] writeback: add support to initialize and free multiple writeback ctxs
` [PATCH 03/13] writeback: link bdi_writeback to its corresponding bdi_writeback_ctx
` [PATCH 04/13] writeback: affine inode to a writeback ctx within a bdi
` [PATCH 05/13] writeback: modify bdi_writeback search logic to search across all wb ctxs
` [PATCH 06/13] writeback: invoke all writeback contexts for flusher and dirtytime writeback
` [PATCH 07/13] writeback: modify sync related functions to iterate over all writeback contexts
` [PATCH 08/13] writeback: add support to collect stats for all writeback ctxs
` [PATCH 09/13] f2fs: add support in f2fs to handle multiple writeback contexts
` [PATCH 10/13] fuse: add support for multiple writeback contexts in fuse
` [PATCH 11/13] gfs2: add support in gfs2 to handle multiple writeback contexts
` [PATCH 12/13] nfs: add support in nfs "
` [PATCH 13/13] writeback: set the num of writeback contexts to number of online cpus
[PATCH] common/quota: adjust _qmount_option for gfs2
2025-06-24 1:38 UTC (3+ messages)
[syzbot] [gfs2?] kernel BUG in __gfs2_glock_put (2)
2025-06-20 6:44 UTC
refactor the iomap writeback code
2025-06-17 19:32 UTC (13+ messages)
` [PATCH 1/6] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 2/6] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 3/6] iomap: refactor the writeback interface
` [PATCH 4/6] iomap: hide ioends from the generic writeback code
` [PATCH 5/6] iomap: add public helpers for uptodate state manipulation
` [PATCH 6/6] iomap: move all ioend handling to ioend.c
[PATCH] fs/dlm: use scnprintf() in lockspace show funcs
2025-06-16 14:22 UTC (2+ messages)
[PATCH] fs/gfs2: use scnprintf() in show functions
2025-06-16 14:20 UTC (2+ messages)
[PATCH v6.16-rc1] dlm: if forced set no linger before close
2025-06-13 21:19 UTC
[syzbot] Monthly gfs2 report (Jun 2025)
2025-06-13 12:25 UTC
[syzbot] [gfs2?] kernel BUG in gfs2_jindex_free (2)
2025-06-13 11:37 UTC
[syzbot] [gfs2?] general protection fault in gfs2_remove_from_journal
2025-06-11 10:55 UTC
[PATCH 0/2] GFS2: Fix wrong call of new trans for jdata
2025-06-09 0:20 UTC (6+ messages)
` [PATCH 1/2] gfs2: rename gfs2_write_jdata_folio to gfs2_write_jdata_full_folio
` [PATCH 2/2] gfs2: do not call gfs2_jdata_writepages for jdata
[GIT PULL] additional gfs2 fix for 6.16
2025-06-02 22:57 UTC (2+ messages)
[syzbot] [gfs2?] kernel BUG in do_qc
2025-06-02 22:53 UTC
[PATCH] CA-411820: add STATX_DIOALIGN support to GFS2
2025-06-02 15:22 UTC
[PATCH AUTOSEL 6.12 30/93] dlm: use SHUT_RDWR for SCTP shutdown
2025-06-01 23:32 UTC
[PATCH AUTOSEL 6.14 032/102] dlm: use SHUT_RDWR for SCTP shutdown
2025-06-01 23:28 UTC
[PATCH AUTOSEL 6.15 033/110] dlm: use SHUT_RDWR for SCTP shutdown
2025-06-01 23:23 UTC
[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup (2)
2025-05-31 22:08 UTC
[PATCH] gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_add()
2025-05-29 9:59 UTC (3+ messages)
[RFC] DEPT(DEPendency Tracker) with DLM(Distributed Lock Manager)
2025-05-29 7:22 UTC (4+ messages)
[GIT PULL] dlm updates for 6.16
2025-05-28 19:45 UTC (2+ messages)
[syzbot] [gfs2?] KASAN: slab-use-after-free Write in gfs2_qd_dealloc (3)
2025-05-28 10:08 UTC
[syzbot] [gfs2?] WARNING in gfs2_put_super
2025-05-27 10:42 UTC
[syzbot] [gfs2?] KASAN: null-ptr-deref Read in gfs2_drop_inode
2025-05-27 3:19 UTC (2+ messages)
[GIT PULL] gfs2 changes for 6.16
2025-05-26 21:20 UTC (2+ messages)
[PATCH 0/6] gfs2: mount failure after successful recovery
2025-05-19 11:19 UTC (7+ messages)
` [PATCH 1/6] gfs2: Minor comments fix
` [PATCH 2/6] gfs2: Move gfs2_log_pointers_init
` [PATCH 3/6] gfs2: Simplify gfs2_log_pointers_init
` [PATCH 4/6] gfs2: Simplify clean_journal
` [PATCH 5/6] gfs2: Get rid of duplicate log head lookup
` [PATCH 6/6] gfs2: No more gfs2_find_jhead caching
[linux-next:master] [super] 1af3331764: stress-ng.unlink.unlink_calls_per_sec 23.3% regression
2025-05-19 4:50 UTC
[PATCH 0/3] Don't start unnecessary transactions during log flush
2025-05-16 21:58 UTC (6+ messages)
` [PATCH 1/3] gfs2: Rename jdata_dirty_folio to gfs2_jdata_dirty_folio
` [PATCH 1/3] "
` [PATCH 2/3] gfs2: Move gfs2_trans_add_databufs
` [PATCH 3/3] gfs2: Don't start unnecessary transactions during log flush
[syzbot] Monthly gfs2 report (May 2025)
2025-05-12 13:34 UTC
[PATCH] gfs2: avoid inefficient use of crc32_le_shift()
2025-05-11 19:25 UTC (2+ messages)
[RFC] gfs2: Do not call iomap_zero_range beyond eof
2025-05-08 16:36 UTC (8+ messages)
add more bio helpers v3
2025-05-08 13:23 UTC (24+ messages)
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
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