messages from 2025-04-29 05:52:43 to 2025-06-13 12:25:34 UTC [more...]
[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
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-11 15:51 UTC (32+ 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
[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
[PATCH] common/quota: adjust _qmount_option for gfs2
2025-06-03 4:10 UTC
[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 (25+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [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
add more bio helpers v2
2025-05-06 10:05 UTC (39+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [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
` 回复: "
[PATCH AUTOSEL 5.15 029/153] dlm: make tcp still work in multi-link env
2025-05-05 23:11 UTC
[PATCH AUTOSEL 6.1 043/212] dlm: make tcp still work in multi-link env
2025-05-05 23:04 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 074/212] gfs2: Check for empty queue in run_queue
[PATCH AUTOSEL 6.6 053/294] dlm: make tcp still work in multi-link env
2025-05-05 22:53 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 096/294] gfs2: Check for empty queue in run_queue
[PATCH AUTOSEL 6.12 087/486] dlm: make tcp still work in multi-link env
2025-05-05 22:33 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 160/486] gfs2: Check for empty queue in run_queue
[PATCH AUTOSEL 6.14 110/642] dlm: make tcp still work in multi-link env
2025-05-05 22:06 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 199/642] gfs2: Check for empty queue in run_queue
[PATCH] gfs: don't check for AOP_WRITEPAGE_ACTIVATE in gfs2_write_jdata_batch
2025-05-05 20:38 UTC (2+ messages)
WARNING in __folio_mark_dirty
2025-05-02 9:52 UTC (2+ messages)
[syzbot] [gfs2?] stack segment fault in gfs2_glock_dq
2025-05-01 19:08 UTC
[PATCH] gfs2: Remove set but not used variable 'xattr_initialized'
2025-04-30 8:43 UTC (4+ messages)
[RFC PATCH dlm/next 1/4] dlm: mask sk_shutdown value
2025-04-30 7:15 UTC (8+ messages)
` [RFC PATCH dlm/next 2/4] dlm: use SHUT_RDWR for SCTP shutdown
` [RFC PATCH dlm/next 3/4] dlm: reject SCTP configuration if not enabled
` [RFC PATCH dlm/next 4/4] dlm: drop SCTP Kconfig dependency
add more bio helper
2025-04-29 14:53 UTC (34+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io
[Question] dlm: shutdown sctp sock always timeouts
2025-04-29 13:54 UTC (3+ 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