Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-04-21 13:31:30 to 2014-04-27 09:16:08 UTC [more...]

flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks]
 2014-04-27  9:16 UTC 

[PATCH] fs/nfs/idmap.c: fix a Memory leak for variable desc
 2014-04-27  8:34 UTC  (3+ messages)

[PATCH] svcrdma: refactor marshalling logic
 2014-04-26 16:43 UTC  (5+ messages)

[nfsv4] Resolving the fate of FATTR4_CHANGE_SEC_LABEL
 2014-04-26 16:37 UTC  (2+ messages)
`  "

nfs4 idmap problems
 2014-04-26  0:02 UTC  (3+ messages)

possible 3.14.1 lockd problem (?) causing nfsd hangs
 2014-04-25 20:37 UTC 

[PATCH v2 00/17] NFS: Create a common path used by reads and writes
 2014-04-25 20:56 UTC  (18+ messages)
` [PATCH v2 01/17] NFS: Create a common argument structure for "
` [PATCH v2 02/17] NFS: Create a common results "
` [PATCH v2 03/17] NFS: Create a common read and write data struct
` [PATCH v2 04/17] NFS: Create a common read and write header struct
` [PATCH v2 05/17] NFS: Move the write verifier into the nfs_pgio_header
` [PATCH v2 06/17] NFS: Create a common pgio_alloc and pgio_release function
` [PATCH v2 07/17] NFS: Create a common rw_header_alloc and rw_header_free function
` [PATCH v2 08/17] NFS: Create a common pgio_rpc_prepare function
` [PATCH v2 09/17] NFS: Create a common nfs_pgio_result_common function
` [PATCH v2 10/17] NFS: Create a common rpc_call_ops struct
` [PATCH v2 11/17] NFS: Create a common rpcsetup function for reads and writes
` [PATCH v2 12/17] NFS: Create a common pgio_error function
` [PATCH v2 13/17] NFS: Create a generic_pgio function
` [PATCH v2 14/17] NFS: Create a common initiate_pgio() function
` [PATCH v2 15/17] NFS: Create a common multiple_pgios() function
` [PATCH v2 16/17] NFS: Create a common generic_pg_pgios()
` [PATCH v2 17/17] NFS: Create a common nfs_pageio_ops struct

idmap problems
 2014-04-25 19:30 UTC 

[PATCH 00/18 v2] nfs: support multiple requests per page
 2014-04-25 17:22 UTC  (31+ messages)
` [PATCH 01/18 v2] pnfs: fix race in filelayout commit path
` [PATCH 02/18 v2] nfs: clean up PG_* flags
` [PATCH 03/18 v2] nfs: remove unused arg from nfs_create_request
` [PATCH 04/18 v2] nfs: modify pg_test interface to return size_t
` [PATCH 05/18 v2] nfs: call nfs_can_coalesce_requests for every req
` [PATCH 06/18 v2] nfs: add support for multiple nfs reqs per page
` [PATCH 07/18 v2] nfs: page group syncing in read path
` [PATCH 08/18 v2] nfs: page group syncing in write path
` [PATCH 09/18 v2] nfs: page group support in nfs_mark_uptodate
` [PATCH 10/18 v2] pnfs: clean up filelayout_alloc_commit_info
` [PATCH 11/18 v2] nfs: allow coalescing of subpage requests
` [PATCH 12/18 v2] nfs: chain calls to pg_test
` [PATCH 13/18 v2] nfs: use > 1 request to handle bsize < PAGE_SIZE
` [PATCH 14/18 v2] nfs: remove list of [rw]data from pgio header
` [PATCH 15/18 v2] pnfs: support multiple verfs per direct req
` [PATCH 16/18 v2] pnfs: allow non page aligned pnfs layout segments
` [PATCH 17/18 v2] pnfs: filelayout: support non page aligned layouts
` [PATCH 18/18 v2] nfs: support page groups in nfs_read_completion

