gfs2.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH 0/8] More GFS2 folio conversions
 2025-02-10 13:34 UTC  (9+ messages)
` [PATCH 1/8] gfs2: Use b_folio in gfs2_log_write_bh()
` [PATCH 2/8] gfs2: Use b_folio in gfs2_trans_add_meta()
` [PATCH 3/8] gfs2: Use b_folio in gfs2_submit_bhs()
` [PATCH 4/8] gfs2: Use b_folio in gfs2_check_magic()
` [PATCH 5/8] gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_srch()
` [PATCH 6/8] gfs2: Convert gfs2_find_jhead() to use a folio
` [PATCH 7/8] gfs2: Convert gfs2_end_log_write_bh() to work on "
` [PATCH 8/8] gfs2: Convert gfs2_meta_read_endio() to use "

[syzbot] Monthly gfs2 report (Feb 2025)
 2025-02-05 12:43 UTC 

[Linux-6.13-rc7]kernel BUG in gfs2_quota_cleanup
 2025-01-31 17:22 UTC 

[PATCH 0/3] further lockref cleanups
 2025-01-31  7:30 UTC  (9+ messages)
` [PATCH 1/3] gfs2: use lockref_init for gl_lockref
` [PATCH 2/3] gfs2: switch to lockref_init(..., 1)
` [PATCH 3/3] lockref: remove count argument of lockref_init

[PATCH v2 0/3] further lockref cleanups
 2025-01-30 15:05 UTC  (5+ messages)
` [PATCH v2 1/3] gfs2: use lockref_init for gl_lockref
` [PATCH v2 2/3] gfs2: switch to lockref_init(..., 1)
` [PATCH v2 3/3] lockref: remove count argument of lockref_init

lockref cleanups
 2025-01-22 20:40 UTC  (22+ messages)
` [PATCH 1/8] lockref: remove lockref_put_not_zero
` [PATCH 2/8] lockref: improve the lockref_get_not_zero description
` [PATCH 3/8] lockref: use bool for false/true returns
` [PATCH 4/8] lockref: drop superfluous externs
` [PATCH 5/8] lockref: add a lockref_init helper
` [PATCH 6/8] dcache: use lockref_init for d_lockref
` [PATCH 7/8] erofs: use lockref_init for pcl->lockref
` [PATCH 8/8] gfs2: use lockref_init for qd_lockref

[GIT PULL] dlm updates for 6.14
 2025-01-20 22:30 UTC  (2+ messages)

[GIT PULL] gfs2 changes for 6.14
 2025-01-20 22:30 UTC  (2+ messages)

[PATCH 0/1] dlm_tools: support corosync3/knet multi-link
 2025-01-17 15:16 UTC  (13+ messages)
` [PATCH v2 1/1] dlm_controld: "

Bug: slab-out-of-bounds Write in __bh_read
 2025-01-16 14:30 UTC  (10+ messages)

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2025-01-16  7:53 UTC  (5+ messages)

[PATCH] gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
 2025-01-14 17:59 UTC 

[syzbot] [gfs2] WARNING in vfs_utimes
 2025-01-14 10:06 UTC  (9+ messages)
    ` WARNING in __folio_mark_dirty (2)

[syzbot] [gfs2?] KASAN: slab-out-of-bounds Write in rgblk_free
 2025-01-10 13:27 UTC 

Bug: INFO_task hung in gfs2_glock_nq
 2025-01-10  9:08 UTC 

[PATCH] dlm: prevent NPD when writing a positive value to event_done
 2025-01-08 15:23 UTC  (5+ messages)

[syzbot] Monthly gfs2 report (Jan 2025)
 2025-01-06 10:01 UTC 

[syzbot] [gfs2?] UBSAN: shift-out-of-bounds in gfs2_dir_read
 2024-12-31 22:14 UTC 

kernel BUG in gfs2_assert_warn_i
 2024-12-31  5:48 UTC 

[PATCH 0/1] dlm_tools: support corosync3/knet multi-link
 2024-12-20  7:38 UTC  (3+ messages)
