Linux NFS development
 help / color / mirror / Atom feed
 messages from 2017-10-31 20:37:54 to 2017-11-09 03:13:44 UTC [more...]

[PATCH] NFS: super: mark expected switch fall-throughs
 2017-11-09  2:49 UTC 

[nfsd4] potentially hardware breaking regression in 4.14-rc and 4.13.11
 2017-11-09  2:40 UTC  (2+ messages)

[PATCH v3] nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class
 2017-11-09  2:30 UTC  (2+ messages)

[Bug 197817] "Panic: unable to handle kernel page request" in posix_unblock_lock() called from nfs4_laundromat()
 2017-11-09  1:08 UTC 

NFS Force Unmounting
 2017-11-08 23:52 UTC  (24+ messages)
            ` [RFC 0/4] "
              ` [RFC 1/4] SUNRPC: Add flag to kill new tasks
              ` [RFC 2/4] SUNRPC: Kill client tasks from debugfs
              ` [RFC 3/4] SUNRPC: Simplify client shutdown
              ` [RFC 4/4] NFS: Add forcekill mount option

[PATCH 1/2] SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
 2017-11-08 22:29 UTC  (5+ messages)
` [PATCH 2/2] SUNRPC: Improve ordering of transport processing

[PATCH v2] nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class
 2017-11-08 21:43 UTC  (4+ messages)

[PATCH 2/4] lockd: remove net pointer from messages
 2017-11-08 20:19 UTC  (2+ messages)

[PATCH 1/4] nfsd: remove net pointer from debug messages
 2017-11-08 20:19 UTC  (2+ messages)

comments on fs/nfsd/nfscache.c
 2017-11-08 16:07 UTC 

[PATCH 4/4] sunrpc: remove net pointer from messages
 2017-11-08  5:57 UTC 

[PATCH 3/4] nfs: remove net pointer from messages
 2017-11-08  5:56 UTC 

[PATCH 21/21] sunrpc: exit_net cleanup check added
 2017-11-08  4:50 UTC  (3+ messages)

[PATCH v8 00/11] Fix OPEN/CLOSE races
 2017-11-07 23:44 UTC  (20+ messages)
` [PATCH v8 01/11] NFSv4: Fix OPEN / CLOSE race
  ` [PATCH v8 02/11] NFSv4: Add a tracepoint to document open stateid updates
    ` [PATCH v8 03/11] NFSv4: Fix open create exclusive when the server reboots
      ` [PATCH v8 04/11] NFS: Fix a typo in nfs_rename()
        ` [PATCH v8 05/11] NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID
          ` [PATCH v8 06/11] NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
            ` [PATCH v8 07/11] pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
              ` [PATCH v8 08/11] NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn
                ` [PATCH v8 09/11] NFSv4: cleanup nfs4_close_done
                  ` [PATCH v8 10/11] NFSv4: Clean up nfs4_delegreturn_done
                    ` [PATCH v8 11/11] NFSv4: Check the open stateid when searching for expired state

[PATCH] nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class
 2017-11-07 23:02 UTC 

[PATCH] nfsd: check for use of the closed special stateid
 2017-11-07 23:01 UTC 

[PATCH] NFS: Fix typo in nomigration mount option
 2017-11-07 22:25 UTC 

[PATCH v2 0/7] Tighten up locking around stateids in knfsd
 2017-11-07 21:55 UTC  (12+ messages)
` [PATCH v2 1/7] nfsd: Fix stateid races between OPEN and CLOSE
  ` [PATCH v2 2/7] nfsd: Fix another OPEN stateid race
    ` [PATCH v2 3/7] nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
      ` [PATCH v2 4/7] nfsd: Ensure we don't recognise lock stateids after freeing them
        ` [PATCH v2 5/7] nfsd: Fix race in lock stateid creation
          ` [PATCH v2 6/7] nfsd: Ensure we check stateid validity in the seqid operation checks
            ` [PATCH v2 7/7] nfsd: Fix races with check_stateid_generation()

