linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-28 16:44:28 to 2018-06-05 17:21:35 UTC [more...]

[PATCH 0/4] Removed more warnings that now errors via -W
 2018-06-05 17:21 UTC  (7+ messages)
` [PATCH 1/4] xtab.c: Removed overflow in implicit constant conversion errors
` [PATCH 2/4] Removed ISO C does not support the '%m' gnu_printf format errors
` [PATCH 3/4] Removed format expects argument of type errors
` [PATCH 4/4] gssd.c: Remomved a couple of warning errors

[PATCH 0/2] Fixing a couple warnings
 2018-06-05 17:20 UTC  (4+ messages)
` [PATCH 1/2] rpcgen: Only compile the command when configured
` [PATCH 2/2] Fixed format overflow warnings in mountd and nfsd

[PATCH v1] gssd: Add "srchost=" upcall parameter
 2018-06-05 17:20 UTC  (2+ messages)

[PATCH v2 1/1] Add check of clientaddr argument
 2018-06-05 16:49 UTC  (5+ messages)

[PATCH 1/2] Remove a number of stringop-truncation warnings
 2018-06-05 15:30 UTC  (2+ messages)
` [PATCH 2/2] Remove a number of stringop-overflow warnings

[nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272)
 2018-06-05 14:45 UTC  (2+ messages)

[PATCH 1/1] Fix memory leak in kernfs_security_xattr_set and kernfs_security_xattr_set
 2018-06-05  7:04 UTC  (16+ messages)
          `  "
                  ` [PATCH] Smack: Fix memory leak in smack_inode_getsecctx
                        `  "

[PATCH 01/11] NFSv4: Don't request size+change attribute if they are delegated to us
 2018-06-04 22:31 UTC  (11+ messages)
` [PATCH 02/11] NFS: Pass the inode down to the getattr() callback
  ` [PATCH 03/11] NFSv4: Don't ask for delegated attributes when revalidating the inode
    ` [PATCH 04/11] NFSv4: Don't ask for delegated attributes when adding a hard link
      ` [PATCH 05/11] NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_access
        ` [PATCH 06/11] NFSv4: Ensure the inode is clean when we set a delegation
          ` [PATCH 07/11] NFS: fix up nfs_setattr_update_inode
            ` [PATCH 08/11] NFS: Fix attribute revalidation
              ` [PATCH 09/11] NFS: Improve caching while holding a delegation
                ` [PATCH 10/11] NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()
                  ` [PATCH 11/11] NFS: Filter cache invalidation when holding a delegation

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

nfsd threads hanging in nfsd4_cstate_assign_replay?
 2018-06-04 20:22 UTC 

Question: On write code path
 2018-06-04 18:00 UTC  (4+ messages)

RPC UDP message size limit
 2018-06-04 15:49 UTC  (4+ messages)

[PATCH v1 0/2] Improve construction of non-UCS
 2018-06-04 14:53 UTC  (3+ messages)
` [PATCH v1 1/2] NFSv4.0: Remove cl_ipaddr from non-UCS client ID
` [PATCH v1 2/2] NFSv4.0: Remove transport protocol name "

[bug report] NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC call
 2018-06-04 12:23 UTC 

tools/locktest/testlk.c:84: argument 4 has type ‘__off64_t {aka long long int}’
 2018-06-03 16:34 UTC  (2+ messages)

[PATCH 1/1] nfs-utils: Add check of clientaddr argument
 2018-06-02 16:34 UTC  (12+ messages)

nfs4_acl restricts copy_up in overlayfs
 2018-06-02  0:50 UTC  (30+ messages)

[vfs:work.aio 10/12] fs/aio.c:1444: undefined reference to `ioprio_check_cap'
 2018-06-01 20:31 UTC  (2+ messages)

[GIT PULL] Please pull nfs-over-rdma updates for 4.18
 2018-06-01 18:07 UTC 

nfs-utils-2.3.2: glitch crashes build
 2018-06-01 15:52 UTC  (8+ messages)

[RFC PATCH] rados_cluster: add a "design" manpage
 2018-06-01 14:46 UTC  (4+ messages)

NFS mount-api patches
 2018-06-01 13:53 UTC  (2+ messages)

[PATCH] NFSv4: Fix sillyrename to return the delegation when appropriate
 2018-06-01 13:00 UTC  (5+ messages)

[PATCH 00/19] Layoutget on OPEN
 2018-06-01  0:28 UTC  (31+ 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

[PATCH v1 00/19] NFS/RDMA client patches for next
 2018-05-31 20:55 UTC  (7+ messages)
` [PATCH v1 10/19] xprtrdma: Move Receive posting to Receive handler

Is "unmount -f" worked as expected?
 2018-05-31 20:14 UTC  (10+ messages)

Enabling EVM on NFS mounts
 2018-05-31 17:09 UTC 

[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 

[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  (4+ messages)

[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 

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

[PATCH RFC 0/4] Use correct NFSv4.0 callback credential
 2018-05-29 19:14 UTC  (4+ messages)
` Fwd: "

[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  (5+ 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).