linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 14:07:03 to 2021-04-16 00:43:14 UTC [more...]

[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 0/3] Enable the setting of a kernel module parameter from nfs.conf
 2021-04-16  0:40 UTC  (9+ 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] 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  (24+ messages)

safe versions of NFS
 2021-04-14 14:24 UTC  (12+ 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)

[PATCH 1/1] NFSD fix handling of NFSv4.2 SEEK for data within the last hole
 2021-04-13 17:30 UTC  (12+ messages)

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-13 16:21 UTC  (51+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
    ` [RFC PATCH 1/2] iov_iter: Remove iov_iter_for_each_range()
    ` [RFC PATCH 2/2] iov_iter: Drop the X argument from iterate_all_kinds() and use B instead
` [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
  ` [RFC][PATCH] mm: Split page_has_private() in two to better handle PG_private_2
      ` [RFC PATCH 1/3] Make the generic bitops return bool
      ` [RFC PATCH 2/3] mm: Return bool from pagebit test functions
      ` [RFC PATCH 3/3] mm: Split page_has_private() in two to better handle PG_private_2
  ` [PATCH v7] mm: Add set/end/wait functions for PG_private_2
` [PATCH v6 05/30] mm: Implement readahead_control pageset expansion
` [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers
` [PATCH v6 11/30] netfs: Add tracepoints
` [PATCH v6 12/30] netfs: Gather stats
` [PATCH v6 13/30] netfs: Add write_begin helper
` [PATCH v6 14/30] netfs: Define an interface to talk to a cache
` [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v6 17/30] afs: Disable use of the fscache I/O routines
` [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v6 20/30] afs: Move key to afs_read struct
` [PATCH v6 21/30] afs: Don't truncate iter during data fetch
` [PATCH v6 22/30] afs: Log remote unmarshalling errors
` [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v6 24/30] afs: Use ITER_XARRAY for writing
` [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v6 26/30] afs: Extract writeback extension into its own function
` [PATCH v6 27/30] afs: Prepare for use of THPs
` [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v6 29/30] afs: Use new netfs lib read helper API
` [PATCH v6 30/30] afs: Use the netfs_write_begin() helper

[PATCH 0/9 v6] Introduce a bulk order-0 page allocator with two in-tree users
 2021-04-12 11:19 UTC  (13+ messages)
` [PATCH 1/9] mm/page_alloc: Rename alloced to allocated
` [PATCH 2/9] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/9] mm/page_alloc: Add an array-based interface to the "
` [PATCH 4/9] mm/page_alloc: optimize code layout for __alloc_pages_bulk
` [PATCH 5/9] mm/page_alloc: inline __rmqueue_pcplist

[PATCH] mm/page_alloc: Add a bulk page allocator -fix -fix -fix
 2021-04-12 11:02 UTC 

[PATCH v3 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-04-11 16:46 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] NFSv4.2: threshold for inter-server copy should be configurable

[PATCH v1 0/5] Continue making FRWR the only memreg scheme
 2021-04-10 18:57 UTC  (6+ messages)
` [PATCH v1 1/5] xprtrdma: Move fr_cid to struct rpcrdma_mr
` [PATCH v1 2/5] xprtrdma: Move cqe "
` [PATCH v1 3/5] xprtrdma: Move fr_linv_done field "
` [PATCH v1 4/5] xprtrdma: Move the Work Request union "
` [PATCH v1 5/5] xprtrdma: Move fr_mr field "

[PATCH v1 0/4] minor xprtrdma tracepoint fixes
 2021-04-10 18:52 UTC  (5+ messages)
` [PATCH v1 1/4] xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation
` [PATCH v1 2/4] xprtrdma: Add an rpcrdma_mr_completion_class
` [PATCH v1 3/4] xprtrdma: Don't display r_xprt memory addresses in tracepoints
` [PATCH v1 4/4] xprtrdma: Remove the RPC/RDMA QP event handler

[PATCH 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-04-09 17:43 UTC  (7+ messages)
` [PATCH 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag
` [PATCH 2/2] selinux: fix SECURITY_LSM_NATIVE_LABELS flag handling on double mount

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-04-09 13:50 UTC  (8+ messages)
` [PATCH v8] "

[PATCH] fs_context: drop the unused lsm_flags member
 2021-04-09 11:12 UTC 

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-08 16:02 UTC  (4+ messages)

[PATCH v2 0/2] enhance NFSv4.2 SSC to delay unmount source's export
 2021-04-08 15:25 UTC  (16+ 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).