linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-14 20:37:09 to 2018-05-31 12:40:59 UTC [more...]

[PATCH 00/19] Layoutget on OPEN
 2018-05-31 12:40 UTC  (29+ messages)
` [PATCH 01/19] pnfs: Remove redundant assignment from nfs4_proc_layoutget()
  ` [PATCH 02/19] pnfs: Store return value of decode_layoutget for later processing
    ` [PATCH 03/19] NFS4: move ctx into nfs4_run_open_task
      ` [PATCH 04/19] pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPEN
        ` [PATCH 05/19] pnfs: refactor send_layoutget
          ` [PATCH 06/19] pnfs: move allocations out of nfs4_proc_layoutget
            ` [PATCH 07/19] pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound
              ` [PATCH 08/19] pnfs: Move nfs4_opendata into nfs4_fs.h
                ` [PATCH 09/19] pnfs: Change pnfs_alloc_init_layoutget_args call signature
                  ` [PATCH 10/19] pnfs: Add LAYOUTGET to OPEN of a new file
                    ` [PATCH 11/19] pnfs: Add LAYOUTGET to OPEN of an existing file
                      ` [PATCH 12/19] pnfs: Stop attempting LAYOUTGET on OPEN on failure
                        ` [PATCH 13/19] pnfs: Add barrier to prevent lgopen using LAYOUTGET during recall
                          ` [PATCH 14/19] pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGET
                            ` [PATCH 15/19] NFSv4/pnfs: Ensure pnfs_parse_lgopen() won't try to parse uninitialised data
                              ` [PATCH 16/19] NFSv4/pnfs: Don't switch off layoutget-on-open for transient errors
                                ` [PATCH 17/19] pNFS: Don't send LAYOUTGET on OPEN for read, if we already have cached data
                                  ` [PATCH 18/19] pnfs: Don't call commit on failed layoutget-on-open
                                    ` [PATCH 19/19] pnfs: Don't release the sequence slot until we've processed layoutget on open

nfs4_acl restricts copy_up in overlayfs
 2018-05-31 10:00 UTC  (7+ messages)

[PATCH 1/1] Fix memory leak in kernfs_security_xattr_set and kernfs_security_xattr_set
 2018-05-31  9:28 UTC 

[PATCH 0/4 V2] Avoid quadratic search when freeing delegations
 2018-05-31  5:23 UTC  (4+ messages)
` [PATCH 1/4] NFS: slight optimization for walking list for delegations
    ` [PATCH 1/4 v2] "

[nfs:linux-next 20/21] fs//nfs/nfs42proc.c:375:2: error: duplicate case value
 2018-05-30 23:11 UTC 

[PATCH v2] NFSv4: Fix sillyrename to return the delegation when appropriate
 2018-05-30 22:51 UTC 

[nfs:testing 20/40] fs//nfs/nfs4proc.c:412:3: error: duplicate case value
 2018-05-30 22:14 UTC 

[nfs:testing 13/40] dir.c:undefined reference to `nfs4_inode_return_delegation'
 2018-05-30 21:23 UTC 

[nfs:testing 13/40] fs/nfs/dir.c:1414: undefined reference to `nfs4_inode_return_delegation'
 2018-05-30 20:57 UTC 

[nfs:testing 35/40] fs//nfs/nfs4proc.c:1254:17: error: dereferencing pointer to incomplete type
 2018-05-30 20:07 UTC 

[nfs:testing 35/40] fs//nfs/nfs4proc.c:1254:17: error: dereferencing pointer to incomplete type 'struct pnfs_layout_hdr'
 2018-05-30 19:48 UTC 

Is "unmount -f" worked as expected?
 2018-05-30 13:44 UTC  (2+ messages)

[PATCH] NFSv4: Don't add a new lock on an interrupted wait for LOCK
 2018-05-30 13:18 UTC  (3+ messages)

question: re-try of operations in PNFS
 2018-05-30 10:47 UTC  (9+ messages)

[nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272)
 2018-05-30  7:39 UTC 

[PATCH] NFSv4: Always clear the pNFS layout when handling ESTALE
 2018-05-30  2:25 UTC 

[PATCH v2] NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_message
 2018-05-29 21:47 UTC 

[PATCH 1/1] nfs-utils: Add check of clientaddr argument
 2018-05-29 20:53 UTC  (12+ messages)

[RFC] protect against denial-of-service on a 4.0 mount
 2018-05-29 20:52 UTC  (20+ messages)

[PATCH v1] gssd: Add "srchost=" upcall parameter
 2018-05-29 19:54 UTC 

[PATCH] NFSv4: Fix sillyrename to return the delegation when appropriate
 2018-05-29 19:23 UTC  (3+ messages)

[PATCH RFC 0/4] Use correct NFSv4.0 callback credential
 2018-05-29 19:14 UTC  (21+ messages)
` [PATCH RFC 1/4] sunrpc: Enable the kernel to specify the hostname part of service principals
` [PATCH RFC 2/4] sunrpc: Extract target name into svc_cred
` [PATCH RFC 3/4] nfsd: Use correct credential for NFSv4.0 callback with GSS
` [PATCH RFC 4/4] nfsd: Remove callback_cred
  ` Fwd: [PATCH RFC 0/4] Use correct NFSv4.0 callback credential

[PATCH v1 00/19] NFS/RDMA client patches for next
 2018-05-29 18:23 UTC  (11+ messages)
