Linux NFS
[Prev Page][Next Page]
- [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate, (continued)
- [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate, David Howells
- [PATCH v2 52/67] cachefiles: Allow cachefiles to actually function, David Howells
- [PATCH v2 51/67] cachefiles: Implement the I/O routines, David Howells
- [PATCH v2 53/67] fscache, cachefiles: Display stats of no-space events, David Howells
- [PATCH v2 54/67] fscache, cachefiles: Display stat of culling events, David Howells
- [PATCH v2 55/67] afs: Handle len being extending over page end in write_begin/write_end, David Howells
- [PATCH v2 56/67] afs: Fix afs_write_end() to handle len > page size, David Howells
- [PATCH v2 57/67] afs: Convert afs to use the new fscache API, David Howells
- [PATCH v2 58/67] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v2 59/67] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [PATCH v2 60/67] 9p: Use fscache indexing rewrite and reenable caching, David Howells
- [PATCH v2 61/67] 9p: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v2 62/67] nfs: Convert to new fscache volume/cookie API, David Howells
- [PATCH v2 63/67] nfs: Implement cache I/O by accessing the cache directly, David Howells
- [PATCH v2 64/67] cifs: Support fscache indexing rewrite (untested), David Howells
- [PATCH v2 65/67] ceph: conversion to new fscache API, David Howells
- [PATCH v2 66/67] ceph: add fscache writeback support, David Howells
- Re: [PATCH v2 00/67] fscache, cachefiles: Rewrite, David Wysochanski
- [RFC PATCH 1/2] security: Remove security_add_mnt_opt() as it's unused,
David Howells
- [PATCH 1/5] SUNRPC: Remove low signal-to-noise tracepoints,
Chuck Lever
- [PATCH] NFSD: simplify per-net file cache management, Chuck Lever
- [PATCH v2 0/3] Remove NFS v2 support from the client and server,
Steve Dickson
- [PATCH net-next] net: sunrpc: fix code indentation, Jεan Sacren
- [PATCH] nfsd: Fix nsfd startup race (again),
Alexander A Sverdlin
- [PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server,
Dai Ngo
- [PATCH] nfs4: skip locks_lock_inode_wait() in nfs4_locku_done if FL_ACCESS is set,
Vasily Averin
- [PATCH] SUNRPC: Add source address/port to rpc_socket* traces,
Pierguido Lambri
- [PATCH] NFSD: Fix inconsistent indenting,
Jiapeng Chong
- [PATCH] NFSD: Remove be32_to_cpu() from DRC hash function, Chuck Lever
- [bug report] nfs: Convert to new fscache volume/cookie API,
Dan Carpenter
- [PATCH] blkmapd: fix coredump in bl_add_disk,
lixiaokeng
- [PATCH AUTOSEL 4.4 2/9] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH AUTOSEL 4.19 05/17] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH AUTOSEL 5.4 05/25] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH AUTOSEL 4.14 03/14] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH AUTOSEL 4.9 03/12] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH AUTOSEL 5.10 12/43] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH AUTOSEL 5.15 17/68] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Sasha Levin
- [PATCH -next] NFSD: make symbol 'nfsd_notifier_lock' static,
Wei Yongjun
- [PATCH] NFSv4 only print the label when its queried, Olga Kornievskaia
- [PATCH v2] NFSD: Fix RCU-related sparse splat,
Chuck Lever
- [PATCH RFC 0/3] Remove NFS v2 support from the client and server,
Steve Dickson
- [PATCH] NFSD: Replace nfsd4_decode_bitmap4(), Chuck Lever
- [PATCH 00/64] fscache, cachefiles: Rewrite,
David Howells
- [PATCH 01/64] fscache, cachefiles: Disable configuration, David Howells
- [PATCH 04/64] netfs: Display the netfs inode number in the netfs_read tracepoint, David Howells
- [PATCH 05/64] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space, David Howells
- [PATCH 06/64] fscache: Introduce new driver, David Howells
- [PATCH 07/64] fscache: Implement a hash function, David Howells
- [PATCH 08/64] fscache: Implement cache registration, David Howells
- [PATCH 09/64] fscache: Implement volume registration, David Howells
- [PATCH 10/64] fscache: Implement cookie registration, David Howells
- [PATCH 11/64] fscache: Implement cache-level access helpers, David Howells
- [PATCH 12/64] fscache: Implement volume-level access helpers, David Howells
- [PATCH 13/64] fscache: Implement cookie-level access helpers, David Howells
- [PATCH 15/64] fscache: Provide and use cache methods to lookup/create/free a volume, David Howells
- [PATCH 16/64] fscache: Add a function for a cache backend to note an I/O error, David Howells
- [PATCH 17/64] fscache: Implement simple cookie state machine, David Howells
- [PATCH 18/64] fscache: Implement cookie user counting and resource pinning, David Howells
- [PATCH 19/64] fscache: Implement cookie invalidation, David Howells
- [PATCH 14/64] fscache: Implement functions add/remove a cache, David Howells
- [PATCH 21/64] fscache: Count data storage objects in a cache, David Howells
- [PATCH 22/64] fscache: Provide read/write stat counters for the cache, David Howells
- [PATCH 23/64] fscache: Provide a function to let the netfs update its coherency data, David Howells
- [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache, David Howells
- [PATCH 25/64] fscache: Implement raw I/O interface, David Howells
- [PATCH 26/64] fscache: Implement higher-level write I/O interface, David Howells
- [PATCH 20/64] fscache: Provide a means to begin an operation, David Howells
- [PATCH 27/64] vfs, fscache: Implement pinning of cache usage for writeback, David Howells
- [PATCH 28/64] fscache: Provide a function to note the release of a page, David Howells
- [PATCH 29/64] fscache: Provide a function to resize a cookie, David Howells
- [PATCH 34/64] cachefiles: Add cache error reporting macro, David Howells
- [PATCH 33/64] cachefiles: Add a couple of tracepoints for logging errors, David Howells
- [PATCH 37/64] cachefiles: Provide a function to check how much space there is, David Howells
- [PATCH 35/64] cachefiles: Add security derivation, David Howells
- [PATCH 38/64] vfs, cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH 36/64] cachefiles: Register a miscdev and parse commands over it, David Howells
- [PATCH 32/64] cachefiles: Add some error injection support, David Howells
- [PATCH 31/64] cachefiles: Define structs, David Howells
- [PATCH 39/64] cachefiles: Implement a function to get/create a directory in the cache, David Howells
- [PATCH 30/64] cachefiles: Introduce rewritten driver, David Howells
- [PATCH 40/64] cachefiles: Implement cache registration and withdrawal, David Howells
- [PATCH 41/64] cachefiles: Implement volume support, David Howells
- [PATCH 42/64] cachefiles: Add tracepoints for calls to the VFS, David Howells
- [PATCH 43/64] cachefiles: Implement object lifecycle funcs, David Howells
- [PATCH 44/64] cachefiles: Implement key to filename encoding, David Howells
- [PATCH 45/64] cachefiles: Implement metadata/coherency data storage in xattrs, David Howells
- [PATCH 46/64] cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH 47/64] cachefiles: Implement culling daemon commands, David Howells
- [PATCH 48/64] cachefiles: Implement backing file wrangling, David Howells
- [PATCH 49/64] cachefiles: Implement begin and end I/O operation, David Howells
- [PATCH 50/64] cachefiles: Implement cookie resize for truncate, David Howells
- [PATCH 51/64] cachefiles: Implement the I/O routines, David Howells
- [PATCH 52/64] cachefiles: Allow cachefiles to actually function, David Howells
- [PATCH 53/64] fscache, cachefiles: Display stats of no-space events, David Howells
- [PATCH 54/64] fscache, cachefiles: Display stat of culling events, David Howells
- [PATCH 55/64] afs: Handle len being extending over page end in write_begin/write_end, David Howells
- [PATCH 56/64] afs: Fix afs_write_end() to handle len > page size, David Howells
- [PATCH 57/64] afs: Convert afs to use the new fscache API, David Howells
- [PATCH 58/64] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH 59/64] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [PATCH 61/64] 9p: Copy local writes to the cache when writing to the server, David Howells
- [PATCH 62/64] nfs: Convert to new fscache volume/cookie API, David Howells
- [PATCH 63/64] cifs: Support fscache indexing rewrite (untested), David Howells
- [PATCH 60/64] 9p: Use fscache indexing rewrite and reenable caching, David Howells
- Re: [PATCH 35/64] cachefiles: Add security derivation, David Howells
- Re: [PATCH 00/64] fscache, cachefiles: Rewrite, Linus Torvalds
- [PATCH 00/20 v3] SUNRPC: clean up server thread management,
NeilBrown
- [PATCH 01/20] NFSD: handle errors better in write_ports_addfd(), NeilBrown
- [PATCH 02/20] SUNRPC: change svc_get() to return the svc., NeilBrown
- [PATCH 03/20] SUNRPC/NFSD: clean up get/put functions., NeilBrown
- [PATCH 04/20] SUNRPC: stop using ->sv_nrthreads as a refcount, NeilBrown
- [PATCH 05/20] nfsd: make nfsd_stats.th_cnt atomic_t, NeilBrown
- [PATCH 06/20] SUNRPC: use sv_lock to protect updates to sv_nrthreads., NeilBrown
- [PATCH 10/20] NFSD: simplify locking for network notifier., NeilBrown
- [PATCH 12/20] lockd: simplify management of network status notifiers, NeilBrown
- [PATCH 13/20] lockd: move lockd_start_svc() call into lockd_create_svc(), NeilBrown
- [PATCH 07/20] NFSD: narrow nfsd_mutex protection in nfsd thread, NeilBrown
- [PATCH 08/20] NFSD: Make it possible to use svc_set_num_threads_sync, NeilBrown
- [PATCH 11/20] lockd: introduce nlmsvc_serv, NeilBrown
- [PATCH 09/20] SUNRPC: discard svo_setup and rename svc_set_num_threads_sync(), NeilBrown
- [PATCH 16/20] lockd: rename lockd_create_svc() to lockd_get(), NeilBrown
- [PATCH 19/20] lockd: use svc_set_num_threads() for thread start and stop, NeilBrown
- [PATCH 15/20] lockd: introduce lockd_put(), NeilBrown
- [PATCH 14/20] lockd: move svc_exit_thread() into the thread, NeilBrown
- [PATCH 20/20] NFS: switch the callback service back to non-pooled., NeilBrown
- [PATCH 17/20] SUNRPC: move the pool_map definitions (back) into svc.c, NeilBrown
- [PATCH 18/20] SUNRPC: always treat sv_nrpools==1 as "not pooled", NeilBrown
- Re: [PATCH 00/20 v3] SUNRPC: clean up server thread management, Chuck Lever III
- [PATCH] fstests: generic/571: skip test if locktest -t on NFS returns EAGAIN, suy.fnst@xxxxxxxxxxx
- [GIT PULL] Please pull NFS client fixes for 5.16,
Trond Myklebust
- [PATCH v30 17/28] LSM: Use lsmcontext in security_inode_getsecctx, Casey Schaufler
- [PATCH v30 15/28] LSM: Ensure the correct LSM context releaser, Casey Schaufler
- Re: NFS problem in 5.16 merge content, Chuck Lever III
- [PATCH] nfsd: don't put blocked locks on LRU until after vfs_lock_file returns,
Jeff Layton
- [PATCH 00/19 v2] SUNRPC: clean up server thread management,
NeilBrown
- [PATCH 01/19] SUNRPC/NFSD: clean up get/put functions., NeilBrown
- [PATCH 02/19] NFSD: handle error better in write_ports_addfd(), NeilBrown
- [PATCH 03/19] SUNRPC: stop using ->sv_nrthreads as a refcount, NeilBrown
- [PATCH 04/19] nfsd: make nfsd_stats.th_cnt atomic_t, NeilBrown
- [PATCH 05/19] SUNRPC: use sv_lock to protect updates to sv_nrthreads., NeilBrown
- [PATCH 06/19] NFSD: narrow nfsd_mutex protection in nfsd thread, NeilBrown
- [PATCH 07/19] NFSD: Make it possible to use svc_set_num_threads_sync, NeilBrown
- [PATCH 08/19] SUNRPC: discard svo_setup and rename svc_set_num_threads_sync(), NeilBrown
- [PATCH 09/19] NFSD: simplify locking for network notifier., NeilBrown
- [PATCH 10/19] lockd: introduce nlmsvc_serv, NeilBrown
- [PATCH 11/19] lockd: simplify management of network status notifiers, NeilBrown
- [PATCH 12/19] lockd: move lockd_start_svc() call into lockd_create_svc(), NeilBrown
- [PATCH 13/19] lockd: move svc_exit_thread() into the thread, NeilBrown
- [PATCH 14/19] lockd: introduce lockd_put(), NeilBrown
- [PATCH 15/19] lockd: rename lockd_create_svc() to lockd_get(), NeilBrown
- [PATCH 16/19] SUNRPC: move the pool_map definitions (back) into svc.c, NeilBrown
- [PATCH 17/19] SUNRPC: always treat sv_nrpools==1 as "not pooled", NeilBrown
- [PATCH 18/19] lockd: use svc_set_num_threads() for thread start and stop, NeilBrown
- [PATCH 19/19] NFS: switch the callback service back to non-pooled., NeilBrown
- Re: [PATCH 00/19 v2] SUNRPC: clean up server thread management, J. Bruce Fields
- [PATCH] SUNRPC: use different lock keys for INET6 and LOCAL, NeilBrown
- fs_locations question,
Olga Kornievskaia
- [PATCH] NFSD: Fix misuse of rcu_assign_pointer,
Chuck Lever
- NFS v4 client can dereference uninitialized pointer if server includes unrequested mdsthreshold attr, rtm
- [PATCH] SUNRPC: clean up some inconsistent indenting, Jiapeng Chong
- pynfs: fixed gssapi usage (RPCGSS) + GSS* tests for nfs4.0 server test,
Volodymyr Khomenko
- [PATCH 0/7] Cleanups for NFS fscache and convert from dfprintk to trace events,
Dave Wysochanski
- [PATCH] sunrpc: fix header include guard in trace header,
Thiago Rafael Becker
- NFS break if unplug one when connect two cables, Joakim Zhang
- [PATCH] MM: introduce memalloc_retry_wait(),
NeilBrown
- [PATCH 00/14] SUNRPC: clean up server thread management.,
NeilBrown
- [PATCH 01/14] SUNRPC: stop using ->sv_nrthreads as a refcount, NeilBrown
- [PATCH 02/14] nfsd: make nfsd_stats.th_cnt atomic_t, NeilBrown
- [PATCH 03/14] NFSD: narrow nfsd_mutex protection in nfsd thread, NeilBrown
- [PATCH 04/14] SUNRPC: use sv_lock to protect updates to sv_nrthreads., NeilBrown
- [PATCH 05/14] NFSD: Make it possible to use svc_set_num_threads_sync, NeilBrown
- [PATCH 06/14] SUNRPC: discard svo_setup and rename svc_set_num_threads_sync(), NeilBrown
- [PATCH 07/14] NFSD: simplify locking for network notifier., NeilBrown
- [PATCH 08/14] lockd: introduce nlmsvc_serv, NeilBrown
- [PATCH 09/14] lockd: simplify management of network status notifiers, NeilBrown
- [PATCH 10/14] lockd: move lockd_start_svc() call into lockd_create_svc(), NeilBrown
- [PATCH 11/14] lockd: move svc_exit_thread() into the thread, NeilBrown
- [PATCH 12/14] lockd: introduce lockd_put(), NeilBrown
- [PATCH 13/14] lockd: rename lockd_create_svc() to lockd_get(), NeilBrown
- [PATCH 14/14] lockd: use svc_set_num_threads() for thread start and stop, NeilBrown
- Re: [PATCH 00/14] SUNRPC: clean up server thread management., J. Bruce Fields
- Re: [PATCH 00/14] SUNRPC: clean up server thread management., Chuck Lever III
- [PATCH AUTOSEL 5.15 05/65] NFS: Fix up nfs_ctx_key_to_expire(),
Sasha Levin
- [PATCH AUTOSEL 5.15 04/65] UNRPC: Return specific error code on kmalloc failure,
Sasha Levin
- [PATCH v2] NFSv42: Fix pagecache invalidation after COPY/CLONE, Benjamin Coddington
- [PATCH] NFSv42: Don't fail clone() unless the OP_CLONE operation failed, trondmy
- [PATCH 0/3] COPY/CLONE pagecache invalidation,
Benjamin Coddington
- [PATCH 1/2] README: Fix typo of install guide,
An Long
- [GIT PULL] nfsd bugfix for 5.16,
J. Bruce Fields
- [PATCH 00/13] Repair SWAP-over-NFS,
NeilBrown
- [PATCH 02/13] NFS: do not take i_rwsem for swap IO, NeilBrown
- [PATCH 01/13] NFS: move generic_write_checks() call from nfs_file_direct_write() to nfs_file_write(), NeilBrown
- [PATCH 03/13] MM: reclaim mustn't enter FS for swap-over-NFS, NeilBrown
- [PATCH 04/13] SUNRPC/call_alloc: async tasks mustn't block waiting for memory, NeilBrown
- [PATCH 09/13] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC, NeilBrown
- [PATCH 06/13] SUNRPC/xprt: async tasks mustn't block waiting for memory, NeilBrown
- [PATCH 10/13] NFSv4: keep state manager thread active if swap is enabled, NeilBrown
- [PATCH 12/13] MM: use AIO/DIO for reads from SWP_FS_OPS swap-space, NeilBrown
- [PATCH 13/13] MM: use AIO for DIO writes to swap, NeilBrown
- [PATCH 11/13] NFS: swap-out must always use STABLE writes., NeilBrown
- [PATCH 08/13] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS, NeilBrown
- [PATCH 07/13] SUNRPC: remove scheduling boost for "SWAPPER" tasks., NeilBrown
- [PATCH 05/13] SUNRPC/auth: async tasks mustn't block waiting for memory, NeilBrown
- Re: [PATCH 00/13] Repair SWAP-over-NFS, Matthew Wilcox
- [PATCH v2 1/1] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION, Olga Kornievskaia
- [PATCH 1/1] NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION,
Olga Kornievskaia
- [PATCH 1/3] sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change(),
schumaker . anna
- NFS4 RPCGSS state protection (SP4_MACH_CRED) is not handled,
Volodymyr Khomenko
- [PATCH v1] NFSD: Fix exposure in nfsd4_decode_bitmap(),
Chuck Lever
- NFS client can crash server due to overrun in nfsd4_decode_bitmap4(),
rtm
- nfs hang bugs,
程洋
- [GIT PULL] netfs, 9p, afs, ceph: Use folios,
David Howells
- an early NFS4ERR_MOVED causes client crash, rtm
- [GIT PULL] nfsd changes for 5.16,
J. Bruce Fields
- [PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially,
David Howells
- [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio, David Howells
- [PATCH v5 2/4] folio: Add a function to get the host inode for a folio, David Howells
- [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios, David Howells
- [PATCH v5 4/4] afs: Use folios in directory handling, David Howells
- Re: [PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially, Dominique Martinet
- Message not available
nfs_closedir can be called without preceding nfs_opendir -> crash, rtm
[GIT PULL] Please pull NFS client changes for Linux 5.16,
Trond Myklebust
[PATCH] sunrpc: Remove unneeded null check, Xu Wang
[PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially,
David Howells
- [PATCH v4 1/5] folio: Add a function to change the private data attached to a folio, David Howells
- [PATCH v4 4/5] netfs, 9p, afs, ceph: Use folios, David Howells
- [PATCH v4 5/5] afs: Use folios in directory handling, David Howells
- [PATCH v4 3/5] folio: Add replacements for page_endio(), David Howells
- [PATCH v4 2/5] folio: Add a function to get the host inode for a folio, David Howells
- Re: [PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially, Jeff Layton
- Re: [PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially, Marc Dionne
NFS client crash if server is confused about file handles, rtm
[PATCH] NFSv4: Sanity check the parameters in nfs41_update_target_slotid(), trondmy
NFS client can use slot after it is kfree()ed, rtm
NFS client pNFS handling of NFS4ERR_NOSPC,
Rick Macklem
[PATCH] NFSv4: Remove unnecessary 'minor version' check, trondmy
[PATCH] NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_mode, trondmy
[PATCH] NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open(), trondmy
[PATCH] NFS: Don't trace an uninitialised value,
trondmy
[PATCH] NFS: Avoid using error uninitialized in nfs_lookup(),
Nathan Chancellor
[PATCH 1/2] NFSv4: Ensure decode_compound_hdr() sanity checks the tag,
trondmy
another NFS client RPC bug, rtm
NFS client RPC bug,
rtm
[PATCH v2 0/7] NFSv4.2 add tracepoints to sparse files and copy,
Olga Kornievskaia
[PATCH v2] nfs4: take a reference on the nfs_client when running FREE_STATEID, Scott Mayhew
[PATCH 2/9] nfs: remove unused header <linux/pnfs_osd_xdr.h>,
Jonathan Corbet
[PATCH] NFS: Add offset to nfs_aop_readahead tracepoint, Dave Wysochanski
[PATCH v2] xprtrdma: Fix a maybe-uninitialized compiler warning, Benjamin Coddington
[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially,
David Howells
[PATCH nfs-utils] mount: don't bind a socket needlessly.,
NeilBrown
[PATCH 0/1] Fix nfs4_slot use-after-free by FREE_STATEID,
Scott Mayhew
[PATCH] xprtrdma: Fix a maybe-uninitialized compiler warning,
Benjamin Coddington
nfs dead lock on linux 5.10.76, Wang Yugui
[PATCH 1/4] SUNRPC: Fix races when closing the socket,
trondmy
NFSv3 client returns EIO for valid read responses with post op attributes when first NFSv3 read response for the mount does not have post op attributes, Dan Clash
[PATCH v4 00/10] fscache: Replace and remove old I/O API,
David Howells
- [PATCH v4 01/10] fscache: Generalise the ->begin_read_operation method, David Howells
- [PATCH v4 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros, David Howells
- [PATCH v4 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie, David Howells
- [PATCH v4 04/10] fscache: Implement a fallback I/O interface to replace the old API, David Howells
- [PATCH v4 05/10] nfs: Move to using the alternate fallback fscache I/O API, David Howells
- [PATCH v4 06/10] 9p: Convert to using the netfs helper lib to do reads and caching, David Howells
- [PATCH v4 07/10] cifs: Move to using the alternate fallback fscache I/O API, David Howells
- [PATCH v4 08/10] fscache: Remove the old I/O API, David Howells
- [PATCH v4 09/10] fscache: Remove stats that are no longer used, David Howells
- [PATCH v4 10/10] fscache: Update the documentation to reflect I/O API changes, David Howells
- Re: [PATCH v4 00/10] fscache: Replace and remove old I/O API, Linus Torvalds
- Re: [PATCH v4 00/10] fscache: Replace and remove old I/O API, David Howells
[PATCH v2] SUNRPC: Check if the xprt is connected before handling sysfs reads, schumaker . anna
[PATCH] SUNRPC: Check if the xprt is connected before handling sysfs reads, schumaker . anna
[PATCH v5 0/9] Add a tool for using the new sysfs files,
schumaker . anna
- [PATCH v5 1/9] rpcctl: Add a rpcctl.py tool, schumaker . anna
- [PATCH v5 2/9] rpcctl: Add a command for printing xprt switch information, schumaker . anna
- [PATCH v5 3/9] rpcctl: Add a command for printing individual xprts, schumaker . anna
- [PATCH v5 5/9] rpcctl: Add a command for changing xprt dstaddr, schumaker . anna
- [PATCH v5 4/9] rpcctl: Add a command for printing rpc client information, schumaker . anna
- [PATCH v5 6/9] rpcctl: Add a command for changing xprt switch dstaddrs, schumaker . anna
- [PATCH v5 7/9] rpcctl: Add a command for changing xprt state, schumaker . anna
- [PATCH v5 8/9] rpcctl: Add a man page, schumaker . anna
- [PATCH v5 9/9] rpcctl: Add installation to the Makefile, schumaker . anna
- Re: [PATCH v5 0/9] Add a tool for using the new sysfs files, Chuck Lever III
odd problem, with backtrace, Charles Hedrick
[PATCH 0/1] Enable inter server to server copies on a export,
Steve Dickson
[PATCH] NFSv4: Fix a regression in nfs_set_open_stateid_locked(), trondmy
[PATCH v4 0/9] Add a tool for using the new sysfs files,
schumaker . anna
- [PATCH v4 1/9] rpcsys: Add a rpcsys.py tool, schumaker . anna
- [PATCH v4 2/9] rpcsys: Add a command for printing xprt switch information, schumaker . anna
- [PATCH v4 3/9] rpcsys: Add a command for printing individual xprts, schumaker . anna
- [PATCH v4 4/9] rpcsys: Add a command for printing rpc-client information, schumaker . anna
- [PATCH v4 5/9] rpcsys: Add a command for changing xprt dstaddr, schumaker . anna
- [PATCH v4 6/9] rpcsys: Add a command for changing xprt-switch dstaddrs, schumaker . anna
- [PATCH v4 7/9] rpcsys: Add a command for changing xprt state, schumaker . anna
- [PATCH v4 8/9] rpcsys: Add a man page, schumaker . anna
- [PATCH v4 9/9] rpcsys: Add installation to the Makefile, schumaker . anna
- Re: [PATCH v4 0/9] Add a tool for using the new sysfs files, Chuck Lever III
[PATCH v2 0/2] Refactor trace macro helpers,
Chuck Lever
[PATCH v2 00/53] fscache: Rewrite index API and management system,
David Howells
- [PATCH v2 02/53] fscache_old: Rename CONFIG_FSCACHE* to CONFIG_FSCACHE_OLD*, David Howells
- [PATCH v2 04/53] cachefiles_old: Rename CONFIG_CACHEFILES* to CONFIG_CACHEFILES_OLD*, David Howells
- [PATCH v2 05/53] netfs: Display the netfs inode number in the netfs_read tracepoint, David Howells
- [PATCH v2 06/53] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space, David Howells
- [PATCH v2 07/53] fscache: Introduce new driver, David Howells
- [PATCH v2 08/53] fscache: Implement a hash function, David Howells
- [PATCH v2 09/53] fscache: Implement cache registration, David Howells
- [PATCH v2 10/53] fscache: Implement volume registration, David Howells
- [PATCH v2 11/53] fscache: Implement cookie registration, David Howells
- [PATCH v2 12/53] fscache: Implement cache-level access helpers, David Howells
- [PATCH v2 13/53] fscache: Implement volume-level access helpers, David Howells
- [PATCH v2 14/53] fscache: Implement cookie-level access helpers, David Howells
- [PATCH v2 15/53] fscache: Implement functions add/remove a cache, David Howells
- [PATCH v2 16/53] fscache: Provide and use cache methods to lookup/create/free a volume, David Howells
- [PATCH v2 18/53] fscache: Implement simple cookie state machine, David Howells
- [PATCH v2 17/53] fscache: Add a function for a cache backend to note an I/O error, David Howells
- [PATCH v2 19/53] fscache: Implement cookie user counting and resource pinning, David Howells
- [PATCH v2 20/53] fscache: Implement cookie invalidation, David Howells
- [PATCH v2 21/53] fscache: Provide a means to begin an operation, David Howells
- [PATCH v2 22/53] fscache: Provide read/write stat counters for the cache, David Howells
- [PATCH v2 23/53] fscache: Provide a function to let the netfs update its coherency data, David Howells
- [PATCH v2 24/53] fscache: Implement I/O interface, David Howells
- [PATCH v2 25/53] fscache: Provide fallback I/O functions, David Howells
- [PATCH v2 26/53] vfs, fscache: Implement pinning of cache usage for writeback, David Howells
- [PATCH v2 27/53] fscache: Provide a function to note the release of a page, David Howells
- [PATCH v2 28/53] fscache: Provide a function to resize a cookie, David Howells
- [PATCH v2 29/53] cachefiles: Introduce new driver, David Howells
- [PATCH v2 30/53] cachefiles: Add some error injection support, David Howells
- [PATCH v2 31/53] cachefiles: Define structs, David Howells
- [PATCH v2 32/53] cachefiles: Add a couple of tracepoints for logging errors, David Howells
- [PATCH v2 33/53] cachefiles: Add I/O error reporting macros, David Howells
- [PATCH v2 34/53] cachefiles: Provide a function to check how much space there is, David Howells
- [PATCH v2 35/53] cachefiles: Implement a function to get/create a directory in the cache, David Howells
- [PATCH v2 36/53] cachefiles: Implement daemon UAPI and cache registration, David Howells
- [PATCH v2 37/53] cachefiles: Implement volume support, David Howells
- [PATCH v2 38/53] cachefiles: Implement data storage object handling, David Howells
- [PATCH v2 39/53] cachefiles: Implement begin and end I/O, David Howells
- [PATCH v2 40/53] cachefiles: Implement the I/O routines, David Howells
- [PATCH v2 41/53] afs: Handle len being extending over page end in write_begin/write_end, David Howells
- [PATCH v2 42/53] afs: Fix afs_write_end() to handle len > page size, David Howells
- [PATCH v2 43/53] afs: Make afs_write_begin() return the THP subpage, David Howells
- [PATCH v2 44/53] afs: Convert afs to use the new fscache API, David Howells
- [PATCH v2 45/53] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v2 46/53] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [PATCH v2 47/53] afs: Add synchronous O_DIRECT support, David Howells
- [PATCH v2 48/53] 9p: Use fscache indexing rewrite and reenable caching, David Howells
- [PATCH v2 49/53] 9p: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v2 50/53] nfs: Convert to new fscache volume/cookie API, David Howells
- [PATCH v2 51/53] cifs: Support fscache indexing rewrite (untested), David Howells
- [PATCH v2 53/53] fscache, cachefiles: Display stat of culling events, David Howells
- [PATCH v2 52/53] fscache, cachefiles: Display stats of no-space events, David Howells
- Re: [PATCH v2 00/53] fscache: Rewrite index API and management system, Linus Torvalds
- Re: [PATCH v2 00/53] fscache: Rewrite index API and management system, David Howells
[PATCH v2 00/14] NFS: Clean up nfs4_label allocation,
schumaker . anna
- [PATCH v2 01/14] NFS: Create a new nfs_alloc_fattr_with_label() function, schumaker . anna
- [PATCH v2 03/14] NFS: Remove the nfs4_label from the nfs4_create_res struct, schumaker . anna
- [PATCH v2 02/14] NFS: Remove the nfs4_label from the nfs_entry struct, schumaker . anna
- [PATCH v2 04/14] NFS: Remove the nfs4_label from the nfs4_link_res struct, schumaker . anna
- [PATCH v2 06/14] NFS: Remove the nfs4_label from the nfs4_lookupp_res struct, schumaker . anna
- [PATCH v2 05/14] NFS: Remove the label from the nfs4_lookup_res struct, schumaker . anna
- [PATCH v2 07/14] NFS: Remove the f_label from the nfs4_opendata and nfs_openres, schumaker . anna
- [PATCH v2 09/14] NFS: Remove the nfs4_label from the nfs_setattrres, schumaker . anna
- [PATCH v2 08/14] NFS: Remove the nfs4_label from the nfs4_getattr_res, schumaker . anna
- [PATCH v2 11/14] NFS: Remove the nfs4_label argument from nfs_add_or_obtain(), schumaker . anna
- [PATCH v2 10/14] NFS: Remove the nfs4_label argument from nfs_instantiate(), schumaker . anna
- [PATCH v2 13/14] NFS: Remove the nfs4_label argument from nfs_setsecurity, schumaker . anna
- [PATCH v2 14/14] NFS: Remove the nfs4_label argument from decode_getattr_*() functions, schumaker . anna
- [PATCH v2 12/14] NFS: Remove the nfs4_label argument from nfs_fhget(), schumaker . anna
[PATCH] NFS: Remove redundant call to __set_page_dirty_nobuffers, trondmy
[PATCH] SUNRPC: Make use of the helper macro kthread_run(),
Cai Huoqing
[PATCH] NFSD: Make use of the helper macro kthread_run(),
Cai Huoqing
remove QUEUE_FLAG_SCSI_PASSTHROUGH v3,
Christoph Hellwig
[PATCH] sunrpc: remove unnecessary test in rpc_task_set_client(), Thiago Rafael Becker
server-to-server copy by default,
J. Bruce Fields
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]