Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-12-14 23:27:21 to 2016-01-03 12:01:43 UTC [more...]

[PATCH v4 00/10] locking fixups for NFS
 2016-01-03 12:01 UTC  (13+ 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()

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 2/3] nfsd: use to_delayed_work
 2016-01-01 14:06 UTC  (2+ messages)
` [PATCH 3/3] lockd: "

[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 1/6] NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn
 2015-12-28 18:05 UTC  (6+ 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

[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] "

[PATCH 01/14] pNFS/flexfiles: Support server-supplied layoutstats sampling period
 2015-12-26 23:21 UTC  (14+ 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

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  (10+ messages)
` [PATCH v4 01/11] svcrdma: Do not send XDR roundup bytes for a write chunk

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

[PATCH] lockd: constify nlmsvc_binding structure
 2015-12-23 21:25 UTC 

Fw: [Bug 109781] New: NFS fails mount from fstab
 2015-12-23 17:59 UTC 

[nfs-utils PATCH] Set right error after getaddrinfo fails bz 1287468
 2015-12-23 16:22 UTC 

[RFC PATCH 0/2] nfsd: clean up CB_LAYOUTRECALL handling
 2015-12-22 13:25 UTC  (3+ messages)
` [RFC PATCH 2/2] nfsd: give up on CB_LAYOUTRECALLs after two lease periods

[PATCH] svc_rdma: use local_dma_lkey
 2015-12-22 13:11 UTC 

[nfs-utils PATCH] Set right error after getaddrinfo fails bz 1287468
 2015-12-22  9:09 UTC  (3+ messages)
  ` [nfs-utils PATCH] Set right error after getaddrinfo fails bz 1287468, Please find the same patch attached to this email as well

[RFC][PATCH 00/12] Enhanced file stat system call
 2015-12-21 23:21 UTC  (4+ messages)
` [PATCH 03/12] statx: Add a system call to make enhanced file info available

[GIT PULL] nfsd fix for 4.4
 2015-12-21 20:22 UTC 

possible bug in nfs-kernel-server
 2015-12-21 20:14 UTC  (16+ messages)

[PATCH v2 0/3] NFSv4.2: Add support for the COPY operation
 2015-12-20 15:53 UTC  (8+ 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
` [RFC v2 4/3] vfs_copy_range() test program

JUST REPLY YES ONLY
 2015-12-20  9:51 UTC 

[GIT PULL] Please Pull NFSoRDMA Client Side Changes for 4.5
 2015-12-18 20:44 UTC 

[PATCH Version 2 0/2] Adding to tracepoints
 2015-12-18 19:50 UTC  (4+ messages)

[PATCH 13/14] sunrpc: use list_for_each_entry_safe
 2015-12-18 15:33 UTC 

[PATCH 0/3] Add notifier blocks to close transport sockets when an ip address is deleted
 2015-12-18 14:54 UTC  (6+ messages)

[PATCH nfs-utils 0/2] Fix problems caused by rpc.statd being unresponsive
 2015-12-17  4:27 UTC  (3+ messages)
` [PATCH 2/2] start-statd: don't run multiple rpc.statds on the one host
` [PATCH 1/2] mount.nfs: trust the exit status of "start_statd"

Concerns about SO_REUSEPORT usage in NFS client
 2015-12-17  3:48 UTC 

[PATCH nfs-utils 0/2] fixes for protocol fallback on mount
 2015-12-17  1:56 UTC  (3+ messages)
` [PATCH 1/2] Fix uninitialised variable usage in nfs_options2pmap
` [PATCH 2/2] Fix protocol minor version fall-back

[PATCH v4 00/10] NFS/RDMA client patches for 4.5
 2015-12-16 22:23 UTC  (11+ messages)
` [PATCH v4 01/10] xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)
` [PATCH v4 02/10] xprtrdma: xprt_rdma_free() must not release backchannel reqs
` [PATCH v4 03/10] xprtrdma: Disable RPC/RDMA backchannel debugging messages
` [PATCH v4 04/10] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v4 05/10] xprtrdma: Introduce ro_unmap_sync method
` [PATCH v4 06/10] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v4 07/10] xprtrdma: Add ro_unmap_sync method for FMR
` [PATCH v4 08/10] xprtrdma: Add ro_unmap_sync method for all-physical registration
` [PATCH v4 09/10] xprtrdma: Invalidate in the RPC reply handler
` [PATCH v4 10/10] xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit')

warning in ext4 with nfs/rdma server
 2015-12-16 21:06 UTC  (4+ messages)

small svc_rdma cleanup
 2015-12-16 18:49 UTC  (5+ messages)
` [PATCH] svc_rdma: use local_dma_lkey

[PATCH RFC] nfsd: serialize layout stateid morphing operations
 2015-12-16 16:55 UTC  (11+ messages)

[PATCH v3 00/11] NFS/RDMA client patches for 4.5
 2015-12-16 15:17 UTC  (15+ messages)
` [PATCH v3 04/11] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v3 06/11] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v3 09/11] SUNRPC: Introduce xprt_commit_rqst()

fix mountd netgroup lookup for short hostnames
 2015-12-16 15:17 UTC  (2+ messages)

[PATCH v16 00/22] Richacls (Core and Ext4)
 2015-12-15 11:12 UTC  (2+ messages)

Call graph of nfsd_open
 2015-12-15  1:34 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