Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-03-05 00:37:35 to 2022-03-13 17:12:09 UTC [more...]

[PATCH v10 00/26] Readdir improvements
 2022-03-13 17:05 UTC  (6+ messages)
` [PATCH v10 01/26] NFS: Return valid errors from nfs2/3_decode_dirent()
  ` [PATCH v10 02/26] NFS: constify nfs_server_capable() and nfs_have_writebacks()
    ` [PATCH v10 03/26] NFS: Trace lookup revalidation failure
      ` [PATCH v10 04/26] NFS: Initialise the readdir verifier as best we can in nfs_opendir()
        ` [PATCH v10 05/26] NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context

[PATCH RFC v16 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-13 16:04 UTC  (13+ messages)
` [PATCH RFC v16 01/11] fs/lock: add helper locks_owner_has_blockers to check for blockers
` [PATCH RFC v16 02/11] NFSD: Add client flags, macro and spinlock to support courteous server
` [PATCH RFC v16 03/11] NFSD: Add lm_lock_expired call out
` [PATCH RFC v16 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v16 05/11] NFSD: Update nfs4_get_vfs_file() "
` [PATCH RFC v16 06/11] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v16 07/11] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v16 08/11] NFSD: Update find_client_in_id_table() "
` [PATCH RFC v16 09/11] NFSD: Refactor nfsd4_laundromat()
` [PATCH RFC v16 10/11] NFSD: Update laundromat to handle courtesy clients
` [PATCH RFC v16 11/11] NFSD: Show state of courtesy clients in client info

[PATCH] SUNRPC: avoid race between mod_timer() and del_timer_sync()
 2022-03-12 20:34 UTC  (2+ messages)

[PATCH v3 00/20] netfs: Prep for write helpers
 2022-03-12  8:13 UTC  (28+ messages)
` [PATCH v3 01/20] fscache: export fscache_end_operation()
` [PATCH v3 02/20] netfs: Generate enums from trace symbol mapping lists
` [PATCH v3 03/20] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v3 04/20] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v3 05/20] netfs: Split netfs_io_* object handling out
` [PATCH v3 06/20] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v3 07/20] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v3 08/20] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v3 09/20] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v3 10/20] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v3 11/20] netfs: Change ->init_request() to return an error code
` [PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead
` [PATCH v3 13/20] netfs: Add a netfs inode context
` [PATCH v3 14/20] netfs: Add a function to consolidate beginning a read
` [PATCH v3 15/20] netfs: Prepare to split read_helper.c
` [PATCH v3 16/20] netfs: Rename read_helper.c to io.c
` [PATCH v3 17/20] netfs: Split fs/netfs/read_helper.c
` [PATCH v3 18/20] netfs: Split some core bits out into their own file
` [PATCH v3 19/20] netfs: Keep track of the actual remote file size
` [PATCH v3 20/20] afs: Maintain netfs_i_context::remote_i_size

[RFC v2 PATCH 0/7] Introduce nfs-readahead-udev
 2022-03-11 19:06 UTC  (8+ messages)
` [RFC v2 PATCH 1/7] Create nfs-readahead-udev
` [RFC v2 PATCH 2/7] readahead: configure udev
` [RFC v2 PATCH 3/7] readahead: create logging facility
` [RFC v2 PATCH 4/7] readahead: only set readahead for nfs devices
` [RFC v2 PATCH 5/7] readahead: create the configuration file
` [RFC v2 PATCH 6/7] readahead: add mountpoint and fstype options
` [RFC v2 PATCH 7/7] readahead: documentation

[PATCH v9 00/27] Readdir improvements
 2022-03-11 16:51 UTC  (39+ messages)
` [PATCH v9 01/27] NFS: Return valid errors from nfs2/3_decode_dirent()
  ` [PATCH v9 02/27] NFS: constify nfs_server_capable() and nfs_have_writebacks()
    ` [PATCH v9 03/27] NFS: Trace lookup revalidation failure
      ` [PATCH v9 04/27] NFS: Initialise the readdir verifier as best we can in nfs_opendir()
        ` [PATCH v9 05/27] NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
          ` [PATCH v9 06/27] NFS: Calculate page offsets algorithmically
            ` [PATCH v9 07/27] NFS: Store the change attribute in the directory page cache
              ` [PATCH v9 08/27] NFS: Don't re-read the entire page cache to find the next cookie
                ` [PATCH v9 09/27] NFS: Don't advance the page pointer unless the page is full
                  ` [PATCH v9 10/27] NFS: Adjust the amount of readahead performed by NFS readdir
                    ` [PATCH v9 11/27] NFS: If the cookie verifier changes, we must invalidate the page cache
                      ` [PATCH v9 12/27] NFS: Simplify nfs_readdir_xdr_to_array()
                        ` [PATCH v9 13/27] NFS: Reduce use of uncached readdir
                          ` [PATCH v9 14/27] NFS: Improve heuristic for readdirplus
                            ` [PATCH v9 15/27] NFS: Don't ask for readdirplus unless it can help nfs_getattr()
                              ` [PATCH v9 16/27] NFSv4: Ask for a full XDR buffer of readdir goodness
                                ` [PATCH v9 17/27] NFS: Readdirplus can't help lookup for case insensitive filesystems
                                  ` [PATCH v9 18/27] NFS: Don't request readdirplus when revalidation was forced
                                    ` [PATCH v9 19/27] NFS: Add basic readdir tracing
                                      ` [PATCH v9 20/27] NFS: Trace effects of readdirplus on the dcache
                                        ` [PATCH v9 21/27] NFS: Trace effects of the readdirplus heuristic
                                          ` [PATCH v9 22/27] NFS: Clean up page array initialisation/free
                                            ` [PATCH v9 23/27] NFS: Convert readdir page cache to use a cookie based index
                              ` [PATCH] NFS: Trigger "ls -l" readdir heuristic sooner

[PATCH] fs: remove reference to the removed config NFSD_V3
 2022-03-11 15:54 UTC  (3+ messages)
` [PATCH] "

[PATCH] blkmapd: fix coredump in bl_add_disk
 2022-03-11  8:24 UTC  (2+ messages)

[PATCH v33 15/29] LSM: Ensure the correct LSM context releaser
 2022-03-10 23:46 UTC  (2+ messages)
` [PATCH v33 17/29] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH RFC v15 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-10 17:59 UTC  (28+ messages)
` [PATCH RFC v15 01/11] fs/lock: add helper locks_any_blockers to check for blockers
` [PATCH RFC v15 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v15 06/11] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v15 07/11] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v15 08/11] NFSD: Update find_client_in_id_table() "
` [PATCH RFC v15 10/11] NFSD: Update laundromat "
` [PATCH RFC v15 11/11] NFSD: Show state of courtesy clients in client info

[PATCH/RFC] VFS: support parallel updates in the one directory
 2022-03-10 11:10 UTC  (5+ messages)

[PATCH v2 00/19] netfs: Prep for write helpers
 2022-03-10  1:40 UTC  (40+ messages)
` [PATCH v2 01/19] fscache: export fscache_end_operation()
` [PATCH v2 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH v2 03/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v2 04/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v2 05/19] netfs: Split netfs_io_* object handling out
` [PATCH v2 06/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v2 07/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v2 08/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v2 09/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v2 10/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v2 11/19] netfs: Change ->init_request() to return an error code
` [PATCH v2 12/19] netfs: Add a netfs inode context
` [PATCH v2 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH v2 14/19] netfs: Prepare to split read_helper.c
` [PATCH v2 15/19] netfs: Rename read_helper.c to io.c
` [PATCH v2 16/19] netfs: Split fs/netfs/read_helper.c
` [PATCH v2 17/19] netfs: Split some core bits out into their own file
` [PATCH v2 18/19] netfs: Keep track of the actual remote file size
` [PATCH v2 19/19] afs: Maintain netfs_i_context::remote_i_size

[PATCH 00/11] Various NFS/sunrpc improvements for swap-over-NFS
 2022-03-10  0:48 UTC  (13+ messages)
` [PATCH 03/11] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 09/11] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 05/11] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 07/11] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 01/11] NFS: remove IS_SWAPFILE hack
` [PATCH 08/11] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 04/11] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 10/11] NFS: swap-out must always use STABLE writes
` [PATCH 02/11] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 06/11] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 11/11] SUNRPC: change locking for xs_swap_enable/disable

