Linux NFS development
 help / color / mirror / Atom feed
 messages from 2021-11-29 14:36:46 to 2021-12-09 17:05:33 UTC [more...]

[PATCH v2 00/67] fscache, cachefiles: Rewrite
 2021-12-09 17:04 UTC  (46+ messages)
` [PATCH v2 01/67] fscache, cachefiles: Disable configuration
` [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 06/67] fscache: Introduce new driver
` [PATCH v2 07/67] fscache: Implement a hash function
` [PATCH v2 08/67] fscache: Implement cache registration
` [PATCH v2 09/67] fscache: Implement volume registration
` [PATCH v2 10/67] fscache: Implement cookie registration
` [PATCH v2 11/67] fscache: Implement cache-level access helpers
` [PATCH v2 12/67] fscache: Implement volume-level "
` [PATCH v2 13/67] fscache: Implement cookie-level "
` [PATCH v2 14/67] fscache: Implement functions add/remove a cache
` [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 17/67] fscache: Implement simple cookie state machine
` [PATCH v2 18/67] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 19/67] fscache: Implement cookie invalidation
` [PATCH v2 20/67] fscache: Provide a means to begin an operation
` [PATCH v2 21/67] fscache: Count data storage objects in a cache
` [PATCH v2 22/67] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/67] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/67] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v2 25/67] fscache: Implement raw I/O interface
` [PATCH v2 26/67] fscache: Implement higher-level write "
` [PATCH v2 27/67] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 28/67] fscache: Provide a function to note the release of a page
` [PATCH v2 29/67] fscache: Provide a function to resize a cookie
` [PATCH v2 30/67] cachefiles: Introduce rewritten driver
` [PATCH v2 31/67] cachefiles: Define structs
` [PATCH v2 32/67] cachefiles: Add some error injection support
` [PATCH v2 33/67] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 34/67] cachefiles: Add cache error reporting macro
` [PATCH v2 35/67] cachefiles: Add security derivation
` [PATCH v2 36/67] cachefiles: Register a miscdev and parse commands over it
` [PATCH v2 37/67] cachefiles: Provide a function to check how much space there is
` [PATCH v2 38/67] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 39/67] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 40/67] cachefiles: Implement cache registration and withdrawal
` [PATCH v2 41/67] cachefiles: Implement volume support
` [PATCH v2 42/67] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v2 43/67] cachefiles: Implement object lifecycle funcs
` [PATCH v2 44/67] cachefiles: Implement key to filename encoding
` [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v2 46/67] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 47/67] cachefiles: Implement culling daemon commands

[PATCH 00/64] fscache, cachefiles: Rewrite
 2021-12-09 16:49 UTC  (26+ messages)
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH 35/64] cachefiles: Add security derivation
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 50/64] cachefiles: Implement cookie resize for truncate
` [PATCH 51/64] cachefiles: Implement the I/O routines
` [PATCH 52/64] cachefiles: Allow cachefiles to actually function
` [PATCH 53/64] fscache, cachefiles: Display stats of no-space events
` [PATCH 54/64] fscache, cachefiles: Display stat of culling events
` [PATCH 55/64] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 56/64] afs: Fix afs_write_end() to handle len > page size
` [PATCH 57/64] afs: Convert afs to use the new fscache API
` [PATCH 58/64] afs: Copy local writes to the cache when writing to the server
` [PATCH 59/64] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 60/64] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 61/64] 9p: Copy local writes to the cache when writing to the server
` [PATCH 62/64] nfs: Convert to new fscache volume/cookie API
` [PATCH 63/64] cifs: Support fscache indexing rewrite (untested)

[RFC PATCH 1/2] security: Remove security_add_mnt_opt() as it's unused
 2021-12-08 20:05 UTC  (5+ messages)
` [RFC PATCH 2/2] security, nfs: Provide a hook for fs_context security initialisation

[PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-08 17:45 UTC  (23+ messages)
` [PATCH RFC v6 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v6 2/2] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH 1/5] SUNRPC: Remove low signal-to-noise tracepoints
 2021-12-08 16:54 UTC  (5+ messages)
