summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
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...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
2008-10-07NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode()Trond Myklebust1-7/+14
2008-10-07NFS: Add mount options for controlling the lookup cacheTrond Myklebust1-0/+43
2008-10-07NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mountsTrond Myklebust2-3/+3
2008-10-07NFS: Add options for finer control of the lookup cacheTrond Myklebust1-0/+4
2008-10-06NFS: Clean up nfs_sb_active/nfs_sb_deactiveTrond Myklebust4-21/+13
2008-10-06NFS: Fix nfs_file_llseek()Trond Myklebust1-4/+7
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-1/+2
2008-09-08NFS: Restore missing hunk in NFS mount option parserChuck Lever1-0/+6
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+1
2008-07-27NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeTrond Myklebust1-1/+2
2008-07-27nfs_remount oops when rebooting + possible fixMarc Zyngier1-3/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-6/+5
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-24fix fs/nfs/nfsroot.c compilationAdrian Bunk1-1/+1
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust7-77/+83
2008-07-15Merge branch 'devel' into nextTrond Myklebust15-889/+1237
2008-07-15NFSv4: Remove BKL from the nfsv4 state recoveryTrond Myklebust1-2/+0
2008-07-15NFS: Remove BKL from the readdir codeTrond Myklebust1-3/+0
2008-07-15NFS: Remove BKL from the symlink codeTrond Myklebust1-7/+1
2008-07-15NFS: Remove BKL from the sillydelete operationsTrond Myklebust1-6/+0
2008-07-15NFS: Remove the BKL from the rename, rmdir and unlink operationsTrond Myklebust1-6/+3
2008-07-15NFS: Remove BKL from NFS lookup codeTrond Myklebust1-8/+1
2008-07-15NFS: Remove the BKL from nfs_link()Trond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the inode creation operationsTrond Myklebust1-9/+0
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust3-10/+0
2008-07-15NFS: Remove BKL usage from the write pathTrond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the permission checking codeTrond Myklebust1-4/+0
2008-07-15NFS: Remove attribute update related BKL referencesTrond Myklebust2-8/+0
2008-07-15NFS: Remove BKL requirement from attribute updatesTrond Myklebust2-11/+71
2008-07-15NFS: Protect inode->i_nlink updates using inode->i_lockTrond Myklebust1-2/+10
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet21-182/+208
2008-07-09NFS: Allow either strict or sloppy mount option parsingChuck Lever1-75/+128
2008-07-09NFS4: Set security flavor default for NFSv4 mounts like other defaultsChuck Lever1-16/+6
2008-07-09NFS: Set security flavor default for NFSv2/3 mounts like other defaultsChuck Lever1-17/+5
2008-07-09NFS: Refactor logic for parsing NFS security flavor mount optionsChuck Lever1-65/+78
2008-07-09NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}Chuck Lever2-16/+16
2008-07-09NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()Chuck Lever1-3/+6