Linux NFS development
 help / color / mirror / Atom feed
 messages from 2018-08-10 19:33:53 to 2018-09-05 01:33:07 UTC [more...]

[PATCH v2 00/34] Convert RPC client transmission to a queued model
 2018-09-04 21:05 UTC  (6+ messages)
` [PATCH v2 01/34] SUNRPC: Clean up initialisation of the struct rpc_rqst
  ` [PATCH v2 02/34] SUNRPC: If there is no reply expected, bail early from call_decode
    ` [PATCH v2 03/34] SUNRPC: The transmitted message must lie in the RPCSEC window of validity
      ` [PATCH v2 04/34] SUNRPC: Simplify identification of when the message send/receive is complete
        ` [PATCH v2 05/34] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message

[PATCH 00/27] Convert RPC client transmission to a queued model
 2018-09-04 15:46 UTC  (39+ messages)
` [PATCH 01/27] SUNRPC: Clean up initialisation of the struct rpc_rqst
  ` [PATCH 02/27] SUNRPC: If there is no reply expected, bail early from call_decode
    ` [PATCH 03/27] SUNRPC: The transmitted message must lie in the RPCSEC window of validity
      ` [PATCH 04/27] SUNRPC: Simplify identification of when the message send/receive is complete
        ` [PATCH 05/27] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message
          ` [PATCH 06/27] SUNRPC: Rename TCP receive-specific state variables
            ` [PATCH 07/27] SUNRPC: Move reset of TCP state variables into the reconnect code
              ` [PATCH 08/27] SUNRPC: Add socket transmit queue offset tracking
                ` [PATCH 09/27] SUNRPC: Simplify dealing with aborted partially transmitted messages
                  ` [PATCH 10/27] SUNRPC: Refactor the transport request pinning
                    ` [PATCH 11/27] SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
                      ` [PATCH 12/27] SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
                        ` [PATCH 13/27] SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
                          ` [PATCH 14/27] SUNRPC: Refactor xprt_transmit() to remove the reply queue code
                            ` [PATCH 15/27] SUNRPC: Refactor xprt_transmit() to remove wait for reply code
                              ` [PATCH 16/27] SUNRPC: Minor cleanup for call_transmit()
                                ` [PATCH 17/27] SUNRPC: Distinguish between the slot allocation list and receive queue
                                  ` [PATCH 18/27] NFS: Add a transmission queue for RPC requests
                                    ` [PATCH 19/27] SUNRPC: Refactor RPC call encoding
                                      ` [PATCH 20/27] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
                                        ` [PATCH 21/27] SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
                                          ` [PATCH 22/27] SUNRPC: Simplify xprt_prepare_transmit()
                                            ` [PATCH 23/27] SUNRPC: Move RPC retransmission stat counter to xprt_transmit()
                                              ` [PATCH 24/27] SUNRPC: Fix up the back channel transmit
                                                ` [PATCH 25/27] SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue
                                                  ` [PATCH 26/27] SUNRPC: Queue the request for transmission immediately after encoding
                                                    ` [PATCH 27/27] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue

nfs4_reclaim_open_state: Lock reclaim failed!
 2018-09-04 12:11 UTC  (10+ messages)

conflicting requirements betweenn rpc.rquotad and nfs services
 2018-09-02 19:01 UTC 

[nfs-utils PATCH] statd: fix use-after-free in monitor list if insertion fails
 2018-09-01  6:07 UTC 

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2018-08-31 22:56 UTC  (5+ messages)
` [PATCH v1 2/3] VFS permit cross device vfs_copy_file_range

Photo processing
 2018-08-31 11:49 UTC 

Images processing
 2018-08-31 11:04 UTC 

Question about nfs in infiniband environment
 2018-08-29 14:01 UTC  (9+ messages)

[PATCH] nfsd: remove redundant pointer dirp
 2018-08-29 13:30 UTC 

[PATCH] xprtrdma: Fix disconnect regression
 2018-08-28  5:19 UTC  (2+ messages)

YOUR PRODUCT
 2018-08-27 17:13 UTC 

Managed Service Providers (MSPs)
 2018-08-27 17:49 UTC 

ANNOUNCE: libtirpc-1.1.4 released
 2018-08-27 14:26 UTC 

TRADING ACCOUNT
 2018-08-25  9:41 UTC 

[PATCH 19/24 v2] pynfs: python3 support plan: fix import fail on python3
 2018-08-24 15:37 UTC  (4+ messages)
  `  "
    `  "

nfs4-acl-tools 0.3.4
 2018-08-24 15:26 UTC  (16+ messages)
` nfs4-acl-tools 0.3.5

[GIT PULL] Please pull NFS client updates for 4.19
 2018-08-23 19:31 UTC 

[PATCH v10 0/9] NFSD support for async COPY
 2018-08-23 18:30 UTC  (6+ messages)

[GIT PULL] nfsd changes for 4.19
 2018-08-23 15:29 UTC  (2+ messages)

[PATCH] NFSv4: Fix a tracepoint Oops in initiate_file_draining()
 2018-08-23 15:02 UTC 

[PATCH] Remove invalid flags that aren't part of the NFSv4 ACL spec, will never be received, and should never be sent
 2018-08-23 14:26 UTC  (2+ messages)

Team for mobile apps
 2018-08-22  9:38 UTC 