[PATCH v2 0/2] nfsuuid and udev examples
 2022-03-10  0:37 UTC  (29+ messages)
` [PATCH v2 1/2] nfsuuid: a tool to create and persist nfs4 client uniquifiers
                        ` [PATCH] nfs.man: document requirements for NFS mounts in a container

[Libtirpc-devel] [PATCH] rpcb_clnt.c config to try protocolversion 2 first
 2022-03-09 19:46 UTC  (5+ messages)

[RFC PATCH 0/7] Introduce nfs-readahead-udev
 2022-03-09 19:33 UTC  (9+ messages)
` [RFC PATCH 1/7] Create nfs-readahead-udev
` [RFC PATCH 2/7] readahead: configure udev
` [RFC PATCH 3/7] readahead: create logging facility
` [RFC PATCH 4/7] readahead: only set readahead for nfs devices
` [RFC PATCH 5/7] readahead: create the configuration file
` [RFC PATCH 6/7] readahead: add mountpoint and fstype options
` [RFC PATCH 7/7] readahead: documentation

[RFC PATCH 0/6] nfs-utils: Improving NFS re-exports
 2022-03-09 15:28 UTC  (13+ messages)
` [RFC PATCH 1/6] Implement reexport helper library
` [RFC PATCH 2/6] exports: Implement new export option reexport=

Napływ Klientów ze strony
 2022-03-09  8:55 UTC 

[PATCH 00/10] MM changes to improve swap-over-NFS support
 2022-03-06 23:49 UTC  (11+ messages)
` [PATCH 01/10] MM: create new mm/swap.h header file
` [PATCH 06/10] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 03/10] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 10/10] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 04/10] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 09/10] MM: submit multipage write "
` [PATCH 07/10] DOC: update documentation for swap_activate and swap_rw
` [PATCH 02/10] MM: drop swap_set_page_dirty
` [PATCH 08/10] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 05/10] MM: introduce ->swap_rw and use it for reads from "

[PATCH -next 0/2] nfs: check writeback errors correctly
 2022-03-06 15:08 UTC  (9+ messages)
` [PATCH -next 1/2] nfs: nfs{,4}_file_flush should consume writeback error
` [PATCH -next 2/2] nfs: nfs_file_write() check writeback errors correctly


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