summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright current yearPranith Kumar K2011-08-108-8/+8
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-068-24/+24
* storage/posix: handle dictionary being NULL in a functionAmar Tumballi2011-08-011-0/+3
* posix: perform readdir filling in locked regionAnand Avati2011-07-161-82/+100
* storage/posix: set all keys present in 'params' dict while creating an entryv3.2.2qa7Amar Tumballi2011-07-121-2/+67
* storage/posix: detect race in posix_rename()Anand Avati2011-07-121-0/+23
* posix-acl: implementation of POSIX ACL as a translatorAnand Avati2011-07-011-0/+5
* storage/posix: set ACL keys during new entry/inode creationsAnand Avati2011-07-011-0/+63
* posix: fix GFID assignment race between mkdir and lookupAnand Avati2011-06-101-1/+69
* prevent few excessive logsAmar Tumballi2011-04-211-2/+2
* removed reference to GF_LOG_NORMALAmar Tumballi2011-04-071-1/+1
* storage/posix: log enhancementsAmar Tumballi2011-03-171-116/+130
* storage/posix: whitespace cleanupAmar Tumballi2011-03-171-490/+490
* storage/posix: Added GF_XATTROP_ADD_LONG_ARRAY flag to perform 64bit xattrop ...Mohammed Junaid Ahmed2011-03-161-4/+17
* posix: Set op_errno to ENOMEM on failed iobuf_getShehjar Tikoo2011-03-111-0/+1
* posix: Handle offset greater than file size of EOF determinationShehjar Tikoo2011-03-111-0/+2
* Solaris xattr support for symlink and special files.v3.1.3qa3shishir gowda2011-03-041-3/+13
* v2 Prevent removal of trusted.gfid xattrshishir gowda2011-03-011-0/+6
* storage/posix: set op_ret to -1 when setgid_override fails.Raghavendra G2011-02-221-5/+18
* storage/posix: in opendir, allocate proper size for fd ctx pointerAmar Tumballi2011-01-071-1/+1
* gfid: disable setting/getting of gfid from higher level translatorsAnand Avati2010-12-061-4/+12
* check whether the file is a symlink while doing utimesRaghavendra Bhat2010-12-061-1/+19
* glusterd-rebalance: if file is open, don't do rebalanceAmar Tumballi2010-10-191-0/+25
* Revert "glusterd-rebalance: if file is open, don't do rebalance"Vijay Bellur2010-10-191-25/+0
* glusterd-rebalance: if file is open, don't do rebalancev3.1.0Amar Tumballi2010-10-121-0/+25
* Change assert to GF_ASSERTVijay Bellur2010-10-122-2/+2
* Copyright changesVijay Bellur2010-10-118-8/+8
* 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