summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Using free_conn free connectionKinglong Mee2016-10-061-1/+2
* nfsd: fix problem with setting ACL on directoriesNeilBrown2016-03-071-1/+1
* nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2015-01-261-0/+3
* fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2015-01-261-8/+7
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-061-2/+6
* nfsd: correctly define v4.2 support attributesChristoph Hellwig2014-12-061-3/+6
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-11-131-1/+2
* nfsd: fix NFS regressionSergio Gelato2014-11-131-0/+3
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-09-171-1/+2
* NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee2014-09-171-1/+4
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-07-182-10/+12
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-07-171-2/+2
* nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton2014-07-021-9/+8
* nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2014-07-021-32/+4
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-06-271-1/+1
* nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-06-091-2/+9
* nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-06-091-0/+4
* NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-06-091-8/+9
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-06-091-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-06-091-12/+12
* nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton2014-05-151-1/+3
* NFSD: Traverse unconfirmed client through hash-tableKinglong Mee2014-05-151-8/+5
* nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-05-151-1/+2
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-05-151-0/+5
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-05-151-0/+9
* nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields2014-05-151-1/+1
* nfsd4: fix test_stateid error reply encodingJ. Bruce Fields2014-05-151-0/+3
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-05-151-0/+2
* nfsd4: session needs room for following op to error outJ. Bruce Fields2014-05-151-0/+6
* nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-201-1/+8
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2013-11-291-1/+2
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2013-11-291-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2013-11-291-60/+84
* nfsd4: fix discarded security labels on setattrJ. Bruce Fields2013-11-291-0/+1
* nfsd: return better errors to exportfsJ. Bruce Fields2013-11-291-4/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-9/+23
|\
| * fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-101-9/+23
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-102-14/+21
|\ \ | |/ |/|
| * nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields2013-08-301-2/+0
| * nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields2013-08-301-11/+20
| * Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields2013-08-301-4/+9
| * Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields2013-08-303-4/+5
| |\
| * | nfsd4: fix setlease error returnJ. Bruce Fields2013-07-261-1/+1
| * | nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya2013-07-231-9/+4
* | | nfsd: racy access to ->d_name in nsfd4_encode_path()Al Viro2013-09-031-6/+8
| |/ |/|
* | nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson2013-08-072-4/+3
* | nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields2013-08-071-0/+2
|/
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-07-231-2/+3
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-173-8/+8
|\
| * nfsd4: fix minorversion support interfaceJ. Bruce Fields2013-07-123-8/+8