Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / nfs / client.c
2010-04-22 Chuck LeverNFS: rsize and wsize settings ignored on v4 mounts
2010-04-12 Trond MyklebustNFSv4: fix delegated locking
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-02 Alexandros Batsakisnfs: kill renewd before clearing client minor version
2009-12-05 Alexandros Batsakisnfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to...
2009-10-06 Ben Hutchingsnfs: Avoid overrun when copying client IP address string
2009-09-23 David HowellsNFS: Propagate 'fsc' mount option through automounts
2009-09-23 Trond MyklebustNFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP...
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-21 Jens Axboenfs: initialize the backing_dev_info when creating...
2009-09-11 Trond MyklebustMerge branch 'nfs-for-2.6.32'
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-08-10 Bartlomiej Zolnier... nfs: remove superfluous BUG_ON()s
2009-08-09 Trond MyklebustNFSv4: Add 'server capability' flags for NFSv4 recommen...
2009-07-21 Trond MyklebustNFSv4: Fix an NFSv4 mount regression
2009-06-19 Trond MyklebustMerge branch 'devel-for-2.6.31' into for-2.6.31
2009-06-18 Chuck LeverNFS: Return error code from nfs_callback_up() to user...
2009-06-17 Andy Adamsonnfs41: Setup the backchannel
2009-06-17 Andy Adamsonnfs41: Allow NFSv4 and NFSv4.1 callback services to...
2009-06-17 Benny Halevynfs41: minorversion support for nfs4_{init,destroy...
2009-06-17 Benny Halevynfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
2009-06-17 Benny Halevynfs41: recover lease in _nfs4_lookup_root
2009-06-17 Andy Adamsonnfs41: add session setup to the state manager
2009-06-17 Andy Adamsonnfs41: use session attributes for rsize and wsize
2009-06-17 Andy Adamsonnfs41: introduce nfs4_call_sync
2009-06-17 Andy Adamsonnfs41: sessions client infrastructure
2009-06-17 Benny Halevynfs41: Use mount minorversion option
2009-06-17 Benny Halevynfs41: nfs_client.cl_minorversion
2009-04-03 David HowellsNFS: Add mount options to enable local caching on NFS
2009-04-03 David HowellsNFS: Display local caching state
2009-04-03 David HowellsNFS: Define and create server-level objects
2009-04-01 Trond MyklebustMerge branch 'devel' into for-linus
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-28 Chuck LeverNFS: Simplify logic to compare socket addresses in...
2009-03-12 Trond MyklebustNFS: Fix the fix to Bugzilla #11061, when IPv6 isn...
2009-03-11 Ian DallBug 11061, NFS mounts dropped
2008-12-23 Trond MyklebustNFSv4: Fix up delegation callbacks
2008-12-23 Trond MyklebustNFSv4: Remove nfs_client->cl_sem
2008-12-23 Chuck LeverNLM: allow lockd requests from an unprivileged port
2008-12-23 Chuck LeverNFS: add "[no]resvport" mount option
2008-12-23 Chuck LeverNFS: move nfs_server flag initialization
2008-12-23 Chuck LeverNFS: expand flags passed to nfs_create_rpc_client()
2008-10-07 Trond MyklebustNFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts
2008-10-07 Trond MyklebustNFS: Clean up nfs_sb_active/nfs_sb_deactive
2008-07-09 Trond MyklebustNFS: set transport defaults after mount option parsing...
2008-05-16 Harvey Harrisonnfs: replace remaining __FUNCTION__ occurrences
2008-04-29 Denis V. Lunevnfs: use proc_create to setup de->proc_fops
2008-04-29 Alexey Dobriyanproc: remove proc_root_fs
2008-04-19 Trond MyklebustNFSv4: Reintroduce machine creds
2008-03-19 Chuck LeverNFS: Save the values of the "mount*=" mount options
2008-03-19 Chuck LeverNFS: Save the value of the "port=" mount option
2008-02-29 Trond MyklebustSUNRPC: Add a (empty for the moment) destructor for...
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Trond MyklebustNFSv4: Iterate through all nfs_clients when the server...
2008-01-30 Chuck LeverNLM: Introduce an arguments structure for nlmclnt_init()
2008-01-30 Chuck LeverNFS: Invoke nlmclnt_init during NFS mount processing
2008-01-30 Trond MyklebustNFS: Fix the 'proto=' mount option
2008-01-30 Trond MyklebustNFS: Support per-mountpoint timeout parameters.
2008-01-30 Trond MyklebustNFS: Ensure that we respect NFS_MAX_TCP_TIMEOUT
2008-01-30 Chuck LeverNFS: Support non-IPv4 addresses in nfs_parsed_mount_data
2008-01-30 Chuck LeverNFS: Adjust nfs_clone_mount structure to store "struct...
2008-01-30 Chuck LeverNFS: Change nfs4_set_client() to accept struct sockaddr *
2008-01-30 Chuck LeverNFS: Change nfs_get_client() to take sockaddr *
2008-01-30 Chuck LeverNFS: Change nfs_find_client() to take "struct sockaddr *"
2008-01-30 Chuck LeverNFS: Expand server address storage in nfs_client struct
2008-01-30 Trond MyklebustNFS: Add support for AF_INET6 addresses in __nfs_find_c...
2008-01-30 Chuck LeverNFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
2008-01-30 Trond MyklebustNFS: Remove the redundant nfs_client->cl_nfsversion
2008-01-30 Trond MyklebustNFS: Clean up the nfs_find_client function.
2008-01-30 Trond MyklebustNFS: Clean up the nfs_client initialisation
2008-01-30 Chuck LeverNFS: Clean up address comparison in __nfs_find_client()
2008-01-30 Steve DicksonNFS: Stop sillyname renames and unmounts from racing
2007-12-12 Trond MyklebustNFSv2/v3: Fix a memory leak when using -onolock
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-09 \"Talpey, Thomas\NFS: support RDMA mounts
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: use transport protocol naming
2007-10-09 \"Talpey, Thomas\NFS: use in-kernel mount argument structure for nfsv4...
2007-10-09 \"Talpey, Thomas\NFS: use in-kernel mount argument structure for nfsv...
2007-09-28 Trond MyklebustNFS: Fix an Oops in encode_lookup()
2007-07-16 Pavel EmelianovMake NFS client use seq_list_xxx helpers
2007-07-11 Trond MyklebustNFSv4: Reduce the chances of an open_owner identifier...
2007-07-11 Trond MyklebustNFSv4: Don't reuse expired nfs4_state_owner structs
2007-07-11 Trond MyklebustSUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-01 Steve DicksonNFS: Added support to turn off the NFSv3 READDIRPLUS...
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-13 Chuck LeverNFS: disconnect before retrying NFSv4 requests over TCP
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 6
2007-02-03 Trond MyklebustNFSv4: Fix Oops in nfs4_create_referral_server
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-10-20 Trond Myklebust[PATCH] NFS: Fix NFSv4 callback regression
2006-10-20 J. Bruce Fields[PATCH] nfs4: initialize cl_ipaddr
2006-10-09 Linus TorvaldsFix extraneous '&' in recent NFS client cleanup
2006-10-08 Trond Myklebust[PATCH] NFS: Fix typo in nfs_get_client()
2006-10-08 Trond Myklebust[PATCH] NFS: Fix typo in nfs_get_client()
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-10-02 NeilBrown[PATCH] knfsd: be more selective in which sockets lockd...
next