===== git log ====
commit ab542910fc6beff6c542ef4c89ed9fdbb4f94141
Author: Raghavendra Bhat <raghavendra@redhat.com>
Date:   Wed Jan 7 15:16:32 2015 +0530

    avoid memory leaks in snapview-server
    
    * snapview-server in readdirp, creates the inode for entries with names "." and
      ".." for each readdirp operation without creating dentries leading to
      memleak. It should have avoided creation of inodes for those entries
    
    Upstream Reviewed: http://review.gluster.org/9404
    
    Change-Id: Iefcb9d479b0d81dd7c5f41dc18ddf5eb062c7703
    BUG: 1178620
    Reviewed-on: https://code.engineering.redhat.com/gerrit/39578
    Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
    Tested-by: Rajesh Joseph <rjoseph@redhat.com>

commit 5f2608841e1f34ef7da8e4aae2a63b3adf733a2f
Author: Krutika Dhananjay <kdhananj@redhat.com>
Date:   Fri Jan 2 12:28:12 2015 +0530

    features/uss: Perform NULL check on @name in svc_getxattr
    
            Backport of: http://review.gluster.org/#/c/9378
    
    LISTXATTR fop is internally converted into a GETXATTR with
    the "name" parameter set to NULL. In svc_getxattr(), a listxattr
    was causing a crash because of a NULL pointer dereference on @name.
    
    FIX:
    Add the necessary NULL check.
    
    Change-Id: I9463b81052661feb9b1bd1a165a7a390730497cb
    BUG: 1177927
    Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
    Reviewed-on: https://code.engineering.redhat.com/gerrit/39262
    Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
    Tested-by: Raghavendra Bhat <raghavendra@redhat.com>

commit 3b7b5a20a00a4401e2279e7fbee446c8dee7005c
Author: Raghavendra Bhat <raghavendra@redhat.com>
Date:   Tue Dec 16 19:01:20 2014 +0530

    performance/readdir-ahead: indicate EOF for readdirp
    
    posix xlator sends op_errno as ENOENT and op_ret as 0, to indicate readdir has
    been completed. readdir-ahead should send that op_errno that it has saved in the
    fd context, when it serves the readdir requests. Otherwise some xlators sitting

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v3.6.0.42
