linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 19:56:42 to 2020-03-26 14:00:05 UTC [more...]

[PATCH 1/1] SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize
 2020-03-26 13:59 UTC  (9+ messages)

[PATCH/RFC] MM: fix writeback for NFS
 2020-03-26  3:25 UTC 

[PATCH 00/14] server side user xattr support (RFC 8276)
 2020-03-25 23:44 UTC  (37+ messages)
` [PATCH 01/14] nfs,nfsd: NFSv4.2 extended attribute protocol definitions
` [PATCH 02/14] xattr: modify vfs_{set,remove}xattr for NFS server use
    ` [PATCH 02/14] xattr: modify vfs_{set, remove}xattr "
` [PATCH 03/14] nfsd: split off the write decode code in to a separate function
` [PATCH 04/14] nfsd: make sure the nfsd4_ops array has the right size
` [PATCH 05/14] nfsd: add defines for NFSv4.2 extended attribute support
` [PATCH 06/14] nfsd: define xattr functions to call in to their vfs counterparts
` [PATCH 07/14] nfsd: take xattr bits in to account for permission checks
` [PATCH 08/14] nfsd: add structure definitions for xattr requests / responses
` [PATCH 09/14] nfsd: use kvmalloc in svcxdr_tmpalloc
` [PATCH 10/14] nfsd: implement the xattr procedure functions
` [PATCH 11/14] nfsd: add user xattr RPC XDR encoding/decoding logic
` [PATCH 12/14] nfsd: add xattr operations to ops array
` [PATCH 13/14] xattr: add a function to check if a namespace is supported
` [PATCH 14/14] nfsd: add fattr support for user extended attributes

[PATCH v2 00/13] NFS client user xattr (RFC8276) support
 2020-03-25 23:10 UTC  (14+ messages)
` [PATCH v2 01/13] nfs,nfsd: NFSv4.2 extended attribute protocol definitions
` [PATCH v2 02/13] nfs: add client side only definitions for user xattrs
` [PATCH v2 03/13] NFSv4.2: define limits and sizes for user xattr handling
` [PATCH v2 04/13] NFSv4.2: query the server for extended attribute support
` [PATCH v2 05/13] NFSv4.2: add client side XDR handling for extended attributes
` [PATCH v2 06/13] nfs: define nfs_access_get_cached function
` [PATCH v2 07/13] NFSv4.2: query the extended attribute access bits
` [PATCH v2 08/13] nfs: modify update_changeattr to deal with regular files
` [PATCH v2 09/13] nfs: define and use the NFS_INO_INVALID_XATTR flag
` [PATCH v2 10/13] nfs: make the buf_to_pages_noslab function available to the nfs code
` [PATCH v2 11/13] NFSv4.2: add the extended attribute proc functions
` [PATCH v2 12/13] NFSv4.2: hook in the user extended attribute handlers
` [PATCH v2 13/13] NFSv4.2: add client side xattr caching

[PATCH 2/2] SUNRPC: Optimize 'svc_print_xprts()'
 2020-03-25 22:53 UTC  (3+ messages)

Stuck NFSv4 mounts of Isilon filer with repeated NFS4ERR_STALE_CLIENTID errors
 2020-03-25 17:10 UTC  (7+ messages)

[nfs:testing 36/54] fs/nfs/direct.c:308:32: error: 'struct pnfs_ds_commit_info' has no member named 'commits'
 2020-03-25 15:47 UTC 

[nfs:testing 48/54] fs/nfs/pnfs.h:808:28: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
 2020-03-25 15:47 UTC 

[nfs:testing 36/54] fs/nfs/direct.c:308:33: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
 2020-03-25 15:15 UTC 

[PATCH] nfsd: fix race between cache_clean and cache_purge
 2020-03-25 15:14 UTC  (14+ messages)

[PATCH 1/2] SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'
 2020-03-25  7:04 UTC 

[PATCH] nfsroot: set tcp as the defalut transport protocol
 2020-03-25  3:50 UTC 

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

[PATCH 00/22] Fix NFS commit to DS
 2020-03-24 23:47 UTC  (23+ messages)
` [PATCH 01/22] pNFS/flexfiles: Simplify allocation of the mirror array
  ` [PATCH 02/22] NFS/pNFS: Refactor pnfs_generic_commit_pagelist()
    ` [PATCH 03/22] pNFS: Add a helper to allocate the array of buckets
      ` [PATCH 04/22] NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info
        ` [PATCH 05/22] NFSv4/pNFS: Scan the full list of commit arrays when committing
          ` [PATCH 06/22] pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()
            ` [PATCH 07/22] pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()
              ` [PATCH 08/22] NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
                ` [PATCH 09/22] NFS: commit errors should be fatal
                  ` [PATCH 10/22] NFS: Fix O_DIRECT commit verifier handling
                    ` [PATCH 11/22] NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()
                      ` [PATCH 12/22] pNFS: Add infrastructure for cleaning up per-layout commit structures
                        ` [PATCH 13/22] pNFS: Enable per-layout segment "
                          ` [PATCH 14/22] NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()
                            ` [PATCH 15/22] NFS: Remove bucket array from struct pnfs_ds_commit_info
                              ` [PATCH 16/22] NFS/pNFS: Clean up pNFS commit operations
                                ` [PATCH 17/22] NFS/pNFS: Simplify bucket layout segment reference counting
                                  ` [PATCH 18/22] NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handling
                                    ` [PATCH 19/22] pNFS/flexfile: Don't merge layout segments if the mirrors don't match
                                      ` [PATCH 20/22] pNFS/flexfiles: Check the layout segment range before doing I/O
                                        ` [PATCH 21/22] pNFS/flexfiles: remove requirement for whole file layouts
                                          ` [PATCH 22/22] pNFS/flexfiles: Specify the layout segment range in LAYOUTGET