[PATCH 1/4] string: try to find const-laundering bugs
 2018-08-22 11:40 UTC  (3+ messages)

[PATCH 1/2] pNFS/flexfiles: ff_layout_pg_init_read should exit on error
 2018-08-21 14:25 UTC  (2+ messages)
` [PATCH 2/2] pNFS: Remove unwanted optimisation of layoutget

[PATCH] nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSes
 2018-08-21  1:32 UTC  (9+ messages)

Linux NFS Client and NFS v4.1 Session Trunking
 2018-08-20 19:29 UTC  (2+ messages)

[PATCH] sunrpc: Add comment defining gssd upcall API keywords
 2018-08-20 19:05 UTC  (3+ messages)

[PATCH V2] idmapd: Use inotify instead of dnotify
 2018-08-20 19:00 UTC  (3+ messages)
` [PATCH V3] "

[PATCH] sunrpc: Don't use stack buffer with scatterlist
 2018-08-20 18:50 UTC  (2+ messages)

[nfs-utils PATCH 0/2] A few fixes to rpc.nfsd enabling/disabling minor version 0
 2018-08-20 13:00 UTC  (4+ messages)
` [nfs-utils PATCH 1/2] nfsd: allow verson 4.0 to be enabled/disabled via nfs.conf
` [nfs-utils PATCH 2/2] nfsd: track when the user explicitly requested version 4.0

[PATCH v2 1/8] seq_file: introduce seq_open_data helper
 2018-08-19 12:21 UTC  (3+ messages)
` [PATCH v2 5/8] nfsd: use seq_open_data() in exports_net_open()

Should we split the network filesystem setup into two phases?
 2018-08-17 23:11 UTC  (8+ messages)

[PATCH RFC] sunrpc: Add comment defining gssd upcall API keywords
 2018-08-17 14:57 UTC 

The Fall Bakeathon in Westford, Ma (Today is the Day)
 2018-08-17 14:56 UTC 

[PATCH] pNFS/flexfiles: ff_layout_pg_init_read should exit on error
 2018-08-17 14:40 UTC  (2+ messages)

[PATCH v2 0/4] Use correct NFSv4.0 callback credential
 2018-08-17 14:37 UTC  (11+ messages)
` [PATCH v2 1/4] sunrpc: Enable the kernel to specify the hostname part of service principals
` [PATCH v2 2/4] sunrpc: Extract target name into svc_cred
` [PATCH v2 3/4] nfsd: Use correct credential for NFSv4.0 callback with GSS
` [PATCH v2 4/4] nfsd: Remove callback_cred

nfs4-acl-tools vs ZFS NFSv4 based acl internals
 2018-08-17  0:14 UTC 

NFSv3 may inappropriately return EPERM for fsetxattr
 2018-08-16 22:50 UTC  (15+ messages)

[PATCH v2] NFSv4 client live hangs after live data migration recovery
 2018-08-16 18:57 UTC  (3+ messages)

[PATCH] lock maintainers won't be much help with fcntl issues
 2018-08-16 15:21 UTC 

[PATCH RFC 0/4] Use correct NFSv4.0 callback credential
 2018-08-16 13:19 UTC  (6+ messages)
` Fwd: "

[PATCH] pNFS: Treat RECALLCONFLICT like DELAY
 2018-08-16  1:35 UTC  (2+ messages)
` [PATCH v2] pNFS: When updating the stateid in layoutreturn, also update the recall range

Help with user ID mapping?
 2018-08-15 18:36 UTC  (2+ messages)

NFSv4 file lock reporting interface request
 2018-08-15 17:35 UTC  (6+ messages)

ANNOUNCE: rpcbind-1.2.5 released
 2018-08-15 15:47 UTC 

[PATCH] pNFS: When updating the stateid in layoutreturn, also update the recall range
 2018-08-15 15:19 UTC  (2+ messages)

xfstest generci/465 failed under all versions of NFS
 2018-08-15 11:43 UTC  (4+ messages)

[PATCH] NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
 2018-08-14 21:55 UTC 

[PATCH] NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
 2018-08-14 21:25 UTC 

[PATCH 09/11] NFS recover from destination server reboot for copies
 2018-08-13 19:33 UTC 

mobile apps for you
 2018-08-13  5:16 UTC 

[bug report] NFS recover from destination server reboot for copies
 2018-08-13  9:08 UTC 

our mobile apps design
 2018-08-13  6:00 UTC 

[BUG] fs: nfs: pnfs_nfs: a possible sleep-in-atomic-context bug in pnfs_generic_recover_commit_reqs()
 2018-08-13  3:46 UTC 

[BUG] fs: nfs: callback_proc: a possible sleep-in-atomic-context bug in nfs4_callback_sequence()
 2018-08-13  3:43 UTC 

REPLY AS SOON AS POSSIBLE
 2018-08-11 22:49 UTC 

[PATCH] NFSv4: Don't busy wait if NFSv4 session draining is interrupted
 2018-08-11 15:52 UTC  (2+ messages)
` [PATCH] NFSv4: Fix a typo in nfs4_init_channel_attrs()

It possible for invalidate_inode_pages2 to fail with an EBUSY
 2018-08-11 13:56 UTC 

mount.nfs: Connection timed out
 2018-08-11 13:48 UTC 

(no subject)
 2018-08-11 13:35 UTC 

we the editing
 2018-08-10 11:17 UTC 


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