public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-28 16:52:09 to 2020-05-08 06:07:33 UTC [more...]

[PATCH 00/20] crypto: introduce crypto_shash_tfm_digest()
 2020-05-08  6:07 UTC  (7+ messages)
` [PATCH 01/20] crypto: hash - "
` [PATCH 15/20] nfsd: use crypto_shash_tfm_digest()

[PATCH 0/2] sunrpc: add missing newline when printing module parameters by sysfs
 2020-05-08  1:33 UTC  (3+ messages)
` [PATCH 1/2] sunrpc: add missing newline when printing parameter 'pool_mode' "
` [PATCH 2/2] sunrpc: add missing newline when printing parameter 'auth_hashtable_size' "

[PATCH AUTOSEL 5.4 03/35] nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
 2020-05-07 21:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 26/35] SUNRPC: defer slow parts of rpc_free_client() to a workqueue

[PATCH] NFS: Replace zero-length array with flexible-array
 2020-05-07 19:02 UTC 

[PATCH AUTOSEL 5.6 06/50] nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
 2020-05-07 14:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 34/50] SUNRPC: defer slow parts of rpc_free_client() to a workqueue

[PATCH AUTOSEL 4.14 02/16] nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
 2020-05-07 14:29 UTC 

[PATCH AUTOSEL 4.9 02/11] nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
 2020-05-07 14:29 UTC 

[PATCH AUTOSEL 4.4 2/9] nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
 2020-05-07 14:30 UTC 

[PATCH AUTOSEL 4.19 02/20] nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
 2020-05-07 14:28 UTC 

[PATCH 0/1] cachefiles: Fix race between read_waiter and read_copier
 2020-05-07 12:50 UTC  (2+ messages)