[PATCH] rpc: fix str to bytes conversion
 2020-03-24 21:18 UTC  (2+ messages)

[PATCH 1/1] NFS: Don't specify NFS version in "UDP not supported" error
 2020-03-24 20:08 UTC 

[PATCH 00/13] client side user xattr (RFC8276) support
 2020-03-24 16:21 UTC  (27+ messages)
` [PATCH 01/13] nfs,nfsd: NFSv4.2 extended attribute protocol definitions
` [PATCH 03/13] NFSv4.2: query the server for extended attribute support
` [PATCH 04/13] NFSv4.2: define limits and sizes for user xattr handling
` [PATCH 05/13] NFSv4.2: add client side XDR handling for extended attributes
` [PATCH 09/13] nfs: define and use the NFS_INO_INVALID_XATTR flag
    ` [nfs] c5654df66d: stress-ng.msg.ops_per_sec 15.5% improvement
` [PATCH 10/13] nfs: make the buf_to_pages_noslab function available to the nfs code
` [PATCH 13/13] NFSv4.2: add client side xattr caching

refcount underflow in nfsd41_destroy_cb
 2020-03-24 13:50 UTC  (8+ messages)

[PATCH] nfsd: memory corruption in nfsd4_lock()
 2020-03-23 22:12 UTC  (5+ messages)

NFSv3 directory traversal causes lockup in 4.9.214
 2020-03-22  7:03 UTC  (2+ messages)

[RFC PATCH] fix krb5p mount not providing large enough buffer in rq_rcvsize
 2020-03-20 20:18 UTC  (7+ messages)

[PATCH 1/2] nfsd(7): minimal updates
 2020-03-19 19:16 UTC  (2+ messages)
` [PATCH 2/2] nfsd(7): minimal /proc/fs/nfsd/clients/ documentation

[PATCH] nfsd: fsnotify on rmdir under nfsd/clients/
 2020-03-19 15:35 UTC  (2+ messages)

[PATCH RFC 00/11] Linux NFS server support for multiple Write chunks
 2020-03-19 15:21 UTC  (12+ messages)
` [PATCH RFC 01/11] SUNRPC: Adjust synopsis of xdr_buf_subsegment()
` [PATCH RFC 02/11] svcrdma: Clean up RDMA Write path
` [PATCH RFC 03/11] NFSD: Invoke svc_encode_read_payload in "read" NFSD encoders
` [PATCH RFC 04/11] svcrdma: Post RDMA Writes while XDR encoding replies
` [PATCH RFC 05/11] svcrdma: Clean up svc_rdma_encode_reply_chunk()
` [PATCH RFC 06/11] svcrdma: Cache number of Write chunks
` [PATCH RFC 07/11] svcrdma: Add a data structure to track READ payloads
` [PATCH RFC 08/11] svcrdma: Add svc_rdma_skip_payloads()
` [PATCH RFC 09/11] svcrdma: Support multiple READ payloads when pulling up
` [PATCH RFC 10/11] svcrdma: Support multiple READ payloads in svc_rdma_map_reply_msg()
` [PATCH RFC 11/11] svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunk

[PATCH] nfsd4: kill warnings on testing stateids with mismatched clientids
 2020-03-19 14:59 UTC  (3+ messages)

[PATCH] nfsv41: add set of xattr related tests
 2020-03-19 14:59 UTC 

[PATCH 00/13] VFS: Filesystem information [ver #19]
 2020-03-19 12:36 UTC  (5+ messages)
` [PATCH 13/13] fsinfo: Example support for NFS "

[PATCH AUTOSEL 5.5 08/84] nfs: add minor version to nfs_server_key for fscache
 2020-03-18 20:52 UTC 

[PATCH AUTOSEL 5.4 07/73] nfs: add minor version to nfs_server_key for fscache
 2020-03-18 20:52 UTC 

[PATCH AUTOSEL 4.19 05/37] nfs: add minor version to nfs_server_key for fscache
 2020-03-18 20:54 UTC 

[PATCH/RFC] NFS: Minimize COMMIT calls during writeback
 2020-03-17 23:48 UTC  (7+ messages)

[PATCH] exports man page: warn about subdirectory exports
 2020-03-16 21:01 UTC 

[PATCH] NFSD: Fix NFS server build errors
 2020-03-16 16:23 UTC  (5+ messages)

[GIT PULL] Please pull NFS Client fixes for 5.6-rc6
 2020-03-13 22:30 UTC  (2+ messages)

[PATCH 1/1] nfsd: remove read permission bit for ctl sysctl
 2020-03-13 20:08 UTC  (3+ messages)

[PATCH] NFS: Ensure security label is set for root inode
 2020-03-13  0:52 UTC  (3+ messages)

2nd Announcement: Spring 2020 NFS Bake-a-thon
 2020-03-11 21:57 UTC 


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).