summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-081-0/+3
* Change GNU GPL to GNU AGPLPranith K2010-10-048-24/+24
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-3/+18
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-012-8/+8
* storage/posix: prevent chmod() from getting called on symlinksAnand Avati2010-09-291-6/+25
* Changing readdir calls to readdirp calls in DHTshishir gowda2010-09-281-20/+11
* posix: remove variables used for maintaining generation numbersAmar Tumballi2010-09-142-50/+1
* posix: fix an issue with existing data in case of readdirv3.1.0qa22Amar Tumballi2010-09-141-4/+7
* posix: Copy gfid from stat to dirent for readdirpShehjar Tikoo2010-09-141-0/+1
* posix: remove gen related xattr usageAmar Tumballi2010-09-131-207/+69
* gfid: handling of gfids in storage/posixAnand Avati2010-09-041-0/+72
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+3
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+3
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* changes to client to make use of the rdma functionality.Raghavendra G2010-08-301-1/+1
* storage/posix: calculate the correct size of each dirent in readdir/readdirp.Raghavendra G2010-08-252-5/+8
* xlators/storage: posix.c - remove dead assignments.Sachidananda2010-08-191-40/+18
* fixes for spurious entry self-heal in afrPranith Kumar K2010-07-281-0/+8
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-281-0/+2
* proper way to do defrag of a mountpointAmar Tumballi2010-07-142-23/+34
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-061-74/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-8/+10
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* dynamic volume changes for graph replacementAnand Avati2010-06-071-2/+3
* OS X: adjustments, minor fixes to eliminate warningsCsaba Henk2010-05-211-2/+2
* OS X: basic additions for OS X client supportCsaba Henk2010-05-211-1/+1
* added features/mac-compatCsaba Henk2010-05-131-2/+5
* posix: Support thread-safe vectored writes/readsShehjar Tikoo2010-05-051-84/+90
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-032-6/+0
* Set op_ret to -1 when open fails in posix_createRaghavendra Bhat2010-04-271-0/+1
* Memory accounting changesVijay Bellur2010-04-237-121/+256
* iatt: change S_IF macros with IA_IF macros in missing placesAnand Avati2010-04-081-2/+2
* initialization fixesCsaba Henk2010-04-081-1/+1
* fop namespace cleanup.Amar Tumballi2010-03-312-149/+9
* fix utimesRaghavendra Bhat2010-03-251-2/+5
* iatt: changes across the codebaseAnand V. Avati2010-03-161-570/+126
* posix: Support EOF for file readingShehjar Tikoo2010-03-041-1/+7
* posix: Support end-of-stream determinationShehjar Tikoo2010-03-041-0/+3
* posix: gen number fixes on non-Linux systemsVijay Bellur2010-03-031-2/+17
* storage/posix: Don't use FTW_CONTINUEVikas Gorur2010-02-231-1/+1
* storage/posix: Check for path before logging it in case of an error in xattro...Pavan Sondur2010-02-221-13/+32
* storage/posix: Set op_ret to -1 when open fails.Vikas Gorur2010-02-021-0/+1
* storage/posix: Fix device number handling.Vikas Gorur2010-01-281-6/+23
* Revert "Server backend storage hang should not cause the mount point to hang."Harshavardhana Ranganath2010-01-262-147/+5
* storage/posix: Fix an access-after-free bug in release() and releasedir().Vikas Gorur2010-01-251-17/+15
* Server backend storage hang should not cause the mount point to hang.Anand Avati2010-01-232-5/+147
* storage/posix: Make the janitor sleep duration configurable.v3.0.1rc2Vikas Gorur2010-01-212-12/+35
* storage/posix: Hand off calling close() and closedir() to the janitor thread.Vikas Gorur2010-01-192-33/+81
* storage/posix: Zero out the checksum array in rchecksum.Vikas Gorur2009-12-281-0/+2