aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-07-09NFS: set transport defaults after mount option parsing is finishedTrond Myklebust2-23/+50
2008-07-09nfs4: fix potential race with rapid nfs_callback_up/down cycleJeff Layton1-14/+16
2008-07-09nfs4: remove BKL from nfs_callback_up and nfs_callback_downJeff Layton1-4/+0
2008-07-09nfs: initialize timeout variable in nfs4_proc_setclientid_confirmBenny Halevy1-1/+1
2008-07-09NFS: handle interface identifiers in incoming IPv6 addressesChuck Lever1-1/+40
2008-07-09NFS: Add string length argument to nfs_parse_server_addressChuck Lever1-30/+70
2008-07-09NFS: Support raw IPv6 address hostnames during NFS mount operationChuck Lever1-8/+82
2008-07-09NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3Chuck Lever1-45/+79
2008-07-09NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remountTrond Myklebust1-2/+3
2008-07-09NFS: Allow redirtying of a completed unstable write.Trond Myklebust1-33/+32
2008-07-09NFS: Clean up nfs_update_request()Trond Myklebust1-98/+103
2008-07-09NFS: missing newline in NFS mount debugging messageChuck Lever1-1/+1
2008-07-09NFS: Treat "intr" and "nointr" options as deprecatedChuck Lever1-6/+4
2008-07-09NFS: Allow any value for the "retry" optionChuck Lever1-1/+2
2008-07-09NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust4-7/+12
2008-07-09NFS: Fix a warning in nfs4_async_handle_errorTrond Myklebust2-6/+5