[PATCH 1/2] nfs-iostat: Fix columnarization of RPC statistics
 2014-04-25 16:52 UTC  (2+ messages)
` [PATCH 2/2] nfs-iostat: Fix attribute cache statistics

NFS4ERR_STALE_STATEID from Linux 4.1 server
 2014-04-25 15:43 UTC  (3+ messages)

[PATCH nfs-utils/systemd] systemd: add PATH for finding systemctl
 2014-04-25 14:30 UTC  (2+ messages)

[PATCH] xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting
 2014-04-25 14:16 UTC 

Crash in 3.14.0+ (plus hacks)
 2014-04-25 13:30 UTC  (4+ messages)

[PATCH 00/17] NFS: Create a common path used by reads and writes
 2014-04-25 13:02 UTC  (12+ messages)
` [PATCH 07/17] NFS: Create a common rw_header_alloc and rw_header_free function

multiple mounts of same share on one host?
 2014-04-25 10:11 UTC 

nfsd bug fixes for 3.15
 2014-04-25  7:39 UTC  (6+ messages)

[PATCH V1] NFS-RDMA: fix qp pointer validation checks
 2014-04-24 17:44 UTC  (20+ messages)

[PATCH 00/17] nfs: support multiple requests per page
 2014-04-24 17:23 UTC  (35+ messages)
` [PATCH 01/17] nfs: clean up PG_* flags
` [PATCH 02/17] nfs: remove unused arg from nfs_create_request
` [PATCH 03/17] nfs: modify pg_test interface to return size_t
` [PATCH 04/17] nfs: call nfs_can_coalesce_requests for every req
` [PATCH 05/17] nfs: add support for multiple nfs reqs per page
` [PATCH 06/17] nfs: page group syncing in read path
` [PATCH 07/17] nfs: page group syncing in write path
` [PATCH 08/17] nfs: page group support in nfs_mark_uptodate
` [PATCH 09/17] pnfs: clean up filelayout_alloc_commit_info
` [PATCH 10/17] nfs: allow coalescing of subpage requests
` [PATCH 11/17] nfs: chain calls to pg_test
` [PATCH 12/17] nfs: use > 1 request to handle bsize < PAGE_SIZE
` [PATCH 13/17] nfs: remove list of [rw]data from pgio header
` [PATCH 14/17] pnfs: support multiple verfs per direct req
` [PATCH 15/17] pnfs: allow non page aligned pnfs layout segments
` [PATCH 16/17] pnfs: filelayout: support non page aligned layouts
` [PATCH 17/17] nfs: support page groups in nfs_read_completion

Tuning Linux NFSv4 for high latency connections?
 2014-04-24 17:22 UTC  (10+ messages)

[PATCH 0/3] nfs4: file locking fixes and cleanups
 2014-04-24 14:25 UTC  (7+ messages)
` [PATCH 1/3] nfs4: treat lock owners as opaque values
` [PATCH 2/3] nfs4: queue free_lock_state job submission to nfsiod
` [PATCH 3/3] nfs4: turn free_lock_state into a void return operation

[PATCH/RFC 0/5] Support loop-back NFS mounts - take 2
 2014-04-24 12:46 UTC  (12+ messages)
