public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-04 14:03:30 to 2023-08-11 19:08:28 UTC [more...]

[PATCH v7 0/4] NFSD: add support for NFSv4.1+ write delegation
 2023-08-11 19:08 UTC  (6+ messages)
` [PATCH v7 2/4] NFSD: allow client to use write delegation stateid for READ

turning on s2s copy by default in knfsd
 2023-08-11 14:28 UTC  (2+ messages)

[PATCH v9] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-11 14:19 UTC  (6+ messages)

[PATCH v6 0/3] add rpc_status handler in nfsd debug filesystem
 2023-08-11 14:07 UTC  (9+ messages)
` [PATCH v6 1/3] SUNRPC: add verbose parameter to __svc_print_addr()
` [PATCH v6 2/3] NFSD: introduce nfsd_stats_open utility routine
` [PATCH v6 3/3] NFSD: add rpc_status entry in nfsd debug filesystem

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()

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

[PATCH] Fixed a regression in the junction code
 2023-08-10 16:02 UTC  (2+ messages)

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

[PATCH -next] SUNRPC: Remove unused declaration rpc_modcount()
 2023-08-09 21:36 UTC  (2+ messages)

[PATCH 1/2] NFS: Fix a use after free in nfs_direct_join_group()
 2023-08-09 16:09 UTC  (2+ messages)
` [PATCH 2/2] NFS: Fix a potential data corruption

[PATCH] NFSD: add version field to nfsd_rpc_status_show handler
 2023-08-09 12:53 UTC  (15+ messages)

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

[PATCH] NFSD: reduce code duplication between pool_stats_operations and nfsd_rpc_status_operations
 2023-08-08 11:40 UTC  (3+ messages)

[PATCH v8] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-08 10:28 UTC  (5+ messages)

[PATCH 0/6] SUNRPC: thread management improvements
 2023-08-07 14:59 UTC  (8+ messages)
` [PATCH 2/6] SUNRPC: rename and refactor svc_get_next_xprt()
` [PATCH 3/6] SUNRPC: integrate back-channel processing with svc_recv()

[PATCH v5 0/2] add rpc_status handler in nfsd debug filesystem
 2023-08-07 14:38 UTC  (8+ messages)
` [PATCH v5 1/2] SUNRPC: add verbose parameter to __svc_print_addr()
` [PATCH v5 2/2] NFSD: add rpc_status entry in nfsd debug filesystem

[PATCH v7] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-07 13:08 UTC  (5+ messages)

[PATCH 1/2] rpcb_clnt.c: memory leak in destroy_addr
 2023-08-07 11:16 UTC  (4+ messages)
` [PATCH 2/2] rpcb_clnt.c: Eliminate double frees in delete_cache()
  ` [Libtirpc-devel] "
` [Libtirpc-devel] [PATCH 1/2] rpcb_clnt.c: memory leak in destroy_addr

RFC: new attributes
 2023-08-06 19:11 UTC  (5+ messages)

[PATCH v2] fs: lockd: avoid possible wrong NULL parameter
 2023-08-04 18:37 UTC  (3+ messages)

[PATCH v6] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-04 16:00 UTC  (5+ messages)

[PATCH] nfsd: Fix race to FREE_STATEID and cl_revoked
 2023-08-04 15:41 UTC  (6+ messages)

[PATCH v4 0/2] add rpc_status handler in nfsd debug filesystem
 2023-08-04 14:02 UTC  (5+ messages)
` [PATCH v4 2/2] NFSD: add rpc_status entry "


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