cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-22 00:46:12 to 2023-07-24 09:56:27 UTC [more...]

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

[Cluster-devel] [PATCH AUTOSEL 4.14 5/9] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:35 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.19 5/9] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:34 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.4 06/12] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:34 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.10 08/16] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:33 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.15 10/24] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:33 UTC 

[Cluster-devel] [PATCH AUTOSEL 6.1 13/34] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:32 UTC 

[Cluster-devel] [PATCH AUTOSEL 6.4 15/40] gfs2: Fix possible data races in gfs2_show_options()
 2023-07-24  1:31 UTC 

[Cluster-devel] [syzbot] [gfs2?] kernel panic: hung_task: blocked tasks (2)
 2023-07-21 20:48 UTC 

[Cluster-devel] [PATCHv4 v6.5-rc2 0/3] fs: dlm: lock cancellation feature
 2023-07-21 18:55 UTC  (6+ messages)
` [Cluster-devel] [PATCHv4 v6.5-rc2 1/3] fs: dlm: remove twice newline
` [Cluster-devel] [PATCHv4 v6.5-rc2 2/3] fs: dlm: allow to F_SETLKW getting interrupted
` [Cluster-devel] [PATCHv4 v6.5-rc2 3/3] fs: dlm: fix F_CANCELLK to cancel pending request

[Cluster-devel] [RFC v6.5-rc2 1/3] fs: lockd: nlm_blocked list race fixes
 2023-07-21 17:46 UTC  (9+ 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] allow building a kernel without buffer_heads
 2023-07-21  6:26 UTC  (2+ messages)

[Cluster-devel] RFC: allow building a kernel without buffer_heads
 2023-07-20 12:16 UTC  (8+ messages)
` [Cluster-devel] [PATCH 16/17] block: use iomap for writes to block devices

[Cluster-devel] [PATCHv3 v6.5-rc2 0/3] fs: dlm: lock cancellation feature
 2023-07-19 18:33 UTC  (5+ messages)
` [Cluster-devel] [PATCHv3 v6.5-rc2 1/3] fs: dlm: remove twice newline
` [Cluster-devel] [PATCHv3 v6.5-rc2 2/3] fs: dlm: allow to F_SETLKW getting interrupted
` [Cluster-devel] [PATCHv3 v6.5-rc2 3/3] fs: dlm: fix F_CANCELLK to cancel pending request

[Cluster-devel] [PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [Cluster-devel] [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [Cluster-devel] [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [Cluster-devel] [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [Cluster-devel] [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [Cluster-devel] [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [Cluster-devel] [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [Cluster-devel] [PATCH v5 7/8] ext4: "
` [Cluster-devel] [PATCH v5 8/8] btrfs: convert "

[Cluster-devel] [PATCHv2 dlm-tool] fs: dlm: implement DLM_PLOCK_OP_CANCEL
 2023-07-18 18:31 UTC 

[Cluster-devel] [PATCH v1] gfs2: increase usage of folio_next_index() helper
 2023-07-17  7:48 UTC  (3+ messages)
  ` [Cluster-devel] 回复: "

[Cluster-devel] [PATCHv2 v6.5-rc1 0/3] fs: dlm: workarounds and cancellation
 2023-07-14 23:40 UTC  (5+ messages)
` [Cluster-devel] [PATCHv2 v6.5-rc1 1/3] fs: dlm: ignore DLM_PLOCK_FL_CLOSE flag results
` [Cluster-devel] [PATCHv2 v6.5-rc1 2/3] fs: dlm: introduce DLM_PLOCK_FL_NO_REPLY flag
` [Cluster-devel] [PATCHv2 v6.5-rc1 3/3] fs: dlm: allow to F_SETLKW getting interrupted

[Cluster-devel] [PATCH v6.5-rc1 1/2] fs: dlm: introduce DLM_PLOCK_FL_NO_REPLY flag
 2023-07-14 23:21 UTC  (7+ messages)
` [Cluster-devel] [PATCH v6.5-rc1 2/2] fs: dlm: allow to F_SETLKW getting interrupted

[Cluster-devel] [PATCH dlm-tool 1/2] fs: dlm: handle DLM_PLOCK_FL_NO_REPLY
 2023-07-14 12:29 UTC  (3+ messages)
` [Cluster-devel] [PATCH dlm-tool 2/2] fs: dlm: implement DLM_PLOCK_OP_CANCEL

[Cluster-devel] [linus:master] [iomap] 219580eea1: ltp.writev07.fail
 2023-07-14 11:53 UTC  (7+ messages)
  ` [Cluster-devel] [LTP] "

[Cluster-devel] [PATCH] gfs2: fix timestamp handling on quota inodes
 2023-07-13 14:25 UTC  (4+ messages)

[Cluster-devel] [PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-07-12 15:31 UTC  (10+ messages)
` [Cluster-devel] [PATCH 01/79] fs: add ctime accessors infrastructure

