summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* storage/posix: print the actual file pathRaghavendra Bhat2019-02-141-54/+75
* afr/self-heal:Fix wrong type checkingRavishankar N2019-01-241-28/+1
* posix: Change data type to dump nr_files to statedumpMohit Agrawal2019-01-231-1/+1
* posix: fix coverity issueIraj Jamali2019-01-211-6/+1
* posix: Convert several posix_private members to gf_atomicMohit Agrawal2019-01-155-48/+18
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-111-1/+1
* core: brick process is crashed at the time of spawn threadMohit Agrawal2019-01-113-18/+35
* posix: buffer_size_warning coverity fixHarpreet Kaur2018-12-311-1/+1
* posix: stack-buffer-overflow reported by asanHarpreet Kaur2018-12-261-1/+3
* all: handle string-overflow warnings of coverityAmar Tumballi2018-12-201-1/+1
* posix: use synctask for janitorPoornima G2018-12-197-79/+193
* clang: Fix various missing checks for empty listShyamsundarR2018-12-141-1/+3
* all: remove code which is not being considered in buildAmar Tumballi2018-12-138-4296/+0
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-127-1/+381
* posix: posix_health_check_thread_proc crash due to priv is NULLMohit Agrawal2018-12-112-9/+14
* all: add xlator_api to many translatorsAmar Tumballi2018-12-062-9/+27
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0521-116/+116
* features/bitrot: compare the signature with proper lengthRaghavendra Bhat2018-12-031-7/+11
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-4/+1
* posix: fix memory leakAmar Tumballi2018-11-282-7/+23
* coverity: Fix coverity issuesMohammed Rafi KC2018-11-261-0/+5
* posix: Fix null pointer dererfenceSusant Palai2018-11-142-0/+13
* features/ctime: Fix Coverity issueSusant Palai2018-11-121-0/+1
* ctime: Enable ctime feature by defaultKotresh HR2018-11-111-1/+1
* bd: remove from the buildAmar Tumballi2018-11-081-4/+0
* all: fix the format string exceptionsAmar Tumballi2018-11-051-3/+3
* server: don't allow '/' in basenameAmar Tumballi2018-11-051-2/+2
* posix : fix coverity issues in posix-entry-ops.cSunny Kumar2018-11-031-2/+14
* posix: Fix coverity issueVarsha Rao2018-11-021-2/+6
* posix/ctime: Avoid log flood in posix_update_utime_in_mdataKotresh HR2018-11-021-4/+0
* posix: Null pointer dereferencing clang fixHarpreet Lalwani2018-10-261-1/+1
* posix : fix coverity issues in posix-inode-fd-ops.cSunny Kumar2018-10-251-2/+2
* posix: fill glusterfs.posix.* acl xattrs at dictKinglong Mee2018-10-223-10/+86
* storage/posix: Do not fail entry creation fops if gfid handle already existsKrutika Dhananjay2018-10-182-6/+16
* posix: return more xattrs at getxattr/fgetxattr when client requestKinglong Mee2018-10-171-2/+26
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-104-8/+8
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-081-0/+10
* ctime: Provide noatime optionKotresh HR2018-09-251-0/+8
* block : fix coverity in bd.cSunny Kumar2018-09-211-0/+6
* storage/posix: Check if fd->inode is NULL before using itAshish Pandey2018-09-201-4/+4
* posix: Fix exporting default value for `export-statfs-size`Aravinda VK2018-09-181-1/+3
* Land part 2 of clang-format changesGluster Ant2018-09-1212-15260/+15018
* Land clang-format changesGluster Ant2018-09-1212-915/+870
* storage/posix: Fix coverity issue - Unchecked return valueAshish Pandey2018-09-111-1/+8
* posix: fix the duplicate macro definitionsAmar Tumballi2018-09-102-8/+0
* posix: disable open/read/write on special filesAmar Tumballi2018-09-061-0/+33
* server-protocol: don't allow '../' path in 'name'Amar Tumballi2018-09-051-0/+6
* posix: remove not supported get/set contentAmar Tumballi2018-09-043-186/+1
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-09-041-1/+0
* Multiple files: calloc -> mallocYaniv Kaul2018-09-043-20/+30