summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2015-01-161-0/+3
* fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2015-01-161-8/+7
* nfsd: Fix ACL null pointer derefSergio Gelato2014-12-061-0/+3
* nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields2014-12-061-11/+20
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-061-2/+6
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-11-141-1/+2
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-09-051-1/+2
* NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee2014-09-051-1/+4
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-07-092-10/+12
* nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton2014-07-061-9/+8
* nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2014-07-061-32/+4
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-07-061-2/+2
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-07-061-1/+1
* nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-06-071-2/+9
* nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-06-071-0/+4
* NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-06-071-8/+9
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-06-071-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-06-071-12/+12
* nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton2014-05-061-1/+3
* NFSD: Traverse unconfirmed client through hash-tableKinglong Mee2014-05-061-8/+5
* nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-05-061-1/+2
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-05-061-0/+5
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-05-061-0/+9
* nfsd4: fix test_stateid error reply encodingJ. Bruce Fields2014-05-061-0/+3
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-05-061-0/+2
* nfsd4: session needs room for following op to error outJ. Bruce Fields2014-05-061-0/+6
* nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-201-1/+8
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2013-11-291-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2013-11-291-60/+84
* nfsd: return better errors to exportfsJ. Bruce Fields2013-11-291-4/+11
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-08-041-2/+3
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-131-1/+1
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-102-9/+18
|\
| * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton2013-05-091-7/+5
| * nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields2013-05-031-2/+13
* | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-0312-549/+708
|\|
| * NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever2013-04-301-6/+20
| * NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever2013-04-301-7/+1
| * nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun2013-04-301-1/+1
| * nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields2013-04-301-15/+5
| * Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-13/+11
| |\
| * | nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields2013-04-261-0/+1
| * | nfsd: fix EXDEV checking in renameJ. Bruce Fields2013-04-261-4/+2
| * | nfsd: Decode and send 64bit time valuesBryan Schumaker2013-04-231-14/+5
| * | nfsd4: put_client_renew_locked can be staticFengguang Wu2013-04-161-1/+1
| * | nfsd4: remove unused macroJ. Bruce Fields2013-04-161-19/+0
| * | nfsd4: remove some useless codefanchaoting2013-04-161-2/+1
| * | nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2013-04-162-8/+50
| * | nfsd4: clean up validate_stateidJ. Bruce Fields2013-04-091-5/+14
| * | nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields2013-04-093-24/+49