linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-19 16:12:41 to 2021-03-26 15:34:14 UTC [more...]

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

Input/output errors when mounting re-exported directories that use crossmounts
 2021-03-25 21:34 UTC  (2+ 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  (15+ messages)
  ` [EXTERNAL] "

[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 00/28] Network fs helper library & fscache kiocb API
 2021-03-23 22:06 UTC  (11+ messages)
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers

[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  (5+ messages)
` [PATCH 1/2] SUNRPC: Set rq_page_end differently
` [PATCH 2/2] SUNRPC: Refresh rq_pages using a bulk page allocator

[PATCH 0/3 v5] Introduce a bulk order-0 page allocator
 2021-03-23 18:52 UTC  (20+ messages)
` [PATCH 1/3] mm/page_alloc: Rename alloced to allocated
` [PATCH 2/3] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/3] mm/page_alloc: Add an array-based interface to the "

[PATCH 5/5] nfs: Add mount option for forcing RPC requests to one file over one connection
 2021-03-23  5:50 UTC 

[PATCH 4/5] nfs: Add mount option for forcing RPC requests to one file over one connection
 2021-03-23  5:50 UTC 

[PATCH 3/5] nfs: Add mount option for forcing RPC requests to one file over one connection
 2021-03-23  5:49 UTC 

[PATCH 2/5] nfs: Add mount option for forcing RPC requests to one file over one connection
 2021-03-23  5:48 UTC 

[PATCH 1/5] nfs: Add mount option for forcing RPC requests for one file over one connection
 2021-03-23  5:47 UTC 

[PATCH 1/2] nfs: hornor timeo and retrans option when mounting NFSv3
 2021-03-23  2:57 UTC  (4+ messages)
` [PATCH 2/2] sunrpc: honor rpc_task's timeout value in rpcb_create()

[PATCH v2 1/2] nfs: hornor timeo and retrans option when mounting NFSv3
 2021-03-23  2:57 UTC  (2+ messages)
` [PATCH v2 2/2] sunrpc: honor rpc_task's timeout value in rpcb_create()

[PATCH v3 1/3] [security] Add new hook to compare new mount to an existing mount
 2021-03-22 19:04 UTC  (5+ messages)
` [PATCH v3 2/3] [NFS] cleanup: remove unneeded null check in nfs_fill_super()
` [PATCH v3 3/3] NFSv4 account for selinux security context when deciding to share superblock

[PATCH v3 1/3] [security] Add new hook to compare new mount to an existing mount
 2021-03-22 18:56 UTC  (13+ messages)
` [PATCH v4 "

[PATCH] SUNRPC: Ensure the transport backchannel association
 2021-03-22 18:37 UTC 

symlinkat() behavior with NFS depends on dentry being on cache or not
 2021-03-22 18:22 UTC  (2+ messages)

[PATCH v1 0/6] svcrdma Receive batch-posting, take 2
 2021-03-22 17:31 UTC  (5+ messages)
` [PATCH v1 4/6] svcrdma: Add a batch Receive posting mechanism

[PATCH 0/5 v2] nfs-utils: provide audit-logging of NFSv4 access
 2021-03-22 17:06 UTC  (16+ messages)
        ` [PATCH] nfsd: report client confirmation status in "info" file
          ` [PATCH] mountd/exportd: only log confirmed clients, and poll for updates
            ` [PATCH v2] "
          ` [PATCH v2] nfsd: report client confirmation status in "info" file

[PATCH] SUNRPC: Output oversized frag reclen as ASCII if printable
 2021-03-22 14:28 UTC  (5+ messages)

[PATCH 1/2] nfsd: don't ignore high bits of copy count
 2021-03-22 14:23 UTC  (3+ messages)
` [PATCH 2/2] nfsd: COPY with length 0 should copy to end of file

[PATCH 7/9] nfsd: Fix typo "accesible"
 2021-03-22 14:21 UTC  (2+ messages)

[bug report] NFSv4: Deal more correctly with duplicate delegations
 2021-03-22 13:40 UTC 

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-22  8:30 UTC  (9+ messages)
` [PATCH 1/7] mm/page_alloc: Move gfp_allowed_mask enforcement to prepare_alloc_pages
` [PATCH 2/7] mm/page_alloc: Rename alloced to allocated
` [PATCH 3/7] mm/page_alloc: Add a bulk page allocator

[PATCH] nfs_common: modify the comments for locks_end_grace and locks_in_grace
 2021-03-21  8:38 UTC 

[PATCH 2/5] mm/page_alloc: Add a bulk page allocator
 2021-03-19 17:10 UTC  (12+ messages)


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