aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields2-6/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2012-10-01nfsd4: don't allow reclaims of expired clientsJ. Bruce Fields1-8/+10
2012-10-01nfsd4: remove redundant callback probeJ. Bruce Fields1-3/+1
2012-10-01nfsd4: expire old client earlierJ. Bruce Fields1-10/+7
2012-10-01nfsd4: separate session allocation and initializationJ. Bruce Fields1-23/+23
2012-10-01nfsd4: clean up session allocationJ. Bruce Fields1-12/+20
2012-10-01nfsd4: minor free_session cleanupJ. Bruce Fields1-10/+9
2012-10-01nfsd4: new_conn_from_crses should only allocateJ. Bruce Fields1-16/+10
2012-10-01nfsd4: separate connection allocation and initializationJ. Bruce Fields1-10/+15
2012-10-01nfsd4: reject bad forechannel attrs earlierJ. Bruce Fields1-4/+2
2012-10-01nfsd4: enforce per-client sessions/no-sessions distinctionJ. Bruce Fields3-22/+31
2012-10-01nfsd4: set cl_minorversion at create timeJ. Bruce Fields1-10/+1
2012-10-01nfsd4: don't pin clientids to pseudoflavorsJ. Bruce Fields1-1/+17
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-25nfsd4: fix bind_conn_to_session xdr commentJ. Bruce Fields1-1/+1
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-4/+4
2012-09-10nfsd4: cast readlink() bug argumentJ. Bruce Fields1-1/+1
2012-09-10NFSD: pass null terminated buf to kstrtouint()Malahal Naineni1-1/+1
2012-09-10nfsd: remove duplicate init in nfsd4_cb_recallNamjae Jeon1-1/+0
2012-09-10nfsd4: eliminate redundant nfs4_free_stateidJ. Bruce Fields1-6/+1
2012-09-10fs/nfsd/nfs4idmap.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-10nfsd: remove unused listener-removal interfacesJ. Bruce Fields1-78/+0
2012-09-10nfsd4: fix nfs4 stateid leakJ. Bruce Fields1-0/+1
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields1-11/+1
2012-08-21nfsd: allow configuring nfsd to listen on 5-digit portsJ. Bruce Fields1-1/+1
2012-08-21nfsd: remove redundant "port" argumentJ. Bruce Fields3-9/+9
2012-08-21knfsd: don't allocate file_locks on the stackJeff Layton1-42/+76
2012-08-21knfsd: remove bogus BUG_ON() call from nfsd4_lockuJeff Layton1-1/+0
2012-08-21nfsd4: nfsd_process_n_delegations should be staticJ. Bruce Fields1-1/+1
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker1-2/+2
2012-08-20nfsd: do_nfsd_create verf argument is a u32J. Bruce Fields1-1/+1
2012-08-20nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields2-2/+2
2012-08-20nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields1-2/+1
2012-08-20nfsd: trivial comment updatesJeff Layton2-10/+1
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields2-3/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-46/+63
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-125/+175
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara5-46/+63
2012-07-27NFSd: make boot_time variable per network namespaceStanislav Kinsbursky3-16/+25
2012-07-27NFSd: make grace end flag per network namespaceStanislav Kinsbursky2-5/+4
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky3-23/+27
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2-4/+4
2012-07-27NFSd: make nfsd4_manager allocated per network namespace context.Stanislav Kinsbursky2-13/+21
2012-07-27nfsd4: fix missing fault_inject.h includeJ. Bruce Fields1-0/+1
2012-07-25NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2-5/+7
2012-07-25NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky3-17/+14
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-07-25NFSd: fix locking in nfsd_forget_delegations()Stanislav Kinsbursky1-6/+17