aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-30NFS: Add version registering frameworkBryan Schumaker
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-30sunrpc: clarify comments on rpc_make_runnableJeff Layton
2012-07-30pnfsblock: bail out partial page IOPeng Tao
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman
2012-07-30sunrpc: clnt: Add missing bracesJoe Perches
2012-07-30nfs: fix stub return type warningsRandy Dunlap
2012-07-17NFS: exit_nfs_v4() shouldn't be an __exit functionBryan Schumaker
2012-07-17SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust
2012-07-17NFS: Split out NFS v4 client functionsBryan Schumaker
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker
2012-07-17NFS: Create a single nfs_clone_super() functionBryan Schumaker
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker
2012-07-17NFS: Move the v4 getroot code to nfs4getroot.cBryan Schumaker
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker
2012-07-17NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever
2012-07-16NFS: Fix up TEST_STATEID and FREE_STATEID return code handlingChuck Lever
2012-07-16NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs listAndy Adamson
2012-07-16NFSv4.1 mark layout when already returnedAndy Adamson
2012-07-16NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSAndy Adamson
2012-07-16NFSv4.1 return the LAYOUT for each file with failed DS connection I/OAndy Adamson
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton
2012-07-14fs: add nd_jump_linkChristoph Hellwig
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro