summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* storage/posix: transform inode number in stat structureRaghavendra G2009-09-151-153/+489
* storage/posix: Handle setgid bit on directories correctlyVikas Gorur2009-09-081-10/+108
* add check for making sure 'fd' belongs to directory in posix-readdirAmar Tumballi2009-08-041-0/+7
* posix_readdir: fill stat structure into dir entryAnand V. Avati2009-06-261-0/+23
* posix: Fix build warning on incorrect typeShehjar Tikoo2009-05-161-1/+1
* log level fix in storage/posixAnand V. Avati2009-05-051-1/+1
* Cleaned up log messages in storage/posix.Vikas Gorur2009-05-051-181/+214
* Remove log level TRACE and the macro GF_TRACE.Vikas Gorur2009-04-241-1/+1
* fix bdb_db_get() to return exactly read bytes and to copy the read data to gi...Basavanagowda Kanur2009-04-232-10/+18
* posix: Ensure EINVAL return on NULL argsShehjar Tikoo2009-04-221-1/+1
* minor bug fix in posix_create() when 'o-direct enable' option is given.Amar Tumballi2009-04-141-1/+1
* changes to database read interface, to make use of a given buffer instead of ...Basavanagowda Kanur2009-04-133-79/+100
* log formatting fixes. use GF_PRI_SIZET for size_t.Basavanagowda Kanur2009-04-131-22/+32
* prefix ULL to large constants (to fix bdb build warning)Anand V. Avati2009-04-121-2/+2
* update storage/bdb with new readv writev prototypesAnand V. Avati2009-04-121-71/+26
* update storage/posix with new readv writev prototypesAnand V. Avati2009-04-121-92/+22
* posix_unlink: make unlinking in background configurable through volume spec fileRaghavendra G2009-04-092-13/+44
* introduction of secondary index database in storage/bdbBasavanagowda Kanur2009-04-084-1523/+2019
* link() & rename() on storage/bdb will always return EXDEV.Basavanagowda Kanur2009-04-083-353/+2
* storage/bdb untabify, code alignment to limit to 80 characters per line.Basavanagowda Kanur2009-04-084-4409/+4566
* fix to fd leak in posix_create() in case of some failures.Amar Tumballi2009-04-061-2/+3
* Bug fix in posix-init(), when span-devices is set above 1Amar Tumballi2009-04-011-1/+1
* posix_unlink - open/unlink/close only regular filesAnand V. Avati2009-03-261-7/+10
* fix to rm of large file blocking other operations on the same directory conta...2.0.0rc7Raghavendra G2009-03-241-0/+15
* fixed sys_<fops> related warnings. (on mac os x and opensolaris)2.0.0rc5Amar Tumballi2009-03-191-2/+2
* Moving few translators which are not well tested, are in beta stage to 'testi...Amar Tumballi2009-03-181-1/+1
* afr data self heal bug fixAmar Tumballi2009-03-181-3/+3
* Add system call abstraction layerVikas Gorur2009-03-171-22/+26
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-122-12/+12
* feature to span the export directory across different mountpointsAmar Tumballi2009-03-102-9/+80
* added fgetxattr and fsetxattr FOPsVikas Gorur2009-03-071-0/+223
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-266-6/+6
* Deleted xattr caching code from posix in anticipation of the xattr-cache tran...Vikas Gorur2009-02-235-701/+152
* posix_releasedir flush fds from xattrcache.Anand V. Avati2009-02-221-0/+4
* warn on ERANGE error for lgetxattr in posixVikas Gorur2009-02-191-0/+18
* Added all filesVikas Gorur2009-02-1813-0/+10114