Linux NFS
[Prev Page][Next Page]
- [PATCH v5 00/16] Optimize list lru memory consumption,
Muchun Song
- [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists, Muchun Song
- [PATCH v5 02/16] mm: introduce kmem_cache_alloc_lru, Muchun Song
- [PATCH v5 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode, Muchun Song
- [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v5 05/16] f2fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v5 06/16] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry, Muchun Song
- [PATCH v5 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry, Muchun Song
- [PATCH v5 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node, Muchun Song
- [PATCH v5 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online(), Muchun Song
- [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed, Muchun Song
- [PATCH v5 11/16] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus, Muchun Song
- [PATCH v5 12/16] mm: list_lru: replace linear array with xarray, Muchun Song
- [PATCH v5 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID, Muchun Song
- [PATCH v5 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg, Muchun Song
- [PATCH v5 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id, Muchun Song
- [PATCH v5 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID, Muchun Song
- linux-next: Signed-off-by missing for commits in the nfs-anna tree, Stephen Rothwell
- [PATCH v2 00/10] Assorted patches for knfsd,
trondmy
- [PATCH 0/9] Assorted patches for knfsd,
trondmy
- [PATCH 0/8] Support btime and other NFSv4 specific attributes,
trondmy
- [PATCH 0/5] Support case insensitive filesystems in NFSv4,
trondmy
- [PATCH v2 0/4] Cleanups for NFS fscache and convert from dfprintk to trace events,
Dave Wysochanski
- [PATCH] nfsd4: add refcount for nfsd4_blocked_lock,
Vasily Averin
- linux-next: manual merge of the nfs-anna tree with the fscache tree,
Stephen Rothwell
- [PATCH 00/18 V2] Repair SWAP-over-NFS,
NeilBrown
- [PATCH 01/18] Structural cleanup for filesystem-based swap, NeilBrown
- [PATCH 02/18] MM: create new mm/swap.h header file., NeilBrown
- [PATCH 03/18] MM: use ->swap_rw for reads from SWP_FS_OPS swap-space, NeilBrown
- [PATCH 04/18] MM: perform async writes to SWP_FS_OPS swap-space, NeilBrown
- [PATCH 05/18] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space, NeilBrown
- [PATCH 06/18] MM: submit multipage reads for SWP_FS_OPS swap-space, NeilBrown
- [PATCH 07/18] MM: submit multipage write for SWP_FS_OPS swap-space, NeilBrown
- [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag, NeilBrown
- [PATCH 09/18] NFS: rename nfs_direct_IO and use as ->swap_rw, NeilBrown
- [PATCH 10/18] NFS: swap IO handling is slightly different for O_DIRECT IO, NeilBrown
- [PATCH 11/18] SUNRPC/call_alloc: async tasks mustn't block waiting for memory, NeilBrown
- [PATCH 12/18] SUNRPC/auth: async tasks mustn't block waiting for memory, NeilBrown
- [PATCH 13/18] SUNRPC/xprt: async tasks mustn't block waiting for memory, NeilBrown
- [PATCH 14/18] SUNRPC: remove scheduling boost for "SWAPPER" tasks., NeilBrown
- [PATCH 15/18] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS, NeilBrown
- [PATCH 16/18] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC, NeilBrown
- [PATCH 17/18] NFSv4: keep state manager thread active if swap is enabled, NeilBrown
- [PATCH 18/18] NFS: swap-out must always use STABLE writes., NeilBrown
- Re: [PATCH 00/18 V2] Repair SWAP-over-NFS, Anna Schumaker
- [PATCH] nfs: block notification on fs with its own ->lock,
J. Bruce Fields
- [PATCH v2] nfs: nfs4clinet: check the return value of kstrdup(), xkernel . wang
- [PATCH RFC] NFSD: Fix READDIR buffer overflow, Chuck Lever
- [PATCH v3 00/68] fscache, cachefiles: Rewrite,
David Howells
- [PATCH v3 01/68] fscache, cachefiles: Disable configuration, David Howells
- [PATCH v3 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint, David Howells
- [PATCH v3 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space, David Howells
- [PATCH v3 06/68] fscache: Introduce new driver, David Howells
- [PATCH v3 07/68] fscache: Implement a hash function, David Howells
- [PATCH v3 08/68] fscache: Implement cache registration, David Howells
- [PATCH v3 09/68] fscache: Implement volume registration, David Howells
- [PATCH v3 10/68] fscache: Implement cookie registration, David Howells
- [PATCH v3 11/68] fscache: Implement cache-level access helpers, David Howells
- [PATCH v3 12/68] fscache: Implement volume-level access helpers, David Howells
- [PATCH v3 13/68] fscache: Implement cookie-level access helpers, David Howells
- [PATCH v3 14/68] fscache: Implement functions add/remove a cache, David Howells
- [PATCH v3 15/68] fscache: Provide and use cache methods to lookup/create/free a volume, David Howells
- [PATCH v3 16/68] fscache: Add a function for a cache backend to note an I/O error, David Howells
- [PATCH v3 17/68] fscache: Implement simple cookie state machine, David Howells
- [PATCH v3 18/68] fscache: Implement cookie user counting and resource pinning, David Howells
- [PATCH v3 19/68] fscache: Implement cookie invalidation, David Howells
- [PATCH v3 20/68] fscache: Provide a means to begin an operation, David Howells
- [PATCH v3 21/68] fscache: Count data storage objects in a cache, David Howells
- [PATCH v3 22/68] fscache: Provide read/write stat counters for the cache, David Howells
- [PATCH v3 23/68] fscache: Provide a function to let the netfs update its coherency data, David Howells
- [PATCH v3 24/68] netfs: Pass more information on how to deal with a hole in the cache, David Howells
- [PATCH v3 26/68] fscache: Implement higher-level write I/O interface, David Howells
- [PATCH v3 25/68] fscache: Implement raw I/O interface, David Howells
- [PATCH v3 27/68] vfs, fscache: Implement pinning of cache usage for writeback, David Howells
- [PATCH v3 28/68] fscache: Provide a function to note the release of a page, David Howells
- [PATCH v3 29/68] fscache: Provide a function to resize a cookie, David Howells
- [PATCH v3 30/68] cachefiles: Introduce rewritten driver, David Howells
- [PATCH v3 31/68] cachefiles: Define structs, David Howells
- [PATCH v3 32/68] cachefiles: Add some error injection support, David Howells
- [PATCH v3 33/68] cachefiles: Add a couple of tracepoints for logging errors, David Howells
- [PATCH v3 34/68] cachefiles: Add cache error reporting macro, David Howells
- [PATCH v3 35/68] cachefiles: Add security derivation, David Howells
- [PATCH v3 36/68] cachefiles: Register a miscdev and parse commands over it, David Howells
- [PATCH v3 37/68] cachefiles: Provide a function to check how much space there is, David Howells
- [PATCH v3 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH v3 39/68] cachefiles: Implement a function to get/create a directory in the cache, David Howells
- [PATCH v3 40/68] cachefiles: Implement cache registration and withdrawal, David Howells
- [PATCH v3 41/68] cachefiles: Implement volume support, David Howells
- [PATCH v3 42/68] cachefiles: Add tracepoints for calls to the VFS, David Howells
- [PATCH v3 43/68] cachefiles: Implement object lifecycle funcs, David Howells
- [PATCH v3 44/68] cachefiles: Implement key to filename encoding, David Howells
- [PATCH v3 45/68] cachefiles: Implement metadata/coherency data storage in xattrs, David Howells
- [PATCH v3 46/68] cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH v3 47/68] cachefiles: Implement culling daemon commands, David Howells
- [PATCH v3 48/68] cachefiles: Implement backing file wrangling, David Howells
- [PATCH v3 50/68] cachefiles: Implement cookie resize for truncate, David Howells
- [PATCH v3 51/68] cachefiles: Implement the I/O routines, David Howells
- [PATCH v3 49/68] cachefiles: Implement begin and end I/O operation, David Howells
- [PATCH v3 52/68] fscache, cachefiles: Store the volume coherency data, David Howells
- [PATCH v3 53/68] cachefiles: Allow cachefiles to actually function, David Howells
- [PATCH v3 54/68] fscache, cachefiles: Display stats of no-space events, David Howells
- [PATCH v3 55/68] fscache, cachefiles: Display stat of culling events, David Howells
- [PATCH v3 56/68] afs: Handle len being extending over page end in write_begin/write_end, David Howells
- [PATCH v3 57/68] afs: Fix afs_write_end() to handle len > page size, David Howells
- [PATCH v3 58/68] afs: Convert afs to use the new fscache API, David Howells
- [PATCH v3 59/68] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v3 60/68] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [PATCH v3 61/68] 9p: Use fscache indexing rewrite and reenable caching, David Howells
- [PATCH v3 62/68] 9p: Copy local writes to the cache when writing to the server, David Howells
- [PATCH v3 63/68] nfs: Convert to new fscache volume/cookie API, David Howells
- [PATCH v3 64/68] nfs: Implement cache I/O by accessing the cache directly, David Howells
- [PATCH v3 65/68] cifs: Support fscache indexing rewrite (untested), David Howells
- [PATCH v3 66/68] ceph: conversion to new fscache API, David Howells
- [PATCH v3 67/68] ceph: add fscache writeback support, David Howells
- Re: [PATCH v3 00/68] fscache, cachefiles: Rewrite, Jeff Layton
- [PATCH 1/2] NFS: Ensure the server has an up to date ctime before hardlinking,
trondmy
- Re: [PATCH] fs: nfs: sysfs: Switch to kvfree_rcu() API, Uladzislau Rezki
- [PATCH] tools/rpcgen: fix build on macos arm64 (stat64 issue),
Sergey V. Lobanov
- [PATCH -next] SUNRPC: Clean XPRT_CONGESTED of xprt->state when rpc task is killed,
Bixuan Cui
[PATCH v31 17/28] LSM: Use lsmcontext in security_inode_getsecctx, Casey Schaufler
[PATCH v31 15/28] LSM: Ensure the correct LSM context releaser, Casey Schaufler
[PATCH RFC v8 0/2] nfsd: Initial implementation of NFSv4 Courteous Server,
Dai Ngo
[PATCH] NFSD: De-duplicate nfsd4_decode_bitmap4(), Chuck Lever
[PATCH v4 00/17] Optimize list lru memory consumption,
Muchun Song
- [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists, Muchun Song
- [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru, Muchun Song
- [PATCH v4 03/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode, Muchun Song
- [PATCH v4 04/17] fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v4 05/17] f2fs: allocate inode by using alloc_inode_sb(), Muchun Song
- [PATCH v4 06/17] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry, Muchun Song
- [PATCH v4 07/17] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry, Muchun Song
- [PATCH v4 08/17] xarray: use kmem_cache_alloc_lru to allocate xa_node, Muchun Song
- [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes, Muchun Song
- [PATCH v4 10/17] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online(), Muchun Song
- [PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed, Muchun Song
[PATCH v4 12/17] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus, Muchun Song
[PATCH v4 13/17] mm: list_lru: replace linear array with xarray, Muchun Song
[PATCH v4 14/17] mm: memcontrol: reuse memory cgroup ID for kmem ID, Muchun Song
[PATCH v4 15/17] mm: memcontrol: fix cannot alloc the maximum memcg ID, Muchun Song
[PATCH v4 16/17] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg, Muchun Song
[PATCH v4 17/17] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id, Muchun Song
Re: [PATCH v4 00/17] Optimize list lru memory consumption, xiaoqiang zhao
[PATCH v2] SUNRPC: Add source address/port to rpc_socket* traces, Pierguido Lambri
[bug report] nfs clients fail to get read delegations after file open with O_RDWR,
suy.fnst@xxxxxxxxxxx
[PATCH] nfs: nfs4clinet: check the return value of kstrdup(),
Xiaoke Wang
[RFC PATCH] NFS: Save 4 bytes when re-exporting,
Richard Weinberger
[PATCH] NFS: nfs_encode_fh: Improve debug logging, Richard Weinberger
[PATCH RFC v3] pynfs: nfs4.0 enhance open_confirm to work with courteous server., Dai Ngo
[PATCH RFC v2] nfs4.0 enhance open_confirm to work with courteous server., Dai Ngo
[PATCH RFC 1/1] nfs4.0 enhance open_confirm to work with courteous server., Dai Ngo
[PATCH RFC v7 0/2] nfsd: Initial implementation of NFSv4 Courteous Server,
Dai Ngo
BUG: KASAN: use-after-free in __fscache_acquire_cookie+0x437/0x9b0 [fscache] with NFSv3 and xfstests on [PATCH v2 00/67] fscache, cachefiles: Rewrite, David Wysochanski
[GIT PULL] more nfsd bugfixes for 5.16,
J. Bruce Fields
knfsd server returns writeverf of all 0 bits (but was not rebooted),
Rick Macklem
Improving NFS re-export,
Richard Weinberger
[PATCH 0/7] NFSv4.1+ support for session trunking discovery,
Olga Kornievskaia
[PATCH v2 00/67] fscache, cachefiles: Rewrite,
David Howells
- [PATCH v2 01/67] fscache, cachefiles: Disable configuration, David Howells
- [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint, David Howells
- [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space, David Howells
- [PATCH v2 06/67] fscache: Introduce new driver, David Howells
- [PATCH v2 07/67] fscache: Implement a hash function, David Howells
- [PATCH v2 08/67] fscache: Implement cache registration, David Howells
- [PATCH v2 09/67] fscache: Implement volume registration, David Howells
- [PATCH v2 10/67] fscache: Implement cookie registration, David Howells
- [PATCH v2 11/67] fscache: Implement cache-level access helpers, David Howells
- [PATCH v2 12/67] fscache: Implement volume-level access helpers, David Howells
- [PATCH v2 13/67] fscache: Implement cookie-level access helpers, David Howells
- [PATCH v2 14/67] fscache: Implement functions add/remove a cache, David Howells
- [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume, David Howells
- [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error, David Howells
- [PATCH v2 17/67] fscache: Implement simple cookie state machine, David Howells
- [PATCH v2 18/67] fscache: Implement cookie user counting and resource pinning, David Howells
- [PATCH v2 19/67] fscache: Implement cookie invalidation, David Howells
- [PATCH v2 20/67] fscache: Provide a means to begin an operation, David Howells
- [PATCH v2 21/67] fscache: Count data storage objects in a cache, David Howells
- [PATCH v2 22/67] fscache: Provide read/write stat counters for the cache, David Howells
- [PATCH v2 23/67] fscache: Provide a function to let the netfs update its coherency data, David Howells
- [PATCH v2 24/67] netfs: Pass more information on how to deal with a hole in the cache, David Howells
- [PATCH v2 25/67] fscache: Implement raw I/O interface, David Howells
- [PATCH v2 26/67] fscache: Implement higher-level write I/O interface, David Howells
- [PATCH v2 27/67] vfs, fscache: Implement pinning of cache usage for writeback, David Howells
- [PATCH v2 28/67] fscache: Provide a function to note the release of a page, David Howells
- [PATCH v2 29/67] fscache: Provide a function to resize a cookie, David Howells
- [PATCH v2 30/67] cachefiles: Introduce rewritten driver, David Howells
- [PATCH v2 31/67] cachefiles: Define structs, David Howells
- [PATCH v2 32/67] cachefiles: Add some error injection support, David Howells
- [PATCH v2 33/67] cachefiles: Add a couple of tracepoints for logging errors, David Howells
- [PATCH v2 34/67] cachefiles: Add cache error reporting macro, David Howells
- [PATCH v2 35/67] cachefiles: Add security derivation, David Howells
- [PATCH v2 36/67] cachefiles: Register a miscdev and parse commands over it, David Howells
- [PATCH v2 37/67] cachefiles: Provide a function to check how much space there is, David Howells
- [PATCH v2 38/67] vfs, cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH v2 39/67] cachefiles: Implement a function to get/create a directory in the cache, David Howells
- [PATCH v2 40/67] cachefiles: Implement cache registration and withdrawal, David Howells
- [PATCH v2 41/67] cachefiles: Implement volume support, David Howells
- [PATCH v2 42/67] cachefiles: Add tracepoints for calls to the VFS, David Howells
- [PATCH v2 46/67] cachefiles: Mark a backing file in use with an inode flag, David Howells
- [PATCH v2 43/67] cachefiles: Implement object lifecycle funcs, David Howells
- [PATCH v2 47/67] cachefiles: Implement culling daemon commands, David Howells
- [PATCH v2 44/67] cachefiles: Implement key to filename encoding, David Howells
- [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs, David Howells
- [PATCH v2 49/67] cachefiles: Implement begin and end I/O operation, David Howells
- [PATCH v2 48/67] cachefiles: Implement backing file wrangling, David Howells
- [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
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]