linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-09 12:49:49 to 2016-08-19 15:06:23 UTC [more...]

WARN_ON added to rpc_create()
 2016-08-19 15:06 UTC  (11+ messages)

[PATCH] NFS4: Retry destroy session when getting -NFS4ERR_DELAY
 2016-08-19 13:41 UTC  (3+ messages)
` [PATCH v2 1/2] NFSv4: Ensure that we drain the session before shutting it down

Kernel NFS boot failure
 2016-08-19 11:14 UTC  (2+ messages)

Is NFSv4.2 now compatible & stable with rdma?
 2016-08-19  5:06 UTC  (3+ messages)

[PATCH] libnfsidmap: Query DNS for the the NFSv4 domain
 2016-08-18 16:54 UTC  (8+ messages)

[RFC PATCH 1/3] libnfsidmap: Query DNS for the the NFSv4 domain
 2016-08-18 18:37 UTC  (3+ messages)
` [RFC PATCH 2/3] configure.ac: Ensure the resolver library is installed
` [RFC PATCH 3/3] nfs-utils: Update rpc.idmap and nfsidmap man pages

[PATCH 0/2] nfs-utils patches relating to server startup
 2016-08-19  1:45 UTC  (3+ messages)
` [PATCH 2/2] mount: RPC_PROGNOTREGISTERED should not be a permanent error
` [PATCH 1/2] systemd: improve ordering between nfs-server and various mounts

[PATCH] pnfs/blocklayout: update last_write_offset atomically with extents
 2016-08-18 18:46 UTC  (3+ messages)

[PATCH 0/8] Assorted mount-related nfs-utils patches
 2016-08-19  1:31 UTC  (12+ messages)
` [PATCH 3/8] mountd: remove 'dev_missing' checks

mismatching defaults between nfs-utils and linux/fs/nfs/nfsroot.c
 2016-08-17 20:08 UTC 

[PATCH] cred: simpler, 1D supplementary groups
 2016-08-17 20:19 UTC 

[PATCH] nss_getpwnam: correctly check for negative values in unsigned ints
 2016-08-17 17:50 UTC 

usercopy: kernel memory exposure attempt detected
 2016-08-17 15:14 UTC  (3+ messages)

[PATCHv2] src: remove use of the __P() macro
 2016-08-17 14:32 UTC  (4+ messages)
` [Libtirpc-devel] "

[RFC PATCH] nfsd: fix error handling for clients that fail to return the layout
 2016-08-17 14:24 UTC  (4+ messages)

[PATCH] nfsd: eliminate cb_minorversion field
 2016-08-16 19:14 UTC  (2+ messages)

[GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-08-16 18:53 UTC  (5+ messages)
` [PATCH v4 20/26] fs: nfs: Make nfs boot time y2038 safe

[PATCH 1/2] NFS: Allow the mount option retrans=0
 2016-08-16 15:18 UTC  (2+ messages)
` [PATCH 2/2] pNFS/flexfiles: Set reasonable default retrans values for the data channel

[PATCH v1 0/3] server-side NFS/RDMA patches proposed for v4.9
 2016-08-16 14:58 UTC  (6+ messages)
` [PATCH v1 1/3] rpcrdma: RDMA/CM private message data structure
` [PATCH v1 2/3] svcrdma: Server-side support for rpcrdma_connect_private
` [PATCH v1 3/3] svcrdma: support Remote Invalidation for prototyping

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:03 UTC  (23+ messages)
` [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v25 06/22] richacl: In-memory representation and helper functions
` [PATCH v25 07/22] richacl: Permission mapping functions
` [PATCH v25 08/22] richacl: Permission check algorithm
` [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v25 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v25 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v25 12/22] vfs: Cache richacl in struct inode
` [PATCH v25 13/22] richacl: Update the file masks in chmod()
` [PATCH v25 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v25 15/22] richacl: Create-time inheritance
` [PATCH v25 16/22] richacl: Automatic Inheritance
` [PATCH v25 17/22] richacl: xattr mapping functions
` [PATCH v25 18/22] richacl: Add richacl xattr handler
` [PATCH v25 19/22] vfs: Add richacl permission checking
` [PATCH v25 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v25 21/22] ext4: Add richacl support
` [PATCH v25 22/22] ext4: Add richacl feature flag

