summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
...
* performance/quick-read: refine the logic in qr_lookup.Raghavendra G2009-09-221-40/+54
* protocol/client: access glusterfs context from the ctx member of xlator objectRaghavendra G2009-09-221-1/+1
* performance/write-behind: check for the presence of context only in fds not o...Raghavendra G2009-09-221-6/+12
* client-protocol: fix race-condition encountered while accessing fdctxRaghavendra G2009-09-221-47/+218
* performance/quick-read: access glusterfs_ctx from xlator instead of using glu...Raghavendra G2009-09-171-1/+1
* Add iot_fxattrop to io-threadsPavan Sondur2009-09-171-0/+1
* Dumop inodectx addedVijay Bellur2009-09-163-13/+70
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-163-3/+53
* protocol/client: Support for dumpop priv.Vijay Bellur2009-09-161-0/+56
* mount/fuse: Support for dumpop priv.Vijay Bellur2009-09-161-0/+47
* cluster/dht: Support for dumpop priv.Vijay Bellur2009-09-161-0/+134
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* cluster/stripe, when dbench is run, client crashes because in stripe.c priv i...Vinayak Hegde2009-09-161-1/+4
* 2.0.6 patch for io-cache pattern-matched non-cachingStephan von Krawczynski2009-09-151-5/+23
* storage/posix: transform inode number in stat structureRaghavendra G2009-09-151-133/+446
* protocol/server: server_stub_resume should check for failure of lookup when o...Raghavendra G2009-09-131-1/+2
* mount/fuse: Set d_type in readdir_cbk using the stat buf for the entry.Vikas Gorur2009-09-091-1/+32
* cluster/afr: Check op_ret in afr_getxattr_cbk before accessing dictVikas Gorur2009-09-081-1/+2
* cluster/afr: Do not try to self-heal "/"Vikas Gorur2009-09-081-8/+16
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-25/+99
* performance/write-behind: communicate back the errors in writes to servers, i...Raghavendra G2009-09-081-1/+12
* performance/quick-read: if open fails during cache validation, don't continue...Raghavendra G2009-09-082-2/+24
* performance/quick-read: Fix access of freed memory in qr_open_cbk.Raghavendra G2009-09-081-1/+9
* 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
* performance/stat-prefetch: don't check for a non-null parent and inode in new...Raghavendra G2009-09-081-3/+0
* performance/stat-prefetch: minor bug-fixes.Raghavendra G2009-09-081-9/+9
* storage/posix: handle dentries from different mount points in readdirRaghavendra G2009-09-081-34/+51
* performance/stat-prefetch: implement release callbacks.Raghavendra G2009-09-081-1/+21
* performance/stat-prefetch: implement sp_fxattrop.Raghavendra G2009-09-081-0/+37
* performance/stat-prefetch: implement sp_xattrop.Raghavendra G2009-09-081-0/+35
* performance/stat-prefetch: implement sp_checksum.Raghavendra G2009-09-081-1/+36
* performance/stat-prefetch: implement sp_getdents.Raghavendra G2009-09-081-0/+82
* performance/stat-prefetch: flush stat corresponding to directory being read i...Raghavendra G2009-09-081-0/+17
* performance/stat-prefetch: implement sp_setdents.Raghavendra G2009-09-081-0/+46
* performance/stat-prefetch: implement sp_removexattr.Raghavendra G2009-09-081-24/+50
* performance/stat-prefetch: implement sp_setxattr.Raghavendra G2009-09-081-0/+26
* performance/stat-prefetch: implement sp_rename.Raghavendra G2009-09-081-0/+55
* performance/stat-prefetch: implement sp_fsync.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_writev.Raghavendra G2009-09-081-0/+38
* performance/stat-prefetch: implement sp_readv.Raghavendra G2009-09-081-0/+47
* performance/stat-prefetch: implement sp_rmdir.Raghavendra G2009-09-081-0/+55
* performance/stat-prefetch: implement sp_unlink.Raghavendra G2009-09-081-1/+42
* performance/stat-prefetch: implement sp_readlink.Raghavendra G2009-09-081-0/+34
* performance/stat-prefetch: implement sp_utimens.Raghavendra G2009-09-081-0/+26
* performance/stat-prefetch: implement sp_ftruncate.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_truncate.Raghavendra G2009-09-081-0/+25
* performance/stat-prefetch: implement sp_fchown.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_chown.Raghavendra G2009-09-081-0/+25
* performance/stat-prefetch: implement sp_fchmod.Raghavendra G2009-09-081-0/+36