summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read/src/quick-read.c
Commit message (Expand)AuthorAgeFilesLines
...
* performance/quick-read: checking for qr_file in inode-context and creating if...Raghavendra G2009-09-221-30/+45
* performance/quick-read: refine the logic in qr_lookup.Raghavendra G2009-09-221-40/+54
* performance/quick-read: access glusterfs_ctx from xlator instead of using glu...Raghavendra G2009-09-171-1/+1
* performance/quick-read: if open fails during cache validation, don't continue...Raghavendra G2009-09-081-2/+22
* performance/quick-read: Fix access of freed memory in qr_open_cbk.Raghavendra G2009-09-081-1/+9
* quick-read: implement release and forget cbks.Raghavendra G2009-07-161-0/+49
* quick-read: implement qr_lk.Raghavendra G2009-07-161-0/+97
* quick-read: implement qr_ftruncate.Raghavendra G2009-07-161-0/+142
* quick-read: implement qr_fsync.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_finodelk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_fentrylk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_flush.Raghavendra G2009-07-161-0/+74
* quick-read: implement qr_fgetxattr.Raghavendra G2009-07-161-0/+101
* quick-read: implement qr_fsetxattr.Raghavendra G2009-07-161-0/+99
* quick-read: implement lc_fchmodRaghavendra G2009-07-161-0/+93
* quick-read: implement qr_fchownRaghavendra G2009-07-161-0/+95
* quick-read: implement qr_fstat.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_writevRaghavendra G2009-07-161-0/+118
* quick-read: implement qr_readvRaghavendra G2009-07-161-0/+525
* quick-read: implement qr_openRaghavendra G2009-07-161-0/+201
* quick-read: add qr_lookup.Raghavendra G2009-07-161-0/+137
* Implementing quick-read translator.Raghavendra G2009-07-161-0/+116