messages from 2025-07-16 16:03:04 to 2025-09-16 23:50:42 UTC [more...]
[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
2025-09-16 23:44 UTC (11+ 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 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v3 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v3 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v3 08/15] iomap: add public start/finish folio read helpers
` [PATCH v3 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v3 10/15] iomap: add bias for async read requests
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-16 23:23 UTC (58+ messages)
` [PATCH v2 01/16] iomap: move async bio read logic into helper function
` [PATCH v2 02/16] iomap: move read/readahead bio submission "
` [PATCH v2 03/16] iomap: rename cur_folio_in_bio to folio_owned
` [PATCH v2 04/16] iomap: store read/readahead bio generically
` [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v2 06/16] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v2 07/16] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v2 08/16] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v2 09/16] iomap: add public start/finish folio read helpers
` [PATCH v2 10/16] iomap: make iomap_read_folio_ctx->folio_owned internal
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [PATCH v2 12/16] iomap: add bias for async read requests
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
` [PATCH v2 14/16] fuse: use iomap for read_folio
` [PATCH v2 15/16] fuse: use iomap for readahead
` [PATCH v2 16/16] fuse: remove fc->blkbits workaround for partial writes
[PATCH] gfs2: avoid %pS in pr_err() fallback to prevent vsnprintf crash
2025-09-16 21:11 UTC
[syzbot] [gfs2?] general protection fault in gfs2_print_dbg (3)
2025-09-15 18:18 UTC
[syzbot] Monthly gfs2 report (Sep 2025)
2025-09-15 6:54 UTC
[syzbot] [gfs2?] BUG: sleeping function called from invalid context in gfs2_withdraw (2)
2025-09-13 22:07 UTC
[PATCH 00/20] gfs2 patches on for-next
2025-09-11 15:25 UTC (24+ messages)
` [PATCH 01/20] gfs2: Remove unused GIF_FREE_VFS_INODE flag
` [PATCH 02/20] gfs2: Remove unused sd_withdraw_wait field
` [PATCH 03/20] gfs2: Remove space before newline
` [PATCH 04/20] gfs2: do_xmote cleanup
` [PATCH 05/20] gfs2: Simplify refcounting in do_xmote
` [PATCH 06/20] gfs2: Partially revert "gfs2: do_xmote fixes"
` [PATCH 07/20] gfs2: Turn gfs2_withdraw into a void function
` [PATCH 08/20] gfs2: Sanitize gfs2_meta_check, gfs2_metatype_check, gfs2_io_error
` [PATCH 09/20] gfs2: Do not use atomic operations unnecessarily
` [PATCH 10/20] gfs2: Further sanitize lock_dlm.c
` [PATCH 11/20] gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR code
` [PATCH 12/20] gfs2: Fix LM_FLAG_TRY* logic in add_to_queue
` [PATCH 13/20] gfs2: Remove duplicate check in do_xmote
` [PATCH 14/20] gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing "
` [PATCH 15/20] gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESS
` [PATCH 16/20] gfs2: Simplify do_promote
` [PATCH 17/20] gfs2: run_queue cleanup
` [PATCH 18/20] gfs2: Minor run_queue fixes
` [PATCH 19/20] gfs2: Add proper lockspace locking
` [PATCH 20/20] gfs2: Fix unlikely race in gdlm_put_lock
[PATCH] * dlm: improve lock management and concurrency control
2025-09-11 14:52 UTC (4+ messages)
[PATCH v4] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-09-11 0:44 UTC
[PATCH v3] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-09-10 23:41 UTC (5+ messages)
[PATCH] dlm: improve lock management and concurrency control
2025-09-10 14:35 UTC (4+ messages)
` [PATCH] fix: delete del_proc_lock
[syzbot] [gfs2?] kernel BUG in gfs2_jindex_free (2)
2025-09-09 23:23 UTC (3+ messages)
[PATCH] gfs2, udf: update to use mmap_prepare
2025-09-03 18:00 UTC (8+ messages)
[PATCH v2] gfs2, udf: update to use mmap_prepare
2025-09-03 18:06 UTC
[PATCH 01/12] refactor: remove the call to in
2025-08-30 10:14 UTC (12+ messages)
` [PATCH 02/12] refactor: handle cases from_dir and from_other in find_rsb_nodir
` [PATCH 03/12] refactor: unify active/inactive logic "
` [PATCH 04/12] fix(find_rsb_nodir): corrects the management of inactive rsb and the creation of new rsb
` [PATCH 05/12] fix: improve rsb struct
` [PATCH 06/12] fix: improve dlm_rsb struct
` [PATCH 07/12] fix: improve spin-lock struct
` [PATCH 08/12] fix: improve lvb struct
` [PATCH 09/12] fix: improve lkb struct
` [PATCH 10/12] fix: improve dlm_rsb struct
` [PATCH 11/12] fix: improve lkb struct
` [PATCH 12/12] fix: imrpove l/c error
[PATCH] fix(dlm): handle unlock/cancel during deferred lock messages
2025-08-29 18:05 UTC (5+ messages)
[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
2025-08-28 9:40 UTC
[PATCH] dlm: use KMEM_CACHE in dlm_memory_init
2025-08-28 8:32 UTC
[PATCH v2] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-08-27 3:18 UTC (2+ messages)
[PATCH] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
2025-08-27 1:58 UTC (3+ messages)
[syzbot] [gfs2?] kernel BUG in gfs2_withdraw (2)
2025-08-26 5:27 UTC (3+ messages)
Resource group glock granularity
2025-08-22 12:19 UTC (2+ messages)
[syzbot] [gfs2?] general protection fault in __gfs2_trans_begin
2025-08-21 6:50 UTC
[gfs2:withdraw 41/41] Warning: fs/gfs2/util.c:177 function parameter 'sdp' not described in 'gfs2_offline_uevent'
2025-08-19 15:39 UTC
[syzbot] [gfs2?] INFO: task hung in __gfs2_log_reserve
2025-08-16 5:34 UTC (2+ messages)
[syzbot] [gfs2?] WARNING in vfs_setxattr (3)
2025-08-15 12:51 UTC
[syzbot] [gfs2?] WARNING in do_mknodat (3)
2025-08-15 7:21 UTC
[PATCH dlm/next 1/4] dlm: handle invalid lockspace member remove
2025-08-14 15:22 UTC (4+ messages)
` [PATCH dlm/next 2/4] dlm: move to rinfo for all middle conversion cases
` [PATCH dlm/next 3/4] dlm: handle release_option as unsigned
` [PATCH dlm/next 4/4] dlm: check for undefined release_option values
[PATCH] gfs2: Use min_t() to improve code
2025-08-14 14:23 UTC
[syzbot] Monthly gfs2 report (Aug 2025)
2025-08-14 12:42 UTC
[bug report] dlm: add new configfs entry release_recover for lockspace members
2025-08-14 7:39 UTC
[PATCH 6.6] gfs2: replace sd_aspace with sd_inode
2025-08-12 10:50 UTC (2+ messages)
[BUG] gfs2: sleeping lock in gfs2_quota_init() with preempt disabled on PREEMPT_RT
2025-08-12 10:38 UTC (2+ messages)
[syzbot] [gfs2?] INFO: task hung in block_invalidate_folio (2)
2025-08-11 3:13 UTC
[syzbot] [mm?] [gfs2?] KASAN: slab-use-after-free Read in lru_add (2)
2025-08-04 16:51 UTC
[PATCH AUTOSEL 6.6 09/23] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops
2025-08-03 21:20 UTC
[PATCH AUTOSEL 6.12 13/31] gfs2: Validate i_depth for exhash directories
2025-08-03 21:19 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 14/31] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops
[PATCH AUTOSEL 6.15 15/34] gfs2: Validate i_depth for exhash directories
2025-08-03 21:18 UTC (2+ messages)
` [PATCH AUTOSEL 6.15 16/34] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops
[PATCH AUTOSEL 6.16 16/35] gfs2: Validate i_depth for exhash directories
2025-08-03 21:17 UTC (2+ messages)
` [PATCH AUTOSEL 6.16 17/35] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops
[syzbot] [gfs2?] kernel BUG in do_qc
2025-08-02 22:19 UTC (2+ messages)
[syzbot] [gfs2?] KASAN: null-ptr-deref Write in gfs2_trans_add_revoke
2025-08-01 4:12 UTC (2+ messages)
` [PATCH] gfs2: Correct use of trans
[PATCH][next] gfs2: Remove space before newline
2025-07-29 13:12 UTC (2+ messages)
[GIT PULL] gfs2 changes for 6.17
2025-07-28 23:41 UTC (2+ messages)
[PATCH] gfs2: Remove unused GIF_* flag
2025-07-25 13:12 UTC
[PATCH] gfs2: Wait for gfs2_qd_dealloc() before freeing sbd
2025-07-24 13:10 UTC
[syzbot] [gfs2?] KASAN: slab-use-after-free Write in gfs2_qd_dealloc (3)
2025-07-24 12:11 UTC (5+ messages)
[PATCH dlm-tool] dlm_controld: handle RELEASE_RECOVER event env
2025-07-23 15:31 UTC
[PATCH v6.16-rc7 0/5] dlm: dlm lockspace release option updates
2025-07-23 15:21 UTC (6+ messages)
` [PATCH v6.16-rc7 1/5] dlm: check on unequal 3 to allow more values
` [PATCH v6.16-rc7 2/5] dlm: introduce release parameter defines
` [PATCH v6.16-rc7 3/5] dlm: add release recover attribute for leaving event
` [PATCH v6.16-rc7 4/5] dlm: add lockspace member configfs release_recover
` [PATCH v6.16-rc7 5/5] dlm: introduce DLM_RELEASE_RECOVER
[syzbot] [gfs2?] kernel BUG in gfs2_withdraw
2025-07-21 16:07 UTC (2+ messages)
[PATCH] gfs2: No more self recovery
2025-07-16 21:31 UTC
[syzbot] [gfs2?] UBSAN: shift-out-of-bounds in gfs2_dir_read (2)
2025-07-16 16:03 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).