Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-02-08 18:45:13 to 2022-02-17 22:39:34 UTC [more...]

[PATCH v4 0/5] Readdir improvements
 2022-02-17 22:33 UTC  (4+ messages)
` [PATCH v4 1/5] NFS: Adjust the amount of readahead performed by NFS readdir
  ` [PATCH v4 2/5] NFS: Simplify nfs_readdir_xdr_to_array()
    ` [PATCH v4 3/5] NFS: Improve algorithm for falling back to uncached readdir

[PATCH v2 0/8] Clean up struct svc_serv_ops
 2022-02-17 22:36 UTC  (10+ messages)
` [PATCH v2 1/8] SUNRPC: Remove the .svo_enqueue_xprt method
` [PATCH v2 2/8] SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()
` [PATCH v2 3/8] SUNRPC: Remove svo_shutdown method
` [PATCH v2 4/8] SUNRPC: Rename svc_create_xprt()
` [PATCH v2 5/8] SUNRPC: Rename svc_close_xprt()
` [PATCH v2 6/8] SUNRPC: Remove svc_shutdown_net()
` [PATCH v2 7/8] NFSD: Remove svc_serv_ops::svo_module
` [PATCH v2 8/8] NFSD: Move svc_serv_ops::svo_function into struct svc_serv

[RFC PATCH 0/6] nfs-utils: Improving NFS re-exports
 2022-02-17 20:29 UTC  (13+ messages)
` [RFC PATCH 1/6] Implement reexport helper library
` [RFC PATCH 2/6] exports: Implement new export option reexport=
` [RFC PATCH 3/6] export: Implement logic behind reexport=
` [RFC PATCH 4/6] export: Record mounted volumes
` [RFC PATCH 5/6] nfsd: statfs() every known subvolume upon start
` [RFC PATCH 6/6] export: Garbage collect orphaned subvolumes "

parallel file create rates (+high latency)
 2022-02-17 19:50 UTC  (10+ messages)

[PATCH v2 0/2] nfsuuid and udev examples
 2022-02-17 14:43 UTC  (22+ messages)
` [PATCH v2 1/2] nfsuuid: a tool to create and persist nfs4 client uniquifiers
` [PATCH v2 2/2] nfsuuid: add some example udev rules

[PATCH] NFSv4: Tune the race to set and use the client id uniquifier
 2022-02-17 12:48 UTC  (2+ messages)

[PATCH] idmapd: Fix error status when nfs-idmapd exits
 2022-02-18  1:27 UTC 

How are client requests load balanced across multiple nfsd processes?
 2022-02-16 19:50 UTC  (4+ messages)

[PATCH] NFS: remove unneeded check in decode_devicenotify_args()
 2022-02-16 17:44 UTC  (3+ messages)

[PATCH] NFSD: Clean up _lm_ operation names
 2022-02-16 16:28 UTC 

[PATCH RFC v13 0/4] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-16 16:15 UTC  (10+ messages)
` [PATCH RFC v13 1/4] fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock
` [PATCH RFC v13 2/4] fs/lock: add new callback, lm_lock_expired, to lock_manager_operations
` [PATCH RFC v13 3/4] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC v13 4/4] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH 1/2] NFS: Use of mapping_set_error() results in spurious errors
 2022-02-15 23:05 UTC  (2+ messages)
` [PATCH 2/2] NFS: Do not report writeback errors in nfs_getattr()

[PATCH v8 0/9] Add a tool for using the new sysfs files
 2022-02-15 19:21 UTC  (10+ messages)
` [PATCH v8 1/9] rpcctl: Add a rpcctl.py tool
` [PATCH v8 2/9] rpcctl: Add a command for printing xprt switch information
` [PATCH v8 3/9] rpcctl: Add a command for printing individual xprts
` [PATCH v8 4/9] rpcctl: Add a command for printing rpc client information
` [PATCH v8 5/9] rpcctl: Add a command for changing xprt dstaddr
` [PATCH v8 6/9] rpcctl: Add a command for changing xprt switch dstaddrs
` [PATCH v8 7/9] rpcctl: Add a command for changing xprt state
` [PATCH v8 8/9] rpcctl: Add a man page
` [PATCH v8 9/9] rpcctl: Add installation to the Makefile

[PATCH 1/1] NFSv4.1 restrict GETATTR fs_location query to the main transport
 2022-02-15 18:26 UTC 

v4 clientid uniquifiers in containers/namespaces
 2022-02-15 16:57 UTC  (7+ messages)

