aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/backchannel_rqst.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 Schumaker4-39/+29
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker5-42/+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 Lever3-34/+23
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever1-1/+6
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever6-9/+80
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-14VFS: Pass mount flags to sget()David Howells20-50/+40
2012-07-14VFS: Comment mount following codeDavid Howells2-2/+24
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells3-62/+73
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
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro1-8/+1
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton1-1/+2
2012-07-14fs: add nd_jump_linkChristoph Hellwig3-12/+20
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig2-6/+9
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro1-11/+9
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro1-33/+20
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro1-22/+34
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro1-4/+5
2012-07-14sysfs: just use d_materialise_unique()Al Viro1-8/+1
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro3-10/+8
2012-07-14get rid of kern_path_parent()Al Viro4-82/+65
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells1-3/+26
2012-07-14don't pass nameidata * to vfs_create()Al Viro6-10/+11
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro1-10/+10
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro1-4/+4
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro1-6/+6
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro25-84/+74