Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 19:44:21 to 2023-06-28 10:49:54 UTC [more...]

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-28 10:48 UTC 

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-06-27 19:08 UTC  (27+ messages)

[PATCH 1/2] Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"
 2023-06-27 18:31 UTC  (2+ messages)
` [PATCH 2/2] NFSv4: Fix dropped lock for racing OPEN and delegation return

[PATCH] fs/nfsd: Fix creation time serialization order
 2023-06-27 16:09 UTC  (4+ messages)

[PATCH] NFS: Don't cleanup sysfs superblock entry if uninitialized
 2023-06-27 10:12 UTC 

[PATCH v4 00/11] NFS sysfs scaffolding
 2023-06-26 22:25 UTC  (15+ messages)
` [PATCH v4 01/11] NFS: rename nfs_client_kset to nfs_kset
` [PATCH v4 02/11] NFS: rename nfs_client_kobj to nfs_net_kobj
` [PATCH v4 03/11] NFS: Open-code the nfs_kset kset_create_and_add()
` [PATCH v4 04/11] NFS: Make all of /sys/fs/nfs network-namespace unique
` [PATCH v4 05/11] NFS: add superblock sysfs entries
` [PATCH v4 06/11] NFS: Add sysfs links to sunrpc clients for nfs_clients
` [PATCH v4 07/11] NFS: add a sysfs link to the lockd rpc_client
` [PATCH v4 08/11] NFS: add a sysfs link to the acl rpc_client
` [PATCH v4 09/11] NFS: add sysfs shutdown knob
` [PATCH v4 10/11] NFS: Cancel all existing RPC tasks when shutdown
` [PATCH v4 11/11] NFSv4: Clean up some shutdown loops

contention on pwq->pool->lock under heavy NFS workload
 2023-06-26 20:21 UTC  (10+ messages)

[GIT PULL] nfsd changes for v6.5
 2023-06-26 20:02 UTC  (2+ messages)

[PATCH v2 RESEND] NFS: Add mount option 'fasc'
 2023-06-26 10:25 UTC  (2+ messages)

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-25  3:15 UTC  (51+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
    ` [External] "
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [PATCH 16/29] NFSD: dynamically allocate the nfsd-reply shrinker
` [PATCH 17/29] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH 18/29] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH 19/29] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH 20/29] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH 21/29] fs: super: dynamically allocate the s_shrink
` [PATCH 22/29] drm/ttm: introduce pool_shrink_rwsem
` [PATCH 23/29] mm: shrinker: add refcount and completion_wait fields
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
` [PATCH 25/29] mm: vmscan: make memcg "
` [PATCH 26/29] mm: shrinker: make count and scan in shrinker debugfs lockless
` [PATCH 27/29] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH 28/29] mm: shrinkers: convert shrinker_rwsem to mutex
` [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file

[PATCH net-next v5 15/16] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-23 22:55 UTC 

[PATCH 45/79] nfs: switch to new ctime accessors
 2023-06-23 12:41 UTC  (6+ messages)
  ` [PATCH 46/79] nfsd: "
  ` [PATCH 75/79] rpc_pipefs: "
    ` [PATCH 01/79] fs: add ctime accessors infrastructure
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime

[PATCH net-next v4 14/15] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-23 11:44 UTC 

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-23 10:01 UTC  (16+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker

[PATCH 1/1] runtest/net.nfs: Run nfs02_06 on TCP only
 2023-06-22  8:46 UTC 

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-22  8:31 UTC  (4+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [External] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink

[PATCH] Fix building with musl as libc
 2023-06-22  0:03 UTC 

[PATCH][next] nfsd: remove redundant assignments to variable len
 2023-06-21 19:04 UTC  (3+ messages)

[PATCH 00/13] Remove pagevecs
 2023-06-21 17:50 UTC  (15+ messages)
` [PATCH 01/13] afs: Convert pagevec to folio_batch in afs_extend_writeback()
` [PATCH 02/13] mm: Add __folio_batch_release()
` [PATCH 03/13] scatterlist: Add sg_set_folio()
` [PATCH 04/13] i915: Convert shmem_sg_free_table() to use a folio_batch
` [PATCH 05/13] drm: Convert drm_gem_put_pages() "
` [PATCH 06/13] mm: Remove check_move_unevictable_pages()
` [PATCH 07/13] pagevec: Rename fbatch_count()
` [PATCH 08/13] i915: Convert i915_gpu_error to use a folio_batch
` [PATCH 09/13] net: Convert sunrpc from pagevec to folio_batch
` [PATCH 10/13] mm: Remove struct pagevec
` [PATCH 11/13] mm: Rename invalidate_mapping_pagevec to mapping_try_invalidate
` [PATCH 12/13] mm: Remove references to pagevec
` [PATCH 13/13] mm: Remove unnecessary pagevec includes

[PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-21 11:16 UTC  (3+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

NFSv4.0 Linux client fails to return delegation
 2023-06-20 17:31 UTC  (10+ messages)

[PATCH] sunrpc: fix clang-17 warning
 2023-06-20 17:11 UTC  (7+ messages)

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-20 14:53 UTC 

[PATCH] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net
 2023-06-19 11:03 UTC  (8+ messages)

[PATCH 1/1] NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
 2023-06-18 21:32 UTC 

[PATCH] svcrdma: Fix stale comment
 2023-06-18 16:04 UTC 

[PATCH net-next v2 16/17] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-17 12:11 UTC 

[PATCH v2] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net
 2023-06-16 21:51 UTC 

[PATCH RFC] SUNRPC: Address sparse RCU warning in net/sunrpc/svc.c
 2023-06-16 13:19 UTC 

[PATCH v2] NFSv4.2: fix wrong shrinker_id
 2023-06-15 11:19 UTC 

[PATCH] NFSv4.2: fix wrong shrinker_id
 2023-06-15 11:03 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-15  9:21 UTC 

Handling of BADSESSON error
 2023-06-14 21:43 UTC  (7+ messages)

[PATCH v3] SUNRPC: Use sysfs_emit in place of strlcpy/sprintf
 2023-06-14 17:01 UTC  (2+ messages)

[PATCH] nfsroot: Fix missing check for return value of strsep()
 2023-06-14 15:23 UTC  (3+ messages)

[PATCH] nfsroot: Fix missing check for return value of strsep() The strsep() function in root_nfs_parse_options() may return NULL if argument 'incoming' is NULL. Since 'incoming' has Null check in this function, it is also need to add Null check for return value of strsep()
 2023-06-14 14:26 UTC 

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-06-14  6:29 UTC  (9+ messages)
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime

[PATCH v2] SUNRPC: Remove strlcpy
 2023-06-14  1:10 UTC  (3+ messages)

[PATCH] SUNRPC: Replace strlcpy with strscpy
 2023-06-13 22:55 UTC  (5+ messages)


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