summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov
2008-02-20nfs: fix sparse warningsHarvey Harrison
2008-02-20NFS: flush signals before taking down callback threadJeff Layton
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-13NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia
2008-02-13NFS: remove error field from nfs_readdir_descriptor_tJeff Layton
2008-02-13NFS: missing spaces in KERN_WARNINGDan Muntz
2008-02-13NFS: fix reference counting for NFSv4 callback threadJeff Layton
2008-02-07NFS: Fix a potential file corruption issue when writingTrond Myklebust
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30NFSv4: Iterate through all nfs_clients when the server recalls a delegationTrond Myklebust
2008-01-30NFSv4: Deal more correctly with duplicate delegationsTrond Myklebust
2008-01-30NFS: Fix a potential race between umount and nfs_access_cache_shrinker()Trond Myklebust
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy
2008-01-30NFS: Address memory leaks in the NFS client mount option parserChuck Lever
2008-01-30nfs4: allow nfsv4 acls on non-regular-filesJ. Bruce Fields
2008-01-30NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever
2008-01-30NFS: Invoke nlmclnt_init during NFS mount processingChuck Lever
2008-01-30NFS: nfs_write_end clean upChuck Lever
2008-01-30NFS: Fix minor mixed sign comparison in NFS client's write logicChuck Lever
2008-01-30NFS: Use size_t for storing name lengthsChuck Lever
2008-01-30NFS: Fix use of copy_to_user() in idmap_pipe_upcallChuck Lever
2008-01-30NFS: Clean up fs/nfs/idmap.cChuck Lever
2008-01-30NFS: Fix the 'proto=' mount optionTrond Myklebust
2008-01-30NFS: Support per-mountpoint timeout parameters.Trond Myklebust
2008-01-30NFS: Ensure that we respect NFS_MAX_TCP_TIMEOUTTrond Myklebust
2008-01-30NFSv4: Add socket proto argument to setclientidTrond Myklebust
2008-01-30NFS: Pull covers off IPv6 address parsingChuck Lever
2008-01-30NFS: Support non-IPv4 addresses in nfs_parsed_mount_dataChuck Lever
2008-01-30NFS: Refactor mount option address parsing into separate functionChuck Lever
2008-01-30NFS: Remove the NIPQUAD from nfs_try_mountChuck Lever
2008-01-30NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Chuck Lever
2008-01-30NFS: Change nfs4_set_client() to accept struct sockaddr *Chuck Lever
2008-01-30NFS: Change nfs_get_client() to take sockaddr *Chuck Lever
2008-01-30NFS: Change nfs_find_client() to take "struct sockaddr *"Chuck Lever
2008-01-30NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_inChuck Lever
2008-01-30NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_inChuck Lever
2008-01-30NFS: Expand server address storage in nfs_client structChuck Lever
2008-01-30NFS: Add support for AF_INET6 addresses in __nfs_find_client()Trond Myklebust
2008-01-30NFS: Set default port for NFSv4, with support for AF_INET6Chuck Lever
2008-01-30NFS: Make setting a port number agosticChuck Lever