linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 18:20:24 to 2021-04-21 13:51:04 UTC [more...]

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-21 13:50 UTC  (21+ messages)

Linux NFS4.1 client's "server trunking" seems to do the opposite of what the name implies
 2021-04-21 13:21 UTC  (5+ messages)

[bug report] NFS: Split attribute support out from the server capabilities
 2021-04-21  8:53 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2021-04-20 20:53 UTC  (6+ messages)
` [PATCH 016/141] nfsd: "

[PATCH 1/1] NFSv4.2: Remove ifdef CONFIG_NFSD_V4 from nfsV4.2 client SSC code
 2021-04-20 20:35 UTC  (2+ messages)

[PATCH 0/3] Enable the setting of a kernel module parameter from nfs.conf
 2021-04-20 19:30 UTC  (26+ messages)
` [PATCH 1/3] nfs-utils: Enable the retrieval of raw config settings without expansion
` [PATCH 2/3] nfs-utils: Add support for further ${variable} expansions in nfs.conf
` [PATCH 3/3] nfs-utils: Update nfs4_unique_id module parameter from the nfs.conf value

[PATCH 1/1] NFSD: Fix warning unused SSC variables from kernel test robot
 2021-04-19 22:01 UTC  (3+ messages)

[PATCH 1/1] NFSv4.2: Fix warning unused SSC variables from kernel test robot
 2021-04-19 21:54 UTC 

[PATCH 1/5] nfsd: ensure new clients break delegations
 2021-04-19 20:42 UTC  (10+ messages)
` [PATCH 2/5] nfsd: hash nfs4_files by inode number
` [PATCH 3/5] nfsd: track filehandle aliasing in nfs4_files
` [PATCH 4/5] nfsd: reshuffle some code
` [PATCH 5/5] nfsd: grant read delegations to clients holding writes

[PATCH v3 00/26] NFS/RDMA client patches for next
 2021-04-19 18:05 UTC  (28+ messages)
` [PATCH v3 01/26] SUNRPC: Move fault injection call sites
` [PATCH v3 02/26] SUNRPC: Remove trace_xprt_transmit_queued
` [PATCH v3 03/26] SUNRPC: Add tracepoint that fires when an RPC is retransmitted
` [PATCH v3 04/26] xprtrdma: Avoid Receive Queue wrapping
` [PATCH v3 05/26] xprtrdma: Do not refresh Receive Queue while it is draining
` [PATCH v3 06/26] xprtrdma: Put flushed Receives on free list instead of destroying them
` [PATCH v3 07/26] xprtrdma: Improve locking around rpcrdma_rep destruction
` [PATCH v3 08/26] xprtrdma: Improve commentary around rpcrdma_reps_unmap()
` [PATCH v3 09/26] xprtrdma: Improve locking around rpcrdma_rep creation
` [PATCH v3 10/26] xprtrdma: Fix cwnd update ordering
` [PATCH v3 11/26] xprtrdma: Delete rpcrdma_recv_buffer_put()
` [PATCH v3 12/26] xprtrdma: rpcrdma_mr_pop() already does list_del_init()
` [PATCH v3 13/26] xprtrdma: Rename frwr_release_mr()
` [PATCH v3 14/26] xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()
` [PATCH v3 15/26] xprtrdma: Do not recycle MR after FastReg/LocalInv flushes
` [PATCH v3 16/26] xprtrdma: Do not wake RPC consumer on a failed LocalInv
` [PATCH v3 17/26] xprtrdma: Avoid Send Queue wrapping
` [PATCH v3 18/26] xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation
` [PATCH v3 19/26] xprtrdma: Add an rpcrdma_mr_completion_class
` [PATCH v3 20/26] xprtrdma: Don't display r_xprt memory addresses in tracepoints
` [PATCH v3 21/26] xprtrdma: Remove the RPC/RDMA QP event handler
` [PATCH v3 22/26] xprtrdma: Move fr_cid to struct rpcrdma_mr
` [PATCH v3 23/26] xprtrdma: Move cqe "
` [PATCH v3 24/26] xprtrdma: Move fr_linv_done field "
` [PATCH v3 25/26] xprtrdma: Move the Work Request union "
` [PATCH v3 26/26] xprtrdma: Move fr_mr field "

[PATCH] net: sunrpc: xprt.c: fix shift-out-of-bounds in xprt_calc_majortimeo
 2021-04-19 16:58 UTC  (2+ messages)

[PATCH v2 1/4] NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmounting
 2021-04-19 14:47 UTC  (4+ messages)
` [PATCH v2 2/4] NFS: Don't discard pNFS layout segments that are marked for return
  ` [PATCH v2 3/4] NFSv4: Don't discard segments marked for return in _pnfs_return_layout()
    ` [PATCH v2 4/4] NFSv4.1: Simplify layout return in pnfs_layout_process()

[PATCH 1/3] NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmounting
 2021-04-16 12:51 UTC  (3+ messages)
` [PATCH 2/3] NFS: Don't discard pNFS layout segments that are marked for return
  ` [PATCH 3/3] NFSv4.1: Simplify layout return in pnfs_layout_process()

[PATCH] Fix `statx()` emulation breaking exports
 2021-04-16  9:00 UTC 

[PATCH v2 00/13] create sysfs files for changing IP address
 2021-04-16  3:52 UTC  (14+ messages)
` [PATCH v2 01/13] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v2 02/13] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v2 03/13] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v2 04/13] sunrpc: Prepare xs_connect() for taking NULL tasks
` [PATCH v2 05/13] sunrpc: add xprt id
` [PATCH v2 06/13] sunrpc: add IDs to multipath
` [PATCH v2 07/13] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [PATCH v2 08/13] sunrpc: add xprt_switch direcotry to sunrpc's sysfs
` [PATCH v2 09/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH v2 10/13] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH v2 11/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH v2 12/13] sunrpc: provide transport info in the sysfs directory
` [PATCH v2 13/13] sunrpc: provide multipath "

[PATCH 00/13] create sysfs files for changing IP address
 2021-04-16  0:42 UTC  (18+ messages)
` [PATCH 01/13] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH 02/13] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH 03/13] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH 04/13] sunrpc: Prepare xs_connect() for taking NULL tasks
` [PATCH 05/13] sunrpc: add xprt id
` [PATCH 06/13] sunrpc: add IDs to multipath
` [PATCH 07/13] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [PATCH 08/13] sunrpc: add xprt_switch direcotry to sunrpc's sysfs
` [PATCH 09/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH 10/13] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH 11/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH 12/13] sunrpc: provide transport info in the sysfs directory
` [PATCH 13/13] sunrpc: provide multipath "

[PATCH] nfsd: removed unused argument in nfsd_startup_generic()
 2021-04-15 14:12 UTC  (2+ messages)

[PATCH] nfsd: remove unused function
 2021-04-15 14:12 UTC  (2+ messages)

[PATCH v1 1/3] svcrdma: Don't leak send_ctxt on Send errors
 2021-04-15 14:05 UTC  (3+ messages)
` [PATCH v1 2/3] svcrdma: Rename goto labels in svc_rdma_sendto()
` [PATCH v1 3/3] svcrdma: Pass a useful error code to the send_err tracepoint

[PATCH 1/1] mountd/exports: Fix typo in the man page
 2021-04-15  9:19 UTC 

[PATCH 1/2] NFSv42: Copy offload should update the file size when appropriate
 2021-04-14 20:15 UTC  (7+ messages)
` [PATCH 2/2] NFSv42: Don't force attribute revalidation of the copy offload source

[PATCH rdma-next 00/10] Enable relaxed ordering for ULPs
 2021-04-14 14:49 UTC  (15+ messages)

safe versions of NFS
 2021-04-14 14:24 UTC  (11+ messages)

generic/430 COPY/delegation caching regression
 2021-04-14 14:04 UTC  (5+ messages)

[PATCH v2 00/26] Attribute revalidation updates
 2021-04-14 13:43 UTC  (27+ messages)
` [PATCH v2 01/26] NFS: Deal correctly with attribute generation counter overflow
  ` [PATCH v2 02/26] NFS: Fix up inode cache tracing
    ` [PATCH v2 03/26] NFS: Mask out unsupported attributes in nfs_getattr()
      ` [PATCH v2 04/26] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
        ` [PATCH v2 05/26] NFS: Fix up revalidation of space used
          ` [PATCH v2 06/26] NFS: Don't revalidate attributes that are not being asked for
            ` [PATCH v2 07/26] NFS: Fix up statx() results
              ` [PATCH v2 08/26] NFS: nfs_setattr_update_inode() should clear the suid/sgid bits
                ` [PATCH v2 09/26] NFS: Add a cache validity flag argument to nfs_revalidate_inode()
                  ` [PATCH v2 10/26] NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity
                    ` [PATCH v2 11/26] NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode "
                      ` [PATCH v2 12/26] NFSv4: Fix nfs4_bitmap_copy_adjust()
                        ` [PATCH v2 13/26] NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid
                          ` [PATCH v2 14/26] NFS: Separate tracking of file mode cache validity from the uid/gid
                            ` [PATCH v2 15/26] NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()
                              ` [PATCH v2 16/26] NFS: Remove a line of code that has no effect "
                                ` [PATCH v2 17/26] NFS: Simplify cache consistency in nfs_check_inode_attributes()
                                  ` [PATCH v2 18/26] NFSv4: Fix value of decode_fsinfo_maxsz
                                    ` [PATCH v2 19/26] NFSv4: Don't modify the change attribute cached in the inode
                                      ` [PATCH v2 20/26] NFSv4: Add support for the NFSv4.2 "change_attr_type" attribute
                                        ` [PATCH v2 21/26] NFS: Use information about the change attribute to optimise updates
                                          ` [PATCH v2 22/26] NFS: Another inode revalidation improvement
                                            ` [PATCH v2 23/26] NFSv4: nfs4_inc/dec_nlink_locked should also invalidate ctime
                                              ` [PATCH v2 24/26] NFSv4: link must update the inode nlink
                                                ` [PATCH v2 25/26] NFS: Don't store NFS_INO_REVAL_FORCED
                                                  ` [PATCH v2 26/26] NFS: Split attribute support out from the server capabilities

Linux NFSv4.1 client session seqid sometimes advances by 2
 2021-04-13 23:08 UTC  (7+ 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 NNTP newsgroup(s).