aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2008-10-28NFS: Convert nfs_attr_generation_counter into an atomic_longGravatar Trond Myklebust 1-8/+3
2008-10-27Switch to a valid email address...Gravatar Alan Cox 2-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-0/+3
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-8/+6
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsGravatar Al Viro 1-4/+2
2008-10-20Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 3-8/+21
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 1-1/+1
2008-10-17NFS: use correct fs type for v4 submounts and referralsGravatar Andy Adamson 1-2/+2
2008-10-17Make nfs_file_cred more robust.Gravatar Neil Brown 1-2/+4
2008-10-17NFS: Enable NFSv4 callback server to listen on AF_INET6 socketsGravatar Chuck Lever 1-4/+15
2008-10-15Merge branch 'next'Gravatar Trond Myklebust 14-211/+321
2008-10-14NFS: Fix a resolution problem with nfs_inode->cache_change_attributeGravatar Trond Myklebust 2-2/+1
2008-10-14NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Gravatar Trond Myklebust 2-11/+40
2008-10-14NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagGravatar Trond Myklebust 1-0/+3
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 2-4/+4
2008-10-10NFS: fix nfs_parse_ip_address() corner caseGravatar Chuck Lever 1-11/+23
2008-10-10NFS: Cleanup nfs_set_portGravatar J. Bruce Fields 1-10/+9
2008-10-09NFS: Fix attribute updatesGravatar Trond Myklebust 1-9/+4
2008-10-07NFS: Don't use range_cyclic for data integrity syncsGravatar Trond Myklebust 1-1/+2
2008-10-07NFS: Client mounts hang when exported directory do not existGravatar Steve Dickson 1-1/+2
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeGravatar J. Bruce Fields 3-29/+21
2008-10-07nfs: prepare to share nfs_set_portGravatar J. Bruce Fields 2-19/+20
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralGravatar J. Bruce Fields 1-12/+5
2008-10-07nfs: break up nfs_follow_referralGravatar J. Bruce Fields 1-38/+46
2008-10-07nfs: authenticated deep mountingGravatar EG Keizer 2-4/+26
2008-10-07NFS: missing nfs_fattr_init in nfs3_proc_getacl and nfs3_proc_setacls (resend...Gravatar Jeff Layton 1-0/+2
2008-10-07nfs: remove an obsolete nfs_flock commentGravatar J. Bruce Fields 1-7/+0
2008-10-07nfs: BUG_ON in nfs_follow_mountpointGravatar Denis V. Lunev 1-1/+4
2008-10-07nfs: ERR_PTR is expected on failure from nfs_do_clone_mountGravatar Denis V. Lunev 1-1/+1
2008-10-07fix fs/nfs/nfsroot.c compilationGravatar Adrian Bunk 1-1/+1
2008-10-07NFS: Allow concurrent inode revalidationGravatar Trond Myklebust 1-41/+2
2008-10-07NFS: Fix up nfs_setattr_update_inode()Gravatar Trond Myklebust 1-1/+1
2008-10-07NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes()Gravatar Trond Myklebust 1-7/+0
2008-10-07NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode()Gravatar Trond Myklebust 1-4/+1
2008-10-07NFS: Fix nfs_post_op_update_inode_force_wcc()Gravatar Trond Myklebust 1-8/+27
2008-10-07NFS: Fix the NFS attribute updateGravatar Trond Myklebust 1-3/+41
2008-10-07NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode()Gravatar Trond Myklebust 1-7/+14
2008-10-07NFS: Add mount options for controlling the lookup cacheGravatar Trond Myklebust 1-0/+43
2008-10-07NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mountsGravatar Trond Myklebust 2-3/+3
2008-10-07NFS: Add options for finer control of the lookup cacheGravatar Trond Myklebust 1-0/+4
2008-10-06NFS: Clean up nfs_sb_active/nfs_sb_deactiveGravatar Trond Myklebust 4-21/+13
2008-10-06NFS: Fix nfs_file_llseek()Gravatar Trond Myklebust 1-4/+7
2008-09-29SUNRPC: Add address family field to svc_serv data structureGravatar Chuck Lever 1-1/+2
2008-09-08NFS: Restore missing hunk in NFS mount option parserGravatar Chuck Lever 1-0/+6
2008-08-04Revert "UFS: add const to parser token table"Gravatar Linus Torvalds 1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Gravatar Al Viro 1-1/+1
2008-07-27NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeGravatar Trond Myklebust 1-1/+2
2008-07-27nfs_remount oops when rebooting + possible fixGravatar Marc Zyngier 1-3/+3
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-6/+5