public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-03 20:07:53 to 2021-02-16 05:23:34 UTC [more...]

[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
 2021-02-16  5:22 UTC  (40+ messages)
` [PATCH 01/33] iov_iter: Add ITER_XARRAY
` [PATCH 02/33] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH 03/33] mm: Implement readahead_control pageset expansion
` [PATCH 04/33] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/33] netfs: Make a netfs helper module
` [PATCH 06/33] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH 07/33] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH 08/33] netfs: Provide readahead and readpage netfs helpers
` [PATCH 09/33] netfs: Add tracepoints
` [PATCH 10/33] netfs: Gather stats
` [PATCH 11/33] netfs: Add write_begin helper
` [PATCH 12/33] netfs: Define an interface to talk to a cache
` [PATCH 13/33] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH 14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 15/33] afs: Disable use of the fscache I/O routines
` [PATCH 16/33] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 17/33] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 18/33] afs: Move key to afs_read struct
` [PATCH 19/33] afs: Don't truncate iter during data fetch
` [PATCH 20/33] afs: Log remote unmarshalling errors
` [PATCH 21/33] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 22/33] afs: Use ITER_XARRAY for writing
` [PATCH 23/33] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 24/33] afs: Extract writeback extension into its own function
` [PATCH 25/33] afs: Prepare for use of THPs
` [PATCH 26/33] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 27/33] afs: Use new fscache read helper API
` [PATCH 28/33] ceph: disable old fscache readpage handling
` [PATCH 29/33] ceph: rework PageFsCache handling
` [PATCH 30/33] ceph: fix fscache invalidation
` [PATCH 31/33] ceph: convert readpage to fscache read helper
` [PATCH 32/33] ceph: plug write_begin into "
` [PATCH 33/33] ceph: convert ceph_readpages to ceph_readahead
` [PATCH 34/33] netfs: Use in_interrupt() not in_softirq()

[PATCH v2] vfs: prevent copy_file_range to copy across devices
 2021-02-16  0:25 UTC  (8+ messages)

pynfs breakage
 2021-02-15 21:23 UTC  (4+ messages)

[PATCH] SUNRPC: Use TCP_CORK to optimise send performance on the server
 2021-02-15 18:22 UTC  (15+ messages)

[PATCH v1 0/8] sysfs files for multipath transport control
 2021-02-15 17:40 UTC  (9+ messages)
` [PATCH v1 1/8] sunrpc: rename 'net' to 'client'
` [PATCH v1 2/8] sunrpc: add xprt id
` [PATCH v1 3/8] sunrpc: add a directory per sunrpc xprt
` [PATCH v1 4/8] sunrpc: have client directory a symlink to the root transport
` [PATCH v1 5/8] sunrpc: add IDs to multipath
` [PATCH v1 6/8] sunrpc: add multipath directory and symlink from client
` [PATCH v1 7/8] sunrpc: change rpc_clnt_add_xprt() to rpc_add_xprt()
` [PATCH v1 8/8] sunrpc: introduce an 'add' node to 'multipath' sysfs directory

alloc_pages_bulk()
 2021-02-15 16:10 UTC  (19+ messages)
` Fwd: alloc_pages_bulk()

[PATCH RFC] SUNRPC: Refresh rq_pages using a bulk page allocator
 2021-02-15 16:06 UTC 

[PATCH v2] SUNRPC: Set TCP_CORK until the transmit queue is empty
 2021-02-15 15:37 UTC 

[GIT PULL] fscache: I/O API modernisation and netfs helper library
 2021-02-15  1:01 UTC  (19+ messages)

[PATCH v2 0/5] SUNRPC: Create sysfs files for changing IP
 2021-02-14 17:41 UTC  (11+ messages)
` [PATCH v2 4/5] sunrpc: Prepare xs_connect() for taking NULL tasks

copy_file_range() infinitely hangs on NFSv4.2 over RDMA
 2021-02-14  3:31 UTC 

NFS server issue after new AD group added to AD user
 2021-02-13 17:45 UTC  (7+ messages)

steam-associated reproducible hard NFSv4.2 client hang (5.9, 5.10)
 2021-02-13 15:21 UTC 

[PATCH 0/3] Add a mount option to support eager writes
 2021-02-13 14:20 UTC  (6+ messages)
` [PATCH 1/3] NFS: 'flags' field should be unsigned in struct nfs_server
  ` [PATCH 2/3] NFS: Add support for eager writes
    ` [PATCH 3/3] NFS: Add mount options supporting "

