summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-1/+4
* 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-141-22/+33
* 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
* OS X: adjustments, minor fixes to eliminate warningsCsaba Henk2010-05-211-2/+2
* 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-031-3/+0
* Set op_ret to -1 when open fails in posix_createRaghavendra Bhat2010-04-271-0/+1
* Memory accounting changesVijay Bellur2010-04-231-55/+85
* 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-311-142/+7
* 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-261-136/+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-231-5/+136
* storage/posix: Make the janitor sleep duration configurable.v3.0.1rc2Vikas Gorur2010-01-211-12/+33
* storage/posix: Hand off calling close() and closedir() to the janitor thread.Vikas Gorur2010-01-191-33/+75
* storage/posix: Zero out the checksum array in rchecksum.Vikas Gorur2009-12-281-0/+2
* fix typo in posixCsaba Henk2009-12-141-1/+1
* posix_rchecksum() - fix leak of read bufferAnand Avati2009-12-041-0/+2
* storage/posix: Fix Leak in posix_getxattr while filtering gen-number xattr.Pavan Sondur2009-12-031-0/+2
* storage/posix: Change janitor sleep duration to 10 minutes.Vikas Gorur2009-12-031-1/+1
* storage/posix: Filter out generation number xattr.Vikas Gorur2009-12-031-1/+6
* storage/posix: Added janitor thread.Vikas Gorur2009-12-021-1/+114
* storage/posix: Fix condition typo.Vikas Gorur2009-11-201-1/+1
* fixing a crash in posix (on 32bit)Amar Tumballi2009-11-161-1/+3
* Wrong variable is checked after stat call.Sachidananda2009-11-031-2/+2
* storage/posix: Changed error message displayed for option background-unlink.Vijay Bellur2009-11-021-1/+1