` [PATCH 2/5] SUNRPC: Record endpoint information in trace log
` [PATCH 3/5] SUNRPC: Same as SVC_RQST_ENDPOINT, but without the xid
` [PATCH 4/5] NFSD: Combine XDR error tracepoints
` [PATCH 5/5] NFSD: Remove NFSD_PROC_ARGS_* macros

[PATCH] NFSD: simplify per-net file cache management
 2021-12-08 16:31 UTC 

[PATCH v2 0/3] Remove NFS v2 support from the client and server
 2021-12-08 16:30 UTC  (4+ messages)
` [PATCH 1/3] nfsd: Remove the ability to enable NFS v2
` [PATCH 2/3] nfs.man: Remove references to NFS v2 from the man pages
` [PATCH v2 3/3] mount: Remove NFS v2 support from mount.nfs

[PATCH net-next] net: sunrpc: fix code indentation
 2021-12-08  7:20 UTC 

(kein Betreff)
 2021-12-07 19:45 UTC 

[PATCH] nfsd: Fix nsfd startup race (again)
 2021-12-07 16:56 UTC  (2+ messages)

[PATCH] SUNRPC: Add source address/port to rpc_socket* traces
 2021-12-06 16:51 UTC  (3+ messages)

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-06 15:46 UTC  (49+ messages)
                                                ` [PATCH] nfsdcld: use WAL journal for faster commits

[bug report] nfs: Convert to new fscache volume/cookie API
 2021-12-06  9:28 UTC  (5+ messages)

[PATCH] nfs4: skip locks_lock_inode_wait() in nfs4_locku_done if FL_ACCESS is set
 2021-12-05 10:43 UTC  (2+ messages)

[PATCH 1/4] SUNRPC: Fix races when closing the socket
 2021-12-03 16:36 UTC  (5+ messages)
` [PATCH 2/4] SUNRPC: Replace use of socket sk_callback_lock with sock_lock
  ` [PATCH 3/4] SUNRPC: Clean up xs_tcp_setup_sock()

[PATCH -next] NFSD: make symbol 'nfsd_notifier_lock' static
 2021-12-03 15:28 UTC  (6+ messages)

[PATCH] NFSD: Fix inconsistent indenting
 2021-12-02 16:29 UTC  (2+ messages)

[PATCH v2] NFSD: Fix RCU-related sparse splat
 2021-12-02 15:33 UTC  (7+ messages)
    ` [PATCH/rfc] NFSD: simplify per-net file cache management

Kernel panic / list_add corruption when in nfsd4_run_cb_work
 2021-12-01 22:33 UTC  (11+ messages)

CPU stall, eventual host hang with BTRFS + NFS under heavy load
 2021-12-01 20:13 UTC  (13+ messages)

[PATCH] NFSD: Remove be32_to_cpu() from DRC hash function
 2021-12-01 15:17 UTC 

[PATCH] blkmapd: fix coredump in bl_add_disk
 2021-12-01  8:21 UTC 

[PATCH AUTOSEL 4.4 2/9] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:53 UTC 

[PATCH AUTOSEL 4.19 05/17] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:52 UTC 

[PATCH AUTOSEL 5.4 05/25] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:51 UTC 

[PATCH AUTOSEL 4.14 03/14] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:53 UTC 

[PATCH AUTOSEL 4.9 03/12] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:53 UTC 

[PATCH AUTOSEL 5.10 12/43] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:49 UTC 

[PATCH AUTOSEL 5.15 17/68] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
 2021-11-30 14:46 UTC 

[PATCH RFC 0/3] Remove NFS v2 support from the client and server
 2021-11-29 22:40 UTC  (7+ messages)
` [PATCH RFC 1/3] nfsd: Remove the ability to enable NFS v2
` [PATCH RFC 2/3] nfs.man: Remove references to NFS v2 from the man pages
` [PATCH RFC 3/3] mount: Remove NFS v2 support from mount.nfs

[PATCH] NFSv4 only print the label when its queried
 2021-11-29 20:33 UTC 

[PATCH 00/20 v3] SUNRPC: clean up server thread management
 2021-11-29 17:45 UTC  (2+ messages)

[PATCH] NFSD: Replace nfsd4_decode_bitmap4()
 2021-11-29 17:30 UTC 


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