public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-06-18 16:05:27 to 2024-08-27 18:03:17 UTC [more...]

[RFC 0/7] dlm: the ultimate verifier for DLM lock correctness
 2024-08-27 18:02 UTC  (3+ messages)
` [RFC 1/7] dlm: fix possible lkb_resource null dereference
` [RFC 2/7] dlm: fix swapped args sb_flags vs sb_status

[PATCH][RFC] iomap: add a private argument for iomap_file_buffered_write
 2024-08-27 11:07 UTC  (4+ messages)

[RFC dlm/next 00/12] dlm: net-namespace functionality
 2024-08-25 19:54 UTC  (18+ messages)
` [RFC dlm/next 01/12] dlm: introduce dlm_find_lockspace_name()
` [RFC dlm/next 02/12] dlm: disallow different configs nodeid storages
` [RFC dlm/next 03/12] dlm: add struct net to dlm_new_lockspace()
` [RFC dlm/next 04/12] dlm: handle port as __be16 network byte order
` [RFC dlm/next 05/12] dlm: use dlm_config as only cluster configuration
` [RFC dlm/next 06/12] dlm: dlm_config_info config fields to unsigned int
` [RFC dlm/next 07/12] dlm: rename config to configfs
` [RFC dlm/next 08/12] kobject: add kset_type_create_and_add() helper
` [RFC dlm/next 09/12] kobject: export generic helper ops
` [RFC dlm/next 10/12] dlm: separate dlm lockspaces per net-namespace
` [RFC dlm/next 11/12] dlm: add nldlm net-namespace aware UAPI
` [RFC dlm/next 12/12] gfs2: separate mount context by net-namespaces

[PATCH dlm/next 00/12] dlm: net-namespace functionality
 2024-08-21 22:57 UTC  (20+ messages)
` [PATCH dlm/next 01/12] dlm: introduce dlm_find_lockspace_name()
` [PATCH dlm/next 02/12] dlm: disallow different configs nodeid storages
` [PATCH dlm/next 03/12] dlm: add struct net to dlm_new_lockspace()
` [PATCH dlm/next 04/12] dlm: handle port as __be16 network byte order
` [PATCH dlm/next 05/12] dlm: use dlm_config as only cluster configuration
` [PATCH dlm/next 06/12] dlm: dlm_config_info config fields to unsigned int
` [PATCH dlm/next 07/12] dlm: rename config to configfs
` [PATCH dlm/next 08/12] kobject: add kset_type_create_and_add() helper
` [PATCH dlm/next 09/12] kobject: export generic helper ops
` [PATCH dlm/next 10/12] dlm: separate dlm lockspaces per net-namespace
` [PATCH dlm/next 11/12] dlm: add nldlm net-namespace aware UAPI
` [PATCH dlm/next 12/12] gfs2: separate mount context by net-namespaces

[PATCH v2] gfs2: fix double destroy_workqueue error
 2024-08-21 17:41 UTC  (2+ messages)

[PATCH] gfs2: fix double destroy_workqueue error
 2024-08-20 14:41 UTC  (4+ messages)

[PATCH v4 00/16] fanotify: add pre-content hooks
 2024-08-14 21:25 UTC  (17+ messages)
` [PATCH v4 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v4 02/16] fsnotify: introduce pre-content permission event
` [PATCH v4 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v4 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v4 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v4 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v4 07/16] fanotify: rename a misnamed constant
` [PATCH v4 08/16] fanotify: report file range info with pre-content events
` [PATCH v4 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v4 10/16] fanotify: add a helper to check for pre content events
` [PATCH v4 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v4 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v4 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v4 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v4 15/16] gfs2: "
` [PATCH v4 16/16] xfs: add pre-content fsnotify hook for write faults

[PATCH dlm/next] dlm: add missing -ENOMEM if alloc_workqueue() fails
 2024-08-12 20:14 UTC 

[PATCH v3 00/16] fanotify: add pre-content hooks
 2024-08-11  8:40 UTC  (21+ messages)
` [PATCH v3 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v3 02/16] fsnotify: introduce pre-content permission event
` [PATCH v3 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v3 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v3 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v3 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v3 07/16] fanotify: rename a misnamed constant
` [PATCH v3 08/16] fanotify: report file range info with pre-content events
` [PATCH v3 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v3 10/16] fanotify: add a helper to check for pre content events
` [PATCH v3 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v3 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v3 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v3 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v3 15/16] gfs2: "
` [PATCH v3 16/16] xfs: add pre-content fsnotify hook for write faults

[PATCH v2 00/16] fanotify: add pre-content hooks
 2024-08-09 18:38 UTC  (36+ messages)
` [PATCH v2 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v2 02/16] fsnotify: introduce pre-content permission event
` [PATCH v2 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v2 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v2 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v2 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v2 07/16] fanotify: rename a misnamed constant
` [PATCH v2 08/16] fanotify: report file range info with pre-content events
` [PATCH v2 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v2 10/16] fanotify: add a helper to check for pre content events
` [PATCH v2 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v2 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v2 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v2 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v2 15/16] gfs2: "
` [PATCH v2 16/16] xfs: add pre-content fsnotify hook for write faults

