aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes
2014-12-06nfsd: Fix ACL null pointer derefSergio Gelato
2014-12-06nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields
2014-12-06nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields
2014-09-05svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-09-05NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-07-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton
2014-07-06nfsd: don't try to reuse an expired DRC entry off the listJeff Layton
2014-07-06nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig
2014-07-06nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields
2014-06-07nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields
2014-06-07nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields
2014-06-07NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee
2014-06-07NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust
2014-06-07NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust
2014-05-06nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton
2014-05-06NFSD: Traverse unconfirmed client through hash-tableKinglong Mee
2014-05-06nfsd4: fix setclientid encode sizeJ. Bruce Fields
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky
2014-05-06nfsd: notify_change needs elevated write countJ. Bruce Fields
2014-05-06nfsd4: fix test_stateid error reply encodingJ. Bruce Fields
2014-05-06nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields
2014-05-06nfsd4: session needs room for following op to error outJ. Bruce Fields
2013-12-20nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton
2013-11-29nfsd: make sure to balance get/put_write_accessChristoph Hellwig
2013-11-29nfsd: split up nfsd_setattrChristoph Hellwig
2013-11-29nfsd: return better errors to exportfsJ. Bruce Fields
2013-08-04nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya
2013-07-13nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton
2013-05-03nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever
2013-04-30NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever
2013-04-30nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun
2013-04-30nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields
2013-04-26nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields
2013-04-26nfsd: fix EXDEV checking in renameJ. Bruce Fields
2013-04-23nfsd: Decode and send 64bit time valuesBryan Schumaker
2013-04-16nfsd4: put_client_renew_locked can be staticFengguang Wu
2013-04-16nfsd4: remove unused macroJ. Bruce Fields
2013-04-16nfsd4: remove some useless codefanchaoting