linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 17:07:08 to 2021-03-31 19:37:31 UTC [more...]

[PATCH v1 0/8] xprtrdma Receive Queue fixes
 2021-03-31 19:36 UTC  (8+ messages)
` [PATCH v1 1/8] xprtrdma: Avoid Receive Queue wrapping
` [PATCH v1 2/8] xprtrdma: Do not post Receives after disconnect
` [PATCH v1 3/8] xprtrdma: Put flushed Receives on free list instead of destroying them
` [PATCH v1 4/8] xprtrdma: Improve locking around rpcrdma_rep destruction
` [PATCH v1 5/8] xprtrdma: Improve commentary around rpcrdma_reps_unmap()
` [PATCH v1 6/8] xprtrdma: Improve locking around rpcrdma_rep creation
` [PATCH v1 7/8] xprtrdma: Fix cwnd update ordering

[PATCH v1 0/6] Restructure how svcrdma handles RDMA Read
 2021-03-31 19:33 UTC  (9+ messages)
` [PATCH v1 1/6] SUNRPC: Export svc_xprt_received()
` [PATCH v1 2/6] SUNRPC: Move svc_xprt_received() call sites
` [PATCH v1 3/6] svcrdma: Single-stage RDMA Read
` [PATCH v1 4/6] svcrdma: Remove sc_read_complete_q
` [PATCH v1 5/6] svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_arg
` [PATCH v1 6/6] svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()

[PATCH 1/1] NFSv4.2 fix handling of sr_eof in SEEK's reply
 2021-03-31 19:30 UTC 

[PATCH 1/1] NFSD fix handling of NFSv4.2 SEEK for data within the last hole
 2021-03-31 19:28 UTC 

[PATCH 1/3] SUNRPC: Move fault injection call sites
 2021-03-31 19:22 UTC  (5+ messages)
` [PATCH 2/3] SUNRPC: Fix trace_xprt_transmit_queued()
` [PATCH 3/3] SUNRPC: Add tracepoint that fires when an RPC is retransmitted

RFC: Approaches to resolve netfs API interface to NFS multiple completions problem
 2021-03-31 19:08 UTC  (5+ messages)

[PATCH 1/1] NFSv4.2: fix copy stateid copying for the async copy
 2021-03-31 16:39 UTC  (2+ messages)

NFS read performance degradation after upgrading to kernel 5.4.*
 2021-03-31 14:36 UTC  (5+ messages)

Bidding invitation
 2021-03-31  7:14 UTC 

[PATCH] NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORT
 2021-03-30 14:59 UTC  (2+ messages)

Input/output errors when mounting re-exported directories that use crossmounts
 2021-03-30 14:13 UTC  (4+ messages)

kernel ops from commit 6869c46bd960
 2021-03-30 13:01 UTC  (6+ messages)

why is short-circuiting nfs_lookup() for mkdir(2) et.al. dependent upon v3 or later?
 2021-03-30 11:43 UTC  (2+ messages)

[bug report] NFSD introduce async copy feature
 2021-03-30  9:30 UTC 

[PATCH] exportfs: make root unexportable
 2021-03-30  8:43 UTC  (2+ messages)

[PATCH 00/17] Attribute revalidation updates
 2021-03-30  0:18 UTC  (18+ messages)
` [PATCH 01/17] NFS: Deal correctly with attribute generation counter overflow
  ` [PATCH 02/17] NFS: Fix up inode cache tracing
    ` [PATCH 03/17] NFS: Mask out unsupported attributes in nfs_getattr()
      ` [PATCH 04/17] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
        ` [PATCH 05/17] NFS: Fix up revalidation of space used
          ` [PATCH 06/17] NFS: Don't revalidate attributes that are not being asked for
            ` [PATCH 07/17] NFS: Fix up statx() results
              ` [PATCH 08/17] NFS: Add a cache validity flag argument to nfs_revalidate_inode()
                ` [PATCH 09/17] NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity
                  ` [PATCH 10/17] NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode "
                    ` [PATCH 11/17] NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid
                      ` [PATCH 12/17] NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()
                        ` [PATCH 13/17] NFS: Remove a line of code that has no effect "
                          ` [PATCH 14/17] NFS: Simplify cache consistency in nfs_check_inode_attributes()
                            ` [PATCH 15/17] NFSv4: Fix value of decode_fsinfo_maxsz
                              ` [PATCH 16/17] NFSv4: Add support for the NFSv4.2 "change_attr_type" attribute
                                ` [PATCH 17/17] NFS: Use information about the change attribute to optimise updates

