Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-12-24 01:37:16 to 2016-01-11 15:22:36 UTC [more...]

[PATCH v17 00/22] Richacls (Core and Ext4)
 2016-01-11 15:21 UTC  (6+ messages)
` [PATCH v17 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v17 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v17 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v17 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v17 05/22] vfs: Add permission flags for setting file attributes

xen domU disk on nfs shared file (fwd)
 2016-01-11 15:00 UTC 

xen domU disk on nfs shared file
 2016-01-11 14:08 UTC 

NFS v4, are special steps required for uid/gid to work, even if they are the same on server and client?
 2016-01-08 22:52 UTC  (3+ messages)

[RFC PATCH 0/2] nfsd: clean up CB_LAYOUTRECALL handling
 2016-01-08 19:36 UTC  (4+ messages)
` [RFC PATCH 2/2] nfsd: give up on CB_LAYOUTRECALLs after two lease periods

[PATCH v5 00/10] NFS/RDMA server patches for v4.5
 2016-01-08 14:02 UTC  (13+ messages)
` [PATCH v5 01/10] svcrdma: Clean up rdma_create_xprt()
` [PATCH v5 02/10] svcrdma: Clean up process_context()
` [PATCH v5 03/10] svcrdma: Improve allocation of struct svc_rdma_op_ctxt
` [PATCH v5 04/10] svcrdma: Improve allocation of struct svc_rdma_req_map
` [PATCH v5 05/10] svcrdma: Remove unused req_map and ctxt kmem_caches
` [PATCH v5 06/10] svcrdma: Add gfp flags to svc_rdma_post_recv()
` [PATCH v5 07/10] svcrdma: Remove last two __GFP_NOFAIL call sites
` [PATCH v5 08/10] svcrdma: Make map_xdr non-static
` [PATCH v5 09/10] svcrdma: Define maximum number of backchannel requests
` [PATCH v5 10/10] svcrdma: Add class for RDMA backwards direction transport
` [PATCH v5 11/10] svc_rdma: use local_dma_lkey

[PATCH] nfsd: don't hold i_mutex over userspace upcalls
 2016-01-07 21:08 UTC 

Debian kernel: "Server nfs-home reports our clientid is in use"
 2016-01-07 18:34 UTC  (3+ messages)
  ` Debian kernel:

Monthly Linux NFS Town Hall meeting: Cancelled
 2016-01-07 15:07 UTC 

[PATCH] NFS: Use wait_on_atomic_t() for unlock after readahead
 2016-01-06 19:13 UTC  (2+ messages)

Question-patch
 2016-01-06 17:31 UTC  (3+ messages)
` [PATCH] nfs: set RPC_TASK_TIMEOUT on rpc task to separate TIMEOUT from IO errors

[PATCH] SUNRPC: Fixup socket wait for memory
 2016-01-06 17:20 UTC  (3+ messages)

[patch -next] svcrdma: fix a couple warning messages
 2016-01-06 15:36 UTC  (2+ messages)

Multiple HA-NFS services sharing a single /var/lib/nfs folder
 2016-01-06 11:04 UTC 

Charity/Donation
 2016-01-06  0:46 UTC 

nfsd leaks 3 sunrpc module references
 2016-01-05 22:44 UTC  (6+ messages)
` [PATCH] nfsd: Fix nfsd leaks "

[PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED
 2016-01-05 18:55 UTC  (4+ messages)
` [PATCH v2 1/3] nfs/nfsd: Move useful bitfield ops to a commonly accessible place
` [PATCH v2 2/3] nfsd: allow mach_creds_match to be used more broadly
` [PATCH v2 3/3] nfsd: implement machine credential support for some operations

[PATCH v2] nfs: machine credential support for additional operations
 2016-01-05 18:27 UTC 

[PATCH v4 00/10] locking fixups for NFS
 2016-01-05 13:48 UTC  (22+ messages)
` [PATCH v4 01/10] NFS4: remove a redundant lock range check
` [PATCH v4 02/10] NFS: Move the flock open mode check into nfs_flock()
` [PATCH v4 03/10] NFS: Pass nfs_open_context instead of file to the lock procs
` [PATCH v4 04/10] NFSv4: Pass nfs_open_context instead of nfs4_state to nfs4_proc_unlck()
` [PATCH v4 05/10] lockd: Plumb nfs_open_context into nlm client unlock
` [PATCH v4 06/10] lockd: Send the inode to nlmclnt_setlockargs()
` [PATCH v4 07/10] lockd: do_vfs_lock() only needs the inode
` [PATCH v4 08/10] locks: Set FL_CLOSE when removing flock locks on close()
` [PATCH v4 09/10] NFS: Deferred unlocks - always unlock on FL_CLOSE
` [PATCH v4 10/10] NFS: cleanup do_vfs_lock()

[patch] svcrdma: signedness bug in xprt_rdma_bc_send_request()
 2016-01-05  9:50 UTC 

[PATCH] lockd: constify nlmsvc_binding structure
 2016-01-04 22:49 UTC  (2+ messages)

[PATCH 2/3] nfsd: use to_delayed_work
 2016-01-04 22:44 UTC  (3+ messages)
` [PATCH 3/3] lockd: "

[PATCH 01/14] pNFS/flexfiles: Support server-supplied layoutstats sampling period
 2016-01-04 20:12 UTC  (17+ messages)
` [PATCH 02/14] NFS41: pop some layoutget errors to application
  ` [PATCH 03/14] nfs: clean up rest of reqs when failing to add one
    ` [PATCH 04/14] nfs: centralize pgio error cleanup
      ` [PATCH 05/14] nfs: handle request add failure properly
        ` [PATCH 06/14] nfs: only remove page from mapping if launder_page fails
          ` [PATCH 07/14] NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATA
            ` [PATCH 08/14] pnfs/flexfiles: do not mark delay-like status as DS failure
              ` [PATCH 09/14] pnfs/flexfiles: count io stat in rpc_count_stats callback
                ` [PATCH 10/14] pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET
                  ` [PATCH 11/14] pNFS/flexfiles: Don't mark the entire layout as failed, when returning it
                    ` [PATCH 12/14] pNFS/flexfiles: Fix a statistics gathering imbalance
                      ` [PATCH 13/14] pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/write
                        ` [PATCH 14/14] pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated early

[PATCH v2 0/3] NFSv4.2: Add support for the COPY operation
 2016-01-04 20:05 UTC  (10+ messages)
` [PATCH v2 1/3] NFSD: Don't pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH v2 2/3] NFSD: Implement the COPY call
` [PATCH v2 3/3] NFS: Add COPY nfs operation

[PATCH v3 01/18] pNFS: Ensure nfs4_layoutget_prepare returns the correct error
 2016-01-04 18:21 UTC  (18+ messages)
` [PATCH v3 02/18] NFSv4.1/pNFS: Add a helper to mark the layout as returned
  ` [PATCH v3 03/18] pNFS: If we have to delay the layout callback, mark the layout for return
    ` [PATCH v3 04/18] NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1
      ` [PATCH v3 05/18] NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALL
        ` [PATCH v3 06/18] NFSv4: List stateid information in the callback tracepoints
          ` [PATCH v3 07/18] NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs
            ` [PATCH v3 08/18] NFS: Allow multiple commit requests in flight per file
              ` [PATCH v3 09/18] NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
                ` [PATCH v3 10/18] NFS: Relax requirements in nfs_flush_incompatible
                  ` [PATCH v3 11/18] NFSv4.1/pNFS: Don't pass stateids by value to pnfs_send_layoutreturn()
                    ` [PATCH v3 12/18] NFSv4.1/pNFS: Use nfs4_stateid_copy for copying stateids
                      ` [PATCH v3 13/18] NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return() should set the iomode
                        ` [PATCH v3 14/18] NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layout
                          ` [PATCH v3 15/18] NFSv4.1/pNFS: Fix a race in initiate_file_draining()
                            ` [PATCH v3 16/18] NFSv4.1/pNFS: Cleanup pnfs_mark_matching_lsegs_invalid()
                              ` [PATCH v3 17/18] NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structures
                                ` [PATCH v3 18/18] NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range arguments

[PATCH] svc_rdma: use local_dma_lkey
 2016-01-04 16:57 UTC  (2+ messages)

[PATCH v2 1/6] NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn
 2016-01-04 16:37 UTC  (8+ messages)
` [PATCH v2 2/6] pNFS: Ensure nfs4_layoutget_prepare returns the correct error
  ` [PATCH v2 3/6] NFSv4.1/pNFS: Add a helper to mark the layout as returned
    ` [PATCH v2 4/6] pNFS: If we have to delay the layout callback, mark the layout for return
      ` [PATCH v2 5/6] NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1
        ` [PATCH v2 6/6] NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALL

Charity Donation
 2016-01-03 11:31 UTC 

Charity Donation
 2016-01-03 11:06 UTC 

Charity Donation
 2016-01-03  0:36 UTC 

Charity Donation
 2016-01-02 17:08 UTC 

[PATCH v2] NFS: Fix attribute cache revalidation
 2016-01-02 16:19 UTC  (2+ messages)

[PATCH 1/4] NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs
 2015-12-31 19:10 UTC  (4+ messages)
` [PATCH 2/4] NFS: Allow multiple commit requests in flight per file
  ` [PATCH 3/4] NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
    ` [PATCH 4/4] NFS: Relax requirements in nfs_flush_incompatible

[PATCH] pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()
 2015-12-30 16:05 UTC 

[PATCH] nfs: do not deny execute access based on outdated mode in inode
 2015-12-30 14:04 UTC  (20+ messages)
              ` [PATCH] NFSv4: Don't perform cached access checks before we've OPENed the file
                    ` [PATCH] nfs: revalidate inode before access checks
                        ` [PATCH] NFS: Ensure we revalidate attributes before using execute_ok()
                              ` [PATCH] NFS: Fix attribute cache revalidation

[PATCH v3 00/10] locking fixups for NFS
 2015-12-29 14:55 UTC  (21+ messages)
` [PATCH v3 01/10] NFS4: remove a redundant lock range check
` [PATCH v3 02/10] NFS: Move the flock open mode check into nfs_flock()
` [PATCH v3 03/10] NFS: Pass nfs_open_context instead of file to the lock procs
` [PATCH v3 04/10] NFSv4: Pass nfs_open_context instead of nfs4_state to nfs4_proc_unlck()
` [PATCH v3 05/10] lockd: Plumb nfs_open_context into nlm client unlock
` [PATCH v3 06/10] lockd: Send the inode to nlmclnt_setlockargs()
` [PATCH v3 07/10] lockd: do_vfs_lock() only needs the inode
` [PATCH v3 08/10] locks: Set FL_CLOSE when removing flock locks on close()
` [PATCH v3 09/10] NFS: Deferred unlocks - always unlock on FL_CLOSE
` [PATCH v3 10/10] NFS: cleanup do_vfs_lock()

Donation/Charity
 2015-12-29  5:06 UTC 

Donation/Charity
 2015-12-29  4:33 UTC 

Charity Donation
 2015-12-29  3:24 UTC 

Donation/Charity
 2015-12-29  2:29 UTC 

How do you get /proc/fs/nfs/exports to populate?
 2015-12-29  3:17 UTC  (4+ messages)

Assalam o Alaikum
 2015-12-29  2:03 UTC 

Charity Donation
 2015-12-28 23:29 UTC 

[PATCH 1/2] NFS: Background flush should not be low priority
 2015-12-28 18:37 UTC  (2+ messages)
` [PATCH 2/2] NFS: Flush reclaim writes using FLUSH_COND_STABLE

[PATCH] nfsstat: show client rpc information correctly
 2015-12-28 18:35 UTC  (2+ messages)

[PATCH v2 00/10] locking fixups for NFS
 2015-12-28 15:53 UTC  (8+ messages)
` [PATCH v2 02/10] NFS: Move the flock open mode check into nfs_flock()

[PATCH 1/2] pNFS: Ensure nfs4_layoutget_prepare returns the correct error
 2015-12-28 15:37 UTC  (2+ messages)
` [PATCH 2/2] pNFS: If we have to delay the layout callback, mark the layout for return

[PATCH] SUNRPC: restore fair scheduling to priority queues
 2015-12-27  0:33 UTC  (4+ messages)

[PATCH] nfs: add new tracepoint for pnfs_update_layout
 2015-12-26 23:56 UTC  (3+ messages)
` [PATCH] pNFS: Modify pnfs_update_layout tracepoints to use layout stateid
  ` [PATCH v2] "

NFSv4: Possible buffer overflow in security label decode
 2015-12-26 17:30 UTC  (2+ messages)

[PATCH v4 00/11] NFS/RDMA server patches for v4.5
 2015-12-24  9:57 UTC  (4+ messages)

[PATCH v2] NFSv4: fix getacl ERANGE for some ACL buffer sizes
 2015-12-24  1:37 UTC  (6+ messages)
  ` [PATCH] "


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