cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-01 18:13:33 to 2023-08-24 21:19:58 UTC [more...]

[Cluster-devel] [PATCH 0/9] gfs2: quota cleanups and fixes
 2023-08-24 21:19 UTC  (3+ messages)
` [Cluster-devel] [PATCH 1/9] gfs2: Use qd_sbd more consequently
` [Cluster-devel] [PATCH 6/9] gfs2: Factor out duplicate quota data disposal code

[Cluster-devel] [PATCH 0/4] gfs2: logd cleanups on for-next
 2023-08-24 21:11 UTC  (5+ messages)
` [Cluster-devel] [PATCH 1/4] gfs2: Switch to wait_event in gfs2_logd
` [Cluster-devel] [PATCH 2/4] gfs2: low-memory forced flush fixes
` [Cluster-devel] [PATCH 3/4] gfs2: Fix logd wakeup on I/O error
` [Cluster-devel] [PATCH 4/4] gfs2: journal flush threshold fixes and cleanup

[Cluster-devel] [PATCH dlm/next] dlm: fix plock lookup when using multiple lockspaces
 2023-08-24 20:51 UTC 

[Cluster-devel] [linux-next:master] BUILD REGRESSION 2b3bd393093b04d4882152398019cbb96b0440ff
 2023-08-24 18:19 UTC 

[Cluster-devel] [PATCH v5 08/45] gfs2: dynamically allocate the gfs2-glock shrinker
 2023-08-24  3:42 UTC  (2+ messages)
` [Cluster-devel] [PATCH v5 09/45] gfs2: dynamically allocate the gfs2-qd shrinker

[Cluster-devel] [PATCH 0/7] lockd: dlm: async lock request changes
 2023-08-23 21:33 UTC  (8+ messages)
` [Cluster-devel] [PATCH 1/7] lockd: introduce safe async lock op
` [Cluster-devel] [PATCH 2/7] lockd: don't call vfs_lock_file() for pending requests
` [Cluster-devel] [PATCH 3/7] lockd: fix race in async lock request handling
` [Cluster-devel] [PATCH 4/7] lockd: add doc to enable EXPORT_OP_SAFE_ASYNC_LOCK
` [Cluster-devel] [PATCH 5/7] dlm: use fl_owner from lockd
` [Cluster-devel] [PATCH 6/7] dlm: use FL_SLEEP to determine blocking vs non-blocking
` [Cluster-devel] [PATCH 7/7] dlm: implement EXPORT_OP_SAFE_ASYNC_LOCK

[Cluster-devel] [PATCH] generic: add fcntl corner cases tests
 2023-08-23 21:08 UTC 

[Cluster-devel] [syzbot] [gfs2?] KASAN: use-after-free Read in qd_unlock (2)
 2023-08-23 13:43 UTC  (4+ messages)