[PATCH AUTOSEL 4.19 09/11] NFSD: Fix offset type in I/O trace points
 2022-02-15 15:31 UTC 

[PATCH AUTOSEL 5.4 14/17] NFSD: Fix offset type in I/O trace points
 2022-02-15 15:30 UTC 

[PATCH AUTOSEL 5.10 17/23] xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
 2022-02-15 15:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 20/23] NFSD: Fix offset type in I/O trace points

[PATCH AUTOSEL 5.15 24/33] xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
 2022-02-15 15:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 27/33] NFSD: Fix offset type in I/O trace points

[PATCH AUTOSEL 5.16 24/34] xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
 2022-02-15 15:26 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 27/34] NFSD: Fix offset type in I/O trace points

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-14 23:50 UTC  (6+ messages)
` [PATCH 01/21] MM: create new mm/swap.h header file
  ` [PATCH 01/21 - revised] "

[Libtirpc-devel] [PATCH] rpcb_clnt.c config to try protocolversion 2 first
 2022-02-14 19:40 UTC  (4+ messages)

[PATCH v2 1/2] NFSD: Remove CONFIG_NFSD_V3
 2022-02-14 16:54 UTC  (2+ messages)
` [PATCH v2 2/2] arch: Remove references to CONFIG_NFSD_V3 in the default configs

[PATCH] Fix error reporting for already mounted shares
 2022-02-14 16:20 UTC  (2+ messages)

[nfs-utils PATCH] nfs4id: a tool to create and persist nfs4 client uniquifiers
 2022-02-14 11:34 UTC  (26+ messages)

W sprawie samochodu
 2022-02-14  8:46 UTC 

[PATCH AUTOSEL 4.9 1/7] NFSv4 only print the label when its queried
 2022-02-11 14:49 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 5/7] NFSv4 expose nfs_parse_server_name function

[PATCH] NFS: LOOKUP_DIRECTORY is also ok with symlinks
 2022-02-11 11:40 UTC  (4+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-10 23:35 UTC  (15+ messages)
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 07/11] Remove inode_congested()
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h

[PATCH RFC v12 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-10 19:56 UTC  (19+ messages)
` [PATCH RFC v12 1/3] fs/lock: add new callback, lm_lock_conflict, to lock_manager_operations
` [PATCH RFC v12 2/3] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC v12 3/3] nfsd: Initial implementation of NFSv4 Courteous Server

Fwd: Testing Results - Add a tool for using the new sysfs files - rpcctl
 2022-02-10 17:06 UTC  (4+ messages)
  `  "

[PATCH 1/2] nfsuuid: a tool to create and persist nfs4 client uniquifiers
 2022-02-10 16:36 UTC  (2+ messages)
` [PATCH 2/2] nfsuuid: add some example udev rules

[PATCH RFC 0/6] NFSD size, offset, and count sanity
 2022-02-09 21:55 UTC  (5+ messages)
` [PATCH RFC 1/6] NFSD: Fix NFSv4 SETATTR's handling of large file sizes

[PATCH v3 0/2] Adaptive readdir readahead
 2022-02-09 18:42 UTC  (3+ messages)
` [PATCH v3 1/2] NFS: Adjust the amount of readahead performed by NFS readdir
  ` [PATCH v3 2/2] NFS: Simplify nfs_readdir_xdr_to_array()

[PATCH 1/2] NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE
 2022-02-09 18:27 UTC  (2+ messages)
` [PATCH 2/2] NFS: Remove unused flag NFS_INO_REVAL_PAGECACHE

[GIT PULL] 2nd set of nfsd changes for 5.17-rc
 2022-02-09 18:01 UTC  (2+ messages)

NFSv4 versus NFSv3 parallel client op/s
 2022-02-09 17:38 UTC  (2+ messages)

[PATCH v2] NFSv4: use unique client identifiers in network namespaces
 2022-02-09 14:07 UTC 

Question about CVE-2022-24448
 2022-02-09 11:28 UTC  (2+ messages)

[PATCH] NFSv4: use unique client identifiers in network namespaces
 2022-02-09  0:58 UTC  (5+ messages)

[GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc
 2022-02-08 22:30 UTC  (4+ messages)

[PATCH 0/4] Improvements for NFS
 2022-02-08 21:52 UTC  (5+ messages)
` [PATCH 1/4] check: Export CHECK_OPTIONS and PLATFORM for Xunit Reporting
` [PATCH 2/4] generic/531: Move test from 'quick' group to 'stress'
` [PATCH 3/4] generic/578: Test that filefrag is supported before running
` [PATCH 4/4] generic/633: Check if idmapped mounts are "


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