public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-22 19:00:27 to 2021-11-05 18:44:47 UTC [more...]

[PATCH] NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_mode
 2021-11-05 18:38 UTC 

[PATCH] NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()
 2021-11-05 18:38 UTC 

[PATCH] NFS: Don't trace an uninitialised value
 2021-11-05 16:54 UTC  (2+ messages)

[PATCH] NFS: Avoid using error uninitialized in nfs_lookup()
 2021-11-05 15:57 UTC 

[PATCH 1/2] NFSv4: Ensure decode_compound_hdr() sanity checks the tag
 2021-11-04 21:52 UTC  (2+ messages)
` [PATCH 2/2] NFSv4: Fix potential Oops in decode_op_map()

another NFS client RPC bug
 2021-11-04 21:10 UTC 

NFS client RPC bug
 2021-11-04 20:36 UTC  (3+ messages)

[PATCH v2 0/7] NFSv4.2 add tracepoints to sparse files and copy
 2021-11-04 14:57 UTC  (8+ messages)
` [PATCH v2 1/7] NFSv4.2 add tracepoint to SEEK
` [PATCH v2 2/7] NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE
` [PATCH v2 3/7] NFSv4.2 add tracepoint to COPY
` [PATCH v2 4/7] NFSv4.2 add tracepoint to CLONE
` [PATCH v2 5/7] NFSv4.2 add tracepoint to CB_OFFLOAD
` [PATCH v2 6/7] NFSv4.2 add tracepoint to COPY_NOTIFY
` [PATCH v2 7/7] NFSv4.2 add tracepoint to OFFLOAD_CANCEL

[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-04 14:32 UTC  (14+ messages)
` [PATCH v3 1/6] afs: Sort out symlink reading
` [PATCH v3 2/6] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v3 4/6] folio: Add a function to get the host inode for "
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
    ` [PATCH] folio: Add replacements for page_endio()
` [PATCH v3 6/6] afs: Use folios in directory handling

[PATCH 2/9] nfs: remove unused header <linux/pnfs_osd_xdr.h>
 2021-11-03 13:54 UTC  (4+ messages)

[PATCH v2] nfs4: take a reference on the nfs_client when running FREE_STATEID
 2021-11-03 10:24 UTC 

[PATCH v1 0/6] Deprecate dprintk in svcrdma
 2021-11-03  7:56 UTC  (6+ messages)

[PATCH 0/1] Fix nfs4_slot use-after-free by FREE_STATEID
 2021-11-02 20:51 UTC  (5+ messages)
` [PATCH 1/1] nfs4: take a reference on the nfs_client when running FREE_STATEID

[PATCH] NFS: Add offset to nfs_aop_readahead tracepoint
 2021-11-02 19:51 UTC 

[PATCH v4 0/7] Update RPC task pid as displayed by tracepoints
 2021-11-02 19:41 UTC  (4+ messages)
` [PATCH v4 5/7] NFS: Replace dprintk callsites in nfs_readpage(s)

Form submission from: Feedback
 2021-11-02 19:22 UTC 

[PATCH v2] xprtrdma: Fix a maybe-uninitialized compiler warning
 2021-11-02 18:48 UTC 

[PATCH] xprtrdma: Fix a maybe-uninitialized compiler warning
 2021-11-02 17:36 UTC  (5+ messages)

[PATCH nfs-utils] mount: don't bind a socket needlessly
 2021-11-02  3:08 UTC 

[PATCH 0/1] Enable inter server to server copies on a export
 2021-11-01 20:28 UTC  (22+ messages)
` [PATCH 1/1] nfsd4_copy: Adds the ability to do inter server to server on an export

server-to-server copy by default
 2021-11-01 19:55 UTC  (14+ messages)

[PATCH v5 0/9] Add a tool for using the new sysfs files
 2021-11-01 14:40 UTC  (11+ messages)
` [PATCH v5 1/9] rpcctl: Add a rpcctl.py tool
` [PATCH v5 2/9] rpcctl: Add a command for printing xprt switch information
` [PATCH v5 3/9] rpcctl: Add a command for printing individual xprts
` [PATCH v5 4/9] rpcctl: Add a command for printing rpc client information
` [PATCH v5 5/9] rpcctl: Add a command for changing xprt dstaddr
` [PATCH v5 6/9] rpcctl: Add a command for changing xprt switch dstaddrs
` [PATCH v5 7/9] rpcctl: Add a command for changing xprt state
` [PATCH v5 8/9] rpcctl: Add a man page
` [PATCH v5 9/9] rpcctl: Add installation to the Makefile

[PATCH 1/4] SUNRPC: Fix races when closing the socket
 2021-10-30 14:53 UTC  (5+ messages)