` [PATCH v1 01/19] xprtrdma: Add proper SPDX tags for NetApp-contributed source
` [PATCH v1 10/19] xprtrdma: Move Receive posting to Receive handler

[PATCH 0/5] Various attribute revalidation fixups
 2018-05-29 15:48 UTC  (6+ messages)
` [PATCH 1/5] NFS: Fix up sillyrename()
  ` [PATCH 2/5] NFS: Set the force revalidate flag if the inode is not completely initialised
    ` [PATCH 3/5] NFS: Ensure we revalidate the inode correctly after remove or rename
      ` [PATCH 4/5] NFS: Ensure we revalidate the inode correctly after setacl
        ` [PATCH 5/5] NFS: Fix up nfs_post_op_update_inode() to force ctime updates

[PATCH] NFSv4: Only pass the delegation to setattr if we're sending a truncate
 2018-05-29 15:47 UTC 

[PATCH] Fix possible stack smash in nfs_idmap_read_and_verify_message
 2018-05-29 13:57 UTC  (5+ messages)

[PATCH 0/5] NFS: A few small NFSv4 cleanups
 2018-05-29 13:52 UTC  (5+ messages)
` [PATCH 4/5] NFS: Pass "privileged" value to nfs4_call_sync()
` [PATCH 5/5] NFS: Combine nfs4_call_sync() with nfs4_call_sync_sequence()

[PATCH] IB: Revert "remove redundant INFINIBAND kconfig dependencies"
 2018-05-28 18:02 UTC  (6+ messages)

[PATCH] Fix undefined references and bad include when build with junction support
 2018-05-28 10:21 UTC 

nfs-utils-2.3.2: glitch crashes build
 2018-05-27 16:26 UTC 

(no subject)
 2018-05-25 21:41 UTC 

[PATCH 1/1] nfs-utils: Add check of clientaddr argument
 2018-05-24 20:03 UTC 

ANNOUNCE: nfs-utils-2.3.2 released
 2018-05-24 17:30 UTC 

[PATCH] locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
 2018-05-24 13:26 UTC 

[PATCH v2] nfsd: fix error handling in nfs4_set_delegation()
 2018-05-23 12:31 UTC  (5+ messages)

[PATCH] fs: nfs: Adding new return type vm_fault_t
 2018-05-23 11:54 UTC  (3+ messages)

[PATCH v5 1/3] locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches
 2018-05-23  1:46 UTC  (2+ messages)

[PATCH v8 0/9] NFSD support for async COPY
 2018-05-22 22:01 UTC  (12+ messages)

[PATCH v2] NFSv4.1: Fix up replays of interrupted requests
 2018-05-22 21:28 UTC  (2+ messages)

[PATCH 1/1] [SUNRPC] make sure to clone timeout values
 2018-05-22 20:51 UTC  (5+ messages)

EVM HMAC and FS UUID
 2018-05-22 20:17 UTC  (4+ messages)

[PATCH v3 0/8] nfs-utils: nfsconf cli tool and code tests
 2018-05-22 18:23 UTC  (12+ messages)
` [PATCH v3 1/8] nfs-utils: Fix minor memory leaks
` [PATCH v3 2/8] nfs-utils: Make config includes relative to current config
` [PATCH v3 3/8] nfs-utils: Use config file name in error messages
` [PATCH v3 4/8] nfs-utils: Indicate if config file was missing
` [PATCH v3 5/8] nfs-utils: tidy up output of conf_report
` [PATCH v3 6/8] nfs-utils: Add nfsconftool cli
` [PATCH v3 7/8] nfs-utils: use nfsconftool cli to test library function
` [PATCH v3 8/8] nfs-utils: Add man page for nfsconftool cli

[PATCH] Fix 16-byte memory leak in gssp_accept_sec_context_upcall
 2018-05-21 21:30 UTC  (3+ messages)

do we still need ->is_dirty_writeback
 2018-05-21  9:05 UTC  (2+ messages)

[PATCH RFC] Make bindresvport(3) avoid IANA-assigned ports
 2018-05-19 20:39 UTC 

Conflict tcp port between rpcinfo and other applications
 2018-05-19 19:28 UTC  (5+ messages)

[PATCH v2] nfs: Fix ugly referral attributes
 2018-05-18 14:35 UTC  (5+ messages)
` Regression in [v2] nfs: Fix ugly referral attributes ?

[PATCH] svcrdma: Fix incorrect return value/type in svc_rdma_post_recvs
 2018-05-16 18:15 UTC  (2+ messages)

[RFC][PATCH] nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-16 14:09 UTC  (5+ messages)

mounting NFS on the same host leads to D state
 2018-05-16 10:37 UTC  (2+ messages)

SGID loss with nfsv3
 2018-05-15 22:05 UTC  (8+ messages)

[PATCH] NFS: Merge nfs41_free_stateid() with _nfs41_free_stateid()
 2018-05-15 17:03 UTC 

[PATCH v1 00/19] NFS/RDMA server for-next
 2018-05-15 14:52 UTC  (5+ messages)
` [PATCH v1 01/19] svcrdma: Add proper SPDX tags for NetApp-contributed source

unstable nfs connection
 2018-05-14 21:18 UTC  (2+ messages)

SETCLIENTID acceptor
 2018-05-14 21:07 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).