public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-04-23 19:56:07 to 2024-08-08 19:28:34 UTC [more...]

[PATCH v2 00/16] fanotify: add pre-content hooks
 2024-08-08 19:27 UTC  (14+ 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 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  (33+ 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 v4 03/22] xfs: Use extent size granularity for iomap->io_block_size
` [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 05/22] xfs: always tail align maxlen allocations
` [PATCH v4 06/22] xfs: simplify extent allocation alignment
` [PATCH v4 07/22] xfs: make EOF allocation simpler
` [PATCH v4 08/22] xfs: introduce forced allocation alignment
` [PATCH v4 09/22] xfs: align args->minlen for "
` [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag
` [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign
` [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() "
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
` [PATCH v4 14/22] xfs: Only free full extents for forcealign
` [PATCH v4 15/22] xfs: Don't revert allocated offset "
` [PATCH v4 16/22] xfs: Enable file data forcealign feature
` [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v4 18/22] iomap: Atomic write support
` [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v4 20/22] xfs: Support atomic write for statx
` [PATCH v4 21/22] xfs: Validate atomic writes
` [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[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  (16+ messages)
` [PATCH 01/13] gfs2: Minor gfs2_quota_init error path cleanup
` [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"

[syzbot] [gfs2?] WARNING: held lock freed in __flush_workqueue
 2024-06-17  7:54 UTC 

KASAN: slab-out-of-bounds in gfs2_invalidate_folio
 2024-06-16 18:39 UTC  (2+ messages)
` Follow-Up on Reported Kernel Bug "

KASAN: slab-out-of-bounds in gfs2_check_blk_type
 2024-06-16 18:24 UTC  (2+ messages)
` Follow-Up on Reported Kernel Bug "

[PATCH dlm/next] dlm: add rcu_barrier before destroy kmem cache
 2024-06-13 17:24 UTC  (2+ messages)

[PATCH dlm/next] dlm: remove DLM_LSFL_SOFTIRQ from exflags
 2024-06-12 21:15 UTC 

[PATCH dlm/next 0/8] dlm: md: introduce DLM_LSFL_SOFTIRQ_SAFE
 2024-06-10 14:17 UTC  (15+ messages)
` [PATCH dlm/next 1/8] dlm: using rcu to avoid rsb lookup again
` [PATCH dlm/next 2/8] dlm: remove struct field with the same meaning
` [PATCH dlm/next 3/8] dlm: use is_master() on checks if we are the master
` [PATCH dlm/next 4/8] dlm: use LSFL_FS to check if it's a kernel lockspace
` [PATCH dlm/next 5/8] dlm: introduce DLM_LSFL_SOFTIRQ_SAFE
` [PATCH dlm/next 6/8] dlm: implement LSFL_SOFTIRQ_SAFE
` [PATCH dlm/next 7/8] dlm: convert ls_cb_lock to rwlock
` [PATCH dlm/next 8/8] md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()

[Linux kernel bug] kernel BUG in folio_end_read
 2024-06-09  6:25 UTC 

[syzbot] [gfs2?] WARNING: locking bug in gfs2_fill_super
 2024-06-02  5:48 UTC 

[syzbot] Monthly gfs2 report (May 2024)
 2024-05-31  6:48 UTC 

[syzbot] [gfs2?] KMSAN: uninit-value in gfs2_quota_init
 2024-05-31  1:23 UTC 

[PATCH] fs: dlm: remove unused struct 'dlm_processed_nodes'
 2024-05-30 23:49 UTC 

[PATCH 00/15] gfs2: Revise glock refcounting
 2024-05-29 17:03 UTC  (16+ messages)
` [PATCH 01/15] gfs2: Remove unnecessary function prototype
` [PATCH 02/15] gfs2: Remove useless return statement in run_queue
` [PATCH 03/15] gfs2: Rename GLF_FREEING to GLF_UNLOCKED
` [PATCH 04/15] gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLY
` [PATCH 05/15] gfs2: Rename GLF_FROZEN to GLF_HAVE_FROZEN_REPLY
` [PATCH 06/15] gfs2: Rename handle_callback to request_demote
` [PATCH 07/15] gfs2: Update glocks documentation
` [PATCH 08/15] gfs2: Remove outdated comment in glock_work_func
` [PATCH 09/15] gfs2: Invert the GLF_INITIAL flag
` [PATCH 10/15] gfs2: gfs2_glock_get cleanup
` [PATCH 11/15] gfs2: Report when glocks cannot be freed for a long time
` [PATCH 12/15] gfs2: Switch to a per-filesystem glock workqueue
` [PATCH 13/15] gfs2: Revise glock reference counting model
` [PATCH 14/15] Revert "GFS2: Don't add all glocks to the lru"
` [PATCH 15/15] gfs2: Get rid of demote_ok checks

[PATCH v6.10-rc1 01/11] dlm: remove scand leftovers
 2024-05-28 21:12 UTC  (11+ messages)
` [PATCH v6.10-rc1 02/11] dlm: don't kref_init rsbs created for toss list
` [PATCH v6.10-rc1 03/11] dlm: remove unused parameter in dlm_midcomms_addr
` [PATCH v6.10-rc1 04/11] dlm: remove ls_local_handle from struct dlm_ls
` [PATCH v6.10-rc1 05/11] dlm: rename dlm_find_lockspace_local to dlm_get_lockspace
` [PATCH v6.10-rc1 06/11] dlm: drop own rsb pre allocation mechanism
` [PATCH v6.10-rc1 07/11] dlm: using rcu to avoid rsb lookup again
` [PATCH v6.10-rc1 08/11] dlm: move lkb idr to xarray datastructure
` [PATCH v6.10-rc1 09/11] dlm: move recover "
` [PATCH v6.10-rc1 10/11] dlm: merge nodeid field to master_nodeid
` [PATCH v6.10-rc1 11/11] dlm: use is_master() where it's prossible

[GIT PULL] dlm updates for 6.10
 2024-05-15  0:53 UTC  (2+ messages)

[GIT PULL] gfs2 changes
 2024-05-15  0:53 UTC  (2+ messages)

[Linux kernel bug] general protection fault in gfs2_unstuffer_folio
 2024-05-13  2:05 UTC 

[syzbot] [gfs2?] WARNING in gfs2_ri_update (2)
 2024-05-09 14:45 UTC 

[PATCH] gfs2: make timeout values more explicit
 2024-05-07 10:43 UTC  (2+ messages)

[PATCH 0/4] More GFS2 folio conversions
 2024-05-03 19:04 UTC  (6+ messages)
` [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files

New: use GFS2/DLM without a cluster
 2024-05-01 17:26 UTC 

[syzbot] Monthly gfs2 report (Apr 2024)
 2024-04-29 12:34 UTC 

[PATCH dlm/next 01/10] dlm: don't kref_init rsb created for toss list
 2024-04-25 11:09 UTC  (10+ messages)
` [PATCH dlm/next 02/10] dlm: remove unused parameter in dlm_midcomms_addr
` [PATCH dlm/next 03/10] dlm: make dlm_our_nodeid read mostly
` [PATCH dlm/next 05/10] dlm: drop own rsb pre allocation mechanism
` [PATCH dlm/next 06/10] dlm: using rcu to avoid rsb lookup again
` [PATCH dlm/next 07/10] dlm: move lkb idr to xarray datastructure
` [PATCH dlm/next 08/10] dlm: move recover "
` [PATCH dlm/next 09/10] dlm: merge nodeid field to master_nodeid
` [PATCH dlm/next 10/10] dlm: use is_master() where it's prossible


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