` [PATCH 2/5] SUNRPC: track whether a request is coming from a loop-back interface
` [PATCH 3/5] nfsd: Only set PF_LESS_THROTTLE when really needed
` [PATCH 5/5] NFS: avoid deadlocks with loop-back mounted NFS filesystems
` [PATCH 4/5] SUNRPC: track when a client connection is routed to the local host
` [PATCH 1/5] MM: avoid throttling reclaim for loop-back nfsd threads

[PATCH 3/3] NFS4.0: Add some test cases for nfsv4 acl
 2014-04-24 10:59 UTC 

[PATCH 2/3] NFS4.0: Cases for SGID/UID status after writing
 2014-04-24 10:59 UTC 

[PATCH 1/3] NFS4.0: Case for linking to bad source patch with zero-length
 2014-04-24 10:57 UTC 

Incredible slow performance with noac option
 2014-04-24  7:06 UTC 

NFSv4 delegations criteria? Fwd: Tuning Linux NFSv4 for high latency connections?
 2014-04-23 21:03 UTC 

NFS RDMA Git Tree
 2014-04-23 20:58 UTC 

[PATCH V2 00/17] NFS/RDMA patches for review
 2014-04-23 10:24 UTC  (22+ messages)
` [PATCH V2 01/17] xprtrdma: mind the device's max fast register page list depth
` [PATCH V2 02/17] nfs-rdma: Fix for FMR leaks
` [PATCH V2 03/17] xprtrdma: Enable RDMA pad optimization by default
` [PATCH V2 04/17] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
` [PATCH V2 05/17] xprtrdma: Remove BOUNCEBUFFERS memory registration mode
` [PATCH V2 06/17] xprtrdma: Remove MEMWINDOWS registration modes
` [PATCH V2 07/17] xprtrdma: Remove REGISTER memory registration mode
` [PATCH V2 08/17] xprtrdma: Fall back to MTHCAFMR when FRMR is not supported
` [PATCH V2 09/17] xprtrdma: mount reports "Invalid mount option" if memreg mode "
` [PATCH V2 10/17] xprtrdma: Add CONFIG setting that can disable ALLPHYSICAL
` [PATCH V2 11/17] xprtrdma: Simplify rpcrdma_deregister_external() synopsis
` [PATCH V2 12/17] xprtrdma: Make rpcrdma_ep_destroy() return void
` [PATCH V2 13/17] xprtrdma: Split the completion queue
` [PATCH V2 14/17] xprtrmda: Reduce lock contention in completion handlers
` [PATCH V2 15/17] xprtrmda: Reduce calls to ib_poll_cq() "
` [PATCH V2 16/17] xprtrdma: Limit work done by completion handler
` [PATCH V2 17/17] xprtrdma: Reduce the number of hardway buffer allocations

question about old flock() on nfsv4 commit
 2014-04-23  1:23 UTC 

[PATCH v2] pnfs: fix race in filelayout commit path
 2014-04-22 20:07 UTC  (2+ messages)

June 2014 NFSv4 Bakeathon
 2014-04-22 15:15 UTC  (2+ messages)

[PATCH] nfsd: nfsd4_decode_create: Fix a possible NULL pointer dereference
 2014-04-22 10:06 UTC  (3+ messages)

[PATCH] pnfs: fix race in filelayout commit path
 2014-04-21 21:53 UTC  (2+ messages)

[PATCH] nfs: commit layouts in fdatasync
 2014-04-21 17:29 UTC 

[PATCH 25/70] NFSd: Simplify stateid management
 2014-04-21 15:58 UTC  (18+ messages)
` [PATCH 26/70] NFSd: Fix delegation revocation
  ` [PATCH 27/70] NFSd: Don't let the laundromat reap clients that are referenced
    ` [PATCH 28/70] NFSd: Add reference counting to the lock and open stateids
      ` [PATCH 29/70] NFSd: Add a struct nfs4_file field to struct nfs4_stid
        ` [PATCH 30/70] NFSd: Replace delegation->dl_file with the dl_stid.sc_file
          ` [PATCH 31/70] NFSd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
            ` [PATCH 32/70] NFSd: Ensure stateids remain unique until they are freed
              ` [PATCH 33/70] NFSd: Ensure atomicity of stateid destruction and idr tree removal
                ` [PATCH 34/70] NFSd: Fix atomicity of delegation counter
                  ` [PATCH 35/70] NFSd: Slight cleanup of find_stateid()
                    ` [PATCH 36/70] NFSd: Add reference counting to find_stateid

[PATCH 00/70] NFSd lock scalability patches
 2014-04-21 15:01 UTC  (2+ messages)


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