` [PATCH 1/1] dlm_controld: "

[PATCH 0/1] dlm: increase max number of links for
 2024-12-20  7:14 UTC  (2+ messages)
` [PATCH 1/1] dlm: increase max number of links for corosync3/knet

[syzbot] [iomap?] WARNING in iomap_zero_iter
 2024-12-05 14:00 UTC  (3+ messages)

[syzbot] Monthly gfs2 report (Dec 2024)
 2024-12-05  9:04 UTC 

[PATCH AUTOSEL 6.6 02/12] KMSAN: uninit-value in inode_go_dump (5)
 2024-12-04 16:00 UTC 

[PATCH AUTOSEL 6.11 02/13] KMSAN: uninit-value in inode_go_dump (5)
 2024-12-04 16:00 UTC 

[PATCH AUTOSEL 6.12 02/15] KMSAN: uninit-value in inode_go_dump (5)
 2024-12-04 15:59 UTC 

[PATCH 00/11] fix hungtask due to repeated traversal of inodes list
 2024-12-04 14:16 UTC  (16+ messages)
` [PATCH 01/11] fs: introduce I_CURSOR flag for inode
` [PATCH 02/11] block: use sb_for_each_inodes API
` [PATCH 03/11] fs: "
` [PATCH 04/11] gfs2: "
` [PATCH 05/11] fs: use sb_for_each_inodes_safe API
` [PATCH 06/11] fsnotify: use sb_for_each_inodes API
` [PATCH 07/11] quota: "
` [PATCH 08/11] fs/super.c: "
` [PATCH 09/11] landlock: "
` [PATCH 10/11] fs: fix hungtask due to repeated traversal of inodes list
` [PATCH 11/11] fs: fix potential soft lockup when 'sb->s_inodes' has large number of inodes

[PATCH v6.13-rc1 1/5] dlm: fix srcu_read_lock() return type to int
 2024-12-02 15:26 UTC  (5+ messages)
` [PATCH v6.13-rc1 2/5] dlm: fix missing rsb put on scan timer
` [PATCH v6.13-rc1 3/5] dlm: add more sanity checks related "
` [PATCH v6.13-rc1 4/5] dlm: make sense out of force values
` [PATCH v6.13-rc1 5/5] dlm: return -ENOENT if no comm was found

[PATCH 1/2] gfs2: throw -EIO when attempting to access beyond end of device
 2024-11-29  9:03 UTC  (2+ messages)
` [PATCH 2/2] gfs2: miscellaneous spelling fixes

[syzbot] [gfs2?] KMSAN: uninit-value in gfs2_quota_init (2)
 2024-11-27 19:32 UTC 

[GIT PULL] gfs2 changes for 6.13
 2024-11-26 21:04 UTC  (2+ messages)

Follow-up on Linux Kernel Vulnerability [v5.15] KASAN-stack-out-of-bounds-Read in gfs2_file_buffered_write
 2024-11-26 12:08 UTC 

[PATCH 08/11] gfs2: reorder capability check last
 2024-11-25 11:34 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 10/61] dlm: fix possible lkb_resource null dereference
 2024-11-24 13:44 UTC 

[PATCH AUTOSEL 6.11 18/87] dlm: fix possible lkb_resource null dereference
 2024-11-24 13:37 UTC 

[PATCH AUTOSEL 6.12 020/107] dlm: fix possible lkb_resource null dereference
 2024-11-24 13:28 UTC 

[PATCH] Documentation: filesystems: update filename extensions
 2024-11-22 17:34 UTC  (4+ messages)

[GIT PULL] dlm updates for 6.13
 2024-11-21 18:05 UTC  (2+ messages)

[PATCH dlm/next] dlm: fix missing rsb put on scan timer
 2024-11-19 21:06 UTC  (2+ messages)

[PATCH dlm/next] dlm: fix dlm_recover_members refcount on error
 2024-11-18 16:01 UTC 

