summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* build: declare lvm_lv_from_name() if it is missing from lvm2app.hv3.4.0beta4Niels de Vos2013-06-271-0/+6
* dht,posix: support for case discoveryAnand Avati2013-06-081-0/+66
* posix: fix dangerous "sharing" of fd in readdir between two requestsv3.4.0beta1Anand Avati2013-05-071-2/+17
* storage/posix: honor O_SYNC and O_DSYNC sent in @flags of writev()Anand Avati2013-05-072-5/+10
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-072-2/+2
* storage/posix: Fix open-fd-count virtual xattrPranith Kumar K2013-02-061-8/+3
* storage/posix: skip path construction when dentry list is emptyBrian Foster2013-01-261-0/+2
* cli: fix descriptions of owner-uid and owner-gidShireesh Anjal2013-01-211-2/+2
* Fix format security errors with hardening build flagsNiels de Vos2013-01-161-1/+1
* core: remove all the 'inner' functions in codebaseAmar Tumballi2012-12-193-206/+253
* storage/posix: if create returns EXIST, donot set gfid/xattrsshishir gowda2012-12-041-0/+4
* BD Backend: CLI to create a full/linked clone of a imageM. Mohan Kumar2012-11-291-9/+97
* BD Backend: CLI commands to create/delete imageM. Mohan Kumar2012-11-291-76/+292
* BD Backend: Rename LVM. Mohan Kumar2012-11-291-0/+94
* BD Backend: Extend size of file (LV)M. Mohan Kumar2012-11-291-6/+104
* BD Backend: Full clone and linked cloneM. Mohan Kumar2012-11-291-16/+348
* BD Backend: Unlink a file (LV)M. Mohan Kumar2012-11-293-0/+117
* BD Backend: Create a new file (LV)M. Mohan Kumar2012-11-292-9/+255
* BD Backend: Write supportM. Mohan Kumar2012-11-291-0/+243
* BD Backend: Open,read and related calls support for LVM. Mohan Kumar2012-11-294-0/+296
* xlators: Add Block Device(BD) backend translatorM. Mohan Kumar2012-11-297-1/+1524
* posix: Fix volume will not start if brick has no volume-id attributeVenkatesh Somyajulu2012-11-201-7/+4
* storage/posix: Make rchecksum O_DIRECT friendlyPranith Kumar K2012-11-203-23/+62
* NFS is picking up geo-rep's already open (read-only) file descriptorKaleb S. KEITHLEY2012-11-141-1/+1
* storage/posix: remove dependency on loc->path in posix_lookup()Amar Tumballi2012-10-111-1/+0
* storage/posix: return -1 if lstat call returns non zero value apart from -1Raghavendra Bhat2012-10-101-10/+30
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-3/+4
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-2/+2
* linux-aio: fixes while setting O_DIRECT flagAnand Avati2012-10-013-38/+60
* Fixed some general typing errors.Varun Shastry2012-09-271-3/+3
* logging: log ENOENT errors in DEBUG mode instead of ERROR or INFORaghavendra Bhat2012-09-171-1/+2
* storage/posix: Option to set brick(of a volume)'s root dir's uid/gidKrishnan Parthasarathi2012-09-141-5/+43
* All: License message changeVarun Shastry2012-09-138-56/+48
* storage/posix: Make posix_fremovexattr anon fd friendly.Pranith Kumar K2012-09-061-4/+1
* posix: adjust new xattrops to new dict APICsaba Henk2012-09-061-4/+4
* storage/posix: Add or_array/and_array op for xattropPranith Kumar K2012-09-061-1/+35
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-063-93/+85
* All: License message changeVarun Shastry2012-08-288-119/+47
* cluster/dht: Optimize readdirp calls in DHTshishir gowda2012-08-131-2/+32
* Warnings: Fix set, unused variable warningsPranith Kumar K2012-07-291-2/+0
* storage/posix: use the size returned by getxattr to allocate memoryRaghavendra Bhat2012-07-171-2/+2
* storage/posix: use ssize_t variable to get the return value of getxattrRaghavendra Bhat2012-07-172-45/+63
* storage/posix: implement native linux AIO supportAnand Avati2012-07-147-6/+656
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-132-12/+6
* storage/posix: handle getxattr failures gracefullyRaghavendra Bhat2012-07-112-7/+61
* core: remove unused codeAmar Tumballi2012-07-117-6001/+0
* bdb: fix erroneous strncpy in file name constructionJim Meyering2012-07-021-2/+2
* posix: avoid unnecessary strncpyJim Meyering2012-07-021-1/+1