Linux NFS development
 help / color / mirror / Atom feed
 messages from 2012-07-30 20:05:29 to 2012-08-08 13:22:11 UTC [more...]

[PATCH v5 00/19] vfs: add the ability to retry on ESTALE to several syscalls
 2012-08-08 13:21 UTC  (18+ messages)
` [PATCH v5 01/19] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v5 02/19] vfs: add a kern_path_at function
` [PATCH v5 03/19] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v5 04/19] vfs: fix readlinkat to retry on ESTALE
` [PATCH v5 05/19] vfs: remove user_path_at_empty
` [PATCH v5 06/19] vfs: turn "empty" arg in getname_flags into a bool
` [PATCH v5 07/19] vfs: add new "reval" argument to kern_path_create
` [PATCH v5 08/19] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v5 09/19] vfs: fix mkdir "
` [PATCH v5 10/19] vfs: fix symlinkat "
` [PATCH v5 11/19] vfs: fix linkat "
` [PATCH v5 12/19] vfs: make rmdir "
` [PATCH v5 13/19] vfs: make do_unlinkat "
` [PATCH v5 14/19] vfs: fix renameat to "
` [PATCH v5 15/19] vfs: remove user_path_parent
` [PATCH v5 16/19] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v5 17/19] vfs: have faccessat "

NFSv4 backchannel authentication
 2012-08-08 13:18 UTC  (6+ messages)

[PATCH 1/2] NFSv41: fix DIO write_io calculation
 2012-08-08 12:49 UTC  (3+ messages)
` [PATCH 2/2] NFS41: fix error of setting blocklayoutdriver

nfs4 mounts failing with 3.6.0-rc1
 2012-08-08 11:48 UTC  (14+ messages)

[PATCH RFC 0/3] NFS41: optimize layoutget
 2012-08-08  2:03 UTC  (4+ messages)
` [PATCH RFC 1/3] NFS: track direct IO left bytes
` [PATCH RFC 2/3] NFS41: send real write size in layoutget
` [PATCH RFC 3/3] NFS41: send real read size in layoutget for DIO

[PATCH 0/4] pnfsblock: fix IO alignment bug
 2012-08-08  1:58 UTC  (4+ messages)
` [PATCH 1/4] Revert "pnfsblock: bail out partial page IO"
` [PATCH 2/4] pnfsblock: fix partial page buffer wirte

[PATCH] NFS: Clear key construction data if the idmap upcall fails
 2012-08-07 16:00 UTC  (4+ messages)

[PATCH] nfsd: trivial comment updates
 2012-08-07 15:53 UTC  (3+ messages)

kernel BUG at /data/lemmy/linux.trees.git/fs/nfs/idmap.c:681!
 2012-08-07 15:19 UTC  (11+ messages)

Symantec Mail Security detected prohibited attachment(s) in a message sent from your address (SYM:15788289141029710305)
 2012-08-07  5:47 UTC 

[PATCH] rpc.gssd: don't call poll(2) twice a second
 2012-08-06 14:23 UTC  (3+ messages)

[PATCH] rpc.gssd: don't call poll() twice a second
 2012-08-06 14:23 UTC  (20+ messages)
              ` [PATCH 1/4] rpc.gssd: simplify signal handling
              ` [PATCH 2/4] rpc.gssd: don't call printerr from signal handler
              ` [PATCH 3/4] rpc.gssd: handle error to open toplevel directory
              ` [PATCH 4/4] rpc.gssd: don't call poll() twice a second

nfs-utils: Something is wrong in is_vers4()
 2012-08-06 14:21 UTC  (7+ messages)

[PATCH RFC] nfs: allow coalescing of read/write requests under more circumstances
 2012-08-05 23:34 UTC  (2+ messages)

nfs_idmap_legacy_upcall
 2012-08-04 21:17 UTC  (6+ messages)

stale or not stale
 2012-08-03 10:52 UTC  (3+ messages)

[GIT PULL] exofs: Mostly fixes
 2012-08-03  8:08 UTC 

wait_for_key_construction oops
 2012-08-02 21:54 UTC  (5+ messages)

[PATCH v2 00/10] Create NFS modules
 2012-08-02 19:01 UTC  (16+ messages)
` [PATCH v2 01/10] NFS: Add version registering framework
` [PATCH v2 02/10] NFS: Remove the NFS v4 xdev mount function
` [PATCH v2 03/10] NFS: Create a try_mount rpc op
` [PATCH v2 04/10] NFS: Only initialize the ACL client in the v3 case
` [PATCH v2 05/10] NFS: Pass super operations and xattr handlers in the nfs_subversion
` [PATCH v2 06/10] NFS: Split out remaining NFS v4 inode functions
` [PATCH v2 07/10] NFS: Keep module parameters in the generic NFS client
` [PATCH v2 08/10] NFS: Convert v2 into a module
` [PATCH v2 09/10] NFS: Convert v3 "
` [PATCH v2 10/10] NFS: Convert v4 "

[PATCH] nfs: tear down caches in nfs_init_writepagecache when allocation fails
 2012-08-02 18:30 UTC 

Linux pNFS status meeting 08/02/12
 2012-08-02 13:53 UTC 

[PATCHSET 0/3] pnfs-obj: Fixes left-out from 3.5 for the 3.6 merge window
 2012-08-02 13:06 UTC  (6+ messages)
` [PATCH 1/3] NFS41: add pg_layout_private to nfs_pageio_descriptor
` [PATCH 1/3 repost] "
` [PATCH 2/3] pnfs-obj: Better IO pattern in case of unaligned offset
` [PATCH 3/3] pnfs: Don't BUG on info received from Server

[PATCH 0/2] Fix bugs and clean code in __nfs4_get_acl_uncached
 2012-08-02 11:13 UTC  (5+ messages)
` [PATCH 1/2] Fix array overflow "
` [PATCH 2/2] Simplify check for size of ACL returned "

[PATCH v2 0/2] pnfs: fix a crash when hitting Ctrl+C during LAYOUTGET
 2012-08-02  8:47 UTC  (3+ messages)
` [PATCH v2 1/2] pnfs: defer release of pages in layoutget
` [PATCH v2 2/2] pnfs: nfs4_proc_layoutget returns void

Linux NFS and cached properties
 2012-08-02  2:50 UTC  (8+ messages)

[PATCH] libnfsidmap: implementation of client side Static translation method
 2012-08-01 17:56 UTC  (2+ messages)

[PATCH 1/2] NFS: Fix a number of bugs in the idmapper
 2012-08-01 12:39 UTC  (10+ messages)
` [PATCH 2/2] NFS: Combine the idmapper key types

