Linux NFS
[Prev Page][Next Page]
- Re: [PATCH 08/13] nfs: fix UAF on pathwalk running into umount, (continued)
- [PATCH 02/13] rcu pathwalk: prevent bogus hard errors from may_lookup(), Al Viro
- [PATCH 05/13] hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info, Al Viro
- [PATCH 10/13] procfs: make freeing proc_fs_info rcu-delayed, Al Viro
- [PATCH 06/13] afs: fix __afs_break_callback() / afs_drop_open_mmap() race, Al Viro
- [PATCH 11/13] fuse: fix UAF in rcu pathwalks, Al Viro
- [PATCH 12/13] cifs_get_link(): bail out in unsafe case, Al Viro
- [PATCH 13/13] ext4_get_link(): fix breakage in RCU mode, Al Viro
- [PATCH 09/13] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode(), Al Viro
- Re: [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself, Christian Brauner
- Re: [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself, Jeff Layton
- RCU pathwalk audit notes, Al Viro
- Re: [PATCHES] RCU pathwalk race fixes, Jeff Layton
- [PATCH v2 0/4] RELEASE_LOCKOWNER fixes for v5.15.y,
Chuck Lever
- [PATCH v3] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls,
Olga Kornievskaia
- Calls to vfs_setlease() from NFSD code cause unnecessary CAP_LEASE security checks,
Ondrej Mosnacek
- [PATCH v2] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls, Olga Kornievskaia
- [PATCH 0/3] Fix RELEASE_LOCKOWNER,
Chuck Lever
- [GIT PULL] another fix for v6.8-rc,
Chuck Lever III
- [PATCH] nfsd: Simplify the allocation of slab caches in nfsd4_init_slabs, Kunwu Chan
- [PATCH] nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_create,
Kunwu Chan
- Are Japanese characters allowed in hostname in /etc/exports?,
Dan Shelton
- [PATCH v3 00/47] filelock: split file leases out of struct file_lock,
Jeff Layton
- [PATCH v3 01/47] filelock: fl_pid field should be signed int, Jeff Layton
- [PATCH v3 02/47] filelock: rename some fields in tracepoints, Jeff Layton
- [PATCH v3 03/47] filelock: rename fl_pid variable in lock_get_status, Jeff Layton
- [PATCH v3 04/47] filelock: add some new helper functions, Jeff Layton
- [PATCH v3 05/47] 9p: rename fl_type variable in v9fs_file_do_lock, Jeff Layton
- [PATCH v3 07/47] ceph: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 06/47] afs: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 09/47] gfs2: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 10/47] lockd: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 11/47] nfs: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 12/47] nfsd: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 13/47] ocfs2: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 08/47] dlm: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 14/47] smb/client: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 16/47] filelock: drop the IS_* macros, Jeff Layton
- [PATCH v3 17/47] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly, Jeff Layton
- [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH v3 15/47] smb/server: convert to using new filelock helpers, Jeff Layton
- [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH v3 27/47] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core, Jeff Layton
- [PATCH v3 35/47] afs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 36/47] ceph: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 37/47] dlm: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 38/47] gfs2: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 39/47] fuse: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 40/47] lockd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 41/47] nfs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 42/47] nfsd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 44/47] smb/client: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 46/47] filelock: remove temporary compatibility macros, Jeff Layton
- [PATCH v3 47/47] filelock: split leases out of struct file_lock, Jeff Layton
- [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core, Jeff Layton
- [PATCH v3 43/47] ocfs2: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH v3 45/47] smb/server: adapt to breakup of struct file_lock, Jeff Layton
- Re: [PATCH v3 00/47] filelock: split file leases out of struct file_lock, NeilBrown
- Re: [PATCH v3 00/47] filelock: split file leases out of struct file_lock, Christian Brauner
- Booting NFSv4-NFSROOT?,
Dan Shelton
- NFS Clients getting slower after a week, Sebastian Zillmann
- [PATCH v2] NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt,
Dave Wysochanski
- [PATCH 0/4] nfsstat: Test also on NFSv4*,
Petr Vorel
- effect of delegations, Charles Hedrick
- [PATCH v3] nfs: fix regression in handling of fsc= option in NFSv4,
Chen Hanxiao
- [PATCH] nfsd: Simplify the allocation of slab caches in nfsd_file_cache_init,
Kunwu Chan
- [PATCH] nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfs,
Kunwu Chan
- [PATCH] nfsd: don't call locks_release_private() twice concurrently,
NeilBrown
- [PATCH 1/1] SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int,
Dai Ngo
- [PATCH v2] nfs: fix regression in handling of fsc= option in NFSv4,
Chen Hanxiao
- [PATCH 00/13 v5] nfsd: support admin-revocation of v4 state,
NeilBrown
- [PATCH 01/13] nfsd: remove stale comment in nfs4_show_deleg(), NeilBrown
- [PATCH 02/13] nfsd: hold ->cl_lock for hash_delegation_locked(), NeilBrown
- [PATCH 03/13] nfsd: don't call functions with side-effecting inside WARN_ON(), NeilBrown
- [PATCH 04/13] nfsd: avoid race after unhash_delegation_locked(), NeilBrown
- [PATCH 05/13] nfsd: split sc_status out of sc_type, NeilBrown
- [PATCH 06/13] nfsd: prepare for supporting admin-revocation of state, NeilBrown
- [PATCH 07/13] nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states, NeilBrown
- [PATCH 09/13] nfsd: allow admin-revoked NFSv4.0 state to be freed., NeilBrown
- [PATCH 08/13] nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke, NeilBrown
- [PATCH 10/13] nfsd: allow lock state ids to be revoked and then freed, NeilBrown
- [PATCH 11/13] nfsd: allow open state ids to be revoked and then freed, NeilBrown
- [PATCH 12/13] nfsd: allow delegation state ids to be revoked and then freed, NeilBrown
- [PATCH 13/13] nfsd: allow layout state to be admin-revoked., NeilBrown
- Re: [PATCH 00/13 v5] nfsd: support admin-revocation of v4 state, Chuck Lever III
- [PATCH] sunrpc: fix assignment of to_retries in svc_process_bc,
Jeff Layton
- [PATCH] NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt,
Dave Wysochanski
- [PATCH v1 00/11] NFSD RDMA transport improvements,
Chuck Lever
- [PATCH v1 01/11] svcrdma: Reserve an extra WQE for ib_drain_rq(), Chuck Lever
- [PATCH v1 02/11] svcrdma: Use all allocated Send Queue entries, Chuck Lever
- [PATCH v1 03/11] svcrdma: Increase the per-transport rw_ctx count, Chuck Lever
- [PATCH v1 04/11] svcrdma: Fix SQ wake-ups, Chuck Lever
- [PATCH v1 05/11] svcrdma: Prevent a UAF in svc_rdma_send(), Chuck Lever
- [PATCH v1 06/11] svcrdma: Fix retry loop in svc_rdma_send(), Chuck Lever
- [PATCH v1 07/11] svcrdma: Post Send WR chain, Chuck Lever
- [PATCH v1 08/11] svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt, Chuck Lever
- [PATCH v1 09/11] svcrdma: Post the Reply chunk and Send WR together, Chuck Lever
- [PATCH v1 11/11] svcrdma: Add Write chunk WRs to the RPC's Send WR chain, Chuck Lever
- [PATCH v1 10/11] svcrdma: Post WRs for Write chunks in svc_rdma_sendto(), Chuck Lever
- [PATCH 0/2] netfs: Miscellaneous fixes,
David Howells
- Fwd: [Ms-nfs41-client-devel] NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-01-28 ...,
Martin Wege
- [PATCH 00/13 v4] nfsd: support admin-revocation of v4 state,
NeilBrown
- [PATCH 01/13] nfsd: remove stale comment in nfs4_show_deleg(), NeilBrown
- [PATCH 02/13] nfsd: hold ->cl_lock for hash_delegation_locked(), NeilBrown
- [PATCH 03/13] nfsd: don't call functions with side-effecting inside WARN_ON(), NeilBrown
- [PATCH 04/13] nfsd: avoid race after unhash_delegation_locked(), NeilBrown
- [PATCH 05/13] nfsd: split sc_status out of sc_type, NeilBrown
- [PATCH 06/13] nfsd: prepare for supporting admin-revocation of state, NeilBrown
- [PATCH 07/13] nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states, NeilBrown
- [PATCH 08/13] nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke, NeilBrown
- [PATCH 09/13] nfsd: allow admin-revoked NFSv4.0 state to be freed., NeilBrown
- [PATCH 10/13] nfsd: allow lock state ids to be revoked and then freed, NeilBrown
- [PATCH 11/13] nfsd: allow open state ids to be revoked and then freed, NeilBrown
- [PATCH 12/13] nfsd: allow delegation state ids to be revoked and then freed, NeilBrown
- [PATCH 13/13] nfsd: allow layout state to be admin-revoked., NeilBrown
- [PATCH v4 0/3] Make nfs stats visible in network NS,
Josef Bacik
- [PATCH 1/1] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls,
Olga Kornievskaia
[PATCH 1/1] pnfs/filelayout: add tracepoint to getdeviceinfo, Olga Kornievskaia
[PATCH 2 00/14] NFSD backchannel fixes,
Chuck Lever
- [PATCH 2 01/14] NFSD: Reset cb_seq_status after NFS4ERR_DELAY, Chuck Lever
- [PATCH 2 03/14] NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down, Chuck Lever
- [PATCH 2 02/14] NFSD: Convert the callback workqueue to use delayed_work, Chuck Lever
- [PATCH 2 05/14] NFSD: Add nfsd_seq4_status trace event, Chuck Lever
- [PATCH 2 04/14] NFSD: Retransmit callbacks after client reconnects, Chuck Lever
- [PATCH 2 06/14] NFSD: Replace dprintks in nfsd4_cb_sequence_done(), Chuck Lever
- [PATCH 2 07/14] NFSD: Rename nfsd_cb_state trace point, Chuck Lever
- [PATCH 2 08/14] NFSD: Add callback operation lifetime trace points, Chuck Lever
- [PATCH 2 10/14] NFSD: Remove unused @reason argument, Chuck Lever
- [PATCH 2 09/14] SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc(), Chuck Lever
- [PATCH 2 11/14] NFSD: Replace comment with lockdep assertion, Chuck Lever
- [PATCH 2 12/14] NFSD: Remove BUG_ON in nfsd4_process_cb_update(), Chuck Lever
- [PATCH 2 13/14] SUNRPC: Remove stale comments, Chuck Lever
- [PATCH 2 14/14] NFSD: Remove redundant cb_seq_status initialization, Chuck Lever
- Re: [PATCH 2 00/14] NFSD backchannel fixes, Benjamin Coddington
[PATCH v3 0/3] Make nfs stats visible in network NS,
Josef Bacik
[PATCH v3 00/10] Make nfsd stats visible in network ns,
Josef Bacik
- [PATCH v3 01/10] sunrpc: don't change ->sv_stats if it doesn't exist, Josef Bacik
- [PATCH v3 02/10] nfs: stop setting ->pg_stats for unused stats, Josef Bacik
- [PATCH v3 03/10] sunrpc: pass in the sv_stats struct through svc_create_pooled, Josef Bacik
- [PATCH v3 04/10] sunrpc: remove ->pg_stats from svc_program, Josef Bacik
- [PATCH v3 05/10] sunrpc: use the struct net as the svc proc private, Josef Bacik
- [PATCH v3 06/10] nfsd: rename NFSD_NET_* to NFSD_STATS_*, Josef Bacik
- [PATCH v3 08/10] nfsd: make all of the nfsd stats per-network namespace, Josef Bacik
- [PATCH v3 07/10] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces, Josef Bacik
- [PATCH v3 09/10] nfsd: remove nfsd_stats, make th_cnt a global counter, Josef Bacik
- [PATCH v3 10/10] nfsd: make svc_stat per-network namespace instead of global, Josef Bacik
- Re: [PATCH v3 00/10] Make nfsd stats visible in network ns, Chuck Lever III
Fwd: NFS4.0 rdma with referal,
gaurav gangalwar
[PATCH v2 00/13] Make nfs and nfsd stats visible in network ns,
Josef Bacik
- [PATCH v2 01/13] sunrpc: don't change ->sv_stats if it doesn't exist, Josef Bacik
- [PATCH v2 02/13] nfs: stop setting ->pg_stats for unused stats, Josef Bacik
- [PATCH v2 04/13] sunrpc: remove ->pg_stats from svc_program, Josef Bacik
- [PATCH v2 03/13] sunrpc: pass in the sv_stats struct through svc_create*, Josef Bacik
- [PATCH v2 05/13] sunrpc: add a struct rpc_stats arg to rpc_create_args, Josef Bacik
- [PATCH v2 06/13] sunrpc: use the struct net as the svc proc private, Josef Bacik
- [PATCH v2 08/13] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces, Josef Bacik
- [PATCH v2 07/13] nfsd: rename NFSD_NET_* to NFSD_STATS_*, Josef Bacik
- [PATCH v2 09/13] nfsd: make all of the nfsd stats per-network namespace, Josef Bacik
- [PATCH v2 10/13] nfsd: move th_cnt into nfsd_net, Josef Bacik
- [PATCH v2 12/13] nfs: expose /proc/net/sunrpc/nfs in net namespaces, Josef Bacik
- [PATCH v2 11/13] nfsd: make svc_stat per-network namespace instead of global, Josef Bacik
- [PATCH v2 13/13] nfs: make the rpc_stat per net namespace, Josef Bacik
- Re: [PATCH v2 00/13] Make nfs and nfsd stats visible in network ns, Jeff Layton
Should we establish a new nfsdctl userland program?,
Jeff Layton
[PATCH RFC 00/13] NFSD backchannel fixes,
Chuck Lever
- [PATCH RFC 01/13] NFSD: Reset cb_seq_status after NFS4ERR_DELAY, Chuck Lever
- [PATCH RFC 02/13] NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down, Chuck Lever
- [PATCH RFC 03/13] NFSD: Retransmit callbacks after client reconnects, Chuck Lever
- [PATCH RFC 04/13] NFSD: Add nfsd_seq4_status trace event, Chuck Lever
- [PATCH RFC 05/13] NFSD: Replace dprintks in nfsd4_cb_sequence_done(), Chuck Lever
- [PATCH RFC 06/13] NFSD: Rename nfsd_cb_state trace point, Chuck Lever
- [PATCH RFC 07/13] NFSD: Add callback operation lifetime trace points, Chuck Lever
- [PATCH RFC 08/13] SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc(), Chuck Lever
- [PATCH RFC 09/13] NFSD: Remove unused @reason argument, Chuck Lever
- [PATCH RFC 10/13] NFSD: Replace comment with lockdep assertion, Chuck Lever
- [PATCH RFC 11/13] NFSD: Remove BUG_ON in nfsd4_process_cb_update(), Chuck Lever
- [PATCH RFC 12/13] SUNRPC: Remove stale comments, Chuck Lever
- [PATCH RFC 13/13] NFSD: Remove redundant cb_seq_status initialization, Chuck Lever
- Re: [PATCH RFC 00/13] NFSD backchannel fixes, Jeff Layton
- Re: [PATCH RFC 00/13] NFSD backchannel fixes, Benjamin Coddington
[PATCH] NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102,
Jorge Mora
[PATCH] NFSv4.2: fix listxattr maximum XDR buffer size,
Jorge Mora
[PATCH] NFSD: fix nfsd4_listxattr_validate_cookie,
Jorge Mora
[PATCH] NFSD: change LISTXATTRS cookie encoding to big-endian,
Jorge Mora
[PATCH] NFSD: fix LISTXATTRS returning a short list with eof=TRUE,
Jorge Mora
[PATCH] NFSD: fix LISTXATTRS returning more bytes than maxcount,
Jorge Mora
Roadmap for netfslib and local caching (cachefiles),
David Howells
[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs,
Jeff Layton
- [PATCH v2 01/41] filelock: rename some fields in tracepoints, Jeff Layton
- [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status, Jeff Layton
- [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock, Jeff Layton
- [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck, Jeff Layton
- [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock, Jeff Layton
- [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker, Jeff Layton
- [PATCH v2 09/41] filelock: drop the IS_* macros, Jeff Layton
- [PATCH v2 10/41] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to struct file_lock_core, Jeff Layton
- [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead, Jeff Layton
- [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock, Jeff Layton
- [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH v2 22/41] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core, Jeff Layton
- [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core, Jeff Layton
- [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 30/41] afs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 31/41] ceph: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 33/41] gfs2: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 34/41] lockd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 36/41] nfsd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 37/41] ocfs2: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly, Jeff Layton
- [PATCH v2 38/41] smb/client: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 39/41] smb/server: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 41/41] filelock: split leases out of struct file_lock, Jeff Layton
- [PATCH v2 35/41] nfs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock, Jeff Layton
- [PATCH v2 32/41] dlm: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 40/41] filelock: remove temporary compatability macros, Jeff Layton
- Re: [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs, Chuck Lever
[PATCH] NFS: Display the "fsc=" mount option if it is set, Chen Hanxiao
Implement NFSv4 TLS support with /usr/bin/openssl s_client?,
Dan Shelton
Public NFSv4 handle?,
Dan Shelton
[GIT PULL] first round of 6.8 fixes for NFSD,
Chuck Lever III
[PATCH 0/2] Make nfs and nfsd stats visible in network ns,
Josef Bacik
[PATCH] nfs: fix regression in handling of fsc= option in NFSv4,
Chen Hanxiao
[PATCH 5.4 0/2] backport add and use mode_strip_sgid in vfs_*() helpers,
Mahmoud Adam
[PATCH v1] NFSD: Add a switch to disable nfsd_splice_read(),
Chuck Lever
[GIT PULL] fixes for exportfs,
Chuck Lever III
[PATCH 1/1] NFSv4.1: Assign the right value for initval and retries for rpc timeout,
Samasth Norway Ananda
Revert ef481b262bba,
Chuck Lever III
[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes,
David Howells
- [PATCH v2 02/10] afs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
- [PATCH v2 03/10] cifs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write(), David Howells
- [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode, David Howells
- [PATCH v2 07/10] afs: Hide silly-rename files from userspace, David Howells
- [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus, David Howells
- [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
- [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock, David Howells
[PATCH] reexport.c: Some Distros need the following include to avoid the following error,
Steve Dickson
[PATCH 1/1] NFSv4.1: Assign retries to timeout.to_retries instead of timeout.to_initval,
Samasth Norway Ananda
[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes,
David Howells
- [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write(), David Howells
- [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
- [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode, David Howells
- [PATCH 07/10] afs: Hide silly-rename files from userspace, David Howells
- [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus, David Howells
- [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock, David Howells
- [PATCH 02/10] afs: Don't use certain internal folio_*() functions, David Howells
- [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
- [PATCH 03/10] cifs: Don't use certain internal folio_*() functions, David Howells
- [PATCH 01/10] netfs: Don't use certain internal folio_*() functions, David Howells
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes, Christian Brauner
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes, Jeff Layton
[PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records,
David Howells
[PATCH] nfsd: fix RELEASE_LOCKOWNER,
NeilBrown
[PATCH v6 0/3] convert write_threads, write_version and write_ports to netlink commands,
Lorenzo Bianconi
[PATCH v5 0/2] fix the fallback implementation of get_name,
Chuck Lever
[PATCH] do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak,
Nikita Zhandarovich
[PATCH] SUNRPC: use request size to initialize bio_vec in svc_udp_sendto(),
Lucas Stach
[PATCH 1/1] SUNRPC: add xrpt id to rpc_stats_latency tracepoint,
Olga Kornievskaia
[PATCH 1/1] nfstest_posix: add check for EINVAL when open(2) called with O_DIRECTORY|O_CREAT,
Dai Ngo
[PATCH v2] nfsd: drop st_mutex and rp_mutex before calling move_to_close_lru(),
NeilBrown
[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs,
Jeff Layton
- [PATCH 01/20] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core, Jeff Layton
- [PATCH 03/20] filelock: the results of the coccinelle conversion, Jeff Layton
- [PATCH 04/20] filelock: fixups after the coccinelle changes, Jeff Layton
- [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead, Jeff Layton
- [PATCH 06/20] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core, Jeff Layton
- [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH 14/20] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH 15/20] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH 18/20] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH 20/20] filelock: split leases out of struct file_lock, Jeff Layton
- Re: [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs, Christian Brauner
- Re: [PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core, David Howells
- Re: [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs, Chuck Lever
[PATCH fstests] common/rc: NFSv2/3 do not support negative timestamps,
Jeff Layton
Possible discrepancy in CREATE_SESSION slot number accounting,
Connor Smith
[PATCH AUTOSEL 4.19 4/8] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
[PATCH AUTOSEL 5.4 4/9] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
[PATCH AUTOSEL 5.10 4/9] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
[PATCH AUTOSEL 5.15 06/11] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
[PATCH AUTOSEL 6.1 07/14] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
[PATCH AUTOSEL 6.6 09/19] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
[PATCH AUTOSEL 6.7 10/21] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
nfstest_posix failed with 6.7 kernel (resend),
dai . ngo
nfstest_posix failed with 6.7 kernel, dai . ngo
[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 09/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v9 10/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v9 11/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]