aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever1-0/+2
2008-12-23NFS: "[no]resvport" mount option changes mountd client tooChuck Lever3-1/+5
2008-12-23NFS: add "[no]resvport" mount optionChuck Lever2-5/+18
2008-12-23NFS: move nfs_server flag initializationChuck Lever1-8/+8
2008-12-23NFS: expand flags passed to nfs_create_rpc_client()Chuck Lever1-4/+8
2008-12-23NFS: introduce nfs_mount_info struct for calling nfs_mount()Chuck Lever4-40/+49
2008-12-23NFS: Move declaration of nfs_mount() to fs/nfs/internal.hChuck Lever2-0/+6
2008-12-23NFS: rename nfs_path variableChuck Lever1-5/+5
2008-12-23nfs: remove redundant tests on reading new pagesWu Fengguang1-6/+0
2008-10-31fs: replace NIPQUAD()Harvey Harrison2-5/+4
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison1-2/+1
2008-10-28NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust1-8/+3
2008-10-27Switch to a valid email address...Alan Cox2-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-0/+3
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-8/+6
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro1-4/+2
2008-10-20Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-8/+21
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-1/+1
2008-10-17NFS: use correct fs type for v4 submounts and referralsAndy Adamson1-2/+2
2008-10-17Make nfs_file_cred more robust.Neil Brown1-2/+4
2008-10-17NFS: Enable NFSv4 callback server to listen on AF_INET6 socketsChuck Lever1-4/+15
2008-10-15Merge branch 'next'Trond Myklebust14-211/+321
2008-10-14NFS: Fix a resolution problem with nfs_inode->cache_change_attributeTrond Myklebust2-2/+1
2008-10-14NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Trond Myklebust2-11/+40
2008-10-14NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagTrond Myklebust1-0/+3
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse2-4/+4
2008-10-10NFS: fix nfs_parse_ip_address() corner caseChuck Lever1-11/+23
2008-10-10NFS: Cleanup nfs_set_portJ. Bruce Fields1-10/+9
2008-10-09NFS: Fix attribute updatesTrond Myklebust1-9/+4
2008-10-07NFS: Don't use range_cyclic for data integrity syncsTrond Myklebust1-1/+2
2008-10-07NFS: Client mounts hang when exported directory do not existSteve Dickson1-1/+2
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields3-29/+21
2008-10-07nfs: prepare to share nfs_set_portJ. Bruce Fields2-19/+20
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralJ. Bruce Fields1-12/+5
2008-10-07nfs: break up nfs_follow_referralJ. Bruce Fields1-38/+46
2008-10-07nfs: authenticated deep mountingEG Keizer2-4/+26
2008-10-07NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend #2)Jeff Layton1-0/+2
2008-10-07nfs: remove an obsolete nfs_flock commentJ. Bruce Fields1-7/+0
2008-10-07nfs: BUG_ON in nfs_follow_mountpointDenis V. Lunev1-1/+4
2008-10-07nfs: ERR_PTR is expected on failure from nfs_do_clone_mountDenis V. Lunev1-1/+1
2008-10-07fix fs/nfs/nfsroot.c compilationAdrian Bunk1-1/+1
2008-10-07NFS: Allow concurrent inode revalidationTrond Myklebust1-41/+2
2008-10-07NFS: Fix up nfs_setattr_update_inode()Trond Myklebust1-1/+1
2008-10-07NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes()Trond Myklebust1-7/+0
2008-10-07NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode()Trond Myklebust1-4/+1
2008-10-07NFS: Fix nfs_post_op_update_inode_force_wcc()Trond Myklebust1-8/+27
2008-10-07NFS: Fix the NFS attribute updateTrond Myklebust1-3/+41