NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
[safe/jmp/linux-2.6] / fs / nfs /
2008-01-30 Chuck LeverNFS: Support non-IPv4 addresses in nfs_parsed_mount_data
2008-01-30 Chuck LeverNFS: Refactor mount option address parsing into separat...
2008-01-30 Chuck LeverNFS: Remove the NIPQUAD from nfs_try_mount
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: Change cb_recallargs to pass "struct sockaddr...
2008-01-30 Chuck LeverNFS: Change cb_getattrargs to pass "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: Set default port for NFSv4, with support for AF_INET6
2008-01-30 Chuck LeverNFS: Make setting a port number agostic
2008-01-30 Chuck LeverNFS: Verify IPv6 addresses properly
2008-01-30 Chuck LeverNFS: Add support for AF_INET6 addresses in nfs_compare_...
2008-01-30 Chuck LeverNFS: Address a couple of nits in nfs_follow_referral()
2008-01-30 Chuck LeverNFS: Move dprintks from callback.c to callback_proc.c
2008-01-30 Chuck LeverNFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
2008-01-30 Chuck LeverNFS: Enable NFS client to generate CLIENTID strings...
2008-01-30 Chuck LeverNFS: Ensure NFSv4 SETCLIENTID send buffer is large...
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 Trond MyklebustNFS: define a function to update nfsi->cache_change_att...
2008-01-30 Chuck LeverNFS: Remove an unneeded check in decode_compound_header...
2008-01-30 Chuck LeverNFS: Clean up address comparison in __nfs_find_client()
2008-01-30 Chuck LeverNFS: Clean up: copy hostname with kstrndup during mount...
2008-01-30 Chuck LeverNFS: Remove support for the 'mountprog' option
2008-01-30 Chuck LeverNFS: Remove support for the 'nfsprog' option
2008-01-30 Chuck LeverNFS: Ensure that NFS version 4 mounts use NFS_PORT...
2008-01-30 Chuck LeverNFS: Prevent nfs_getattr() hang during heavy write...
2008-01-30 Chuck LeverNFS: Change sign of some loop indices in nfs4xdr.c
2008-01-30 Chuck LeverNFS: Use unsigned intermediates for manipulating header...
2008-01-30 Chuck LeverNFS: Use unsigned intermediates for manipulating header...
2008-01-30 Chuck LeverNFS: Use unsigned intermediates for manipulating header...
2008-01-30 Chuck LeverNFS: Ensure nfs_wcc_update_inode always converts file...
2008-01-30 Trond MyklebustNFS/SUNRPC: Convert users of rpc_init_task+rpc_execute...
2008-01-30 Trond MyklebustNFS/SUNRPC: Convert all users of rpc_call_setup()
2008-01-30 Trond MyklebustNFS: Clean up the (commit|read|write)_setup() callback...
2008-01-30 Trond MyklebustSUNRPC: Clean up the initialisation of priority queue...
2008-01-30 Trond MyklebustSUNRPC: Clean up rpc_run_task
2008-01-30 Trond MyklebustSUNRPC: Cleanup of rpc_task initialisation
2008-01-30 Steve DicksonNFS: Stop sillyname renames and unmounts from racing
2008-01-30 Trond MyklebustNFSv4: Clean up the OPEN/CLOSE serialisation code
2008-01-30 Trond MyklebustNFS: Clean up the write request locking.
2008-01-30 Trond MyklebustNFS: Optimise nfs_vm_page_mkwrite()
2008-01-30 Trond MyklebustNFS: Ensure that we eject stale inodes as soon as possible
2008-01-30 Trond MyklebustNFS: Handle -ENOENT errors in unlink()/rmdir()/rename()
2008-01-30 Trond MyklebustNFS: Sillyrename: in the case of a race, check aliases...
2008-01-30 Trond MyklebustNFS: Fix a sillyrename race...
2008-01-10 Trond MyklebustNFSv4: Give the lock stateid its own sequence queue
2008-01-03 Trond MyklebustNFSv4: Fix open_to_lock_owner sequenceid allocation...
2008-01-03 Trond MyklebustNFSv4: nfs4_open_confirm must not set the open_owner...
2008-01-03 Trond MyklebustNFSv4: Fix circular locking dependency in nfs4_kill_renewd
2008-01-03 Trond MyklebustNFS: Fix a possible Oops in fs/nfs/super.c
2007-12-12 Trond MyklebustNFS: Fix an Oops in NFS unmount
2007-12-12 Trond MyklebustRevert "NFS: Ensure we return zero if applications...
2007-12-12 Trond MyklebustNFSv2/v3: Fix a memory leak when using -onolock
2007-12-12 Trond MyklebustNFS: Fix NFS mountpoint crossing...
2007-11-26 Chuck LeverNFS: Clean up new multi-segment direct I/O changes
2007-11-26 Chuck LeverNFS: Ensure we return zero if applications attempt...
2007-11-26 Chuck LeverNFS: Support multiple segment iovecs in the NFS direct...
2007-11-26 Chuck LeverNFS: Introduce iovec I/O helpers to fs/nfs/direct.c
2007-11-26 Adrian BunkNFS: fs/nfs/dir.c should #include "internal.h"
2007-11-26 Adrian BunkNFS: make nfs_wb_page_priority() static
2007-11-26 Russell KingNFS: mount failure causes bad page state
2007-11-17 Neil Brownkernel BUG at fs/nfs/namespace.c:108! - can be triggere...
2007-11-17 Trond MyklebustNFS: Fix the ustat() regression
2007-10-23 Neil BrownNFS: Fix for bug in handling of errors for O_DIRECT...
2007-10-21 Trond MyklebustNFS: Fix a typo in nfs_call_unlink()
2007-10-21 Trond MyklebustNFSv2: Ensure that the directory metadata gets revalida...
2007-10-20 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-10-20 Linus TorvaldsAvoid compile error in fs/nfs/unlink.c
2007-10-20 Olof Johanssonnfs: Fix build break with CONFIG_NFS_V4=n
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-19 Trond MyklebustNFSv4: Fix an rpc_cred reference leakage in fs/nfs...
2007-10-19 Trond MyklebustNFSv4: Ensure that we wait for the CLOSE request to...
2007-10-19 Trond MyklebustNFS: Fix a race in sillyrename
2007-10-19 Trond MyklebustNFS: Fix a writeback race...
2007-10-18 Jeff LaytonNFS: if ATTR_KILL_S*ID bits are set, then skip mode...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstramm: count reclaimable pages per BDI
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-17 Peter Zijlstranfs: remove congestion_end()
2007-10-16 Nick Pigginnfs: convert to new aops
2007-10-15 Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-11 Trond MyklebustNFSv4: Fix a typo in nfs_inode_reclaim_delegation
2007-10-09 Pavel EmelyanovNFS: clean up explicit check for mandatory locks
2007-10-09 Trond MyklebustNFS: Add a boot parameter to disable 64 bit inode numbers
2007-10-09 Trond MyklebustNFS: nfs_refresh_inode should clear cache_validity...
2007-10-09 Trond MyklebustNFS: Fix a connectathon regression in NFSv3 and NFSv4
2007-10-09 Trond MyklebustNFS: Use nfs_refresh_inode() in ops that aren't expecte...
2007-10-09 Trond MyklebustNFS: Get rid of some obsolete macros
2007-10-09 Trond MyklebustNFS: Simplify filehandle revalidation
2007-10-09 Trond MyklebustNFS: Ensure that nfs_link() returns a hashed dentry
2007-10-09 Trond MyklebustNFS: Be strict about dentry revalidation when doing...
2007-10-09 Trond MyklebustNFS: Don't zap the readdir caches upon error
2007-10-09 Trond MyklebustNFS: Remove the redundant nfs_reval_fsid()
2007-10-09 Trond MyklebustNFSv3: Always use directory post-op attributes in nfs3_...
2007-10-09 Trond MyklebustNFSv4: Fix nfs_atomic_open() to set the verifier on...
next