summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
...
* io-threads: Wire in support for rmdir fopShehjar Tikoo2009-04-021-0/+40
* io-threads: Wire in support for mkdir fopShehjar Tikoo2009-04-021-0/+44
* io-threads: Wire in support for mknod fopShehjar Tikoo2009-04-021-0/+47
* io-threads: Wire in support for readlink fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for access fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for fchown fopShehjar Tikoo2009-04-021-0/+46
* io-threads: Wire in support for chownShehjar Tikoo2009-04-021-0/+46
* io-threads: Wire in support for fchmod fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for chmod fopShehjar Tikoo2009-04-021-0/+42
* io-threads: Wire in support for lookup fopShehjar Tikoo2009-04-021-0/+46
* wb_flush - keep reference on fd for process_frame to perform STACK_WIND of fl...Anand V. Avati2009-04-021-0/+4
* fix a segfault with io-threads when iot-schedule is called with NULL inodeAmar Tumballi2009-04-011-1/+2
* fixes crash in write-behindAmar Tumballi2009-03-221-2/+3
* Add return after STACK_UNWINDShehjar Tikoo2009-03-181-0/+2
* Moving few translators which are not well tested, are in beta stage to 'testi...Amar Tumballi2009-03-181-1/+1
* IO-threads Cleanup: Remove useless data structures.Shehjar Tikoo2009-03-172-109/+0
* IO-threads Cleanup: Clean-up request scheduling and queueing interface.Shehjar Tikoo2009-03-171-216/+61
* IO-threads Cleanup: Change workers list to dynamically allocated arrayShehjar Tikoo2009-03-172-28/+51
* IO-threads Cleanup: Change request queue into a struct list_headShehjar Tikoo2009-03-172-24/+20
* write behind preserves order of fops with respect to writesRaghavendra G2009-03-131-404/+947
* fixed deadlock in io-cacheVikas Gorur2009-03-071-6/+3
* code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...Raghavendra G2009-03-051-22/+21
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-2613-13/+13
* RE-SEND: Add braces around critical sections.Shehjar Tikoo2009-02-231-16/+20
* Reduce iothreads requests queue lock granularity.Shehjar Tikoo2009-02-192-34/+22
* Remove conf->cache_size checksShehjar Tikoo2009-02-192-16/+0
* Remove dead code.Shehjar Tikoo2009-02-192-40/+0
* Added all filesVikas Gorur2009-02-1826-0/+8190