` [PATCH 2/4] SUNRPC: Replace use of socket sk_callback_lock with sock_lock
  ` [PATCH 3/4] SUNRPC: Clean up xs_tcp_setup_sock()
    ` [PATCH 4/4] SUNRPC: Prevent immediate close+reconnect

nfs dead lock on linux 5.10.76
 2021-10-30  3:35 UTC 

NFSv3 client returns EIO for valid read responses with post op attributes when first NFSv3 read response for the mount does not have post op attributes
 2021-10-29 19:59 UTC 

Spurious instability with NFSoRDMA under moderate load
 2021-10-29 19:06 UTC  (14+ messages)

[PATCH v4 00/10] fscache: Replace and remove old I/O API
 2021-10-29 18:51 UTC  (15+ messages)
` [PATCH v4 01/10] fscache: Generalise the ->begin_read_operation method
` [PATCH v4 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie
` [PATCH v4 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros
` [PATCH v4 04/10] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v4 05/10] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v4 06/10] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v4 07/10] cifs: Move to using the alternate fallback fscache I/O API
` [PATCH v4 08/10] fscache: Remove the old "
` [PATCH v4 09/10] fscache: Remove stats that are no longer used
` [PATCH v4 10/10] fscache: Update the documentation to reflect I/O API changes

[PATCH v3 00/10] fscache: Replace and remove old I/O API
 2021-10-29 14:02 UTC  (3+ messages)
` [PATCH v3 07/10] cifs: (untested) Move to using the alternate fallback fscache "

[PATCH v2] SUNRPC: Check if the xprt is connected before handling sysfs reads
 2021-10-28 19:17 UTC 

[PATCH] SUNRPC: Check if the xprt is connected before handling sysfs reads
 2021-10-28 19:15 UTC 

odd problem, with backtrace
 2021-10-28 15:11 UTC 

[PATCH 0/1] Enable inter server to server copies on a export
 2021-10-28 14:59 UTC  (2+ messages)
` [PATCH 1/1] exportfs: Add the 's2sc' option allowing inter server to server copies

[PATCH 3/7] NFSv4.2 add tracepoint to COPY
 2021-10-27 14:28 UTC  (2+ messages)

[PATCH 1/7] NFSv4.2 add tracepoint to SEEK
 2021-10-27  7:50 UTC  (2+ messages)

[PATCH] NFSv4: Fix a regression in nfs_set_open_stateid_locked()
 2021-10-27  2:17 UTC 

[PATCH nfs-utils] Add --disable-sbin-override for when /sbin is a symlink
 2021-10-25 20:37 UTC  (2+ messages)

[PATCH v4 0/9] Add a tool for using the new sysfs files
 2021-10-25 19:09 UTC  (12+ messages)
` [PATCH v4 1/9] rpcsys: Add a rpcsys.py tool
` [PATCH v4 2/9] rpcsys: Add a command for printing xprt switch information
` [PATCH v4 3/9] rpcsys: Add a command for printing individual xprts
` [PATCH v4 4/9] rpcsys: Add a command for printing rpc-client information
` [PATCH v4 5/9] rpcsys: Add a command for changing xprt dstaddr
` [PATCH v4 6/9] rpcsys: Add a command for changing xprt-switch dstaddrs
` [PATCH v4 7/9] rpcsys: Add a command for changing xprt state
` [PATCH v4 8/9] rpcsys: Add a man page
` [PATCH v4 9/9] rpcsys: Add installation to the Makefile

[PATCH v2 00/53] fscache: Rewrite index API and management system
 2021-10-22 20:24 UTC  (54+ messages)
` [PATCH v2 05/53] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 06/53] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 07/53] fscache: Introduce new driver
` [PATCH v2 08/53] fscache: Implement a hash function
` [PATCH v2 09/53] fscache: Implement cache registration
` [PATCH v2 10/53] fscache: Implement volume registration
` [PATCH v2 11/53] fscache: Implement cookie registration
` [PATCH v2 12/53] fscache: Implement cache-level access helpers
` [PATCH v2 13/53] fscache: Implement volume-level "
` [PATCH v2 14/53] fscache: Implement cookie-level "
` [PATCH v2 15/53] fscache: Implement functions add/remove a cache
` [PATCH v2 16/53] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 17/53] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 18/53] fscache: Implement simple cookie state machine
` [PATCH v2 19/53] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 20/53] fscache: Implement cookie invalidation
` [PATCH v2 21/53] fscache: Provide a means to begin an operation
` [PATCH v2 22/53] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/53] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/53] fscache: Implement I/O interface
` [PATCH v2 25/53] fscache: Provide fallback I/O functions
` [PATCH v2 26/53] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 27/53] fscache: Provide a function to note the release of a page
` [PATCH v2 28/53] fscache: Provide a function to resize a cookie
` [PATCH v2 29/53] cachefiles: Introduce new driver
` [PATCH v2 30/53] cachefiles: Add some error injection support
` [PATCH v2 31/53] cachefiles: Define structs
` [PATCH v2 32/53] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 33/53] cachefiles: Add I/O error reporting macros
` [PATCH v2 34/53] cachefiles: Provide a function to check how much space there is
` [PATCH v2 35/53] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 36/53] cachefiles: Implement daemon UAPI and cache registration
` [PATCH v2 37/53] cachefiles: Implement volume support
` [PATCH v2 38/53] cachefiles: Implement data storage object handling
` [PATCH v2 39/53] cachefiles: Implement begin and end I/O
` [PATCH v2 40/53] cachefiles: Implement the I/O routines
` [PATCH v2 41/53] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 42/53] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 43/53] afs: Make afs_write_begin() return the THP subpage
` [PATCH v2 44/53] afs: Convert afs to use the new fscache API
` [PATCH v2 45/53] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 46/53] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 47/53] afs: Add synchronous O_DIRECT support
` [PATCH v2 48/53] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 49/53] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 50/53] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 51/53] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 52/53] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 53/53] fscache, cachefiles: Display stat of culling events

[PATCH v2 0/2] Refactor trace macro helpers
 2021-10-22 20:17 UTC  (3+ messages)
` [PATCH v2 1/2] NFS: Move generic FS show macros to global header
` [PATCH v2 2/2] NFS: Move NFS protocol display "

[PATCH v1 1/2] NFS: Move generic FS show macros to global header
 2021-10-22 19:22 UTC  (4+ messages)


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