summaryrefslogtreecommitdiffstats
path: root/xlators/storage
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix device number handling.Vikas Gorur2010-02-071-6/+23
* Revert "Server backend storage hang should not cause the mount point to hang."v3.0.2rc1Harshavardhana Ranganath2010-01-262-147/+5
* storage/posix: Fix an access-after-free bug in release() and releasedir().v3.0.1Vikas Gorur2010-01-251-17/+15
* Server backend storage hang should not cause the mount point to hang.Anand Avati2010-01-232-5/+147
* storage/posix: Make the janitor sleep duration configurable.v3.0.1rc2Vikas Gorur2010-01-212-12/+35
* storage/posix: Hand off calling close() and closedir() to the janitor thread.Vikas Gorur2010-01-192-33/+81
* 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-022-1/+119
* 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