summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-31NFS: Convert v4 into a moduleBryan Schumaker21-108/+147
2012-07-31NFS: Convert v3 into a moduleBryan Schumaker11-33/+25
2012-07-31NFS: Convert v2 into a moduleBryan Schumaker12-24/+50
2012-07-31NFS: Keep module parameters in the generic NFS clientBryan Schumaker7-49/+48
2012-07-31NFS: Split out remaining NFS v4 inode functionsBryan Schumaker5-48/+41
2012-07-31NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker6-25/+13
2012-07-31NFS: Only initialize the ACL client in the v3 caseBryan Schumaker10-69/+96
2012-07-31NFS: Create a try_mount rpc opBryan Schumaker7-12/+12
2012-07-31NFS: Remove the NFS v4 xdev mount functionBryan Schumaker3-58/+10
2012-07-31NFS: Add version registering frameworkBryan Schumaker11-61/+282
2012-07-31NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-07-31nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-07-31pnfsblock: bail out partial page IOPeng Tao1-3/+36
2012-07-31nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-31NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-31NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-31nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-18NFS: exit_nfs_v4() shouldn't be an __exit functionBryan Schumaker1-1/+1
2012-07-17NFS: Split out NFS v4 client functionsBryan Schumaker2-93/+91
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker4-373/+381
2012-07-17NFS: Create a single nfs_clone_super() functionBryan Schumaker1-26/+6
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker3-448/+462
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker4-135/+149
2012-07-17NFS: Move the v4 getroot code to nfs4getroot.cBryan Schumaker3-51/+50
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker4-136/+160
2012-07-17NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker5-27/+98
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker4-31/+65
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker3-31/+27
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker3-33/+29
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker4-40/+39
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever2-8/+41
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever2-32/+22
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever1-1/+6
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever1-4/+7
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever1-2/+29
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever1-16/+61
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever1-11/+12
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever1-2/+5
2012-07-16NFS: Fix up TEST_STATEID and FREE_STATEID return code handlingChuck Lever1-11/+13
2012-07-16NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs listAndy Adamson1-4/+19
2012-07-16NFSv4.1 mark layout when already returnedAndy Adamson2-2/+27
2012-07-16NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSAndy Adamson1-0/+1
2012-07-16NFSv4.1 return the LAYOUT for each file with failed DS connection I/OAndy Adamson1-2/+1
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust158-1855/+2156
2012-07-14VFS: Pass mount flags to sget()David Howells17-45/+37
2012-07-14VFS: Comment mount following codeDavid Howells2-2/+24
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2-57/+68
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells1-34/+7
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro1-1/+1