[PATCH dlm/next 1/5] dlm: new max length for debugfs entry name
 2024-11-13 16:46 UTC  (5+ messages)
` [PATCH dlm/next 2/5] dlm: introduce lockspace control debugfs entry
` [PATCH dlm/next 3/5] dlm: extend debugfs to manipulate more DLM states
` [PATCH dlm/next 4/5] dlm: fix middle conversion cases in DLM recovery
` [PATCH dlm/next 5/5] dlm: more debug info on invalid lock requests

[syzbot] [gfs2?] general protection fault in gfs2_glock_dq
 2024-11-11  9:41 UTC 

[RFC dlm/next 00/11] dlm: approach for new lkb reference counting
 2024-11-07 20:46 UTC  (12+ messages)
` [RFC dlm/next 01/11] dlm: remove set_master() negative return check
` [RFC dlm/next 02/11] dlm: use move_lkb() instead del/add lkb
` [RFC dlm/next 03/11] dlm: use hold_lkb() instead kref_get()
` [RFC dlm/next 04/11] dlm: don't track references on move_lkb()
` [RFC dlm/next 05/11] dlm: drop lkb hold for waiter conversion handling
` [RFC dlm/next 06/11] dlm: track reference for lkb_rsb_lookup
` [RFC dlm/next 07/11] dlm: call queue_cast() on master copy as well
` [RFC dlm/next 08/11] dlm: make send dlm message as non-failure
` [RFC dlm/next 09/11] dlm: introduce new lkb refcount model
` [RFC dlm/next 10/11] dlm: void convert, cancel and unlock requests
` [RFC dlm/next 11/11] dlm: return void for _request_lock function

[PATCH dlm/next 1/3] dlm: fix recover_conversion() if grmode is unknown
 2024-11-04 22:04 UTC  (3+ messages)
` [PATCH dlm/next 2/3] dlm: add grmode sanity checks and debug info
` [PATCH dlm/next 3/3] dlm: log_limit() recover_conversion() handling

[syzbot] Monthly gfs2 report (Nov 2024)
 2024-11-04 11:34 UTC 

[PATCH] gfs2: Simplify DLM_LKF_QUECVT use
 2024-10-29 17:15 UTC 

[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-23  0:49 UTC  (4+ messages)

[PATCH] gfs2: Flush glock work queue on inode lookup / create
 2024-10-21 20:07 UTC 

[PATCHv2 dlm/next 10/12] dlm: separate dlm lockspaces per net-namespace
 2024-10-11  6:19 UTC  (2+ messages)

[PATCH 0/4] nfs: kobject: use generic helpers and ownership
 2024-10-09 20:03 UTC  (10+ messages)
` [PATCH 1/4] kobject: add kset_type_create_and_add() helper
` [PATCH 2/4] kobject: export generic helper ops
` [PATCH 3/4] nfs: sysfs: use kset_type_create_and_add()
` [PATCH 4/4] nfs: sysfs: use default get_ownership() callback

[syzbot] [gfs2?] KMSAN: uninit-value in inode_go_dump (5)
 2024-10-05 20:51 UTC  (4+ messages)

[PATCH v6.12-rc1 0/7] dlm: tracing, config and null-ptr fixes
 2024-10-04 15:13 UTC  (8+ messages)
` [PATCH v6.12-rc1 1/7] dlm: fix swapped args sb_flags vs sb_status
` [PATCH v6.12-rc1 2/7] dlm: fix possible lkb_resource null dereference
` [PATCH v6.12-rc1 3/7] dlm: disallow different configs nodeid storages
` [PATCH v6.12-rc1 4/7] dlm: handle port as __be16 network byte order
` [PATCH v6.12-rc1 5/7] dlm: use dlm_config as only cluster configuration
` [PATCH v6.12-rc1 6/7] dlm: dlm_config_info config fields to unsigned int
` [PATCH v6.12-rc1 7/7] dlm: make add_to_waiters() that it can't fail

[syzbot] Monthly gfs2 report (Oct 2024)
 2024-10-03  9:03 UTC 


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).