[PATCH 1/2] [security] Add new hook to compare new mount to an existing mount
 2021-02-13  0:32 UTC  (7+ messages)
` [PATCH 2/2] NFSv4 account for selinux security context when deciding to share superblock

[PATCH] NFS: Set the stable writes flag when initialising the super block
 2021-02-12 21:41 UTC 

[PATCH] SUNRPC: Set TCP_CORK until the transmit queue is empty
 2021-02-12 21:40 UTC 

[PATCH v2] svcrdma: Hold private mutex while invoking rdma_accept()
 2021-02-12 15:03 UTC 

[PATCH v1] svcrdma: Hold private mutex while invoking rdma_accept()
 2021-02-12 14:55 UTC  (4+ messages)

about nfs_wait_client_init_complete/concurrent mounts
 2021-02-12 11:49 UTC 

[PATCH v2] vfs: generic_copy_file_checks should return EINVAL when source offset is beyond EOF
 2021-02-11 19:54 UTC  (4+ messages)

[PATCH] nfs: we don't support removing system.nfs4_acl
 2021-02-11 18:54 UTC  (10+ messages)

UBSAN: shift-out-of-bounds in xprt_do_reserve
 2021-02-11  1:07 UTC  (3+ messages)

[PATCH 0/5 V1] exportd: The NFSv4 only mounting daemon
 2021-02-09 21:23 UTC  (6+ messages)
` [PATCH 1/5] exportd: the initial shell of the v4 export support
` [PATCH 2/5] exportd: Moved cache upcalls routines into libexport.a
` [PATCH 3/5] exportd: multiple threads
` [PATCH 4/5] exportd/exportfs: Add the state-directory-path option
` [PATCH 5/5] exportd: Enabled junction support

[PATCH 1/2] mountd: Cleanup how config options are read in
 2021-02-08 22:27 UTC  (5+ messages)
` [PATCH 2/2] mountd: Add debug processing from nfs.conf

[PATCH] NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache
 2021-02-08 21:45 UTC 

[PATCH AUTOSEL 5.10 03/45] SUNRPC: Handle TCP socket sends with kernel_sendpage() again
 2021-02-08 20:17 UTC  (5+ messages)

[PATCH 1/3] NFS: Fix documenting comment for nfs_revalidate_file_size()
 2021-02-08 13:55 UTC  (3+ messages)
` [PATCH 2/3] NFS: Optimise sparse writes past the end of file
  ` [PATCH 3/3] NFS: Always clear an invalid mapping when attempting a buffered write

[PATCH] NFSv4: Fixes for nfs4_bitmask_adjust()
 2021-02-08 13:49 UTC 

nfs kernel server bug
 2021-02-08 11:58 UTC  (2+ messages)

releasing result pages in svc_xprt_release()
 2021-02-07 23:59 UTC  (11+ messages)

[PATCH v1] xprtrdma: Clean up rpcrdma_prepare_readch()
 2021-02-05 16:31 UTC 

Upcoming for next merge window: fscache and netfs lib
 2021-02-05 17:02 UTC 

[GIT PULL] nfsd changes for 5.11-rc (third round)
 2021-02-05 18:13 UTC  (2+ messages)

[PATCH 00/10] Convert NFS fscache read paths to netfs API
 2021-02-05 16:24 UTC  (4+ messages)
` [PATCH 06/10] NFS: Allow internal use of read structs and functions

[PATCH v4 0/6] RPC/RDMA client fixes
 2021-02-04 19:48 UTC  (8+ messages)
` [PATCH v4 1/6] xprtrdma: Remove FMR support in rpcrdma_convert_iovs()
` [PATCH v4 2/6] xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()
` [PATCH v4 3/6] xprtrdma: Refactor invocations of offset_in_page()
` [PATCH v4 4/6] rpcrdma: Fix comments about reverse-direction operation
` [PATCH v4 5/6] xprtrdma: Pad optimization, revisited
` [PATCH v4 6/6] rpcrdma: Capture bytes received in Receive completion tracepoints

[PATCH v3 0/6] RPC/RDMA client fixes
 2021-02-03 21:24 UTC  (5+ messages)
` [PATCH v3 4/6] rpcrdma: Fix comments about reverse-direction operation
` [PATCH v3 5/6] xprtrdma: Pad optimization, revisited
` [PATCH v3 6/6] rpcrdma: Capture bytes received in Receive completion tracepoints


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