linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-10 13:04:48 to 2012-01-17 16:40:45 UTC [more...]

I/O Wait on exportfs
 2012-01-17 16:40 UTC  (4+ messages)

[RFC PATCH 0/6] Fix NFSv4 delegations
 2012-01-17 16:17 UTC  (8+ messages)
` [RFC PATCH 1/6] locks: introduce new FL_DELEG lock flag
` [RFC PATCH 2/6] locks: give break_lease its own flags
  ` Bypass encrypt and decrypt data in dm-crypt
` [RFC PATCH 3/6] locks: break delegations on unlink
` [RFC PATCH 4/6] locks: break delegations on rename
` [RFC PATCH 5/6] locks: break delegations on any attribute modification
` [RFC PATCH 6/6] locks: break delegations on link

svcgssd: Allow administrators to specify timeout for the cached context
 2012-01-17 16:34 UTC  (6+ messages)

[PATCH/RFC 0/7] Volatile Filehandle Client-side Support
 2012-01-17 15:18 UTC  (12+ messages)

[GIT PULL] Please pull more NFS client changes
 2012-01-16 22:07 UTC 

[PATCH v2] nfsidmap: Purge the keyring when its full
 2012-01-16 19:52 UTC  (2+ messages)

[PATCH v3] autoconf: only link binaries that need it to libtirpc
 2012-01-16 19:51 UTC  (2+ messages)

[PATCH] nfsd: Fix oops when parsing a 0 length export
 2012-01-16 15:50 UTC  (3+ messages)
` [patch] nfsd: oopses in cache_parse()

Please Help
 2012-01-15 23:25 UTC 

[PATCH 0/5] more test on current stateid processing
 2012-01-15 22:31 UTC  (8+ messages)
` [PATCH 1/5] client: move current stateid test into a dedicated module
` [PATCH 2/5] client: test current stateid processing on PUTROOTFH
` [PATCH 3/5] client: test current stateid processing with OPEN+LAYOUTGET in a single compound
` [PATCH 4/5] client: test current stateid processing with OPEN and SETATTR
` [PATCH 5/5] client: test OPEN+FREE_STETEID+CLOSE in a single compound

[PATH v6 0/9] handle curruent stateid
 2012-01-15 16:20 UTC  (10+ messages)
` [PATH v6 1/9] nfsd4: initialize current stateid at compile time
` [PATH v6 2/9] nfsd41: handle current stateid in open and close
` [PATH v6 3/9] nfsd41: handle current stateid on lock and locku
` [PATH v6 4/9] nfsd41: consume current stateid on read and write
` [PATH v6 5/9] nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateid
` [PATH v6 6/9] nfsd41: save and restore current stateid with current fh
` [PATH v6 7/9] nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateid
` [PATH v6 8/9] nfsd41: handle current stateid in SETATTR and FREE_STATEID
` [PATH v6 9/9] nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADE

[PATCH 00/44] NFS: Create NFS Modules
 2012-01-14  0:55 UTC  (51+ messages)
