summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-076-6/+6
* posix: Support readdirp fopShehjar Tikoo2009-10-061-16/+38
* storage/posix: Process "glusterfs.content" key in lookup only for regular files.Vikas Gorur2009-10-061-1/+3
* storage/posix: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-051-49/+59
* posix: NFS-friendly logic changesShehjar Tikoo2009-10-012-26/+394
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-012-2/+3
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-012-488/+382
* storage/posix: Implement rchecksum.Vikas Gorur2009-09-221-0/+66
* storage/posix: Update nr_files after system call succeeds.Vikas Gorur2009-09-221-12/+12
* storage/posix: transform inode number in stat structureRaghavendra G2009-09-151-133/+446
* storage/posix: Synchronize access to this->private.Vikas Gorur2009-09-082-23/+52
* storage/posix: Handle setgid bit on directories correctlyVikas Gorur2009-09-081-10/+108
* storage/posix: handle dentries from different mount points in readdirRaghavendra G2009-09-081-34/+51
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+45
* add check for making sure 'fd' belongs to directory in posix-readdirAmar Tumballi2009-08-041-0/+7
* posix getxattr supports new key 'trusted.glusterfs.location'Amar Tumballi2009-07-202-0/+24
* storage/bdb - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-2/+2
* storage/posix - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-2/+2
* posix_readdir: fill stat structure into dir entryAnand V. Avati2009-06-261-0/+23
* Do stat to check mode of the export directory in storage/posix.Vikas Gorur2009-06-151-1/+1
* 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...Raghavendra G2009-03-241-0/+15
* fixed sys_<fops> related warnings. (on mac os x and opensolaris)Amar 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