[PATCH 1/2] NFS: nfs4_bitmask_adjust() must not change the server global bitmasks
 2021-03-30  0:00 UTC  (2+ messages)
` [PATCH 2/2] NFS: Fix attribute bitmask in _nfs42_proc_fallocate()

[PATCH] NFS: Fix fscache invalidation in nfs_set_cache_invalid()
 2021-03-30  0:00 UTC 

FreeBSD server is broken when "nconnects" is used on mounts on it
 2021-03-29 21:56 UTC 

how should nconnect work with failed connections
 2021-03-29 16:23 UTC 

[PATCH][next] UAPI: nfsfh.h: Replace one-element array with flexible-array member
 2021-03-29 14:57 UTC  (9+ messages)

[PATCH] exportfs: fix unexporting of '/'
 2021-03-25 20:09 UTC  (4+ messages)

RFC: return d_type for non-plus READDIR
 2021-03-25 17:26 UTC  (5+ messages)

[PATCH 0/2] add another courteous server test
 2021-03-25 17:25 UTC  (4+ messages)
` [PATCH 1/2] pynfs: courtesy: use a helper function to prepare the lock op args
` [PATCH 2/2] pynfs: courtesy: add a test to ensure server releases state appropriately

NFSv4 referrals with FQDN
 2021-03-25 17:03 UTC  (3+ messages)

[PATCH v3 0/5] SUNRPC: Create sysfs files for changing IP address
 2021-03-25 16:03 UTC  (6+ messages)
  ` [EXTERNAL] "
        ` [EXTERNAL] "

[PATCH 0/9 v6] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-25 14:46 UTC  (23+ 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 6/9] SUNRPC: Set rq_page_end differently
` [PATCH 7/9] SUNRPC: Refresh rq_pages using a bulk page allocator
` [PATCH 8/9] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 9/9] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH AUTOSEL 4.4 02/10] rpc: fix NULL dereference on kmalloc failure
 2021-03-25 11:28 UTC 

[PATCH AUTOSEL 4.9 02/13] rpc: fix NULL dereference on kmalloc failure
 2021-03-25 11:28 UTC 

[PATCH AUTOSEL 4.14 02/16] rpc: fix NULL dereference on kmalloc failure
 2021-03-25 11:27 UTC 

[PATCH AUTOSEL 4.19 02/20] rpc: fix NULL dereference on kmalloc failure
 2021-03-25 11:27 UTC 

[PATCH AUTOSEL 5.4 03/24] fs: nfsd: fix kconfig dependency warning for NFSD_V4
 2021-03-25 11:26 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 04/24] rpc: fix NULL dereference on kmalloc failure
` [PATCH AUTOSEL 5.4 14/24] NFSD: fix error handling in NFSv4.0 callbacks

[PATCH AUTOSEL 5.10 06/39] fs: nfsd: fix kconfig dependency warning for NFSD_V4
 2021-03-25 11:25 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 07/39] rpc: fix NULL dereference on kmalloc failure
` [PATCH AUTOSEL 5.10 19/39] NFSD: fix error handling in NFSv4.0 callbacks

[PATCH AUTOSEL 5.11 06/44] fs: nfsd: fix kconfig dependency warning for NFSD_V4
 2021-03-25 11:24 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 07/44] rpc: fix NULL dereference on kmalloc failure
` [PATCH AUTOSEL 5.11 19/44] NFSD: fix error handling in NFSv4.0 callbacks

