summaryrefslogtreecommitdiffstats
path: root/xlators/storage/bd/src/bd.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove code which is not being considered in buildAmar Tumballi2018-12-131-2426/+0
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-5/+5
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-3/+3
* block : fix coverity in bd.cSunny Kumar2018-09-211-0/+6
* Land part 2 of clang-format changesGluster Ant2018-09-121-1811/+1782
* {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-041-2/+4
* block : fix few coverity issueSunny Kumar2018-08-241-1/+2
* block xlator: fix some coverity issuesBhumika Goyal2018-08-181-1/+5
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* rchecksum/fips: Replace MD5 usage to enable fips supportKotresh HR2017-12-211-3/+1
* bd: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-121-17/+14
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-151-1/+1
* core: add preadv, pwritev, pread, pwrite syscall wrappersKaleb S KEITHLEY2015-12-221-5/+5
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-281-3/+3
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-4/+0
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-4/+4
* bd: coverity fixes, removing logically dead code and correcting checksNandaja Varma2015-03-301-1/+2
* bd: Fixing dereference after null check(FORWARD_NULL)arao2015-03-301-1/+2
* xlators/storage/bd : Unused value is removed.Manikandan Selvaganesh2015-03-151-1/+0
* core: fix remaining *printf formation warnings on 32-bitKaleb S. KEITHLEY2014-11-261-2/+3
* build: MacOSX Porting fixesHarshavardhana2014-04-241-4/+5
* storage/bd: Fix allocations/deallocationsPranith Kumar K2014-03-081-8/+10
* bd: Check for capabilities for creating thin lvM. Mohan Kumar2013-12-241-0/+7
* bd: Add Zerofill FOP supportM. Mohan Kumar2013-11-201-1/+33
* BD fixes for coverity scanM. Mohan Kumar2013-11-191-5/+9
* bd: Add support to create clone, snapshot and merge of LV images.M. Mohan Kumar2013-11-131-46/+375
* bd: Add aio support to BD xlatorM. Mohan Kumar2013-11-131-16/+44
* bd: posix/multi-brick support to BD xlatorM. Mohan Kumar2013-11-131-0/+2047