Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-01-25 17:00:19 to 2008-01-28 20:07:49 UTC [more...]

nfs server patches for 2.6.25
 2008-01-28 20:07 UTC  (125+ messages)
` [PATCH 001/100] nfsd4: probe callback channel only once
  ` [PATCH 002/100] nfsd: move callback rpc_client creation into separate thread
    ` [PATCH 003/100] Fix incorrect assignment
      ` [PATCH 004/100] knfsd: fix broken length check in nfs4idmap.c
        ` [PATCH 005/100] SUNRPC: Prevent length underflow in read_flush()
          ` [PATCH 006/100] SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
            ` [PATCH 007/100] NLM: Fix sign of length of NLM variable length strings
              ` [PATCH 008/100] NFSD: Use unsigned length argument for decode_filename
                ` [PATCH 009/100] NFSD: File name length signage in nfsd request argument structures
                  ` [PATCH 010/100] NFSD: Adjust filename length argument of nfsd_lookup
                    ` [PATCH 011/100] NFSD: Use unsigned length argument for decode_pathname
                      ` [PATCH 012/100] NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargs
                        ` [PATCH 013/100] NFSD: Path name length signage in nfsd request argument structures
                          ` [PATCH 014/100] knfsd: fix cache.c comment
                            ` [PATCH 015/100] nfsd: Fix handling of negative lengths in read_buf()
                              ` [PATCH 016/100] knfsd: cleanup nfsd4 properly on module init failure
                                ` [PATCH 017/100] nfsd: cleanup nfsd module initialization cleanup
                                  ` [PATCH 018/100] nfsd: fail module init on reply cache init failure
                                    ` [PATCH 019/100] knfsd: cache unregistration needn't return error
                                      ` [PATCH 020/100] nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases
                                        ` [PATCH 021/100] nfsd: fail init on /proc/fs/nfs/exports creation failure
                                          ` [PATCH 022/100] nfsd: move cache proc (un)registration to separate function
                                            ` [PATCH 023/100] knfsd: allow cache_register to return error on failure
                                              ` [PATCH 024/100] nfsd: move nfsd/auth.h into fs/nfsd
                                                ` [PATCH 025/100] nfsd: minor fs/nfsd/auth.h cleanup
                                                  ` [PATCH 026/100] nfsd4: kill some unneeded setclientid comments
                                                    ` [PATCH 027/100] nfsd: eliminate final bogus case from setclientid logic
                                                      ` [PATCH 028/100] nfsd: uniquify cl_confirm values
                                                        ` [PATCH 029/100] nfsd4: kill unnecessary same_name() in setclientid_confirm
                                                          ` [PATCH 030/100] nfsd4: remove unnecessary cl_verifier check from setclientid_confirm
                                                            ` [PATCH 031/100] nfsd4: kill unneeded cl_confirm check
                                                              ` [PATCH 032/100] nfsd: fix encode_entryplus_baggage() indentation
                                                                ` [PATCH 033/100] nfsd4: make current_clientid local
                                                                  ` [PATCH 034/100] nfsd4: miscellaneous nfs4state.c style fixes
                                                                    ` [PATCH 035/100] nfsd4: recognize callback channel failure earlier
                                                                      ` [PATCH 036/100] lockd: fix reference count leaks in async locking case
                                                                        ` [PATCH 037/100] nfsd4: fix bad seqid on lock request incompatible with open mode
                                                                          ` [PATCH 038/100] nfsd: Allow AIX client to read dir containing mountpoints
                                                                            ` [PATCH 039/100] lockd: fix a leak in nlmsvc_testlock asynchronous request handling
                                                                              ` [PATCH 040/100] nfsd: allow root to set uid and gid on create
                                                                                ` [PATCH 041/100] nfsd: fix rsi_cache reference count leak
                                                                                  ` [PATCH 042/100] knfsd: change mailing list for nfsd in MAINTAINERS
                                                                                    ` [PATCH 043/100] sunrpc: gss: simplify rsi_parse logic
                                                                                      ` [PATCH 044/100] nfsd4: clean up access_valid, deny_valid checks
                                                                                        ` [PATCH 045/100] Leak in nlmsvc_testlock for async GETFL case
                                                                                          ` [PATCH 046/100] svcrpc: ensure gss DESTROY tokens free contexts from cache
                                                                                            ` [PATCH 047/100] svc: Add an svc transport class
                                                                                              ` [PATCH 048/100] svc: Make svc_sock the tcp/udp transport
                                                                                                ` [PATCH 049/100] svc: Change the svc_sock in the rqstp structure to a transport
                                                                                                  ` [PATCH 050/100] svc: Add a max payload value to the transport
                                                                                                    ` [PATCH 051/100] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
                                                                                                      ` [PATCH 052/100] svc: Add transport specific xpo_release function
                                                                                                        ` [PATCH 053/100] svc: Add per-transport delete functions
                                                                                                          ` [PATCH 054/100] svc: Add xpo_prep_reply_hdr
                                                                                                            ` [PATCH 055/100] svc: Add a transport function that checks for write space
                                                                                                              ` [PATCH 056/100] svc: Move close processing to a single place
                                                                                                                ` [PATCH 057/100] svc: Add xpo_accept transport function
                                                                                                                  ` [PATCH 058/100] svc: Remove unnecessary call to svc_sock_enqueue
                                                                                                                    ` [PATCH 059/100] svc: Move connection limit checking to its own function
                                                                                                                      ` [PATCH 060/100] svc: Add a generic transport svc_create_xprt function
                                                                                                                        ` [PATCH 061/100] svc: Change services to use new svc_create_xprt service
                                                                                                                          ` [PATCH 062/100] svc: Change sk_inuse to a kref
                                                                                                                            ` [PATCH 063/100] svc: Move sk_flags to the svc_xprt structure
                                                                                                                              ` [PATCH 064/100] svc: Move sk_server and sk_pool to svc_xprt
                                                                                                                                ` [PATCH 065/100] svc: Make close transport independent
                                                                                                                                  ` [PATCH 066/100] svc: Move sk_reserved to svc_xprt
                                                                                                                                    ` [PATCH 067/100] svc: Make the enqueue service transport neutral and export it
                                                                                                                                      ` [PATCH 068/100] svc: Make svc_send transport neutral
                                                                                                                                        ` [PATCH 069/100] svc: Change svc_sock_received to svc_xprt_received and export it
                                                                                                                                          ` [PATCH 070/100] svc: Move accept call to svc_xprt_received to common code
                                                                                                                                            ` [PATCH 071/100] svc: Remove sk_lastrecv
                                                                                                                                              ` [PATCH 072/100] svc: Move the authinfo cache to svc_xprt
                                                                                                                                                ` [PATCH 073/100] svc: Make deferral processing xprt independent
                                                                                                                                                  ` [PATCH 074/100] svc: Move the sockaddr information to svc_xprt
                                                                                                                                                    ` [PATCH 075/100] svc: Make svc_sock_release svc_xprt_release
                                                                                                                                                      ` [PATCH 076/100] svc: Make svc_recv transport neutral
                                                                                                                                                        ` [PATCH 077/100] svc: Make svc_age_temp_sockets svc_age_temp_transports
                                                                                                                                                          ` [PATCH 078/100] svc: Move create logic to common code
                                                                                                                                                            ` [PATCH 079/100] svc: Removing remaining references to rq_sock in rqstp
                                                                                                                                                              ` [PATCH 080/100] svc: Make svc_check_conn_limits xprt independent
                                                                                                                                                                ` [PATCH 081/100] svc: Move the xprt independent code to the svc_xprt.c file
                                                                                                                                                                  ` [PATCH 082/100] svc: Add transport hdr size for defer/revisit
                                                                                                                                                                    ` [PATCH 083/100] svc: Add /proc/sys/sunrpc/transport files
                                                                                                                                                                      ` [PATCH 084/100] svc: Add svc API that queries for a transport instance
                                                                                                                                                                        ` [PATCH 085/100] knfsd: Support adding transports by writing portlist file
                                                                                                                                                                          ` [PATCH 086/100] svc: Add svc_xprt_names service to replace svc_sock_names
                                                                                                                                                                            ` [PATCH 087/100] rdma: SVCRMDA Header File
                                                                                                                                                                              ` [PATCH 088/100] rdma: SVCRDMA Transport Module
                                                                                                                                                                                ` [PATCH 089/100] rdma: SVCRDMA Core Transport Services
                                                                                                                                                                                  ` [PATCH 090/100] rdma: SVCRDMA recvfrom
                                                                                                                                                                                    ` [PATCH 091/100] rdma: SVCRDMA sendto
                                                                                                                                                                                      ` [PATCH 092/100] rdma: ONCRPC RDMA protocol marshalling
                                                                                                                                                                                        ` [PATCH 093/100] rdma: makefile
                                                                                                                                                                                          ` [PATCH 094/100] SUNRPC: spin svc_rqst initialization to its own function
                                                                                                                                                                                            ` [PATCH 095/100] SUNRPC: export svc_sock_update_bufs
                                                                                                                                                                                              ` [PATCH 096/100] NLM: Convert lockd to use kthreads
                                                                                                                                                                                                ` [PATCH 097/100] NLM: have nlm_shutdown_hosts kill off all NLM RPC tasks
                                                                                                                                                                                                  ` [PATCH 098/100] knfsd: don't bother mapping putrootfh enoent to eperm
                                                                                                                                                                                                    ` [PATCH 099/100] lockd: minor log message fix
                                                                                                                                                                                                      ` [PATCH 100/100] nfsd: more careful input validation in nfsctl write methods
` nfs server patches not in 2.6.25

[PATCH 0/2] NLM: fix use after free in lockd
 2008-01-28 19:29 UTC  (3+ messages)
` [PATCH 1/2] NLM: tear down RPC clients in nlm_shutdown_hosts
  ` [PATCH 2/2] NLM: break out of nlmsvc_retry_blocked if lockd is coming down

[PATCH] SUNRPC xptrdma: simplify build configuration
 2008-01-28 17:09 UTC 

[PATCH 1/2] NLM failover unlock commands
 2008-01-28 17:06 UTC  (14+ messages)
                    `  "
                        ` [Cluster-devel] "

nfs2/3 ESTALE bug on mount point (v2.6.24-rc8)
 2008-01-28 15:35 UTC  (3+ messages)
` [NFS] "

[NFS] Q: directory renames and cache coherency in NFS?
 2008-01-27 18:42 UTC  (4+ messages)
          `  "

NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
 2008-01-27 12:08 UTC  (5+ messages)

NFS over TCP idle timeout
 2008-01-26  0:41 UTC 

[PATCH 001/112] NFS: Optimise nfs_vm_page_mkwrite()
 2008-01-25 22:12 UTC  (59+ messages)
  ` [PATCH 005/112] SUNRPC: Fix a race in xs_tcp_state_change()
  ` [PATCH 003/112] NFSv4: Clean up the OPEN/CLOSE serialisation code
  ` [PATCH 004/112] NFS: Stop sillyname renames and unmounts from racing
  ` [PATCH 006/112] SUNRPC: Fix TCP rebinding logic
  ` [PATCH 009/112] SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socket
  ` [PATCH 008/112] SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writes
  ` [PATCH 016/112] SUNRPC: Restrict sunrpc client exports
  ` [PATCH 014/112] sunrpc: document the rpc_pipefs kernel api
  ` [PATCH 017/112] SUNRPC: Cleanup of rpc_task initialisation
  ` [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 025/112] SUNRPC: Remove the now unused function rpc_call_setup()
  ` [PATCH 029/112] SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration
  ` [PATCH 030/112] SUNRPC: Remove the obsolete RPC_WAITQ macro
  ` [PATCH 033/112] SUNRPC: Check a return result
  ` [PATCH 034/112] SUNRPC: temp var should match return type of xdr_skb_read_actor
  ` [PATCH 037/112] NFS: Use unsigned intermediates for manipulating header lengths (NFSv2 XDR)
  ` [PATCH 038/112] NFS: Use unsigned intermediates for manipulating header lengths (NFSv3 XDR)
  ` [PATCH 039/112] NFS: Use unsigned intermediates for manipulating header lengths (NFSv4 XDR)
  ` [PATCH 042/112] NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't set
  ` [PATCH 043/112] NFS: Remove support for the 'nfsprog' option
  ` [PATCH 045/112] NFS: Clean up: copy hostname with kstrndup during mount processing
  ` [PATCH 044/112] NFS: Remove support for the 'mountprog' option
  ` [PATCH 048/112] NFS: define a function to update nfsi->cache_change_attribute
  ` [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 055/112] SUNRPC: Move universal address definitions to global header
  ` [PATCH 056/112] NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
  ` [PATCH 060/112] NFS: Move dprintks from callback.c to callback_proc.c
  ` [PATCH 058/112] NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses
  ` [PATCH 059/112] NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
  ` [PATCH 065/112] NFS: Set default port for NFSv4, with support for AF_INET6
  ` [PATCH 066/112] NFS: Add support for AF_INET6 addresses in __nfs_find_client()
  ` [PATCH 068/112] NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in
  ` [PATCH 069/112] NFS: Change cb_recallargs "
  ` [PATCH 070/112] NFS: Change nfs_find_client() to take "struct sockaddr *"
  ` [PATCH 071/112] NFS: Change nfs_get_client() to take sockaddr *
  ` [PATCH 072/112] NFS: Change nfs4_set_client() to accept struct "
  ` [PATCH 074/112] NFS: Remove the NIPQUAD from nfs_try_mount
  ` [PATCH 079/112] SUNRPC: cleanup for rpc_new_client()
  ` [PATCH 078/112] NFSv4: Add socket proto argument to setclientid
  ` [PATCH 081/112] SUNRPC: Add support for per-client timeout values
  ` [PATCH 082/112] NFS: Ensure that we respect NFS_MAX_TCP_TIMEOUT
  ` [PATCH 087/112] NFS: Fix use of copy_to_user() in idmap_pipe_upcall
  ` [PATCH 088/112] NFS: Use size_t for storing name lengths
  ` [PATCH 091/112] lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a()
  ` [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 098/112] NLM: Fix a bogus 'return' in nlmclnt_rpc_release
  ` [PATCH 101/112] SUNRPC: rpcb_getport_sync() should use built-in hostname generator
  ` [PATCH 103/112] SUNRPC: Clean up block comment preceding rpcb_getport_sync()
  ` [PATCH 104/112] SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()
  ` [PATCH 108/112] NFS: Address memory leaks in the NFS client mount option parser
  ` [PATCH 106/112] NFS: Optimise away the sigmask code in aio/dio reads and writes
` [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 18:34 UTC  (4+ messages)


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