[PATCH mel-git 0/3] page_pool using alloc_pages_bulk API
 2021-03-25  9:40 UTC  (5+ messages)
` [PATCH mel-git 1/3] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH mel-git 2/3] net: page_pool: use alloc_pages_bulk in refill code path
` [PATCH mel-git 3/3] net: page_pool: convert to use alloc_pages_bulk_array variant

[PATCH] NFS: fix nfs_fetch_iversion()
 2021-03-25  1:39 UTC  (3+ messages)

[PATCH 0/5] nfs: Add mount option for forcing RPC requests for one file over one connection
 2021-03-24 22:58 UTC  (13+ messages)

[PATCH 1/3] NFS: Fix up revalidation of space used
 2021-03-24 19:53 UTC  (3+ messages)
` [PATCH 2/3] NFS: Don't revalidate attributes that are not being asked for
  ` [PATCH 3/3] NFS: Fix up statx() results

[PATCH v3 0/5] SUNRPC: Create sysfs files for changing IP address
 2021-03-24 17:29 UTC  (2+ messages)

[PATCH v5 00/28] Network fs helper library & fscache kiocb API
 2021-03-23 22:23 UTC  (29+ messages)
` [PATCH v5 01/28] iov_iter: Add ITER_XARRAY
` [PATCH v5 02/28] mm: Add wait_on_page_writeback_killable()
` [PATCH v5 03/28] mm: Add set/end/wait functions for PG_private_2
` [PATCH v5 04/28] mm: Implement readahead_control pageset expansion
` [PATCH v5 05/28] netfs: Make a netfs helper module
` [PATCH v5 06/28] netfs: Documentation for helper library
` [PATCH v5 07/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v5 08/28] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v5 09/28] netfs: Provide readahead and readpage netfs helpers
` [PATCH v5 10/28] netfs: Add tracepoints
` [PATCH v5 11/28] netfs: Gather stats
` [PATCH v5 12/28] netfs: Add write_begin helper
` [PATCH v5 13/28] netfs: Define an interface to talk to a cache
` [PATCH v5 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v5 15/28] afs: Disable use of the fscache I/O routines
` [PATCH v5 16/28] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v5 17/28] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v5 18/28] afs: Move key to afs_read struct
` [PATCH v5 19/28] afs: Don't truncate iter during data fetch
` [PATCH v5 20/28] afs: Log remote unmarshalling errors
` [PATCH v5 21/28] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v5 22/28] afs: Use ITER_XARRAY for writing
` [PATCH v5 23/28] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v5 24/28] afs: Extract writeback extension into its own function
` [PATCH v5 25/28] afs: Prepare for use of THPs
` [PATCH v5 26/28] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v5 27/28] afs: Use new fscache read helper API
` [PATCH v5 28/28] afs: Use the fscache_write_begin() helper

[PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
 2021-03-23 22:06 UTC  (8+ messages)
      ` [PATCH v4 00/28] Network fs helper library & fscache kiocb API

[PATCH 1 0/4] Move post-send page release into svc_sendto
 2021-03-23 20:37 UTC  (5+ messages)
` [PATCH 1 1/4] svcrdma: Add a "deferred close" helper
` [PATCH 1 2/4] svcrdma: Normalize Send page handling
` [PATCH 1 3/4] svcrdma: Remove unused sc_pages field
` [PATCH 1 4/4] svcrdma: Retain the page backing rq_res.head[0].iov_base

[PATCH 0/2] SUNRPC consumer for the bulk page allocator
 2021-03-23 19:59 UTC  (4+ messages)
` [PATCH 2/2] SUNRPC: Refresh rq_pages using a "

[PATCH 0/3 v5] Introduce a bulk order-0 page allocator
 2021-03-23 18:52 UTC  (14+ messages)
` [PATCH 2/3] mm/page_alloc: Add a bulk "


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