` [Cluster-devel] [PATCH] gfs2: Fix uaf for qda in gfs2_quota_sync

[Cluster-devel] [PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (66+ messages)
` [Cluster-devel] [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [Cluster-devel] [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [Cluster-devel] [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [Cluster-devel] [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [Cluster-devel] [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [Cluster-devel] [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [Cluster-devel] [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [Cluster-devel] [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [Cluster-devel] [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [Cluster-devel] [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [Cluster-devel] [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [Cluster-devel] [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [Cluster-devel] [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [Cluster-devel] [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [Cluster-devel] [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [Cluster-devel] [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [Cluster-devel] [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [Cluster-devel] [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [Cluster-devel] [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [Cluster-devel] [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [Cluster-devel] [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [Cluster-devel] [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [Cluster-devel] [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [Cluster-devel] [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [Cluster-devel] [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [Cluster-devel] [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [Cluster-devel] [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [Cluster-devel] [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [Cluster-devel] [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [Cluster-devel] [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [Cluster-devel] [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [Cluster-devel] [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [Cluster-devel] [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [Cluster-devel] [PATCH v4 34/48] jbd2, ext4: dynamically allocate the jbd2-journal shrinker
` [Cluster-devel] [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [Cluster-devel] [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [Cluster-devel] [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [Cluster-devel] [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [Cluster-devel] [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [Cluster-devel] [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [Cluster-devel] [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [Cluster-devel] [PATCH v4 42/48] mm: shrinker: remove old APIs
` [Cluster-devel] [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [Cluster-devel] [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [Cluster-devel] [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [Cluster-devel] [PATCH v4 46/48] mm: shrinker: make memcg "
` [Cluster-devel] [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [Cluster-devel] [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[Cluster-devel] [PATCH dlm-tool 1/3] dlm_controld: update rbtree implementation
 2023-08-21 16:25 UTC  (3+ messages)
` [Cluster-devel] [PATCH dlm-tool 2/3] dlm_controld: update container_of() implementation
` [Cluster-devel] [PATCH dlm-tool 3/3] dlm_controld: update list implementation

[Cluster-devel] [PATCH] gfs2: Fix uaf for qda in gfs2_quota_sync
 2023-08-20  5:04 UTC  (2+ messages)

[Cluster-devel] [RFCv2 0/7] fs: nfs: async lock request changes
 2023-08-17 18:39 UTC  (22+ messages)
` [Cluster-devel] [RFCv2 1/7] lockd: fix race in async lock request handling
` [Cluster-devel] [RFCv2 2/7] lockd: FILE_LOCK_DEFERRED only on FL_SLEEP
` [Cluster-devel] [RFCv2 3/7] lockd: introduce safe async lock op
` [Cluster-devel] [RFCv2 4/7] locks: update lock callback documentation
` [Cluster-devel] [RFCv2 5/7] dlm: use fl_owner from lockd
` [Cluster-devel] [RFCv2 6/7] dlm: use FL_SLEEP to check if blocking request
` [Cluster-devel] [RFCv2 7/7] dlm: implement EXPORT_OP_SAFE_ASYNC_LOCK

[Cluster-devel] [PATCH dlm-tool] dlm_controld: fix various deadcode issues
 2023-08-17 17:07 UTC 

[Cluster-devel] [RFC v6.5-rc2 1/3] fs: lockd: nlm_blocked list race fixes
 2023-08-10 21:00 UTC  (10+ messages)
` [Cluster-devel] [RFC v6.5-rc2 2/3] fs: lockd: fix race in async lock request handling
` [Cluster-devel] [RFC v6.5-rc2 3/3] fs: lockd: introduce safe async lock op

[Cluster-devel] [PATCH v3 0/6] gfs2: kmap{_atomic} conversion to kmap_local_{page/folio}
 2023-08-10 15:28 UTC  (4+ messages)
` [Cluster-devel] [PATCH v3 6/6] gfs2: Replace kmap_atomic() by kmap_local_page() in gfs2_write_buf_to_page

[Cluster-devel] [gfs2:for-next 7/8] fs/gfs2/glock.c:1525:1: warning: unused label 'do_cancel'
 2023-08-10  1:09 UTC 

[Cluster-devel] [PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ messages)
` [Cluster-devel] [PATCH v7 01/13] fs: remove silly warning from current_time
` [Cluster-devel] [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [Cluster-devel] [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [Cluster-devel] [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [Cluster-devel] [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [Cluster-devel] [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [Cluster-devel] [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [Cluster-devel] [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [Cluster-devel] [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [Cluster-devel] [PATCH v7 10/13] tmpfs: add support "
` [Cluster-devel] [PATCH v7 11/13] xfs: switch to "
` [Cluster-devel] [PATCH v7 12/13] ext4: "
` [Cluster-devel] [PATCH v7 13/13] btrfs: convert "

[Cluster-devel] [RFC xfstests] generic: add fcntl corner cases tests
 2023-08-09 21:02 UTC 

[Cluster-devel] [PATCH 1/3] gfs2: do_promote cleanup
 2023-08-09 12:11 UTC  (3+ messages)
` [Cluster-devel] [PATCH 2/3] gfs2: Remove LM_FLAG_PRIORITY flag
` [Cluster-devel] [PATCH 3/3] gfs2: conversion deadlock do_promote bypass

[Cluster-devel] [PATCH] gfs2: conversion deadlock do_promote bypass
 2023-08-09 12:13 UTC  (2+ messages)

[Cluster-devel] [GIT PULL] gfs2 fixes
 2023-08-08 17:00 UTC  (2+ messages)

[Cluster-devel] [Bug report] kernel BUG in gfs2_glock_nq
 2023-08-04 14:02 UTC 

[Cluster-devel] [syzbot] [gfs2?] general protection fault in gfs2_lookup_simple
 2023-08-06  0:38 UTC 

[Cluster-devel] [PATCH] gfs2: Don't use filemap_splice_read
 2023-08-04 21:32 UTC 

[Cluster-devel] [PATCH] gfs2: Fix freeze consistency check in gfs2_trans_add_meta
 2023-08-04 21:30 UTC 

[Cluster-devel] [PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (16+ messages)
` [Cluster-devel] [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [Cluster-devel] [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [Cluster-devel] [PATCH v6 4/7] tmpfs: add support "
` [Cluster-devel] [PATCH v6 5/7] xfs: switch to "
` [Cluster-devel] [PATCH v6 6/7] ext4: "

[Cluster-devel] [bug report] gfs2: Use mapping->gfp_mask for metadata inodes
 2023-08-02 14:55 UTC  (2+ messages)

[Cluster-devel] [syzbot] Monthly gfs2 report (Aug 2023)
 2023-08-02 11:18 UTC 

[Cluster-devel] [PATCHv2 dlm-next 00/13] fs: dlm: miscs and msgs processing changes
 2023-08-01 18:09 UTC  (6+ messages)
` [Cluster-devel] [PATCHv2 dlm-next 01/13] fs: dlm: add missing spin_unlock
` [Cluster-devel] [PATCHv2 dlm-next 05/13] fs: dlm: add plock dev tracepoints
` [Cluster-devel] [PATCHv2 dlm-next 07/13] fs: dlm: cleanup lock order
` [Cluster-devel] [PATCHv2 dlm-next 09/13] fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
` [Cluster-devel] [PATCHv2 dlm-next 11/13] fs: dlm: constify receive buffer


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