[PATCH 0/4] Remove uses of aops->writepage from gfs2
 2024-08-07 16:24 UTC  (7+ messages)
` [PATCH 1/4] gfs2: Add gfs2_aspace_writepages()
` [PATCH 2/4] gfs2: Remove __gfs2_writepage()
` [PATCH 3/4] gfs2: Remove gfs2_jdata_writepage()
` [PATCH 4/4] gfs2: Remove gfs2_aspace_writepage()

[PATCHv2 v6.11-rc1 01/10] dlm: cleanup memory allocation helpers
 2024-08-02 17:26 UTC  (10+ messages)
` [PATCHv2 v6.11-rc1 02/10] dlm: remove unnecessary refcounts
` [PATCHv2 v6.11-rc1 03/10] dlm: never return invalid nodeid by dlm_our_nodeid()
` [PATCHv2 v6.11-rc1 04/10] dlm: warn about invalid nodeid comparsions
` [PATCHv2 v6.11-rc1 05/10] dlm: drop kobject release callback handling
` [PATCHv2 v6.11-rc1 06/10] dlm: async freeing of lockspace resources
` [PATCHv2 v6.11-rc1 07/10] dlm: use RSB_HASHED to avoid lookup twice
` [PATCHv2 v6.11-rc1 08/10] dlm: move dlm_search_rsb_tree() out of lock
` [PATCHv2 v6.11-rc1 09/10] dlm: move lkb xarray lookup "
` [PATCHv2 v6.11-rc1 10/10] dlm: do synchronized socket connect call

[syzbot] Monthly gfs2 report (Aug 2024)
 2024-08-02  7:26 UTC 

[PATCH v6.11-rc1 01/10] dlm: cleanup memory allocation helpers
 2024-07-30 15:37 UTC  (11+ messages)
` [PATCH v6.11-rc1 02/10] dlm: remove unnecessary refcounts
` [PATCH v6.11-rc1 03/10] dlm: never return invalid nodeid by dlm_our_nodeid()
` [PATCH v6.11-rc1 04/10] dlm: warn about invalid nodeid comparsions
` [PATCH v6.11-rc1 05/10] dlm: drop kobject release callback handling
` [PATCH v6.11-rc1 06/10] dlm: async freeing of lockspace resources
` [PATCH v6.11-rc1 07/10] dlm: use RSB_HASHED to avoid lookup twice
` [PATCH v6.11-rc1 08/10] dlm: move dlm_search_rsb_tree() out of lock
` [PATCH v6.11-rc1 09/10] dlm: move lkb xarray lookup "
` [PATCH v6.11-rc1 10/10] dlm: do synchronized socket connect call

[syzbot] [gfs2?] BUG: corrupted list in gfs2_fill_super
 2024-07-21 22:11 UTC  (3+ messages)

[syzbot] [gfs2?] kernel BUG in qd_put (3)
 2024-07-19 10:08 UTC 

[GIT PULL] dlm updates for 6.11
 2024-07-17 20:18 UTC  (2+ messages)

[GIT PULL] gfs2 changes
 2024-07-17 20:18 UTC  (4+ messages)

udev kset_create_and_add() with own struct kobj_type?
 2024-07-16 13:10 UTC  (5+ messages)

[PATCH] dlm: Simplify character output in three functions
 2024-07-15 10:52 UTC 

Kindly Get Back To Me
 2024-07-12 16:14 UTC 

[PATCH] gfs2: Clean up glock demote logic
 2024-07-09 13:56 UTC 

[syzbot] [gfs2?] KASAN: stack-out-of-bounds Read in gfs2_dump_glock
 2024-07-04 11:04 UTC  (2+ messages)

[PATCH 6.1.96] gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
 2024-07-01 21:30 UTC 

[PATCH v2 6.1.y] gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
 2024-07-01 21:16 UTC 

[syzbot] Monthly gfs2 report (Jul 2024)
 2024-07-01 10:27 UTC 

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-24 13:58 UTC  (10+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size

[PATCH] dlm: use KMEM_CACHE in dlm_memory_init
 2024-06-21 10:39 UTC  (7+ messages)
` [PATCH] dlm: use KMEM_CACHE() in dlm_memory_init()
    `  "

[PATCH 00/13] gfs2: quota changes
 2024-06-20 14:45 UTC  (15+ messages)
` [PATCH 02/13] gfs2: Check quota consistency on mount
` [PATCH 03/13] gfs2: Revert "introduce qd_bh_get_or_undo"
` [PATCH 04/13] gfs2: qd_check_sync cleanups
` [PATCH 05/13] gfs2: Revert "ignore negated quota changes"
` [PATCH 06/13] gfs2: Revert "Add quota_change type"
` [PATCH 07/13] gfs2: Fix and clean up function do_qc
` [PATCH 08/13] gfs2: quota need_sync cleanup
` [PATCH 09/13] gfs2: Fold qd_fish into gfs2_quota_sync
` [PATCH 10/13] gfs2: Add some missing quota locking
` [PATCH 11/13] gfs2: Get rid of some unnecessary "
` [PATCH 12/13] gfs2: Be more careful with the quota sync generation
` [PATCH 13/13] gfs2: Revert "check for no eligible quota changes"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox