summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* storage/posix: Fix condition typo.Vikas Gorur2009-11-201-1/+1
* fixing a crash in posix (on 32bit)Amar Tumballi2009-11-161-1/+3
* Add glusterfs-volgen to master, change fusermount options and other changes t...Pavan Sondur2009-11-111-1/+1
* 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
* storage/posix: Serialize do_xattrop.Vikas Gorur2009-10-291-45/+58
* storage/posix: Refactor xattropVikas Gorur2009-10-291-122/+64
* posix: posix_[f]setattr() handle valid=0 case by performing {f, l}chown (-1, -1)Anand Avati2009-10-281-0/+24
* storage/posix: Ensure time(2) is stored in a 64-bit variable.Vikas Gorur2009-10-261-1/+3
* storage/posix: Set right the op_ret value from posix_readlink()Vijay Bellur2009-10-181-4/+6
* posix: posix_{f, l}stat_with_gen to return 0 on success (instead of >= 0)Anand V. Avati2009-10-161-0/+2
* posix - generation number supportAnand V. Avati2009-10-162-294/+229
* posix - use lchown and lchmod in setattrAnand V. Avati2009-10-161-2/+2
* storage/posix: Use the right macro to set nsec of mtime in posix_do_utimesVijay Bellur2009-10-151-1/+1
* storage/posix: Initialize op_errno to 0 in posix_create.Vijay Bellur2009-10-151-1/+1
* posix/client/server: Send postparent in lookup even if lookup fails on the en...Vikas Gorur2009-10-131-2/+6
* posix: Ensure ENOTEMPTY return on rmdirShehjar Tikoo2009-10-091-1/+4
* 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