[PATCH] nfs: fix a deadlock in nfs v4.1 client initialization
 2017-11-07 18:30 UTC  (4+ messages)

[PATCH RFC v1] nfs/write: Use common error handling code in nfs_lock_and_join_requests()
 2017-11-07 16:53 UTC 

[PATCH] nfs-utils: Restore ABI compat with pre-merge libnfsidmap
 2017-11-07 15:28 UTC  (2+ messages)

[PATCH v3 00/14] NFS: add AF_VSOCK support
 2017-11-07 14:12 UTC  (12+ messages)
` [PATCH v3 05/14] VSOCK: add tcp_read_sock()-like vsock_read_sock() function
` [PATCH v3 06/14] SUNRPC: add AF_VSOCK support to xprtsock.c
` [PATCH v3 08/14] SUNRPC: add AF_VSOCK support to svc_xprt.c
` [PATCH v3 13/14] SUNRPC: vsock svcsock support

Draft RFC for ONC RPC over AF_VSOCK
 2017-11-07 11:32 UTC  (5+ messages)

Darlehensangebot
 2017-11-07 10:53 UTC 

[PATCH v3] nfsd: deal with revoked delegations appropriately
 2017-11-06 22:24 UTC  (7+ messages)

[PATCH v2] nfs: Fix ugly referral attributes
 2017-11-06 20:39 UTC  (3+ messages)

[PATCH v7 00/10] Fix OPEN/CLOSE races
 2017-11-06 20:26 UTC  (13+ messages)
` [PATCH v7 01/10] NFSv4: Fix OPEN / CLOSE race
  ` [PATCH v7 02/10] NFSv4: Add a tracepoint to document open stateid updates
    ` [PATCH v7 03/10] NFSv4: Fix open create exclusive when the server reboots
      ` [PATCH v7 04/10] NFS: Fix a typo in nfs_rename()
        ` [PATCH v7 05/10] NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID
          ` [PATCH v7 06/10] NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
            ` [PATCH v7 07/10] pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
              ` [PATCH v7 08/10] NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn
                ` [PATCH v7 09/10] NFSv4: cleanup nfs4_close_done
                  ` [PATCH v7 10/10] NFSv4: Clean up nfs4_delegreturn_done

NFS v3 file lock testing
 2017-11-06 20:04 UTC  (3+ messages)

[PATCH v3 01/21] grace: replace BUG_ON by WARN_ONCE in exit_net hook
 2017-11-06 20:02 UTC  (6+ messages)
` [PATCH v3 02/21] lockd: added cleanup checks "
` [PATCH v3 07/21] nfs4blocklayout: exit_net cleanup check added
` [PATCH v3 08/21] nfs client: "
` [PATCH v3 21/21] sunrpc: "

[PATCH] svcrdma: Enqueue after setting XPT_CLOSE in completion handlers
 2017-11-06 15:36 UTC  (5+ messages)

[PATCH] nfsd: use nfs->ns.inum as net ID
 2017-11-06 14:51 UTC  (2+ messages)

possible deadlock in flush_work (2)
 2017-11-06 10:34 UTC  (3+ messages)

[PATCH v6 00/10] Fix OPEN/CLOSE races
 2017-11-06  3:10 UTC  (13+ messages)
` [PATCH v6 01/10] NFSv4: Fix OPEN / CLOSE race
  ` [PATCH v6 02/10] NFSv4: Add a tracepoint to document open stateid updates
    ` [PATCH v6 03/10] NFSv4: Fix open create exclusive when the server reboots
      ` [PATCH v6 04/10] NFS: Fix a typo in nfs_rename()
        ` [PATCH v6 05/10] NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID
          ` [PATCH v6 06/10] NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
            ` [PATCH v6 07/10] pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
              ` [PATCH v6 08/10] NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn
                ` [PATCH v6 09/10] NFSv4: cleanup nfs4_close_done
                  ` [PATCH v6 10/10] NFSv4: Clean up nfs4_delegreturn_done

