aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2008-07-24fix fs/nfs/nfsroot.c compilationGravatar Adrian Bunk 1-1/+1
2008-07-15Merge branch 'bkl-removal' into nextGravatar Trond Myklebust 7-77/+83
2008-07-15Merge branch 'devel' into nextGravatar Trond Myklebust 15-889/+1237
2008-07-15NFSv4: Remove BKL from the nfsv4 state recoveryGravatar Trond Myklebust 1-2/+0
2008-07-15NFS: Remove BKL from the readdir codeGravatar Trond Myklebust 1-3/+0
2008-07-15NFS: Remove BKL from the symlink codeGravatar Trond Myklebust 1-7/+1
2008-07-15NFS: Remove BKL from the sillydelete operationsGravatar Trond Myklebust 1-6/+0
2008-07-15NFS: Remove the BKL from the rename, rmdir and unlink operationsGravatar Trond Myklebust 1-6/+3
2008-07-15NFS: Remove BKL from NFS lookup codeGravatar Trond Myklebust 1-8/+1
2008-07-15NFS: Remove the BKL from nfs_link()Gravatar Trond Myklebust 1-2/+0
2008-07-15NFS: Remove the BKL from the inode creation operationsGravatar Trond Myklebust 1-9/+0
2008-07-15NFS: Remove BKL usage from open()Gravatar Trond Myklebust 3-10/+0
2008-07-15NFS: Remove BKL usage from the write pathGravatar Trond Myklebust 1-2/+0
2008-07-15NFS: Remove the BKL from the permission checking codeGravatar Trond Myklebust 1-4/+0
2008-07-15NFS: Remove attribute update related BKL referencesGravatar Trond Myklebust 2-8/+0
2008-07-15NFS: Remove BKL requirement from attribute updatesGravatar Trond Myklebust 2-11/+71
2008-07-15NFS: Protect inode->i_nlink updates using inode->i_lockGravatar Trond Myklebust 1-2/+10
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 21-182/+208
2008-07-09NFS: Allow either strict or sloppy mount option parsingGravatar Chuck Lever 1-75/+128
2008-07-09NFS4: Set security flavor default for NFSv4 mounts like other defaultsGravatar Chuck Lever 1-16/+6
2008-07-09NFS: Set security flavor default for NFSv2/3 mounts like other defaultsGravatar Chuck Lever 1-17/+5
2008-07-09NFS: Refactor logic for parsing NFS security flavor mount optionsGravatar Chuck Lever 1-65/+78
2008-07-09NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}Gravatar Chuck Lever 2-16/+16
2008-07-09NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()Gravatar Chuck Lever 1-3/+6
2008-07-09NFS: set transport defaults after mount option parsing is finishedGravatar Trond Myklebust 2-23/+50
2008-07-09nfs4: fix potential race with rapid nfs_callback_up/down cycleGravatar Jeff Layton 1-14/+16
2008-07-09nfs4: remove BKL from nfs_callback_up and nfs_callback_downGravatar Jeff Layton 1-4/+0
2008-07-09nfs: initialize timeout variable in nfs4_proc_setclientid_confirmGravatar Benny Halevy 1-1/+1
2008-07-09NFS: handle interface identifiers in incoming IPv6 addressesGravatar Chuck Lever 1-1/+40
2008-07-09NFS: Add string length argument to nfs_parse_server_addressGravatar Chuck Lever 1-30/+70
2008-07-09NFS: Support raw IPv6 address hostnames during NFS mount operationGravatar Chuck Lever 1-8/+82
2008-07-09NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3Gravatar Chuck Lever 1-45/+79
2008-07-09NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remountGravatar Trond Myklebust 1-2/+3
2008-07-09NFS: Allow redirtying of a completed unstable write.Gravatar Trond Myklebust 1-33/+32
2008-07-09NFS: Clean up nfs_update_request()Gravatar Trond Myklebust 1-98/+103
2008-07-09NFS: missing newline in NFS mount debugging messageGravatar Chuck Lever 1-1/+1
2008-07-09NFS: Treat "intr" and "nointr" options as deprecatedGravatar Chuck Lever 1-6/+4
2008-07-09NFS: Allow any value for the "retry" optionGravatar Chuck Lever 1-1/+2
2008-07-09NFS: Ensure we zap only the access and acl caches when setting new aclsGravatar Trond Myklebust 4-7/+12
2008-07-09NFS: Fix a warning in nfs4_async_handle_errorGravatar Trond Myklebust 2-6/+5
2008-07-09NFS: Move fs/nfs/iostat.h to include/linuxGravatar Chuck Lever 1-106/+13
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsGravatar Trond Myklebust 4-8/+2
2008-07-09NFS: Fix the ftruncate() credential problemGravatar Trond Myklebust 4-26/+29
2008-07-09NFS: implement option checking when remounting NFS filesystems (resend)Gravatar Jeff Layton 1-0/+76
2008-07-09fs/nfs/nfsroot.c: remove CVS keywordGravatar Adrian Bunk 1-2/+0
2008-07-09NFS: Fix trace debugging nits in write.cGravatar Chuck Lever 1-13/+14
2008-07-09NFS: Use NFSDBG_FILE for all fopsGravatar Chuck Lever 3-30/+43
2008-07-09NFS: Add debugging facility for NFS aopsGravatar Chuck Lever 1-2/+27
2008-07-09NFS: Make nfs_open methods consistentGravatar Chuck Lever 2-2/+9
2008-07-09NFS: Make nfs_llseek methods consistentGravatar Chuck Lever 2-2/+15