[PATCH v1 00/22] client-side NFS/RDMA patches proposed for v4.9
 2016-08-16  1:24 UTC  (28+ messages)
` [PATCH v1 01/22] xprtrdma: Eliminate INLINE_THRESHOLD macros
` [PATCH v1 02/22] SUNRPC: Refactor rpc_xdr_buf_init()
` [PATCH v1 03/22] SUNRPC: Generalize the RPC buffer allocation API
` [PATCH v1 04/22] SUNRPC: Generalize the RPC buffer release API
` [PATCH v1 05/22] SUNRPC: Separate buffer pointers for RPC Call and Reply messages
` [PATCH v1 06/22] SUNRPC: Add a transport-specific private field in rpc_rqst
` [PATCH v1 07/22] xprtrdma: Initialize separate RPC call and reply buffers
` [PATCH v1 08/22] xprtrdma: Use smaller buffers for RPC-over-RDMA headers
` [PATCH v1 09/22] xprtrdma: Replace DMA_BIDIRECTIONAL
` [PATCH v1 10/22] xprtrdma: Delay DMA mapping Send and Receive buffers
` [PATCH v1 11/22] xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
` [PATCH v1 12/22] xprtrdma: Simplify rpcrdma_ep_post_recv()
` [PATCH v1 13/22] xprtrdma: Move send_wr to struct rpcrdma_req
` [PATCH v1 14/22] xprtrdma: Move recv_wr to struct rpcrdma_rep
` [PATCH v1 15/22] xprtrmda: Report address of frmr, not mw
` [PATCH v1 16/22] rpcrdma: RDMA/CM private message data structure
` [PATCH v1 17/22] xprtrdma: Client-side support for rpcrdma_connect_private
` [PATCH v1 18/22] xprtrdma: Basic support for Remote Invalidation
` [PATCH v1 19/22] xprtrdma: Use gathered Send for large inline messages
` [PATCH v1 20/22] xprtrdma: Support larger inline thresholds
` [PATCH v1 21/22] xprtrdma: Rename rpcrdma_receive_wc()
` [PATCH v1 22/22] xprtrdma: Eliminate rpcrdma_receive_worker()

KЛИЕHТСKИЕ БАЗЫ МАЙЛ:oqissavip-2045@cool.fr.nf СKАЙП: prodawez389 Для бысmрoй мАссoвoй nрoдАжu BАшuх moвАрoв u услуг! Пoдрoбнoсmu узнАйme сeйчАс!
 2016-08-15 12:37 UTC 

