linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-06 22:32:13 to 2021-03-15 13:40:35 UTC [more...]

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-15 13:39 UTC  (16+ 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 4/7] SUNRPC: Set rq_page_end differently
` [PATCH 5/7] SUNRPC: Refresh rq_pages using a bulk page allocator
` [PATCH 6/7] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 7/7] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-15 10:42 UTC  (25+ messages)
` [PATCH 1/5] SUNRPC: Set rq_page_end differently
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/5] SUNRPC: Refresh rq_pages using "
` [PATCH 4/5] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 5/5] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH] nfs: Fix a typo in the file nfs42xattr.c
 2021-03-15  2:27 UTC  (2+ messages)

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

[PATCH] nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
 2021-03-13 21:08 UTC 

NFS support for exFAT
 2021-03-13  0:29 UTC 

[GIT PULL] Please pull NFS client bugfixes for 5.12-rc3
 2021-03-12 22:25 UTC  (2+ messages)

[PATCH] SUNRPC: Refresh rq_pages using a bulk page allocator
 2021-03-12 22:16 UTC  (2+ messages)

[PATCH v3 0/5] SUNRPC: Create sysfs files for changing IP address
 2021-03-12 21:18 UTC  (6+ messages)
` [PATCH v3 1/5] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v3 2/5] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v3 3/5] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v3 4/5] sunrpc: Prepare xs_connect() for taking NULL tasks
` [PATCH v3 5/5] sunrpc: Create a per-rpc_clnt file for managing the destination IP address

[PATCH] nfsd: Demote UMH upcall init message from warning- to info-level
 2021-03-12 21:03 UTC  (8+ messages)
    ` [PATCH v2] nfsd: Log error on UMH upcall init failure and debug message on success
      ` [PATCH v3] "
          ` [PATCH v4] nfsd: Log client tracking type log message as info instead of warning

[PATCH v25 15/25] LSM: Ensure the correct LSM context releaser
 2021-03-12 16:16 UTC  (3+ messages)
` [PATCH v25 17/25] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH] nfs: we don't support removing system.nfs4_acl
 2021-03-12 15:43 UTC  (12+ messages)

[PATCH] NFSv4.2: fix return value of _nfs4_get_security_label()
 2021-03-12 15:42 UTC  (3+ messages)

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 12:01 UTC  (7+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH 0/5 v3] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12  7:32 UTC  (9+ messages)
` [PATCH 1/5] SUNRPC: Set rq_page_end differently
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/5] SUNRPC: Refresh rq_pages using "
` [PATCH 4/5] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 5/5] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH] svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"
 2021-03-11 18:32 UTC 

[PATCH v4 1/1] NFSD: fix error handling in NFSv4.0 callbacks
 2021-03-11 16:02 UTC  (2+ messages)

[PATCH 1/1] NFSD: fix error handling in callbacks
 2021-03-11 15:18 UTC  (17+ messages)

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

[PATCH 1/1] NFSD: fix dest to src mount in inter-server COPY
 2021-03-10 15:54 UTC  (3+ messages)

NFS Mount Hangs
 2021-03-10 15:50 UTC  (6+ messages)

[PATCH v3 1/1] NFSD: fix error handling in NFSv4.0 callbacks
 2021-03-09 19:23 UTC  (2+ messages)

[PATCH v1] SUNRPC: Add tracepoint that fires when an RPC is retransmitted
 2021-03-09 18:51 UTC 

[PATCH v2 1/1] NFSD: fix error handling in NFSv4.0 callbacks
 2021-03-09 16:42 UTC 

[BUG?] Executable flag lost when O_EXCL is not set
 2021-03-09 14:16 UTC 

[PATCH] NFSv4.2: destination file needs to be released after inter-server copy is done
 2021-03-09 13:57 UTC  (4+ messages)

fscache: Redesigning the on-disk cache
 2021-03-09 11:27 UTC  (12+ messages)
      ` Metadata writtenback notification? -- was "

[PATCH] NFS: Fix up incorrect documentation
 2021-03-08 19:43 UTC 

[PATCH v2 1/5] NFS: Don't revalidate the directory permissions on a lookup failure
 2021-03-08 19:42 UTC  (5+ messages)
` [PATCH v2 2/5] NFS: Don't gratuitously clear the inode cache when lookup failed
  ` [PATCH v2 3/5] NFS: Clean up function nfs_mark_dir_for_revalidate()
    ` [PATCH v2 4/5] NFS: Fix open coded versions of nfs_set_cache_invalid()
      ` [PATCH v2 5/5] NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4

[PATCH] NFS: Correct size calculation for create reply length
 2021-03-08 18:12 UTC 

[PATCH] NFSD: dst server needs to unmount src server's export after copy is done
 2021-03-08 16:03 UTC  (2+ messages)

[PATCH 1/2] Revert "nfsd4: remove check_conflicting_opens warning"
 2021-03-08 15:54 UTC  (3+ messages)
` [PATCH 2/2] Revert "nfsd4: a client's own opens needn't prevent delegations"

[PATCH] nfsdclnts: Ignore SIGPIPE signal
 2021-03-08 12:01 UTC 

[BUG] nfs-utils: mountd doesn't work with elder glibc versions
 2021-03-07 18:30 UTC 

[PATCH v2 00/43] NFSv2/3 XDR encoder overhaul
 2021-03-06 22:33 UTC  (25+ messages)
` [PATCH v2 20/43] NFSD: Remove unused NFSv3 directory entry encoders
` [PATCH v2 21/43] NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
` [PATCH v2 22/43] NFSD: Update the NFSv2 stat encoder to use struct xdr_stream
` [PATCH v2 23/43] NFSD: Update the NFSv2 attrstat "
` [PATCH v2 24/43] NFSD: Update the NFSv2 diropres "
` [PATCH v2 25/43] NFSD: Update the NFSv2 READLINK result "
` [PATCH v2 26/43] NFSD: Update the NFSv2 READ "
` [PATCH v2 27/43] NFSD: Update the NFSv2 STATFS "
` [PATCH v2 28/43] NFSD: Add a helper that encodes NFSv3 directory offset cookies
` [PATCH v2 29/43] NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder
` [PATCH v2 30/43] NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_stream
` [PATCH v2 31/43] NFSD: Update the NFSv2 READDIR entry "
` [PATCH v2 32/43] NFSD: Remove unused NFSv2 directory entry encoders
` [PATCH v2 33/43] NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLs
` [PATCH v2 34/43] NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_stream
` [PATCH v2 35/43] NFSD: Update the NFSv2 SETACL "
` [PATCH v2 36/43] NFSD: Update the NFSv2 ACL GETATTR "
` [PATCH v2 37/43] NFSD: Update the NFSv2 ACL ACCESS "
` [PATCH v2 38/43] NFSD: Clean up after updating NFSv2 ACL encoders
` [PATCH v2 39/43] NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_stream
` [PATCH v2 40/43] NFSD: Update the NFSv3 SETACL "
` [PATCH v2 41/43] NFSD: Clean up after updating NFSv3 ACL encoders
` [PATCH v2 42/43] NFSD: Add a tracepoint to record directory entry encoding
` [PATCH v2 43/43] NFSD: Clean up NFSDDBG_FACILITY macro


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