summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-09-05svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+2
2014-09-05NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-07-06nfsd: don't try to reuse an expired DRC entry off the listJeff Layton1-32/+4
2014-07-06nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-06nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-06-07nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-07nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-07NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-07NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-06-07NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-05-06nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-06NFSD: Traverse unconfirmed client through hash-tableKinglong Mee1-8/+5
2014-05-06nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2014-05-06nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-05-06nfsd4: fix test_stateid error reply encodingJ. Bruce Fields1-0/+3
2014-05-06nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-05-06nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2013-12-20nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton1-1/+8
2013-11-29nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2013-11-29nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-29nfsd: return better errors to exportfsJ. Bruce Fields1-4/+11
2013-08-04nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya1-2/+3
2013-07-13nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-05-03nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields1-2/+13
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-549/+708
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-04-30NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever1-6/+20
2013-04-30NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever1-7/+1
2013-04-30nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun1-1/+1
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields1-15/+5
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-13/+11
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton1-6/+1
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields1-13/+11
2013-04-26nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields1-0/+1
2013-04-26nfsd: fix EXDEV checking in renameJ. Bruce Fields1-4/+2
2013-04-23nfsd: Decode and send 64bit time valuesBryan Schumaker1-14/+5
2013-04-16nfsd4: put_client_renew_locked can be staticFengguang Wu1-1/+1
2013-04-16nfsd4: remove unused macroJ. Bruce Fields1-19/+0
2013-04-16nfsd4: remove some useless codefanchaoting1-2/+1
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2-8/+50
2013-04-09nfsd4: clean up validate_stateidJ. Bruce Fields1-5/+14
2013-04-09nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields3-24/+49
2013-04-09nfsd4: fix forechannel attribute negotiationJ. Bruce Fields1-67/+49
2013-04-09nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields1-5/+9