` [PATCH 1/1] cachefiles: Fix race between read_waiter and read_copier involving op->to_do

KASAN: use-after-free Read in rpc_net_ns
 2020-05-07  9:36 UTC 

[PATCH] nfsd4: Make "info" file json compatible
 2020-05-07  2:30 UTC  (3+ messages)

[PATCH net-next] sunrpc: Remove unused function ip_map_update
 2020-05-06 20:01 UTC  (2+ messages)

[PATCH 0/4] allow multiple kthreadd's
 2020-05-06 15:54 UTC  (22+ messages)
` [PATCH 1/4] kthreads: minor kthreadd refactoring
` [PATCH 2/4] kthreads: Simplify tsk_fork_get_node
` [PATCH 3/4] kthreads: allow multiple kthreadd's
` [PATCH 4/4] kthreads: allow cloning threads with different flags

[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
 2020-05-06 14:24 UTC  (67+ messages)
` [RFC PATCH 01/61] afs: Make afs_zap_data() static
` [RFC PATCH 02/61] iov_iter: Add ITER_MAPPING
` [RFC PATCH 03/61] vm: Add wait/unlock functions for PG_fscache
` [RFC PATCH 04/61] vfs: Export rw_verify_area() for use by cachefiles
` [RFC PATCH 05/61] vfs: Provide S_CACHE_FILE inode flag
` [RFC PATCH 06/61] afs: Disable use of the fscache I/O routines
` [RFC PATCH 07/61] fscache: Add a cookie debug ID and use that in traces
` [RFC PATCH 08/61] fscache: Procfile to display cookies
` [RFC PATCH 09/61] fscache: Temporarily disable network filesystems' use of fscache
` [RFC PATCH 10/61] fscache: Remove the old I/O API
` [RFC PATCH 11/61] fscache: Remove the netfs data from the cookie
` [RFC PATCH 12/61] fscache: Remove struct fscache_cookie_def
` [RFC PATCH 13/61] fscache: Remove store_limit* from struct fscache_object
` [RFC PATCH 14/61] fscache: Remove fscache_check_consistency()
` [RFC PATCH 15/61] fscache: Remove fscache_attr_changed()
` [RFC PATCH 16/61] fscache: Remove obsolete stats
` [RFC PATCH 17/61] fscache: Remove old I/O tracepoints
` [RFC PATCH 18/61] fscache: Temporarily disable fscache_invalidate()
` [RFC PATCH 19/61] fscache: Remove the I/O operation manager
` [RFC PATCH 20/61] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [RFC PATCH 21/61] fscache: Provide a simple thread pool for running ops asynchronously
` [RFC PATCH 23/61] fscache: Rewrite the I/O API based on iov_iter
` [RFC PATCH 24/61] fscache: Remove fscache_wait_on_invalidate()
` [RFC PATCH 25/61] fscache: Keep track of size of a file last set independently on the server
` [RFC PATCH 26/61] fscache, cachefiles: Fix disabled histogram warnings
` [RFC PATCH 27/61] fscache: Recast assertion in terms of cookie not being an index
` [RFC PATCH 28/61] cachefiles: Remove some redundant checks on unsigned values
` [RFC PATCH 29/61] cachefiles: trace: Log coherency checks
` [RFC PATCH 30/61] cachefiles: Split cachefiles_drop_object() up a bit
` [RFC PATCH 31/61] cachefiles: Implement new fscache I/O backend API
` [RFC PATCH 32/61] cachefiles: Merge object->backer into object->dentry
` [RFC PATCH 33/61] cachefiles: Implement a content-present indicator and bitmap
` [RFC PATCH 34/61] cachefiles: Implement extent shaper
` [RFC PATCH 35/61] cachefiles: Round the cachefile size up to DIO block size
` [RFC PATCH 36/61] cachefiles: Implement read and write parts of new I/O API
` [RFC PATCH 37/61] cachefiles: Add I/O tracepoints
` [RFC PATCH 38/61] fscache: Add read helper
` [RFC PATCH 39/61] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [RFC PATCH 40/61] fscache: Remove more obsolete stats
` [RFC PATCH 41/61] fscache: New stats
` [RFC PATCH 42/61] fscache, cachefiles: Rewrite invalidation
` [RFC PATCH 43/61] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [RFC PATCH 44/61] fscache: Provide resize operation
` [RFC PATCH 45/61] fscache: Remove the update operation
` [RFC PATCH 46/61] cachefiles: Shape write requests
` [RFC PATCH 47/61] afs: Remove afs_zero_fid as it's not used
` [RFC PATCH 48/61] afs: Move key to afs_read struct
` [RFC PATCH 49/61] afs: Don't truncate iter during data fetch
` [RFC PATCH 50/61] afs: Set up the iov_iter before calling afs_extract_data()
` [RFC PATCH 51/61] afs: Use ITER_MAPPING for writing
` [RFC PATCH 52/61] afs: Interpose struct fscache_io_request into struct afs_read
` [RFC PATCH 53/61] afs: Note the amount transferred in fetch-data delivery
` [RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page
` [RFC PATCH 55/61] afs: Use new fscache I/O API
` [RFC PATCH 56/61] afs: Copy local writes to the cache when writing to the server
` [RFC PATCH 57/61] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [RFC PATCH 58/61] fscache: Rewrite the main document
` [RFC PATCH 59/61] fscache: Remove the obsolete API bits from the documentation
` [RFC PATCH 60/61] fscache: Document the new netfs API
` [RFC PATCH 61/61] fscache: Document the rewritten cache backend API

NFS v4 + kerberos: 4 minute window of slowness
 2020-05-05 17:34 UTC 

[PATCH RFC] Frequent connection loss using krb5[ip] NFS mounts
 2020-05-04 19:10 UTC  (4+ messages)
` [PATCH RFC] SUNRPC: crypto calls should never schedule

[PATCH v1 0/4] New NFSD tracepoints
 2020-05-04 17:12 UTC  (7+ messages)
` [PATCH v1 1/4] NFSD: Add tracepoints to NFSD's duplicate reply cache
` [PATCH v1 2/4] NFSD: Add tracepoints to the NFSD state management code
` [PATCH v1 3/4] NFSD: Add tracepoints for monitoring NFSD callbacks
` [PATCH v1 4/4] SUNRPC: Clean up request deferral tracepoints

[GIT PULL] Please pull NFS client bugfixes
 2020-05-02 18:45 UTC  (2+ messages)

[PATCH 0/2] Fix some NFSD-related compiler warnings
 2020-05-01 17:43 UTC  (3+ messages)
` [PATCH 1/2] NFSD: Squash annoying compiler warning
` [PATCH 2/2] NFSD: Fix improperly-formatted Doxygen comments

[PATCH v1 0/7] svcrdma observability improvements
 2020-05-01 17:41 UTC  (8+ messages)
` [PATCH v1 1/7] svcrdma: Clean up the tracing for rw_ctx_init errors
` [PATCH v1 2/7] svcrdma: Clean up handling of get_rw_ctx errors
` [PATCH v1 3/7] svcrdma: Trace page overruns when constructing RDMA Reads
` [PATCH v1 4/7] svcrdma: trace undersized Write chunks
` [PATCH v1 5/7] svcrdma: Fix backchannel return code
` [PATCH v1 6/7] svcrdma: Remove backchannel dprintk call sites
` [PATCH v1 7/7] svcrdma: Rename tracepoints that record header decoding errors

[PATCH v1 0/8] NFSD socket send-path changes
 2020-05-01 17:38 UTC  (9+ messages)
` [PATCH v1 1/8] SUNRPC: Remove "#include <trace/events/skb.h>"
` [PATCH v1 2/8] SUNRPC: Add more svcsock tracepoints
` [PATCH v1 3/8] SUNRPC: Replace dprintk call sites in TCP state change callouts
` [PATCH v1 4/8] SUNRPC: Trace server-side rpcbind registration events
` [PATCH v1 5/8] SUNRPC: Clean up: Rename svc_sock::sk_reclen
` [PATCH v1 6/8] SUNRPC: Restructure svc_tcp_recv_record()
` [PATCH v1 7/8] SUNRPC: Refactor svc_recvfrom()
` [PATCH v1 8/8] SUNRPC: Restructure svc_udp_recvfrom()

[PATCH v1 0/7] RPC server tracepoints
 2020-05-01 17:33 UTC  (8+ messages)
` [PATCH v1 1/7] SUNRPC: svc_show_status() macro needs enum definitions
` [PATCH v1 2/7] SUNRPC: Move xpt_mutex into socket xpo_sendto methods
` [PATCH v1 3/7] svcrdma: Displayed remote IP address should match stored address
` [PATCH v1 4/7] SUNRPC: Remove kernel memory address from svc_xprt tracepoints
` [PATCH v1 5/7] SUNRPC: Tracepoint to record errors in svc_xpo_create()
` [PATCH v1 6/7] SUNRPC: Trace a few more generic svc_xprt events
` [PATCH v1 7/7] svcrdma: Add tracepoints to report ->xpo_accept failures

[RESEND PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2020-05-01  6:37 UTC  (3+ messages)

handling ERR_SERVERFAULT on RESTOREFH
 2020-05-01  4:08 UTC  (17+ messages)

multiple EXCHANGE_ID diring a mount
 2020-04-30 22:22 UTC  (2+ messages)

[PATCH] NFS: Fix a race in __nfs_list_for_each_server()
 2020-04-30 19:53 UTC 

[Problem] Client discarding data, mount hung
 2020-04-30 19:44 UTC  (2+ messages)

Random IO errors on nfs clients running linux > 4.20
 2020-04-30 17:32 UTC  (3+ messages)

[PATCH] nfs-utils: add new tool nfsd4-show to parse output from proc files
 2020-04-30 14:48 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 13/79] nfsd: memory corruption in nfsd4_lock()
 2020-04-30 13:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 14/79] SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purge
` [PATCH AUTOSEL 5.6 35/79] svcrdma: Fix trace point use-after-free race

[PATCH AUTOSEL 5.4 08/57] nfsd: memory corruption in nfsd4_lock()
 2020-04-30 13:51 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 22/57] svcrdma: Fix trace point use-after-free race

[PATCH AUTOSEL 4.19 03/30] nfsd: memory corruption in nfsd4_lock()
 2020-04-30 13:53 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 13/30] svcrdma: Fix trace point use-after-free race

[PATCH AUTOSEL 4.14 04/27] nfsd: memory corruption in nfsd4_lock()
 2020-04-30 13:53 UTC 

[PATCH AUTOSEL 4.9 02/17] nfsd: memory corruption in nfsd4_lock()
 2020-04-30 13:54 UTC 

[PATCH -next] NFSv4: Use GFP_ATOMIC under spin lock in _pnfs_grab_empty_layout()
 2020-04-29  1:03 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