[PATCH rpcbind] src: include cdefs.h for the __P() macro
 2016-08-15 19:38 UTC  (10+ messages)
      ` [Libtirpc-devel] "

[PATCH Version 9 00/12] pNFS file layout session trunking
 2016-08-15 18:50 UTC  (13+ messages)
` [PATCH Version 9 01/12] NFS setup async exchange_id
` [PATCH Version 9 02/12] NFS refactor nfs4_match_clientids
` [PATCH Version 9 03/12] NFS refactor nfs4_check_serverowner_major_id
` [PATCH Version 9 04/12] NFS detect session trunking
` [PATCH Version 9 05/12] SUNRPC remove rpc_task_release_client from rpc_task_set_client
` [PATCH Version 9 06/12] SUNRPC rpc_clnt_xprt_switch_put
` [PATCH Version 9 07/12] SUNRPC rpc_clnt_xprt_switch_add_xprt
` [PATCH Version 9 08/12] SUNRPC search xprt switch for sockaddr
` [PATCH Version 9 09/12] SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
` [PATCH Version 9 10/12] NFS add xprt switch addrs test to match client
` [PATCH Version 9 11/12] NFS test session trunking with exchange id
` [PATCH Version 9 12/12] NFS pnfs data server multipath session trunking

[PATCH] pNFS/flexfiles: Fix layoutstat periodic reporting
 2016-08-15  3:05 UTC 

KЛИЕHТCKИЕ БА3ЬI MАЙЛ:oqissavip-2045@nomail.xl.cx CKАЙП: prodawez389 Для быcтрой мАccовой nроgАжu ВАшux товАров u ycлyг! Поgробноcтu yзнАйтe ceйчАc!
 2016-08-13  4:26 UTC 

[GIT PULL] 4.8 nfsd bugfixes
 2016-08-12 21:37 UTC 

[PATCH Version 8 00/12] pNFS file layout session trunking
 2016-08-12 20:59 UTC  (16+ messages)
` [PATCH Version 8 01/12] NFS setup async exchange_id
` [PATCH Version 8 02/12] NFS refactor nfs4_match_clientids
` [PATCH Version 8 03/12] NFS refactor nfs4_check_serverowner_major_id
` [PATCH Version 8 04/12] NFS detect session trunking
` [PATCH Version 8 05/12] SUNRPC remove rpc_task_release_client from rpc_task_set_client
` [PATCH Version 8 06/12] SUNRPC rpc_clnt_xprt_switch_put
` [PATCH Version 8 07/12] SUNRPC rpc_clnt_xprt_switch_add_xprt
` [PATCH Version 8 08/12] SUNRPC search xprt switch for sockaddr
` [PATCH Version 8 09/12] SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
` [PATCH Version 8 10/12] NFS add xprt switch addrs test to match client
` [PATCH Version 8 11/12] NFS test session trunking with exchange id
` [PATCH Version 8 12/12] NFS pnfs data server multipath session trunking

[GIT PULL] Please pull NFS client bugfixes for Linux 4.8
 2016-08-12 19:05 UTC 

[PATCH v4 0/2] Eliminate race between LOCK and FREE_STATEID
 2016-08-11 20:00 UTC  (5+ messages)
` [PATCH v4 1/2] nfsd: Fix race between FREE_STATEID and LOCK
` [PATCH v4 2/2] nfsd: don't return an unhashed lock stateid after taking mutex

[PATCH] nfsd: don't set a FL_LAYOUT lease for flexfiles layouts
 2016-08-11 18:14 UTC  (4+ messages)

CB_LAYOUTRECALL "deadlock" with in-kernel flexfiles server and XFS
 2016-08-11 17:10 UTC  (8+ messages)

[lkp] [nfsd] b44061d0b9: BUG: Dentry ffff880027d7c540{i=1846f,n=0a} still in use (1) [unmount of btrfs vda]
 2016-08-11  2:19 UTC  (10+ messages)

[PATCH v4 0/2] pnfs: allow client to handle multiple layout types per filesystem
 2016-08-10 19:58 UTC  (3+ messages)
` [PATCH v4 1/2] pnfs: track multiple layout types in fsinfo structure
` [PATCH v4 2/2] pnfs: add a new mechanism to select a layout driver according to an ordered list

[PATCH v3 0/3][resend] pnfs/nfsd: have client and server support multiple layout types
 2016-08-10 19:26 UTC  (5+ messages)
` [PATCH v3 3/3][resend] pnfs: add a new mechanism to select a layout driver according to an ordered list

[PATCH] Revert "SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose"
 2016-08-10  2:05 UTC  (3+ messages)

[PATCH] cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]
 2016-08-09 16:41 UTC 

[PATCH v3 0/2] Eliminate race between LOCK and FREE_STATEID
 2016-08-09 16:04 UTC  (5+ messages)

[PATCH] cachefiles: Fix attempt to read i_blocks after deleting file
 2016-08-09 13:16 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;
as well as URLs for NNTP newsgroup(s).