nfsd changes for 3.6
 2012-08-01 11:56 UTC  (4+ messages)
    ` [PATCH] locks: remove unused lm_release_private

[PATCH v4 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-08-01  1:52 UTC  (4+ messages)

[GIT PULL] Please pull second wave of NFS client changes for 3.6
 2012-07-31 22:50 UTC 

[PATCH] Fix array overflow in __nfs4_get_acl_uncached
 2012-07-31 21:47 UTC  (4+ messages)

[PATCH 0/3] pnfs: fix a crash when hitting Ctrl+C during LAYOUTGET
 2012-07-31 18:55 UTC  (5+ messages)
` [PATCH 1/3] pnfs: defer release of pages in layoutget
` [PATCH 3/3] pnfs: use size_t for LAYOUTGET response pages count

read/write performance regression due to better v4 lock state tracking
 2012-07-31 18:35 UTC 

[PATCH 1/2] NFS: Fix a number of bugs in the idmapper
 2012-07-31 14:45 UTC  (4+ messages)
` [PATCH 2/2] NFS: Combine the idmapper key types

[nfs:devel 46/51] fs/nfs/write.c:1592:5: error: redefinition of 'nfs_commit_inode'
 2012-07-31 14:36 UTC  (17+ messages)

[PATCH v2 00/15] Lockd: grace period containerization
 2012-07-31 14:26 UTC  (5+ messages)

SUNRPC lients: Pipefs mount races
 2012-07-31 11:02 UTC 

[PATCH] SUNRPC: return negative value in case rpcbind client creation error
 2012-07-31  7:46 UTC  (4+ messages)

[PATCH v3] SUNRPC: protect service sockets lists during per-net shutdown
 2012-07-31  5:28 UTC  (3+ messages)

NFSv4 callback: too many open connections, consider increasing the number of threads
 2012-07-31  4:40 UTC  (3+ messages)

[GIT PULL] Please pull NFS client updates for 3.6
 2012-07-30 22:24 UTC 


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