Linux NFS
[Prev Page][Next Page]
- [PATCH v2 28/34] SUNRPC: Queue the request for transmission immediately after encoding, (continued)
- [PATCH v2 28/34] SUNRPC: Queue the request for transmission immediately after encoding, Trond Myklebust
- [PATCH v2 29/34] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue, Trond Myklebust
- [PATCH v2 30/34] SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK, Trond Myklebust
- [PATCH v2 31/34] SUNRPC: Turn off throttling of RPC slots for TCP sockets, Trond Myklebust
- [PATCH v2 32/34] SUNRPC: Clean up transport write space handling, Trond Myklebust
- [PATCH v2 33/34] SUNRPC: Cleanup: remove the unused 'task' argument from the request_send(), Trond Myklebust
- [PATCH v2 34/34] SUNRPC: Queue fairness for all., Trond Myklebust
- Re: [PATCH v2 29/34] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue, Schumaker, Anna
- Re: [PATCH v2 29/34] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue, Schumaker, Anna
- Re: [PATCH v2 29/34] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue, Schumaker, Anna
- Re: [PATCH v2 23/34] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Chuck Lever
- Re: [PATCH v2 23/34] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Trond Myklebust
- Re: [PATCH v2 23/34] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Chuck Lever
- Re: [PATCH v2 23/34] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Trond Myklebust
- Re: [PATCH v2 23/34] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Chuck Lever
- Re: [PATCH v2 20/34] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request(), Schumaker, Anna
- Re: [PATCH v2 20/34] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request(), Trond Myklebust
- [PATCH 00/27] Convert RPC client transmission to a queued model,
Trond Myklebust
- [PATCH 01/27] SUNRPC: Clean up initialisation of the struct rpc_rqst, Trond Myklebust
- [PATCH 02/27] SUNRPC: If there is no reply expected, bail early from call_decode, Trond Myklebust
- [PATCH 03/27] SUNRPC: The transmitted message must lie in the RPCSEC window of validity, Trond Myklebust
- [PATCH 04/27] SUNRPC: Simplify identification of when the message send/receive is complete, Trond Myklebust
- [PATCH 05/27] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message, Trond Myklebust
- [PATCH 06/27] SUNRPC: Rename TCP receive-specific state variables, Trond Myklebust
- [PATCH 07/27] SUNRPC: Move reset of TCP state variables into the reconnect code, Trond Myklebust
- [PATCH 08/27] SUNRPC: Add socket transmit queue offset tracking, Trond Myklebust
- [PATCH 09/27] SUNRPC: Simplify dealing with aborted partially transmitted messages, Trond Myklebust
- [PATCH 10/27] SUNRPC: Refactor the transport request pinning, Trond Myklebust
- [PATCH 11/27] SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status, Trond Myklebust
- [PATCH 12/27] SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit, Trond Myklebust
- [PATCH 13/27] SUNRPC: Rename xprt->recv_lock to xprt->queue_lock, Trond Myklebust
- [PATCH 14/27] SUNRPC: Refactor xprt_transmit() to remove the reply queue code, Trond Myklebust
- [PATCH 15/27] SUNRPC: Refactor xprt_transmit() to remove wait for reply code, Trond Myklebust
- [PATCH 16/27] SUNRPC: Minor cleanup for call_transmit(), Trond Myklebust
- [PATCH 17/27] SUNRPC: Distinguish between the slot allocation list and receive queue, Trond Myklebust
- [PATCH 18/27] NFS: Add a transmission queue for RPC requests, Trond Myklebust
- [PATCH 19/27] SUNRPC: Refactor RPC call encoding, Trond Myklebust
- [PATCH 20/27] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request(), Trond Myklebust
- [PATCH 21/27] SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK, Trond Myklebust
- [PATCH 22/27] SUNRPC: Simplify xprt_prepare_transmit(), Trond Myklebust
- [PATCH 23/27] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Trond Myklebust
- [PATCH 24/27] SUNRPC: Fix up the back channel transmit, Trond Myklebust
- [PATCH 25/27] SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue, Trond Myklebust
- [PATCH 26/27] SUNRPC: Queue the request for transmission immediately after encoding, Trond Myklebust
- [PATCH 27/27] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue, Trond Myklebust
- Re: [PATCH 23/27] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Chuck Lever
- Re: [PATCH 23/27] SUNRPC: Move RPC retransmission stat counter to xprt_transmit(), Trond Myklebust
- Re: [PATCH 20/27] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request(), Chuck Lever
- Re: [PATCH 20/27] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request(), Trond Myklebust
- Re: [PATCH 20/27] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request(), Chuck Lever
- Re: [PATCH 05/27] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message, Chuck Lever
- Re: [PATCH 04/27] SUNRPC: Simplify identification of when the message send/receive is complete, Chuck Lever
- Re: [PATCH 03/27] SUNRPC: The transmitted message must lie in the RPCSEC window of validity, J. Bruce Fields
- Re: [PATCH 00/27] Convert RPC client transmission to a queued model, Chuck Lever
- conflicting requirements betweenn rpc.rquotad and nfs services, Ulrich Gemkow
- [nfs-utils PATCH] statd: fix use-after-free in monitor list if insertion fails,
Frank Sorenson
- [PATCH] nfsd: remove redundant pointer dirp, Colin King
- nfs4_reclaim_open_state: Lock reclaim failed!,
Harald Dunkel
- Question about nfs in infiniband environment,
Volker Lieder
- ANNOUNCE: libtirpc-1.1.4 released., Steve Dickson
- Re: [GIT PULL] Please pull NFS client updates for 4.19, Schumaker, Anna
- [PATCH] NFSv4: Fix a tracepoint Oops in initiate_file_draining(), Trond Myklebust
- [GIT PULL] nfsd changes for 4.19,
J. Bruce Fields
- [PATCH] Remove invalid flags that aren't part of the NFSv4 ACL spec, will never be received, and should never be sent.,
Paul B. Henson
- [PATCH 1/4] string: try to find const-laundering bugs,
Rasmus Villemoes
- [PATCH 1/2] pNFS/flexfiles: ff_layout_pg_init_read should exit on error,
Trond Myklebust
- [PATCH] sunrpc: Add comment defining gssd upcall API keywords,
Chuck Lever
- [PATCH] nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSes,
Tigran Mkrtchyan
- [PATCH v2 1/8] seq_file: introduce seq_open_data helper,
Rasmus Villemoes
- [PATCH] sunrpc: Don't use stack buffer with scatterlist,
Laura Abbott
- Linux NFS Client and NFS v4.1 Session Trunking,
Ryan Covietz
- [PATCH RFC] sunrpc: Add comment defining gssd upcall API keywords, Chuck Lever
- The Fall Bakeathon in Westford, Ma (Today is the Day), Steve Dickson
- [PATCH] pNFS/flexfiles: ff_layout_pg_init_read should exit on error,
Trond Myklebust
- nfs4-acl-tools vs ZFS NFSv4 based acl internals, Paul B. Henson
- [PATCH v2 0/4] Use correct NFSv4.0 callback credential,
Chuck Lever
- [PATCH] lock maintainers won't be much help with fcntl issues, J. Bruce Fields
- [PATCH] pNFS: Treat RECALLCONFLICT like DELAY...,
Trond Myklebust
- Should we split the network filesystem setup into two phases?,
David Howells
- ANNOUNCE: rpcbind-1.2.5 released., Steve Dickson
- [PATCH] NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence(), Trond Myklebust
- [PATCH] NFSv4: Fix locking in pnfs_generic_recover_commit_reqs, Trond Myklebust
- [PATCH] pNFS: When updating the stateid in layoutreturn, also update the recall range,
Trond Myklebust
- [PATCH 09/11] NFS recover from destination server reboot for copies, Olga Kornievskaia
- [bug report] NFS recover from destination server reboot for copies, Dan Carpenter
- [BUG] fs: nfs: pnfs_nfs: a possible sleep-in-atomic-context bug in pnfs_generic_recover_commit_reqs(), Jia-Ju Bai
- [BUG] fs: nfs: callback_proc: a possible sleep-in-atomic-context bug in nfs4_callback_sequence(), Jia-Ju Bai
- [PATCH] NFSv4: Don't busy wait if NFSv4 session draining is interrupted,
Trond Myklebust
- It possible for invalidate_inode_pages2 to fail with an EBUSY, gy Lee
- mount.nfs: Connection timed out, c . monty
- [nfs-utils PATCH 0/2] A few fixes to rpc.nfsd enabling/disabling minor version 0,
Scott Mayhew
- Help with user ID mapping?,
mrsvd1v4rgo1
- RFC: xprt_lock_connect,
Chuck Lever
- [PATCH] nfsd: ensure that writing '+4' to /proc/fs/nfsd/versions enables minor version 0,
Scott Mayhew
- [PATCH] NFS: Use an appropriate work queue for direct-write completion, NeilBrown
- nfs4-acl-tools 0.3.4,
J. Bruce Fields
- The Fall Bakeathon in Westford, Ma (Reminder),
Steve Dickson
- xfstest generci/465 failed under all versions of NFS,
xuhuan
- [GIT PULL] Please pull a NFS fix for 4.18, Trond Myklebust
- noresvport and port re-use,
Olga Kornievskaia
- [PATCH v3] fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id, nixiaoming
- [PATCH -next] NFSv4: Fix error handling in nfs4_sp4_select_mode(), Wei Yongjun
- [PATCH] pnfs: Use true and false for boolean values, Gustavo A. R. Silva
- [PATCH] nfsd: use true and false for boolean values,
Gustavo A. R. Silva
- [PATCH] Turn ENOATTR errors into ENODATA errrors,
Steve Dickson
- [PATCH] pnfs: pnfs_find_lseg() should not check NFS_LSEG_LAYOUTRETURN, Trond Myklebust
- Restricting UDP access triggers systemd dependency issues, Patrick Goetz
- Re: [LKP] [lkp-robot] [nfsd4] 517dc52baa: fsmark.files_per_sec 32.4% improvement,
J. Bruce Fields
- [PATCH] sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data',
YueHaibing
- [PATCH] nfsd: Mark expected switch fall-through,
Gustavo A. R. Silva
- [PATCH] NFS: Mark expected switch fall-throughs, Gustavo A. R. Silva
- [RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space,
Mark Fasheh
- [PATCH v3 0/3] Fix mkdir/rmdir() in NFSv4,
Trond Myklebust
- [PATCH v2 0/3] Fix mkdir/rmdir() in NFSv4,
Trond Myklebust
- [PATCH v3] sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clones, Dave Wysochanski
- linux-next: build warning after merge of the nfs-anna tree,
Stephen Rothwell
- [PATCH v2] NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdir,
Trond Myklebust
- [PATCH] NFSv4: Fix _nfs4_do_setlk(),
Trond Myklebust
- [PATCH] NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdir,
Trond Myklebust
- F_SETLK blocks on nfsv4,
Kenneth Johansson
- [PATCH] xprtrdma: Fix disconnect regression,
Chuck Lever
- [PATCH v1 0/4] NFS/RDMA server patches for v4.19,
Chuck Lever
- nfstest_cache :directory listing changed before acdirmin, xuhuan
- [PATCH 1/1] NFSv4.0 fix client reference leak in callback, Olga Kornievskaia
- Fwd: [Libtirpc-devel] [PATCH] rpcbind: Disable remote calls by default,
Steve Dickson
- [GIT PULL] fscache and cachefiles fixes,
David Howells
- [PATCH PATCH net-next 00/18] net whitespace cleanups,
Stephen Hemminger
- [PATCH PATCH net-next 08/18] sctp: whitespace fixes, Stephen Hemminger
- [PATCH PATCH net-next 10/18] 9p: fix whitespace issues, Stephen Hemminger
- [PATCH PATCH net-next 18/18] net: remove blank lines at end of file, Stephen Hemminger
- [PATCH PATCH net-next 17/18] l2tp: remove trailing newline, Stephen Hemminger
- [PATCH PATCH net-next 16/18] bpfilter: remove trailing newline, Stephen Hemminger
- [PATCH PATCH net-next 15/18] sunrpc: whitespace fixes, Stephen Hemminger
- [PATCH PATCH net-next 14/18] decnet: whitespace fixes, Stephen Hemminger
- [PATCH PATCH net-next 12/18] ax25: remove blank line at EOF, Stephen Hemminger
- [PATCH PATCH net-next 13/18] x25: remove blank lines at EOF, Stephen Hemminger
- [PATCH PATCH net-next 11/18] atm: remove blank lines at EOF, Stephen Hemminger
- [PATCH PATCH net-next 09/18] ila: remove blank lines at EOF, Stephen Hemminger
- [PATCH PATCH net-next 07/18] ceph: fix whitespace, Stephen Hemminger
- [PATCH PATCH net-next 06/18] xfrm: remove blank lines at EOF, Stephen Hemminger
- [PATCH PATCH net-next 05/18] mpls: remove trailing whitepace, Stephen Hemminger
- [PATCH PATCH net-next 04/18] llc: fix whitespace issues, Stephen Hemminger
- [PATCH PATCH net-next 02/18] wimax: remove blank lines at EOF, Stephen Hemminger
- [PATCH PATCH net-next 03/18] rds: remove trailing whitespace and blank lines, Stephen Hemminger
- [PATCH PATCH net-next 01/18] sched: fix trailing whitespace, Stephen Hemminger
- Re: [PATCH PATCH net-next 00/18] net whitespace cleanups, David Miller
- [PATCH] Fix error code in nfs_lookup_verify_inode(), Trond Myklebust
- [PATCH v2 1/2] NFS: Fix excessive attribute revalidation in nfs_execute_ok(),
Trond Myklebust
- [PATCH 19/24 v2] pynfs: python3 support plan: fix import fail on python3,
jiyin
- [PATCH 01/24] pynfs: python3 support plan: print -> print(),
jiyin
- [PATCH 02/24] pynfs: python3 support plan: exec -> exec(), jiyin
- [PATCH 03/24] pynfs: python3 support plan: "except E,e:" -> "except E as e:", jiyin
- [PATCH 04/24] pynfs: python3 support plan: "raise E, args:" -> "raise E(args)", jiyin
- [PATCH 05/24] pynfs: python3 support plan: remove suffix 'L' of long integer, jiyin
- [PATCH 06/24] pynfs: python3 support plan: octal literal 0644 -> 0o644, jiyin
- [PATCH 07/24] pynfs: python3 support plan: sys.maxint -> sys.maxsize, jiyin
- [PATCH 08/24] pynfs: python3 support plan: cStringIO -> StringIO, jiyin
- [PATCH 09/24] pynfs: python3 support plan: dict.has_key -> key in dict, jiyin
- [PATCH 10/24] pynfs: python3 support plan: not equal op s/ <> / != /, jiyin
- [PATCH 11/24] pynfs: python3 support plan: xdrgen: remove 'L' suffix of long integer, jiyin
- [PATCH 12/24] pynfs: python3 support plan: file() -> open(), jiyin
- [PATCH 13/24] pynfs: python3 support plan: list.sort() -> newlist = sorted(list), jiyin
- [PATCH 14/24] pynfs: python3 support plan: Relative Import -> Absolute Import, jiyin
- [PATCH 15/24] pynfs: python3 support plan: fix 'socket' has no attribute '_socketobject', jiyin
- [PATCH 16/24] pynfs: python3 support plan: remove cPickle, jiyin
- [PATCH 17/24] pynfs: python3 support plan: fix indent error on python3, jiyin
- [PATCH 18/24] pynfs: python3 support plan: fix 'TypeError: must be str, not bytes', jiyin
- [PATCH 20/24] pynfs: python3 support plan: fix 'dict' has no attribute 'iteritems', jiyin
- [PATCH 19/24] pynfs: python3 support plan: fix import fail on python3, jiyin
- [PATCH 21/24] pynfs: python3 support plan: fix sort() fail and require python version, jiyin
- [PATCH 22/24] pynfs: python3 support plan: fix ord() failure on python3, jiyin
- [PATCH 23/24] pynfs: python3 support plan: fix except multi exceptions in one line, jiyin
- [PATCH 24/24] pynfs: python3 support plan: fix access class var in list comprehension, jiyin
- [PATCH v2] fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id,
nixiaoming
- [PATCH 1/6] pynfs: python3 support plan: print -> print(),
jiyin
- [PATCH] fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id,
nixiaoming
- [PATCH v10 0/9] NFSD support for async COPY,
Olga Kornievskaia
- [PATCH v10 1/9] NFSD CB_OFFLOAD xdr, Olga Kornievskaia
- [PATCH v10 2/9] NFSD OFFLOAD_STATUS xdr, Olga Kornievskaia
- [PATCH v10 3/9] NFSD OFFLOAD_CANCEL xdr, Olga Kornievskaia
- [PATCH v10 4/9] NFSD xdr callback stateid in async COPY reply, Olga Kornievskaia
- [PATCH v10 5/9] NFSD introduce async copy feature, Olga Kornievskaia
- [PATCH v10 6/9] NFSD create new stateid for async copy, Olga Kornievskaia
- [PATCH v10 7/9] NFSD handle OFFLOAD_CANCEL op, Olga Kornievskaia
- [PATCH v10 8/9] NFSD support OFFLOAD_STATUS, Olga Kornievskaia
- [PATCH v10 9/9] NFSD stop ongoing async copies on client shutdown, Olga Kornievskaia
- Re: [PATCH v10 0/9] NFSD support for async COPY, J. Bruce Fields
- [PATCH] NFS: Fix excessive attribute revalidation in nfs_execute_ok(), Trond Myklebust
- Another question about v3 attribute handling,
Olga Kornievskaia
- sending duplicate GETATTRs,
Olga Kornievskaia
- [PATCH 1/2] pynfs: python3 support plan: print -> print(),
jiyin
- Re: [PATCH] net/sunrpc: Add user namespace support,
Trond Myklebust
- pNFS, multiple paths to Data Server not used by pNFS linux client.,
Aditya Agnihotri
- [PATCH] rpc.gssd: truncates 32-bit UIDs/GIDs to 16 bits architectures.,
Steve Dickson
- [PATCH] nfsd: constify write_op[],
Eric Biggers
- [PATCH] nfsd: fix memory leak of async_copy,
Colin King
- [PATCH] nfsd: fix leaked file lock with nfs exported overlayfs,
Amir Goldstein
- [PATCH] NFSv4.1: Fix a potential layoutget/layoutrecall deadlock,
Trond Myklebust
- [PATCH] sunrpc: kstrtoul() can also return -ERANGE, Dan Carpenter
- [PATCH] NFS: silence a harmless uninitialized variable warning, Dan Carpenter
- [PATCH V4] xdrstdio_create buffers do not output encoded values on ppc,
Steve Dickson
[PATCH] nfs: add minor version to nfs_server_key for fscache,
Scott Mayhew
[PATCH v2 0/3] NFS: Fix output of mountstats for NFSv4 state opcodes such as SEQUENCE and RENEW,
Dave Wysochanski
[PATCH V3] xdrstdio_create buffers do not output encoded values on ppc,
Steve Dickson
NFSv4 file lock reporting interface request,
Peter Scott
[PATCH v9 0/9] NFSD support for async COPY,
Olga Kornievskaia
- [PATCH v9 1/9] NFSD CB_OFFLOAD xdr, Olga Kornievskaia
- [PATCH v9 2/9] NFSD OFFLOAD_STATUS xdr, Olga Kornievskaia
- [PATCH v9 3/9] NFSD OFFLOAD_CANCEL xdr, Olga Kornievskaia
- [PATCH v9 4/9] NFSD xdr callback stateid in async COPY reply, Olga Kornievskaia
- [PATCH v9 5/9] NFSD introduce async copy feature, Olga Kornievskaia
- [PATCH v9 6/9] NFSD create new stateid for async copy, Olga Kornievskaia
- [PATCH v9 7/9] NFSD handle OFFLOAD_CANCEL op, Olga Kornievskaia
- [PATCH v9 8/9] NFSD support OFFLOAD_STATUS, Olga Kornievskaia
- [PATCH v9 9/9] NFSD stop ongoing async copies on client shutdown, Olga Kornievskaia
- Re: [PATCH v9 0/9] NFSD support for async COPY, J. Bruce Fields
[PATCH v9 00/13] NFS support for async intra COPY,
Olga Kornievskaia
- [PATCH v9 01/13] fs: Don't copy beyond the end of the file, Olga Kornievskaia
- [PATCH v9 02/13] NFS CB_OFFLOAD xdr, Olga Kornievskaia
- [PATCH v9 03/13] NFS OFFLOAD_CANCEL xdr, Olga Kornievskaia
- [PATCH v9 04/13] NFS COPY xdr handle async reply, Olga Kornievskaia
- [PATCH v9 06/13] NFS handle COPY reply CB_OFFLOAD call race, Olga Kornievskaia
- [PATCH v9 08/13] NFS send OFFLOAD_CANCEL when COPY killed, Olga Kornievskaia
- [PATCH v9 09/13] NFS handle COPY ERR_OFFLOAD_NO_REQS, Olga Kornievskaia
- [PATCH v9 10/13] NFS add a simple sync nfs4_proc_commit after async COPY, Olga Kornievskaia
- [PATCH v9 11/13] NFS recover from destination server reboot for copies, Olga Kornievskaia
- [PATCH v9 12/13] NFS OFFLOAD_STATUS xdr, Olga Kornievskaia
- [PATCH v9 13/13] NFS OFFLOAD_STATUS op, Olga Kornievskaia
- [PATCH v9 05/13] NFS add support for asynchronous COPY, Olga Kornievskaia
- [PATCH v9 07/13] NFS export nfs4_async_handle_error, Olga Kornievskaia
[PATCH] nfs: Referrals not inheriting proto setting from parent, Calum Mackay
[PATCH] nfs: initiate returning delegation when reclaiming one that's been recalled, Jeff Layton
[PATCH] pnfs/blocklayout: off by one in bl_map_stripe(),
Dan Carpenter
nfs: possible sync issue between nfs_call_unlink <-> nfs_async_unlink_release, Rafael Tinoco
general protection fault: 0000 [#1] SMP PTI [...] ? nfs4_free_openowner+0x10/0x10 [nfsd] [...] RIP: kmem_cache_alloc+0x87/0x130 RSP: ffffb6e7016f3c80, Sverd Johnsen
[PATCH 4.17 126/220] locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS, Greg Kroah-Hartman
[PATCH] pNFS: Parse the results of layoutget on open even if permissions checks fail, Trond Myklebust
[PATCH V2] xdrstdio_create buffers do not output encoded values on ppc,
Steve Dickson
Re: RDMA connection closed and not re-opened,
Chuck Lever
use-after-free in NFS, Punit Agrawal
Re: WARNING: ODEBUG bug in __do_softirq,
syzbot
[PATCH] xdrstdio_create buffers do not output encoded values on ppc,
Steve Dickson
[PATCH v2] Handle GARBAGE_ARGS response in rpcbind query,
Chuck Lever
[PATCH] Handle RPC_CANTDECODEARGS response in rpcbind query,
Chuck Lever
[PATCH] nfs: add error check in nfs_idmap_prepare_message(), Chengguang Xu
[PATCH] NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directories, Trond Myklebust
[PATCH 1/5] pNFS: Don't discard layout segments that are marked for return,
Trond Myklebust
[PATCH] Revert "gssd.c: Remomved a couple of warning errors",
Steve Dickson
[RFC PATCH 0/3] NFS: Fix output of mountstats for NFSv4 state opcodes such as SEQUENCE and RENEW,
Dave Wysochanski
Commit which exposes blocked tasks with NFSv4.0 and Kerberos,
Armin Größlinger
[PATCH] nfsdcltrack: getopt_long() fails on a non x86_64 archs,
Steve Dickson
Fw: [Bug 200187] New: UBSAN: Undefined behaviour in net/sunrpc/xprt.c:568, Stephen Hemminger
Re: UBSAN: Undefined behaviour in net/sunrpc/xprt.c:568, Trond Myklebust
[PATCH] nfs-utils: Spelling fixes,
Justin Mitchell
[PATCH] nfsstat: fix typo causing --mounts unrecognized option,
yongcheng . yang
[GIT PULL] Please pull NFS client bugfixes for 4.18, Trond Myklebust
[PATCH 1/2] nfsv4: handle ENOSPC during create session,
Manjunath Patil
Re: [PATCH 1/2] nfsv4: handle ENOSPC during create session, Trond Myklebust
[PATCH nfs-utils] mount: handle ENOSPC in nfs_autonegotiate(),
Manjunath Patil
[PATCH] nfs-utils: Fix minor memory leaks before return.,
Kenneth Dsouza
[PATCH 0/5] nfs-utils: config value setting,
Justin Mitchell
[PATCH 1/2] pNFS/flexfiles: Don't tie up all the rpciod threads in resends,
Trond Myklebust
Re: [PATCH] [Bug 16494] NFS client over TCP hangs due to packet loss,
Joe Perches
[PATCH v2] NFSv4 client live hangs after live data migration recovery,
Bill Baker
warning about locking with nfsroot on 4.17,
Uwe Kleine-König
[PATCH] nfsd: don't advertise a SCSI layout for an unsupported request_queue,
Benjamin Coddington
[PATCH v1] sunrpc: Prevent duplicate XID allocation,
Chuck Lever
v4.18-rc1 client deadlock,
J. Bruce Fields
[PATCH] NFSv4 client live hangs after live data migration recovery, Bill Baker
[PATCH] Stop mounts hanging in upcalls to rpc.gssd.,
Steve Dickson
[PATCH 1/2] pNFS: Always free the session slot on error in nfs4_layoutget_handle_exception,
Trond Myklebust
[PATCH 0/5] knfsd miscellaneous cleanup,
J. Bruce Fields
[PATCH 0/2] knfsd change_attr_type & time_delta improvements,
J. Bruce Fields
[PATCH] nfs-utils: Fix a minor memory leak in generate_mount_unit and generate_target.,
Kenneth Dsouza
[PATCH] Reallow AUTH_NULL on v4 mounts.,
J. Bruce Fields
[PATCH] NFS: Fix an rcu deadlock in nfs_delegation_find_inode(),
schumaker . anna
[PATCH] exports: document change to "insecure" export option,
J. Bruce Fields
NFS client deadlock in linux/master, Ross Zwisler
[PATCH] SUNRPC: Move inline xprt_alloc_xid() up to fix compiler warning,
Geert Uytterhoeven
[GIT PULL] Please pull NFS client changes for 4.18,
Trond Myklebust
[GIT PULL] knfsd changes for 4.18, J. Bruce Fields
[PATCH 1/1] [PNFS] skip LAYOUTRETURN if layout is invalid, Olga Kornievskaia
[PATCH] NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY, Trond Myklebust
[PATCH 1/2] NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues.."),
Trond Myklebust
[PATCH v3 1/2] NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab(),
Trond Myklebust
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]