linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-16 21:59:58 to 2012-04-20 21:12:35 UTC [more...]

[PATCH RFC] vfs: make fstatat retry on ESTALE errors from getattr call
 2012-04-20 21:13 UTC  (38+ messages)
` [PATCH RFC v3] vfs: make fstatat retry once "

[PATCH] NFS4: fix referrals with IPv6 mounts
 2012-04-20 20:51 UTC  (10+ messages)

[PATCH v3 00/25] directio rewrite
 2012-04-20 20:52 UTC  (29+ messages)
` [PATCH v3 01/25] NFS: check for req==NULL in nfs_try_to_update_request cleanup
` [PATCH v3 02/25] NFS: put open context on error in nfs_pagein_multi
` [PATCH v3 03/25] NFS: put open context on error in nfs_flush_multi
` [PATCH v3 04/25] NFS: grab open context in direct read
` [PATCH v3 05/25] NFS4.1: make pnfs_ld_[read|write]_done consistent
` [PATCH v3 06/25] NFS4.1: Add lseg to struct nfs4_fl_commit_bucket
` [PATCH v3 07/25] NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
` [PATCH v3 08/25] NFS: dprintks in directio code were referencing task after put
` [PATCH v3 09/25] NFS: reverse arg order in nfs_initiate_[read|write]
` [PATCH v3 10/25] NFS: remove unnecessary casts of void pointers in nfs4filelayout.c
` [PATCH v3 11/25] NFS: use req_offset where appropriate
` [PATCH v3 12/25] NFS: create common nfs_pgio_header for both read and write
` [PATCH v3 13/25] NFS: create struct nfs_page_array
` [PATCH v3 14/25] NFS: merge _full and _partial read rpc_ops
` [PATCH v3 15/25] NFS: merge _full and _partial write rpc_ops
` [PATCH v3 16/25] NFS: create completion structure to pass into page_init functions
` [PATCH v3 17/25] NFS: remove unused wb_complete field from struct nfs_page
` [PATCH v3 18/25] NFS: prepare coalesce testing for directio
` [PATCH v3 19/25] NFS: rewrite directio read to use async coalesce code
` [PATCH v3 20/25] NFS: create nfs_generic_commit_list
` [PATCH v3 21/25] NFS: create struct nfs_commit_info
` [PATCH v3 22/25] NFS: create nfs_commit_completion_ops
` [PATCH v3 23/25] NFS: add dreq to nfs_commit_info
` [PATCH v3 24/25] NFS: avoid some stat gathering for direct io
` [PATCH v3 25/25] NFS: rewrite directio write to use async coalesce code

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-04-20 20:04 UTC  (3+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type

[PATCH v2 0/8] Fix SECINFO procedure
 2012-04-20 19:08 UTC  (9+ messages)
` [PATCH v2 1/8] NFS: Fix SECINFO_NO_NAME
` [PATCH v2 2/8] NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
` [PATCH v2 3/8] NFS: Do secinfo as part of lookup
` [PATCH v2 4/8] NFS: Remove secinfo knowledge out of the generic client
` [PATCH v2 5/8] NFS: Create a submount rpc_op
` [PATCH v2 6/8] NFS: Fix following referral mount points with different security
` [PATCH v2 7/8] NFS: Honor the authflavor set in the clone mount data
` [PATCH v2 8/8] NFS: Remove extra rpc_clnt argument to proc_lookup

[PATCH v2 00/28]
 2012-04-20 18:36 UTC  (29+ messages)
` [PATCH v2 01/28] NFS: check for req==NULL in nfs_try_to_update_request cleanup
` [PATCH v2 02/28] NFS: put open context on error in nfs_pagein_multi
` [PATCH v2 03/28] NFS: put open context on error in nfs_flush_multi
` [PATCH v2 04/28] NFS: grab open context in direct read
` [PATCH v2 05/28] NFS4.1: make pnfs_ld_[read|write]_done consistent
` [PATCH v2 06/28] NFS4.1: Add lseg to struct nfs4_fl_commit_bucket
` [PATCH v2 07/28] NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
` [PATCH v2 08/28] NFS: dprintks in directio code were referencing task after put
` [PATCH v2 09/28] NFS: reverse arg order in nfs_initiate_[read|write]
` [PATCH v2 10/28] NFS: remove unnecessary casts of void pointers in nfs4filelayout.c
` [PATCH v2 11/28] NFS: use req_offset where appropriate
` [PATCH v2 12/28] NFS: create common nfs_pgio_header for both read and write
` [PATCH v2 13/28] NFS: create struct nfs_page_array
` [PATCH v2 14/28] NFS: merge _full and _partial read rpc_ops
` [PATCH v2 15/28] NFS: merge _full and _partial write rpc_ops
` [PATCH v2 16/28] paged writed
` [PATCH v2 17/28] NFS: create completion structure to pass into page_init functions
` [PATCH v2 18/28] NFS: remove unused wb_complete field from struct nfs_page
` [PATCH v2 19/28] NFS: prepare coalesce testing for directio
` [PATCH v2 20/28] NFS: rewrite directio read to use async coalesce code
` [PATCH v2 21/28] direct read
` [PATCH v2 22/28] NFS: create nfs_generic_commit_list
` [PATCH v2 23/28] NFS: create struct nfs_commit_info
` [PATCH v2 24/28] NFS: create nfs_commit_completion_ops
` [PATCH v2 25/28] NFS: add dreq to nfs_commit_info
` [PATCH v2 26/28] NFS: avoid some stat gathering for direct io
` [PATCH v2 27/28] NFS: rewrite directio write to use async coalesce code
` [PATCH v2 28/28] direct write

[PATCH 0/3] SUNRPC: three bugfixes for PipeFS event handling
 2012-04-20 14:19 UTC  (4+ messages)
` [PATCH 1/3] SUNRPC: skip clients with program without PipeFS entries
` [PATCH 2/3] SUNRPC: traverse clients tree on PipeFS event
` [PATCH 3/3] SUNRPC: set per-net PipeFS superblock before notification

[PATCH v2] SUNRPC: skip dead but not buried clients on PipeFS events
 2012-04-20 14:11 UTC 

[PATCH] SUNRPC: skip dead but not buried clients on PipeFS events
 2012-04-20  6:05 UTC  (4+ messages)

[PATCH 0/6] Extended file stat system call
 2012-04-19 23:36 UTC  (16+ messages)
` [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available
` [PATCH 2/6] xstat: Ext4: Return extended attributes
` [PATCH 3/6] xstat: AFS: "
` [PATCH 4/6] xstat: NFS: "
` [PATCH 5/6] xstat: CIFS: "
` [PATCH 6/6] xstat: eCryptFS: "

[PATCH -next] nfsd: fix nfs4recover.f printk format warning
 2012-04-19 23:15 UTC 

Regretion on NFS in mainline kernel
 2012-04-19 20:46 UTC  (18+ messages)
              ` [PATCH 0/2] Fix regression "
              ` [PATCH 1/2] NFSv4: Ensure that the LOCK code sets exception->inode
              ` [PATCH 2/2] NFSv4: Ensure that we check lock exclusive/shared type against open modes

nfsd bugfixes for 3.4
 2012-04-19 20:31 UTC 

[REGRESSION] NFSv4: open(O_TRUNC) hangs
 2012-04-19 11:27 UTC  (5+ messages)

Howto temporarily disable delegation?
 2012-04-19 11:24 UTC  (2+ messages)

[PATCH] LockD: call per-net shutdown on every global shutdown call
 2012-04-19  8:30 UTC  (2+ messages)

[PATCH RFC] Performing direct I/O on sector-aligned requests
 2012-04-18 17:56 UTC  (3+ messages)

[PATCH 0/6] Fix SECINFO procedure
 2012-04-18 17:46 UTC  (7+ messages)
` [PATCH 1/6] NFS: pre-clone the rpc_clnt
` [PATCH 2/6] NFS: Pass alternate rpc_clnt to fs_locations()
` [PATCH 3/6] NFS: Create a submount rpc_op
` [PATCH 4/6] NFS: Do secinfo as part of lookup
` [PATCH 5/6] NFS: Remove extra rpc_clnt argument to proc_lookup
` [PATCH 6/6] NFS: Fix SECINFO_NO_NAME

[PATCH Version 2 1/1] NFSv4.1 fix page number calculation bug for filelayout decode buffers
 2012-04-14  7:56 UTC 

[PATCH 0/5] [RFC] Add support for new upcall mechanism for nfsd
 2012-04-18 10:59 UTC  (11+ messages)
` [PATCH 1/5] SUNRPC: Document a bit RPCGSS handling in the NFS Server
` [PATCH 2/5] SUNRPC: conditionally return endtime from import_sec_context
` [PATCH 3/5] SUNRPC: split upcall function to extract reusable parts
` [PATCH 4/5] SUNRPC: Add RPC based upcall mechanism for RPCGSS auth
` [PATCH 5/5] SUNRPC: Use gssproxy upcall for nfsd's RPCGSS authentication

[PATCH 00/19 v5] Fix filesystem freezing deadlocks
 2012-04-18  0:46 UTC  (10+ messages)
` [PATCH 12/27] nfsd: Push mnt_want_write() outside of i_mutex

Linux pNFS status meeting 02/09/12 -- NO MEETING --
 2012-04-17 17:32 UTC  (7+ messages)
` Linux pNFS status meeting 02/16/12 "
  ` Linux pNFS status meeting 04/12/12

[PATCH 00/26] directio rewrite
 2012-04-17 16:16 UTC  (11+ messages)
` [PATCH 14/26] NFS: merge _full and _partial read rpc_ops
` [PATCH 19/26] NFS: rewrite directio read to use async coalesce code

NFSv4 high availability setups
 2012-04-17 15:14 UTC  (6+ messages)

[PATCH 2/2] Avoid beyond bounds copy while caching ACL
 2012-04-17 13:36 UTC 

[PATCH 1/2] Avoid reading past buffer when calling GETACL
 2012-04-17 13:35 UTC 

[PATCH 0/2] Prevent out of bounds reads when dealing with ACLs
 2012-04-17 13:33 UTC 

[PATCH 00/11] Swap-over-NFS without deadlocking V3
 2012-04-17 12:40 UTC  (4+ messages)
` [PATCH 08/11] nfs: disable data cache revalidation for swapfiles


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).