Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-02-19 08:35:44 to 2022-02-25 17:57:40 UTC [more...]

[PATCH RFC v14 0/10] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-02-25 17:57 UTC  (14+ messages)
` [PATCH RFC v14 01/10] NFSD: Add client flags, macro and spinlock to support courteous server
` [PATCH RFC v14 02/10] NFSD: Add lm_lock_expired call out
` [PATCH RFC v14 03/10] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v14 04/10] NFSD: Update nfs4_get_vfs_file() "
` [PATCH RFC v14 05/10] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v14 06/10] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v14 07/10] NFSD: Update find_client_in_id_table() "
` [PATCH RFC v14 08/10] NFSD: Refactor nfsd4_laundromat()
` [PATCH RFC v14 09/10] NFSD: Update laundromat to handle courtesy clients
` [PATCH RFC v14 10/10] NFSD: Show state of courtesy clients in client info

[PATCH v7 00/21] Readdir improvements
 2022-02-25 15:34 UTC  (52+ messages)
` [PATCH v7 01/21] NFS: constify nfs_server_capable() and nfs_have_writebacks()
  ` [PATCH v7 02/21] NFS: Trace lookup revalidation failure
    ` [PATCH v7 03/21] NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
      ` [PATCH v7 04/21] NFS: Calculate page offsets algorithmically
        ` [PATCH v7 05/21] NFS: Store the change attribute in the directory page cache
          ` [PATCH v7 06/21] NFS: If the cookie verifier changes, we must invalidate the "
            ` [PATCH v7 07/21] NFS: Don't re-read the entire page cache to find the next cookie
              ` [PATCH v7 08/21] NFS: Adjust the amount of readahead performed by NFS readdir
                ` [PATCH v7 09/21] NFS: Simplify nfs_readdir_xdr_to_array()
                  ` [PATCH v7 10/21] NFS: Reduce use of uncached readdir
                    ` [PATCH v7 11/21] NFS: Improve heuristic for readdirplus
                      ` [PATCH v7 12/21] NFS: Don't ask for readdirplus unless it can help nfs_getattr()
                        ` [PATCH v7 13/21] NFSv4: Ask for a full XDR buffer of readdir goodness
                          ` [PATCH v7 14/21] NFS: Readdirplus can't help lookup for case insensitive filesystems
                            ` [PATCH v7 15/21] NFS: Don't request readdirplus when revalidation was forced
                              ` [PATCH v7 16/21] NFS: Add basic readdir tracing
                                ` [PATCH v7 17/21] NFS: Trace effects of readdirplus on the dcache
                                  ` [PATCH v7 18/21] NFS: Trace effects of the readdirplus heuristic
                                    ` [PATCH v7 19/21] NFS: Convert readdir page cache to use a cookie based index
                                      ` [PATCH v7 20/21] NFS: Fix up forced readdirplus
                                        ` [PATCH v7 21/21] NFS: Remove unnecessary cache invalidations for directories

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

[PATCH/RFC] VFS: support parallel updates in the one directory
 2022-02-24 23:38 UTC  (10+ messages)

[PATCH v2] nfsd: more robust allocation failure handling in nfsd_file_cache_init
 2022-02-24 21:56 UTC  (6+ messages)

[PATCH v1] NFSv4.1 provide mount option to toggle trunking discovery
 2022-02-24 21:53 UTC  (8+ messages)

[PATCH] mountd: Fix potential data corrupter
 2022-02-24 19:06 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-24 18:26 UTC  (7+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions

[PATCH] nfsd: more robust allocation failure handling in nfsd_file_cache_init
 2022-02-24 16:10 UTC  (3+ messages)

linux-next: Tree for Feb 22 (NFSD_V2_ACL)
 2022-02-24 16:45 UTC  (6+ messages)

nfsd: unable to allocate nfsd_file_hashtbl
 2022-02-24 16:08 UTC  (5+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-24 11:30 UTC  (15+ messages)
` [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
` [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 06/11] ceph: remove reliance on bdi congestion
` [PATCH 04/11] fuse: "
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 07/11] Remove inode_congested()

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[bug?] nfs setgid inheritance
 2022-02-24  9:06 UTC  (8+ messages)

6f283634 / 1976b2b3 breaks NFS (QNAP/Linux kNFSD)
 2022-02-24  8:17 UTC  (16+ messages)

[PATCH 0/4] Improvements for NFS
 2022-02-24  4:15 UTC  (11+ messages)
` [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 "

[PATCH v6 00/13] Readdir improvements
 2022-02-23 21:31 UTC  (34+ 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
                          ` [PATCH v3 1/8] NFS: save the directory's change attribute on pagecache pages
                            ` [PATCH v3 2/8] NFSv4: Send GETATTR with READDIR
                              ` [PATCH v3 3/8] NFS: Add a struct to track readdir pagecache location
                                ` [PATCH v3 4/8] NFS: Keep the readdir pagecache cursor updated
                                  ` [PATCH v3 5/8] NFS: readdir per-page cache validation
                                    ` [PATCH v3 6/8] NFS: stash the readdir pagecache cursor on the open directory context
                                      ` [PATCH v3 7/8] NFS: Support headless readdir pagecache pages
                                        ` [PATCH v3 8/8] NFS: Revalidate the directory pagecache on every nfs_readdir()

[PATCH] systemd: Fix format-overflow warning
 2022-02-23 20:21 UTC 

[PATCH v8 0/9] Add a tool for using the new sysfs files
 2022-02-23 16:49 UTC  (2+ messages)

[PATCH] idmapd: Fix error status when nfs-idmapd exits
 2022-02-23 16:48 UTC  (2+ messages)

[PATCH] mount.nfs: Fix Typo auto negotiating code
 2022-02-23 16:48 UTC  (2+ messages)

[PATCH] NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR
 2022-02-22 23:57 UTC 

[PATCH v1] SUNRPC: Teach server to recognize RPC_AUTH_TLS
 2022-02-22 18:18 UTC 

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)


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