linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 20:09:04 to 2020-04-03 11:04:03 UTC [more...]

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-03 11:03 UTC  (11+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
    ` [PATCH 2/2] Deprecate NR_UNSTABLE_NFS, use NR_WRITEBACK
        ` [PATCH 2/2 - v2] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

[PATCH] SUNRPC: defer slow parts of rpc_free_client() to a workqueue
 2020-04-03  3:33 UTC 

[PATCH 1/3] NFS: Beware when dereferencing the delegation cred
 2020-04-02 23:49 UTC  (3+ messages)
` [PATCH 2/3] NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()
  ` [PATCH 3/3] NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()

[PATCH v2 1/2] NFS: finish_automount() requires us to hold 2 refs to the mount record
 2020-04-02 23:05 UTC  (2+ messages)
` [PATCH v2 2/2] NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout

oops in 5.6-rc
 2020-04-02 22:52 UTC  (4+ messages)

[PATCH] NFS: Fix a few constant_table array definitions
 2020-04-02 21:20 UTC 

[PATCH 1/2] NFS: finish_automount() requires us to hold 2 refs to the mount record
 2020-04-02 20:30 UTC  (2+ messages)
` [PATCH 2/2] NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout

[PATCH 00/10] NFS: Fix a number of memory leaks and use-after-free
 2020-04-02 16:54 UTC  (13+ messages)
` [PATCH 01/10] NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()
  ` [PATCH 02/10] NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()
    ` [PATCH 03/10] NFS: Fix use-after-free issues in nfs_pageio_add_request()
      ` [PATCH 04/10] NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()
        ` [PATCH 05/10] NFS: Fix memory leaks in nfs_pageio_stop_mirroring()
          ` [PATCH 06/10] NFS: Remove the redundant function nfs_pgio_has_mirroring()
            ` [PATCH 07/10] NFS: Clean up nfs_lock_and_join_requests()
              ` [PATCH 08/10] NFS: Reverse the submission order of requests in __nfs_pageio_add_request()
                ` [PATCH 09/10] NFS: Refactor nfs_lock_and_join_requests()
                  ` [PATCH 10/10] NFS: Try to join page groups before an O_DIRECT retransmission

[PATCH RFC] sunrpc: Ensure signalled RPC tasks exit
 2020-04-02 15:05 UTC  (3+ messages)

[PATCH 00/13] VFS: Filesystem information [ver #19]
 2020-04-02 14:14 UTC  (10+ messages)

[nfs-utils PATCH RFC v3 0/8] restore nfsdcld
 2020-04-02  3:23 UTC  (3+ messages)
` [nfs-utils PATCH RFC v3 6/8] nfsdcld: add /etc/nfs.conf support

[PATCH] Add regex plugin for nfsidmap
 2020-03-31 18:26 UTC  (3+ messages)

refcount underflow in nfsd41_destroy_cb
 2020-03-31 17:59 UTC  (7+ messages)

Spring 2020 NFS Bake-a-thon is CANCELLED
 2020-03-31 15:13 UTC 

[PATCH] Add regex plugin for nfsidmap
 2020-03-31  9:02 UTC 

libnfsidmap: SASL bind suppoprt in umich_ldap
 2020-03-30 15:06 UTC  (2+ messages)

[PATCH] nfsd: memory corruption in nfsd4_lock()
 2020-03-30 14:52 UTC  (5+ messages)
  ` [PATCH v2] "

Request for catalog and price list
 2020-03-30  4:10 UTC 

[PATCH v2 00/11] NFS server user xattr support (RFC8276)
 2020-03-29 22:57 UTC  (15+ messages)
` [PATCH v2 01/11] xattr: break delegations in {set,remove}xattr and add _locked versions
` [PATCH v2 02/11] xattr: add a function to check if a namespace is supported
` [PATCH v2 03/11] nfs,nfsd: NFSv4.2 extended attribute protocol definitions
` [PATCH v2 04/11] nfsd: split off the write decode code in to a separate function
` [PATCH v2 05/11] nfsd: add defines for NFSv4.2 extended attribute support
` [PATCH v2 06/11] nfsd: define xattr functions to call in to their vfs counterparts
` [PATCH v2 07/11] nfsd: take xattr bits in to account for permission checks
` [PATCH v2 08/11] nfsd: add structure definitions for xattr requests / responses
` [PATCH v2 09/11] nfsd: use kvmalloc in svcxdr_tmpalloc
` [PATCH v2 10/11] nfsd: implement the xattr functions and en/decode logic
  ` vfs_listxattr and the NFS server: namespaces
` [PATCH v2 11/11] nfsd: add fattr support for user extended attributes

[PATCH] NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()
 2020-03-28 15:58 UTC 

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

[PATCH] net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'
 2020-03-28 11:56 UTC 

[PATCH nfs-utils] conffile: Don't give warning for optional config files
 2020-03-27 19:16 UTC  (2+ messages)

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

[PATCH] exports man page: warn about subdirectory exports
 2020-03-27 19:15 UTC  (2+ messages)

[PATCH] gssd: ignore pipe files that do not exist
 2020-03-27 19:15 UTC  (2+ messages)

[nfs-utils PATCH 1/1] error.c: Put string for EOPNOTSUPP on single line
 2020-03-27 19:15 UTC  (2+ messages)

[PATCH V2] SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'
 2020-03-27 16:33 UTC  (2+ messages)

[PATCH] svcrdma: Fix leak of transport addresses
 2020-03-27 16:28 UTC  (2+ messages)

[PATCH] SUNRPC/cache: Allow garbage collection of invalid cache entries
 2020-03-27 16:15 UTC  (10+ messages)
              ` [PATCH] SUNRPC/cache: don't allow invalid entries to be flushed

[GIT PULL] Please pull NFSoRDMA Client Updates for 5.7
 2020-03-27 15:44 UTC 

[PATCH v2 00/13] NFS client user xattr (RFC8276) support
 2020-03-27  7:51 UTC  (18+ 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-26 22:29 UTC  (5+ messages)

[PATCH v2 1/1] SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize
 2020-03-26 14:25 UTC  (2+ messages)

[PATCH 00/14] server side user xattr support (RFC 8276)
 2020-03-26 14:12 UTC  (5+ messages)
` [PATCH 11/14] nfsd: add user xattr RPC XDR encoding/decoding logic

[PATCH 1/1] SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize
 2020-03-26 13:59 UTC  (9+ 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  (10+ 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 


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