[Cluster-devel] gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-07-11  2:08 UTC  (6+ messages)

[Cluster-devel] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [Cluster-devel] [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [Cluster-devel] [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [Cluster-devel] [apparmor] "
` [Cluster-devel] [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [Cluster-devel] [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[Cluster-devel] [PATCH v2 47/92] gfs2: convert to ctime accessor functions
 2023-07-06 12:54 UTC  (2+ messages)

[Cluster-devel] [syzbot] [gfs2?] memory leak in gfs2_quota_init
 2023-07-06  2:18 UTC 

[Cluster-devel] [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
 2023-07-06  0:18 UTC  (2+ messages)
` [Cluster-devel] [f2fs-dev] "

[Cluster-devel] [PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
 2023-07-06  0:18 UTC  (2+ messages)
` [Cluster-devel] [f2fs-dev] "

[Cluster-devel] [PATCH 01/12] backing_dev: remove current->backing_dev_info
 2023-07-06  0:18 UTC  (2+ messages)
` [Cluster-devel] [f2fs-dev] "

[Cluster-devel] [PATCH 0/9] fs: add some missing ctime updates
 2023-07-05 23:19 UTC  (7+ messages)
` [Cluster-devel] [PATCH 7/9] gfs2: update ctime when quota is updated

[Cluster-devel] [PATCH v1] fs:dlm:Fix NULL pointer dereference bug in accept_from_sock()
 2023-07-05  1:16 UTC  (3+ messages)
  ` [Cluster-devel] 回复: "

[Cluster-devel] [GIT PULL] gfs2 fixes
 2023-07-04 18:59 UTC  (2+ messages)

[Cluster-devel] [PATCH] fs: Fix bug in gfs2_freeze_func that can cause deadlock
 2023-07-03 20:31 UTC  (2+ messages)

[Cluster-devel] [PATCH v3 0/6] gfs2: kmap{_atomic} conversion to kmap_local_{page/folio}
 2023-07-03  9:17 UTC  (14+ messages)
` [Cluster-devel] [PATCH v3 1/6] gfs2: Replace kmap_atomic() by kmap_local_page() in stuffed_readpage
` [Cluster-devel] [PATCH v3 2/6] gfs2: Replace kmap_atomic()+memcpy by memcpy_from_page()
` [Cluster-devel] [PATCH v3 3/6] gfs2: Replace kmap() by kmap_local_page() in gfs2_unstuffer_page
` [Cluster-devel] [PATCH v3 4/6] gfs2: Replace kmap_atomic() by kmap_local_page() in lops.c
` [Cluster-devel] [PATCH v3 5/6] gfs2: Replace kmap() by kmap_local_page() in gfs2_read_super
` [Cluster-devel] [PATCH v3 6/6] gfs2: Replace kmap_atomic() by kmap_local_page() in gfs2_write_buf_to_page

[Cluster-devel] [syzbot] Monthly gfs2 report (Jul 2023)
 2023-07-03  9:03 UTC 

[Cluster-devel] [GIT PULL] dlm updates for 6.5
 2023-06-29 20:51 UTC  (2+ messages)

[Cluster-devel] [gfs2:bobquota 24/29] fs/gfs2/quota.c:1013:1: warning: the frame size of 18880 bytes is larger than 2048 bytes
 2023-06-29 20:32 UTC 

[Cluster-devel] [gfs2:bobquota 24/29] fs/gfs2/quota.c:879:12: warning: stack frame size (2264) exceeds limit (1024) in 'do_sync'
 2023-06-29 20:22 UTC 

[Cluster-devel] [PATCH 5.4] gfs2: Don't deref jdesc in evict
 2023-06-28 18:31 UTC  (2+ messages)

[Cluster-devel] [PATCH 4.14] gfs2: Don't deref jdesc in evict
 2023-06-28 13:33 UTC 

[Cluster-devel] [PATCH 4.19] gfs2: Don't deref jdesc in evict
 2023-06-28 13:32 UTC 

[Cluster-devel] [PATCH] gfs2: Replace deprecated kmap_atomic() by kmap_local_page()
 2023-06-27 18:25 UTC  (2+ messages)

[Cluster-devel] [PATCH v2] gfs2: Replace deprecated kmap_atomic() by kmap_local_page()
 2023-06-27 18:22 UTC  (4+ messages)

[Cluster-devel] [PATCH 1/2] gfs2: Convert remaining kmap_atomic calls to kmap_local_page
 2023-06-27 13:45 UTC  (2+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2: Use memcpy_{from, to}_page where appropriate

[Cluster-devel] [PATCH] gfs: Get rid of unnucessary locking in inode_go_dump
 2023-06-27 13:40 UTC 

[Cluster-devel] [PATCH net-next v5 06/16] dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-23 22:55 UTC 

[Cluster-devel] [PATCH net-next v4 06/15] dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-23 11:44 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 NNTP newsgroup(s).