messages from 2022-02-10 18:01:45 to 2022-02-23 13:35:37 UTC [more...]
[PATCH v6 00/13] Readdir improvements
2022-02-23 13:34 UTC (25+ messages)
` [PATCH v6 01/13] NFS: constify nfs_server_capable() and nfs_have_writebacks()
` [PATCH v6 02/13] NFS: Trace lookup revalidation failure
` [PATCH v6 03/13] NFS: Adjust the amount of readahead performed by NFS readdir
` [PATCH v6 04/13] NFS: Simplify nfs_readdir_xdr_to_array()
` [PATCH v6 05/13] NFS: Improve algorithm for falling back to uncached readdir
` [PATCH v6 06/13] NFS: Improve heuristic for readdirplus
` [PATCH v6 07/13] NFS: Don't ask for readdirplus unless it can help nfs_getattr()
` [PATCH v6 08/13] NFSv4: Ask for a full XDR buffer of readdir goodness
` [PATCH v6 09/13] NFS: Readdirplus can't help lookup for case insensitive filesystems
` [PATCH v6 10/13] NFS: Don't request readdirplus when revaldation was forced
` [PATCH v6 11/13] NFS: Add basic readdir tracing
` [PATCH v6 12/13] NFS: Trace effects of readdirplus on the dcache
` [PATCH v6 13/13] NFS: Trace effects of the readdirplus heuristic
[bug?] nfs setgid inheritance
2022-02-23 12:24 UTC (5+ messages)
6f283634 / 1976b2b3 breaks NFS (QNAP/Linux kNFSD)
2022-02-23 8:05 UTC (6+ messages)
linux-next: Tree for Feb 22 (NFSD_V2_ACL)
2022-02-23 6:08 UTC
[PATCH] NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR
2022-02-22 23:57 UTC
[PATCH/RFC] VFS: support parallel updates in the one directory
2022-02-22 22:45 UTC (4+ messages)
[PATCH v1] SUNRPC: Teach server to recognize RPC_AUTH_TLS
2022-02-22 18:18 UTC
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-22 3:17 UTC (12+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 06/11] ceph: "
` [PATCH 07/11] Remove inode_congested()
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 11/11] Remove congestion tracking framework
parallel file create rates (+high latency)
2022-02-21 13:59 UTC (12+ messages)
NFSv4 versus NFSv3 parallel client op/s
2022-02-21 12:52 UTC (9+ messages)
[PATCH AUTOSEL 4.19 09/11] NFSD: Fix offset type in I/O trace points
2022-02-20 10:00 UTC (2+ messages)
[PATCH] mount.nfs: Fix Typo auto negotiating code
2022-02-19 16:46 UTC
[PATCH 0/4] Improvements for NFS
2022-02-19 8:40 UTC (3+ messages)
` [PATCH 4/4] generic/633: Check if idmapped mounts are supported before running
[GIT PULL] Please Pull A Few More NFS Client Bugfixes for Linux v5.17-rc
2022-02-19 0:28 UTC (2+ messages)
[PATCH v5 0/6] Readdir improvements
2022-02-18 21:24 UTC (7+ messages)
` [PATCH v5 1/6] NFS: Adjust the amount of readahead performed by NFS readdir
` [PATCH v5 2/6] NFS: Simplify nfs_readdir_xdr_to_array()
` [PATCH v5 3/6] NFS: Improve algorithm for falling back to uncached readdir
` [PATCH v5 4/6] NFS: Improve heuristic for readdirplus
` [PATCH v5 5/6] NFS: Don't ask for readdirplus unless it can help nfs_getattr()
` [PATCH v5 6/6] NFSv4: Ask for a full XDR buffer of readdir goodness
[PATCH RFC v13 0/4] nfsd: Initial implementation of NFSv4 Courteous Server
2022-02-18 18:28 UTC (12+ 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 v4 0/5] Readdir improvements
2022-02-18 11:40 UTC (8+ 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 v4 4/5] NFS: Improve heuristic for readdirplus
` [PATCH v4 5/5] NFS: Don't ask for readdirplus if files are being written to
[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 "
[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 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 (6+ messages)
[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 (4+ messages)
` [PATCH 01/21] MM: create new mm/swap.h header file
[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 (12+ 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 (4+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
[PATCH RFC v12 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
2022-02-10 19:56 UTC (16+ messages)
` [PATCH RFC v12 1/3] fs/lock: add new callback, lm_lock_conflict, to lock_manager_operations
` [PATCH RFC v12 3/3] nfsd: Initial implementation of NFSv4 Courteous Server
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox