aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 1-2/+0
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+1
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestGravatar Fred Isaman 2-2/+11
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David S. Miller 5-5/+72
2008-03-17[NET] endianness noise: INADDR_ANYGravatar Al Viro 1-1/+1
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 3-3/+7
2008-03-07NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsGravatar Trond Myklebust 1-0/+2
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Gravatar Trond Myklebust 1-2/+4
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cGravatar Trond Myklebust 1-1/+1
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsGravatar Eric Paris 2-2/+65
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGGravatar Pavel Emelyanov 1-1/+1
2008-02-20nfs: fix sparse warningsGravatar Harvey Harrison 4-6/+6
2008-02-20NFS: flush signals before taking down callback threadGravatar Jeff Layton 1-0/+1
2008-02-15Merge branch 'linus_origin' into hotfixesGravatar Trond Myklebust 2-17/+20
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 2-16/+19
2008-02-13NFS: add missing spkm3 strings to mount option parserGravatar Olga Kornievskaia 1-0/+4
2008-02-13NFS: remove error field from nfs_readdir_descriptor_tGravatar Jeff Layton 1-5/+3
2008-02-13NFS: missing spaces in KERN_WARNINGGravatar Dan Muntz 1-2/+2
2008-02-13NFS: fix reference counting for NFSv4 callback threadGravatar Jeff Layton 1-6/+12
2008-02-07NFS: Fix a potential file corruption issue when writingGravatar Trond Myklebust 1-3/+17
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-2/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 2-8/+6
2008-02-01svc: Change services to use new svc_create_xprt serviceGravatar Tom Tucker 1-2/+2
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-64/+19
2008-01-30NFSv4: Iterate through all nfs_clients when the server recalls a delegationGravatar Trond Myklebust 3-17/+58
2008-01-30NFSv4: Deal more correctly with duplicate delegationsGravatar Trond Myklebust 1-38/+51
2008-01-30NFS: Fix a potential race between umount and nfs_access_cache_shrinker()Gravatar Trond Myklebust 1-1/+8
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeGravatar Trond Myklebust 5-16/+41
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineGravatar Benny Halevy 1-1/+1
2008-01-30nfs: obliterate NFS_FLAGS macroGravatar Benny Halevy 3-8/+8
2008-01-30NFS: Address memory leaks in the NFS client mount option parserGravatar Chuck Lever 1-0/+2
2008-01-30nfs4: allow nfsv4 acls on non-regular-filesGravatar J. Bruce Fields 1-4/+0
2008-01-30NFS: Optimise away the sigmask code in aio/dio reads and writesGravatar Trond Myklebust 1-8/+5
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Gravatar Chuck Lever 1-7/+10
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Gravatar Chuck Lever 2-2/+6
2008-01-30NFS: Invoke nlmclnt_init during NFS mount processingGravatar Chuck Lever 1-13/+19
2008-01-30NFS: nfs_write_end clean upGravatar Chuck Lever 1-1/+3
2008-01-30NFS: Fix minor mixed sign comparison in NFS client's write logicGravatar Chuck Lever 1-1/+1
2008-01-30NFS: Use size_t for storing name lengthsGravatar Chuck Lever 1-3/+3
2008-01-30NFS: Fix use of copy_to_user() in idmap_pipe_upcallGravatar Chuck Lever 1-8/+6
2008-01-30NFS: Clean up fs/nfs/idmap.cGravatar Chuck Lever 1-43/+44
2008-01-30NFS: Fix the 'proto=' mount optionGravatar Trond Myklebust 1-7/+13
2008-01-30NFS: Support per-mountpoint timeout parameters.Gravatar Trond Myklebust 2-37/+49
2008-01-30NFS: Ensure that we respect NFS_MAX_TCP_TIMEOUTGravatar Trond Myklebust 1-1/+5
2008-01-30NFSv4: Add socket proto argument to setclientidGravatar Trond Myklebust 1-1/+3
2008-01-30NFS: Pull covers off IPv6 address parsingGravatar Chuck Lever 1-5/+16
2008-01-30NFS: Support non-IPv4 addresses in nfs_parsed_mount_dataGravatar Chuck Lever 3-24/+40
2008-01-30NFS: Refactor mount option address parsing into separate functionGravatar Chuck Lever 1-6/+24
2008-01-30NFS: Remove the NIPQUAD from nfs_try_mountGravatar Chuck Lever 1-5/+18