Linux NFS
[Prev Page][Next Page]
- Re: [PATCH 0/2] scop GFP_NOFS api, (continued)
- [PATCH v2 00/18] NFS/RDMA client patches for v4.7,
Chuck Lever
- [PATCH v2 02/18] xprtrdma: Bound the inline threshold values, Chuck Lever
- [PATCH v2 03/18] xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers, Chuck Lever
- [PATCH v2 01/18] sunrpc: Advertise maximum backchannel payload size, Chuck Lever
- [PATCH v2 05/18] xprtrdma: Avoid using Write list for small NFS READ requests, Chuck Lever
- [PATCH v2 04/18] xprtrdma: Prevent inline overflow, Chuck Lever
- [PATCH v2 06/18] xprtrdma: Update comments in rpcrdma_marshal_req(), Chuck Lever
- [PATCH v2 07/18] xprtrdma: Allow Read list and Reply chunk simultaneously, Chuck Lever
- [PATCH v2 08/18] xprtrdma: Remove rpcrdma_create_chunks(), Chuck Lever
- [PATCH v2 09/18] xprtrdma: Use core ib_drain_qp() API, Chuck Lever
- [PATCH v2 10/18] xprtrdma: Rename rpcrdma_frwr::sg and sg_nents, Chuck Lever
- [PATCH v2 11/18] xprtrdma: Save I/O direction in struct rpcrdma_frwr, Chuck Lever
- [PATCH v2 12/18] xprtrdma: Reset MRs in frwr_op_unmap_sync(), Chuck Lever
- [PATCH v2 13/18] xprtrdma: Refactor the FRWR recovery worker, Chuck Lever
- [PATCH v2 14/18] xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw, Chuck Lever
- [PATCH v2 15/18] xprtrdma: Refactor __fmr_dma_unmap(), Chuck Lever
- [PATCH v2 16/18] xprtrdma: Add ro_unmap_safe memreg method, Chuck Lever
- [PATCH v2 17/18] xprtrdma: Remove ro_unmap() from all registration modes, Chuck Lever
- [PATCH v2 18/18] xprtrdma: Faster server reboot recovery, Chuck Lever
- Re: [PATCH v2 00/18] NFS/RDMA client patches for v4.7, Steve Wise
- Annoucing the release of fedfs-utils version 0.10.6, Chuck Lever
- [RFC PATCH v3 0/3] adding pthread support to gssd,
Olga Kornievskaia
- [PATCH v3 2/3] gssd: using syscalls directly to change thread's identity, Olga Kornievskaia
- [PATCH v3 3/3] gssd: always call gss_krb5_ccache_name, Olga Kornievskaia
parallel lookups on NFS,
Al Viro
[PATCH v2 0/7] nfs/sunrpc: fix flexfiles credential handling,
Jeff Layton
[PATCH/nfs-utils] mount: run START_STATD fully as root,
NeilBrown
[RFC PATCH v2 0/3] adding pthread support to gssd,
Olga Kornievskaia
[BUG linux-next] KASAN bug is raised on linux-next-20160414 with huge tmpfs on, Shi, Yang
[PATCH libnfsidmap 2/2] cfg.c: include <sys/types.h> for u_char and u_int*_t, Felix Janda
[PATCH libnfsidmap 1/2] cfg.*: iconv to utf8, Felix Janda
[PATCH 5/7] Delete unused epoll_sub.c, Felix Janda
[PATCH 7/7] Deduplicate extern "C" blocks,
Felix Janda
[PATCH 6/7] Remove dependency on the <sys/param.h> header, Felix Janda
[PATCH 4/7] Consistently include <poll.h> instead of <sys/poll.h>, Felix Janda
[PATCH 3/7] svc_raw.c: Include <string.h> for memset, Felix Janda
[PATCH 2/7] clnt_bcast: Remove dependency on <sys/queue.h>, Felix Janda
[PATCH 1/7] des_impl: Use bzero instead of __bzero,
Felix Janda
ls -l regression from 311324ad1713,
J. Bruce Fields
What is a 10.10.10.20-man process?,
Ziemowit PIerzycki
gssd and linux containers,
Olga Kornievskaia
[PATCH 0/8] nfs/sunrpc: fix flexfiles credential handling,
Jeff Layton
[PATCH V3 00/29] bitops: add parity functions, zengzhaoxiu
[PATCH nfs-utils] fix building w/newer C libraries,
Mike Frysinger
[PATCH V3 10/29] sunrpc: use parity8, zengzhaoxiu
AUTH_NONE at top of SECINFO_NONAME reply.,
NeilBrown
server commit commit 9d11b51ce7c1,
Chuck Lever
rpcsecgss library support, Steve Dickson
[PATCH] NFS: Fix an LOCK/OPEN race when unlinking an open file,
Chuck Lever
[PATCH v1 00/18] NFS/RDMA client patches for 4.7,
Chuck Lever
- [PATCH v1 01/18] sunrpc: Advertise maximum backchannel payload size, Chuck Lever
- [PATCH v1 02/18] xprtrdma: Bound the inline threshold values, Chuck Lever
- [PATCH v1 03/18] xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers, Chuck Lever
- [PATCH v1 04/18] xprtrdma: Prevent inline overflow, Chuck Lever
- [PATCH v1 05/18] xprtrdma: Avoid using Write list for small NFS READ requests, Chuck Lever
- [PATCH v1 06/18] xprtrdma: Update comments in rpcrdma_marshal_req(), Chuck Lever
- [PATCH v1 07/18] xprtrdma: Allow Read list and Reply chunk simultaneously, Chuck Lever
- [PATCH v1 08/18] xprtrdma: Remove rpcrdma_create_chunks(), Chuck Lever
- [PATCH v1 09/18] xprtrdma: Use core ib_drain_qp() API, Chuck Lever
- [PATCH v1 10/18] xprtrdma: Rename rpcrdma_frwr::sg and sg_nents, Chuck Lever
- [PATCH v1 11/18] xprtrdma: Save I/O direction in struct rpcrdma_frwr, Chuck Lever
- [PATCH v1 12/18] xprtrdma: Reset MRs in frwr_op_unmap_sync(), Chuck Lever
- Re: [PATCH v1 00/18] NFS/RDMA client patches for 4.7, Chuck Lever
- [PATCH v1 13/18] xprtrdma: Refactor the FRWR recovery worker, Chuck Lever
- [PATCH v1 14/18] xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw, Chuck Lever
- [PATCH v1 15/18] xprtrdma: Refactor __fmr_dma_unmap(), Chuck Lever
- [PATCH v1 16/18] xprtrdma: Add ro_unmap_safe memreg method, Chuck Lever
- [PATCH v1 17/18] xprtrdma: Remove ro_unmap() from all registration modes, Chuck Lever
- [PATCH v1 18/18] xprtrdma: Faster server reboot recovery, Chuck Lever
Re: [Nfs-ganesha-devel] NFSv4 open close operations are slow compared to Linux kernel NFSv4,
'J. Bruce Fields'
nfsd delays between svc_recv and gss_check_seq_num,
Benjamin Coddington
[PATCH] nfs: don't match flexfiles mirrors that have different creds,
Jeff Layton
[PATCH net-next] sock: tigthen lockdep checks for sock_owned_by_user,
Hannes Frederic Sowa
Strange "SECINFO: security flavor .." messages,
Holger Hoffstätte
Question : Compress files to send with NFS4.1,
Martin Houry
Sometimes all the applications using sqlite do not work correctly,
YuGiOhJCJ Mailing-List
Monthly Linux NFS Town Hall meeting: Tomorrow - Thur Apr 7,
Steve Dickson
[PATCH nfs-utils] mount.nfs: skip server address resolution on remount,
Benjamin Coddington
[PATCH] SUNRPC: init xdr_stream for zero iov_len, page_len, Benjamin Coddington
[RFC PATCH] mount.nfs: skip option validation on remount,
Benjamin Coddington
[PATCH v2 11/30] sunrpc: use parity8, zengzhaoxiu
nfs/krb5 crash on 4.6-rc1,
J. Bruce Fields
Status of PNFS/XFS Block Server,
Pete Black
[PATCH 1/1] NFSv3: Ignore wcc before ctime attribute,
Olga Kornievskaia
[PATCH] NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock, Dave Wysochanski
[PATCH 0/3 V2] Include OFD lock owners when looking up state,
Benjamin Coddington
[PATCH 0/2 vers 2] FlexFiles: too many bytes w/ direct+aio retried read,
Weston Andros Adamson
[PATCH 0/3] Include OFD lock owners when looking up state,
Benjamin Coddington
[PATCH 0/2] FlexFiles: too many bytes w/ direct+aio retried read,
Weston Andros Adamson
[PATCH RFCv3] NFS: Fix an LOCK/OPEN race when unlinking an open file,
Chuck Lever
NFSv4.1 credential choice for the CLOSE operation,
NeilBrown
out of order v3 write replies and cache invalidation,
Olga Kornievskaia
commit 7c2dad99d6 "Don't let the ctime override attribute barriers",
Olga Kornievskaia
Re: [REGRESSION 4.6-rc1] NFS mounts (using autofs) failing,
Al Viro
[PATCH RFCv2] NFS: Fix an LOCK/OPEN race when unlinking an open file,
Chuck Lever
[PATCH RFC] xprtrdma: Fix an LOCK/OPEN race when unlinking an open file,
Chuck Lever
Should NLM resends change the xid ??,
NeilBrown
[PATCH 12/31] sunrpc: auth_gss: use parity8, zhaoxiu.zeng
[PATCH] nfds: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfix,
Geert Uytterhoeven
[GIT PULL] nfsd changes for 4.6, take 2, J. Bruce Fields
[GIT PULL] nfsd changes for 4.6,
J. Bruce Fields
[GIT PULL] Please pull NFS client changes for Linux 4.6, Trond Myklebust
Making an interface for alternative data streams,
Richard Yao
Finding and breaking client locks,
Christian Robottom Reis
[PATCH] nfsd: use short read rather than i_size to set eof,
Benjamin Coddington
[PATCH] Move nfs-utils_env.sh to a more appropriate directory,
Steve Dickson
[PATCH] gssd: ignore pipe directories that do not exist, Steve Dickson
NFSv3 may inappropriately return EPERM for fsetxattr,
Nelson Elhage
[PATCH] nfsd4: fix bad bounds checking, J. Bruce Fields
[PATCH] nfsd: fix deadlock secinfo+readdir compound, J. Bruce Fields
[RFD] workqueue: WQ_MEM_RECLAIM usage in network drivers,
Tejun Heo
nfs_super_set_maxbytes patch,
Alexey Dvoichenkov
[PATCH v20 00/23] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v20 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v20 13/23] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v20 14/23] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v20 19/23] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v20 22/23] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v20 23/23] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v20 21/23] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v20 20/23] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v20 16/23] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v20 17/23] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v20 18/23] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v20 15/23] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v20 12/23] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v20 11/23] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v20 10/23] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher
- [PATCH v20 08/23] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v20 09/23] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v20 05/23] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v20 06/23] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v20 07/23] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v20 04/23] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v20 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v20 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- Re: [PATCH v20 00/23] Richacls (Core and Ext4), Steve French
[PATCH v2] svcrdma: add IPv6 support,
Shirley Ma
[PATCH] nfs: add nfs IPv6 rdma6 mount option support,
Shirley Ma
[PATCH] NFS: Retry a zero-length short read,
Benjamin Coddington
[PATCH - nfs-utils] systemd: ensure nfs-config service is re-run as needed.,
NeilBrown
NFSv4 I/O error when reading a file which was deleted and recreated by another client,
Sascha Frey
[PATCH] nfs/svcrdma: add IPv6 rdma6 support,
Shirley Ma
[PATCH v19 00/23] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v19 19/23] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v19 22/23] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v19 23/23] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v19 20/23] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v19 21/23] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v19 18/23] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v19 17/23] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v19 15/23] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v19 16/23] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v19 14/23] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v19 12/23] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v19 13/23] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v19 11/23] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v19 10/23] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher
- [PATCH v19 06/23] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v19 09/23] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v19 08/23] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v19 07/23] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v19 05/23] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v19 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v19 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v19 04/23] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v19 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
[PATCH nfs-utils] systemd: remove the nfs-config service,
Benjamin Coddington
[PATCH] nfs/rdma: add IPv6 rdma6 support,
Shirley Ma
[GIT PULL] Please pull NFSoRDMA client changes for 4.6,
Anna Schumaker
NFSv4.1: LOCK races with returning a delegation,
Chuck Lever
[PATCH] mountd.man: Update to change -P option as an alias for -p,
Yongcheng Yang
NFS4.1 Session Trunking state of development, Martin Houry
[PATCH] nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK,
Christoph Hellwig
[PATCH v3 0/3] NFSv4.2: Add support for the COPY operation,
Anna Schumaker
Re: linux-next: Tree for Mar 8 (nfsd),
Randy Dunlap
[PATCH 1/2] vfs: add file_dentry(),
Miklos Szeredi
Re: slab-out-of-bounds in rpc/nfs,
Benjamin Coddington
NFS mount crashes on linux-next 20160307,
Fabio Estevam
RH 7 nfs-utils update causes,
Mark Valites
[PATCH] nfsd: recover: fix memory leak,
Sudip Mukherjee
SUNRPC hangs trying to use srcport which is in TIME_WAIT from previous connection., Alexey Makhalov
pNFS SCSI layout support V2,
Christoph Hellwig
[PATCH v3 00/11] NFS/RDMA client patches for v4.6,
Chuck Lever
- [PATCH v3 01/11] xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macro, Chuck Lever
- [PATCH v3 04/11] xprtrdma: Segment head and tail XDR buffers on page boundaries, Chuck Lever
- [PATCH v3 05/11] xprtrdma: Do not wait if ib_post_send() fails, Chuck Lever
- [PATCH v3 06/11] rpcrdma: Add RPCRDMA_HDRLEN_ERR, Chuck Lever
- [PATCH v3 07/11] xprtrdma: Properly handle RDMA_ERROR replies, Chuck Lever
- [PATCH v3 09/11] xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQs, Chuck Lever
- [PATCH v3 10/11] xprtrdma: Use an anonymous union in struct rpcrdma_mw, Chuck Lever
- [PATCH v3 11/11] xprtrdma: Use new CQ API for RPC-over-RDMA client send CQs, Chuck Lever
- [PATCH v3 08/11] xprtrdma: Serialize credit accounting again, Chuck Lever
- [PATCH v3 03/11] xprtrdma: Clean up dprintk format string containing a newline, Chuck Lever
- [PATCH v3 02/11] xprtrdma: Clean up physical_op_map(), Chuck Lever
[PATCH 1/1] NFS4.1 Session trunking dynamic roundrobin, Martin Houry
[PATCH] sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race,
NeilBrown
Fwd: xfstest groups for network file systems, Steve French
NFSometer 1.8 released, Weston Andros Adamson
Monthly Linux NFS Town Hall meeting: Canceled,
Steve Dickson
[PATCH 1/2] nfs: remove nfs4_file_fsync,
Christoph Hellwig
[PATCH 0/3] Fix overlayfs with NFS as lowerdir,
Goldwyn Rodrigues
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]