[PATCH 06/21] nfs client: exit_net cleanup check added
 2017-11-05 18:55 UTC  (4+ messages)

[PATCH v2 05/21] nfs4blocklayout: exit_net cleanup check added
 2017-11-05 16:52 UTC  (3+ messages)
` [PATCH v2 06/21] nfs client: "
` [PATCH v2 21/21] sunrpc: "

[PATCH 05/21] nfs4blocklayout: exit_net cleanup check added
 2017-11-05  9:59 UTC 

[PATCH v6 00/10] NFSD support for asynchronous COPY
 2017-11-03 19:57 UTC  (2+ messages)

[PATCH] nfs: Fix ugly referral attributes
 2017-11-03 19:08 UTC  (5+ messages)

[PATCH v2] lockd: added cleanup checks in exit_net hook
 2017-11-03 18:55 UTC 

[PATCH v2] grace: replace BUG_ON by WARN in exit_net hook
 2017-11-03 18:50 UTC 

[PATCH 0/2] Two fixes for RPC static trace points
 2017-11-03 17:46 UTC  (3+ messages)
` [PATCH 1/2] sunrpc: Fix rpc_task_begin trace point
` [PATCH 2/2] sunrpc: Add rpc_request static "

[PATCH v5 00/10] Fix OPEN/CLOSE races
 2017-11-03 16:54 UTC  (13+ messages)
` [PATCH v5 01/10] NFSv4: Fix OPEN / CLOSE race
  ` [PATCH v5 02/10] NFSv4: Add a tracepoint to document open stateid updates
    ` [PATCH v5 03/10] NFSv4: Fix open create exclusive when the server reboots
      ` [PATCH v5 04/10] NFS: Fix a typo in nfs_rename()
        ` [PATCH v5 05/10] NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID
          ` [PATCH v5 06/10] NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
            ` [PATCH v5 07/10] pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
              ` [PATCH v5 08/10] NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn
                ` [PATCH v5 09/10] NFSv4: cleanup nfs4_close_done
                  ` [PATCH v5 10/10] NFSv4: Clean up nfs4_delegreturn_done

[PATCH] lockd: added cleanup checks in exit_net hook
 2017-11-03 16:32 UTC 

[PATCH v2] nfsd: deal with revoked delegations appropriately
 2017-11-03 16:20 UTC  (2+ messages)

[PATCH RFC] nfs: Fix ugly referral attributes
 2017-11-02 18:42 UTC 

[PATCH 0/2] nfs-utils: Remove dependency on libnfsidmap-devel
 2017-11-02 17:23 UTC  (4+ messages)
` [PATCH 1/2] nfs-utils: Remove dependency on libnfsidmap-devel package
` [PATCH 2/2] gitignore: ignore files generated by libnfsidmap compilation

[Nfs-ganesha-devel] NFSv4 referrals not working with ganesha
 2017-11-02 17:08 UTC  (4+ messages)

[PATCH] grace: replace BUG_ON on WARN_ON in grace_exit_net()
 2017-11-02 15:36 UTC 

[PATCH] lockd: lost rollback of set_grace_period() in lockd_down_net()
 2017-11-02 14:56 UTC  (3+ messages)

[PATCH] NFS: Avoid RCU usage in tracepoints
 2017-11-01 19:53 UTC 

Kernel bug triggered with xfstest generic/113
 2017-11-01 14:29 UTC  (3+ messages)

[PATCH] 4.1 server tests: make DELEG8 also check that an operation using a revoked stateid returns revoked status
 2017-11-01 12:08 UTC 

[PATCH] grace: only add lock_manager to grace_list if it's not already there
 2017-11-01 10:10 UTC  (4+ messages)

[PATCH 0/5] Tighten up locking around stateids in knfsd
 2017-10-31 23:45 UTC  (5+ messages)
` [PATCH 1/5] nfsd: Fix stateid races between OPEN and CLOSE

[PATCH] nfsd: deal with revoked delegations appropriately
 2017-10-31 20:37 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox