Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-01-18 16:36:20 to 2008-01-25 17:01:25 UTC [more...]

[PATCH 001/112] NFS: Optimise nfs_vm_page_mkwrite()
 2008-01-25 16:38 UTC  (91+ messages)
  ` [PATCH 004/112] NFS: Stop sillyname renames and unmounts from racing
  ` [PATCH 002/112] NFS: Clean up the write request locking
  ` [PATCH 005/112] SUNRPC: Fix a race in xs_tcp_state_change()
  ` [PATCH 003/112] NFSv4: Clean up the OPEN/CLOSE serialisation code
  ` [PATCH 007/112] SUNRPC: Allow the client to detect if the TCP connection is closed
  ` [PATCH 008/112] SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writes
  ` [PATCH 006/112] SUNRPC: Fix TCP rebinding logic
  ` [PATCH 013/112] SUNRPC: Reconnect immediately whenever the server isn't refusing it
  ` [PATCH 010/112] SUNRPC: xprt_autoclose() should not call xprt_disconnect()
  ` [PATCH 011/112] SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()
  ` [PATCH 012/112] SUNRPC: Rename xprt_disconnect()
  ` [PATCH 016/112] SUNRPC: Restrict sunrpc client exports
  ` [PATCH 017/112] SUNRPC: Cleanup of rpc_task initialisation
  ` [PATCH 015/112] SUNRPC: Move exported declarations to the function declarations
  ` [PATCH 020/112] SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_task
  ` [PATCH 018/112] SUNRPC: Clean up rpc_run_task
  ` [PATCH 021/112] SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action
  ` [PATCH 019/112] SUNRPC: Clean up the initialisation of priority queue scheduling info
  ` [PATCH 023/112] NFS: Clean up the (commit|read|write)_setup() callback routines
  ` [PATCH 024/112] NFS/SUNRPC: Convert all users of rpc_call_setup()
  ` [PATCH 022/112] SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg
  ` [PATCH 027/112] NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()
  ` [PATCH 026/112] SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task
  ` [PATCH 025/112] SUNRPC: Remove the now unused function rpc_call_setup()
  ` [PATCH 030/112] SUNRPC: Remove the obsolete RPC_WAITQ macro
  ` [PATCH 028/112] SUNRPC: Unexport rpc_init_task() and rpc_execute()
  ` [PATCH 031/112] SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()
  ` [PATCH 032/112] SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()
  ` [PATCH 034/112] SUNRPC: temp var should match return type of xdr_skb_read_actor
  ` [PATCH 036/112] NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t
  ` [PATCH 035/112] SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()
  ` [PATCH 037/112] NFS: Use unsigned intermediates for manipulating header lengths (NFSv2 XDR)
  ` [PATCH 040/112] NFS: Change sign of some loop indices in nfs4xdr.c
  ` [PATCH 043/112] NFS: Remove support for the 'nfsprog' option
  ` [PATCH 041/112] NFS: Prevent nfs_getattr() hang during heavy write workloads
  ` [PATCH 044/112] NFS: Remove support for the 'mountprog' option
  ` [PATCH 046/112] NFS: Clean up address comparison in __nfs_find_client()
  ` [PATCH 047/112] NFS: Remove an unneeded check in decode_compound_header_arg()
  ` [PATCH 049/112] NFS: Clean up the nfs_client initialisation
  ` [PATCH 050/112] NFS: Clean up the nfs_find_client function
  ` [PATCH 051/112] NFS: Remove the redundant nfs_client->cl_nfsversion
  ` [PATCH 052/112] SUNRPC: rpc_create() default hostname should support AF_INET6 addresses
  ` [PATCH 054/112] SUNRPC: RPC version numbers are u32
  ` [PATCH 053/112] SUNRPC: Fix socket address handling in rpcb_clnt
  ` [PATCH 057/112] NFS: Increase size of cl_ipaddr field to hold IPv6 addresses
  ` [PATCH 059/112] NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
  ` [PATCH 060/112] NFS: Move dprintks from callback.c to callback_proc.c
  ` [PATCH 062/112] NFS: Add support for AF_INET6 addresses in nfs_compare_super()
  ` [PATCH 063/112] NFS: Verify IPv6 addresses properly
  ` [PATCH 061/112] NFS: Address a couple of nits in nfs_follow_referral()
  ` [PATCH 065/112] NFS: Set default port for NFSv4, with support for AF_INET6
  ` [PATCH 064/112] NFS: Make setting a port number agostic
  ` [PATCH 067/112] NFS: Expand server address storage in nfs_client struct
  ` [PATCH 070/112] NFS: Change nfs_find_client() to take "struct sockaddr *"
  ` [PATCH 071/112] NFS: Change nfs_get_client() to take sockaddr *
  ` [PATCH 074/112] NFS: Remove the NIPQUAD from nfs_try_mount
  ` [PATCH 073/112] NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"
  ` [PATCH 075/112] NFS: Refactor mount option address parsing into separate function
  ` [PATCH 076/112] NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
  ` [PATCH 077/112] NFS: Pull covers off IPv6 address parsing
  ` [PATCH 078/112] NFSv4: Add socket proto argument to setclientid
  ` [PATCH 079/112] SUNRPC: cleanup for rpc_new_client()
  ` [PATCH 080/112] SUNRPC: Clean up the transport timeout initialisation
  ` [PATCH 081/112] SUNRPC: Add support for per-client timeout values
  ` [PATCH 083/112] NFS: Support per-mountpoint timeout parameters
  ` [PATCH 084/112] NFS: Fix the 'proto=' mount option
  ` [PATCH 085/112] SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()
  ` [PATCH 086/112] NFS: Clean up fs/nfs/idmap.c
  ` [PATCH 087/112] NFS: Fix use of copy_to_user() in idmap_pipe_upcall
  ` [PATCH 089/112] NFS: Fix minor mixed sign comparison in NFS client's write logic
  ` [PATCH 090/112] NFS: nfs_write_end clean up
  ` [PATCH 092/112] SUNRPC: fewer conditionals in the format_ip_address routines
  ` [PATCH 094/112] NLM: Introduce external nlm_host set-up and tear-down functions
  ` [PATCH 093/112] SUNRPC: Fix up constant string declarations in struct rpcbind_args
  ` [PATCH 096/112] NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
  ` [PATCH 095/112] NFS: Invoke nlmclnt_init during NFS mount processing
  ` [PATCH 097/112] NLM: Introduce an arguments structure for nlmclnt_init()
  ` [PATCH 099/112] NFS: NFS version number is unsigned
  ` [PATCH 098/112] NLM: Fix a bogus 'return' in nlmclnt_rpc_release
  ` [PATCH 102/112] SUNRPC: Use appropriate argument types in rpcb client
  ` [PATCH 101/112] SUNRPC: rpcb_getport_sync() should use built-in hostname generator
  ` [PATCH 100/112] SUNRPC: Clean up functions that free address_strings array
  ` [PATCH 105/112] SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls
  ` [PATCH 103/112] SUNRPC: Clean up block comment preceding rpcb_getport_sync()
  ` [PATCH 107/112] nfs4: allow nfsv4 acls on non-regular-files
  ` [PATCH 108/112] NFS: Address memory leaks in the NFS client mount option parser
  ` [PATCH 110/112] nfs: convert NFS_*(inode) helpers to static inline
  ` [PATCH 109/112] nfs: obliterate NFS_FLAGS macro
  ` [PATCH 112/112] NFS: Fix a potential race between umount and nfs_access_cache_shrinker()
  ` [PATCH 111/112] NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode

[PATCH 000/112] What's in the NFS queue for linux-2.6.25
 2008-01-25 16:59 UTC 

[PATCH 2/3] NLM per-ip grace period - core
 2008-01-25  5:17 UTC 

[PATCH 1/3] NLM add resume procfs file
 2008-01-25  5:15 UTC 

[PATCH 0/3] NLM per-ip base grace period
 2008-01-25  5:12 UTC 

[PATCH 3/3] NLM enable per-ip base grace period
 2008-01-25  5:19 UTC 

[PATCH 2/2] nfs: convert NFS_*(inode) helpers to static inline
 2008-01-25  0:02 UTC  (2+ messages)

[PATCH 1/2] NLM failover unlock commands
 2008-01-24 21:49 UTC  (18+ messages)

[NFS] Where is Tom Tucker's git tree gone?
 2008-01-24 19:21 UTC  (2+ messages)

[PATCH 1/2] NLM failover unlock commands
 2008-01-24  4:02 UTC  (11+ messages)

[NFS] nfs_statfs: statfs error = 512 ?
 2008-01-23 21:10 UTC  (5+ messages)

[PATCH] nfs-utils: update mailing list address
 2008-01-23 20:27 UTC 

[PATCH 1/2] nfs: obliterate NFS_FLAGS macro
 2008-01-23  6:58 UTC 

inotify and nfsd exported filesystem
 2008-01-22 21:39 UTC  (4+ messages)

inotify and nfsd exported filesystem
 2008-01-22 20:29 UTC  (2+ messages)

[PATCH] [NFS]: constify function pointer tables
 2008-01-22 19:48 UTC  (2+ messages)
  ` [NFS] [PATCH] knfsd: "

[PATCH] nfs: parenthesize NFS_*(inode) parameters
 2008-01-22 18:58 UTC  (7+ messages)

[RFC,PATCH] svc: Modify svc_xprt_create to take a sockaddr
 2008-01-22 17:52 UTC  (12+ messages)

atimes not updated over NFS
 2008-01-22 17:17 UTC  (13+ messages)

[PATCH] nfs: parenthesize NFS_*(inode) parameters
 2008-01-22 16:53 UTC  (2+ messages)

[NFS] nfs2/3 ESTALE bug on mount point (v2.6.24-rc8)
 2008-01-22 16:41 UTC  (5+ messages)
  `  "

Mutex Hang on GC in lockd for 2.6.22-14
 2008-01-21 21:03 UTC  (4+ messages)

[PATCH] svc: Modify svc_find_xprt to take a reference
 2008-01-21 17:19 UTC  (3+ messages)

NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
 2008-01-21 16:55 UTC  (6+ messages)

[NFS] nfs2/3 ESTALE bug on mount point (v2.6.24-rc8)
 2008-01-21  3:27 UTC 

Understanding iostat-ms output
 2008-01-19 12:51 UTC  (10+ messages)

[PATCH 2/3] NFS: Add NFS_MOUNT_NONEGDE flag to avoid caching negative dentries
 2008-01-19  1:28 UTC  (14+ messages)

[PATCH] [NFSD] Typo in nfsd_vers()
 2008-01-18 22:10 UTC  (4+ messages)

[PATCH 0/4] Intro: convert lockd to kthread and fix use-after-free (try #8)
 2008-01-18 22:07 UTC  (10+ messages)
` [PATCH 1/4] SUNRPC: spin svc_rqst initialization to its own function
  ` [PATCH 2/4] SUNRPC: export svc_sock_update_bufs
    ` [PATCH 3/4] NLM: Convert lockd to use kthreads
      ` [PATCH 4/4] NLM: have nlm_shutdown_hosts kill off all NLM RPC tasks

[PATCH 0/3] enhanced ESTALE error handling
 2008-01-18 19:12 UTC  (10+ messages)

[PATCH 1/3] enhanced ESTALE error handling
 2008-01-18 17:32 UTC  (5+ messages)


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