` [PATCH 01/44] NFS: ifndef guard internal.h
` [PATCH 02/44] NFS: Relocate the stat_to_errno() function
` [PATCH 03/44] NFS: Make v2 configurable
` [PATCH 04/44] NFS: Add version registering framework
` [PATCH 05/44] NFS: Move v2 to new subdirectory
` [PATCH 06/44] NFS: Export symbols needed by a v2 module
` [PATCH 07/44] NFS: Convert NFS v2 into a module
` [PATCH 08/44] NFS: Created custom init_aclclient() functions
` [PATCH 09/44] NFS: Move v3 to its own subdirectory
` [PATCH 10/44] NFS: Export symbols needed by a v3 module
` [PATCH 11/44] NFS: Switch to using the IS_ENABLED macro for CONFIG_NFS_V3
` [PATCH 12/44] NFS: Convert NFS v3 into a module
` [PATCH 13/44] NFS: Remove unused code
` [PATCH 14/44] NFS: Move v4 to its own subdirectory
` [PATCH 15/44] NFS: Move init_aclclient() into the v4 subdirectory
` [PATCH 16/44] NFS: Create a version-specific do_submount() function
` [PATCH 17/44] NFS: Added in a custom do_clone_mount() function
` [PATCH 18/44] NFS: Give versions a custom have_delegation() function
` [PATCH 19/44] NFS: Give versions a custom have_delegated_attributes() function
` [PATCH 20/44] NFS: Give versions a custom return_delegation() function
` [PATCH 21/44] NFS: Add a function to run when shutting down a client
` [PATCH 22/44] NFS: Split nfs_fs_mount() into two functions
` [PATCH 23/44] NFS: Create a custom try_mount() function for each version
` [PATCH 24/44] NFS: Create a separate valadet_text_mount_data() function
` [PATCH 25/44] NFS: Create a custom validate_mount_data() function
` [PATCH 26/44] NFS: Create an idr_lock to protect the cb_idr
` [PATCH 27/44] NFS: Create a custom alloc_client() function
` [PATCH 28/44] NFS: Create a custom put_client() function
` [PATCH 29/44] NFS: Create the nfs4/module.c file
` [PATCH 30/44] NFS: Move over NFS v4 sysctls
` [PATCH 31/44] NFS: Move v4 getroot code to the v4 directory
` [PATCH 32/44] NFS: Move a v4 block from inode.c
` [PATCH 33/44] NFS: Move over the v4_file_operations structure
` [PATCH 34/44] NFS: Move v4-only functions from dir.c
` [PATCH 35/44] NFS: Register the v4 filesystem type from nfs4/module.c
` [PATCH 36/44] NFS: Export functions from super.c
` [PATCH 37/44] NFS: Move v4 super code to the nfs4/ directory
` [PATCH 38/44] NFS: Only initialize pnfs in the v4.x case
` [PATCH 39/44] NFS: Create accessor functions for the nfs_client_list()
` [PATCH 40/44] NFS: Export functions from client.c
` [PATCH 41/44] NFS: Move v4 client.c code to nfs4/client.c
` [PATCH 42/44] NFS: Switch to using IS_ENABLED macro for CONFIG_NFS_V4
` [PATCH 43/44] NFS: Export functions needed by a v4 module
` [PATCH 44/44] NFS: Convert NFS v4 into a module

[PATCH v5 0/6] SUNRPC: rcbind clients virtualization
 2012-01-13 10:03 UTC  (8+ messages)
` [PATCH v5 1/6] SUNRPC: move rpcbind internals to sunrpc part of network namespace context
` [PATCH v5 2/6] SUNRPC: optimize net_ns dereferencing in rpcbind creation calls
` [PATCH v5 3/6] SUNRPC: optimize net_ns dereferencing in rpcbind registering calls
` [PATCH v5 4/6] SUNRPC: create rpcbind client in passed network namespace context
` [PATCH v5 5/6] SUNRPC: register rpcbind programs in passed network namespase context
` [PATCH v5 6/6] SUNRPC: parametrize local rpcbind clients creation with net ns

[PATCH v2 0/4] SUNRPC: register services with per-net rpcbind
 2012-01-13 10:03 UTC  (5+ messages)
` [PATCH v2 1/4] SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure
` [PATCH v2 2/4] SUNRPC: pass network namespace to service registering routines
` [PATCH v2 3/4] SUNRPC: register service on creation in current network namespace
` [PATCH v2 4/4] SUNRPC: unregister "

[PATCH v2 0/4] SUNRPC: pass network namespace context to sockaddr construction routines
 2012-01-13  9:09 UTC  (5+ messages)
` [PATCH v2 1/4] SUNRPC: parametrize rpc_parse_scope_id() by network context
` [PATCH v2 2/4] SUNRPC: parametrize rpc_pton6() "
` [PATCH v2 3/4] SUNRPC: parametrize rpc_pton() "
` [PATCH v2 4/4] SUNRPC: parametrize rpc_uaddr2sockaddr() "

[PATCH-v2 0/9] pnfsblock patches for 3.3 post-rc1
 2012-01-13  2:38 UTC  (13+ messages)
` [PATCH-v2 1/9] pnfsblock: cleanup bl_mark_sectors_init
` [PATCH-v2 3/9] pnfsblock: move find lock page logic out of bl_write_pagelist
` [PATCH-v2 4/9] pnfsblock: set read/write tk_status to pnfs_error
` [PATCH-v2 5/9] pnfsblock: remove rpc_call_ops from struct parallel_io
` [PATCH-v2 6/9] pnfsblock: clean up _add_entry
` [PATCH-v2 7/9] pnfsblock: alloc short extent before submit bio

nfsd changes for 3.3
 2012-01-12 22:22 UTC 

[patch] svcrdma: endian bug in send_write_chunks()
 2012-01-12 21:32 UTC  (8+ messages)

Problems restarting nfsd
 2012-01-12 21:02 UTC  (3+ messages)

[PATCH] nfsidmap: Purge the keyring when its full
 2012-01-12 19:54 UTC  (3+ messages)

RFC: NFS/RDMA, IPoIB MTU and [rw]size
 2012-01-12 19:17 UTC 

[PATCH v2] SUNRPC: make SUNPRC clients list per network namespace context
 2012-01-12 18:07 UTC 

[PATCH RESEND 0/9] pnfsblock patches for 3.3 post-rc1
 2012-01-12 15:09 UTC  (12+ messages)
` [PATCH RESEND 1/9] pnfsblock: cleanup bl_mark_sectors_init
` [PATCH RESEND 3/9] pnfsblock: move find lock page logic out of bl_write_pagelist
` [PATCH RESEND 4/9] pnfsblock: set read/write tk_status to pnfs_error
` [PATCH RESEND 5/9] pnfsblock: remove rpc_call_ops from struct parallel_io
` [PATCH RESEND 6/9] pnfsblock: clean up _add_entry
` [PATCH RESEND 7/9] pnfsblock: alloc short extent before submit bio

[PATCH 00/11] SUNRPC: make sysctl per network namespcase context
 2012-01-12  9:17 UTC  (16+ messages)
` [PATCH 01/11] SYSCTL: export root and set handling routines

[PATCH v2 0/5] NFS: create blocklayout pipe per network namesapce context
 2012-01-12  8:45 UTC  (7+ messages)
` [PATCH v2 3/5] NFS: blocklayout PipeFS notifier introduced
` [PATCH v2 4/5] NFS: remove RPC PipeFS mount point reference from blocklayout routines
` [PATCH v2 5/5] SUNRPC: kernel PipeFS mount point creation routines removed

[patch] nfs: check for integer overflow in decode_devicenotify_args()
 2012-01-12  7:16 UTC 

[patch] NFS: cleanup endian type in decode_ds_addr()
 2012-01-12  7:07 UTC 

[patch] NFS: add an endian notation
 2012-01-12  7:06 UTC 

Linux pNFS status meeting 01/12/12 - NO MEETING
 2012-01-12  4:40 UTC 

[PATCH 0/5] NFS: create blocklayout pipe per network namesapce context
 2012-01-11 18:03 UTC  (8+ messages)

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-01-11 15:31 UTC  (4+ messages)

[PATCH v2 0/6] SUNRPC: make RPC clients use network-namespace-aware PipeFS routines
 2012-01-11 15:18 UTC  (7+ messages)
` [PATCH v2 1/6] SUNRPC: handle RPC client pipefs dentries by network namespace aware routines
` [PATCH v2 2/6] SUNRPC: handle GSS AUTH pipes "
` [PATCH v2 3/6] SUNRPC: subscribe RPC clients to pipefs notifications
` [PATCH v2 4/6] SUNRPC: remove RPC client pipefs dentries after unregister
` [PATCH v2 5/6] SUNRPC: remove RPC pipefs mount point manipulations from RPC clients code
` [PATCH v2 6/6] SUNRPC: remove RPC PipeFS mount point reference from RPC client

[LSF/MM TOPIC] [ATTEND] linux-pnfs server implementations
 2012-01-11 14:11 UTC  (6+ messages)

pnfs git tree status pnfs-all-3.1-2011-11-14 pnfs-all-3.2-rc1-2011-11-14
 2012-01-11 10:54 UTC  (6+ messages)
` pnfs git tree status pnfs-all-3.2-rc4-2011-12-04
  ` pnfs git tree status pnfs-all-3.2-2012-01-08
    ` [PATCH] SQUASHME: pnfsd-exofs: Fix the RAID5 export

[PATH v5 0/8] process current stateid
 2012-01-10 21:54 UTC  (3+ messages)

[RFC 0/4] NFS: Modularize NFS v3
 2012-01-10 17:58 UTC  (3+ messages)

[GIT PULL] Please pull NFS client bugfixes and cleanups
 2012-01-10 17:47 UTC  (7+ messages)

[PATCH] NFS4: fix compile warnings in nfs4proc.c
 2012-01-10 14:42 UTC 


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