summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* performance/stat-prefetch: implement sp_link.Raghavendra G2009-09-081-0/+29
* performance/stat-prefetch: implement sp_symlink.Raghavendra G2009-09-081-0/+30
* performance/stat-prefetch: implement sp_mknod.Raghavendra G2009-09-081-0/+30
* performance/stat-prefetch: implement sp_mkdir.Raghavendra G2009-09-081-0/+39
* performance/stat-prefetch: implement sp_opendir.Raghavendra G2009-09-081-0/+27
* performance/stat-prefetch: implement sp_create.Raghavendra G2009-09-081-0/+158
* performance/stat-prefetch: implement sp_open.Raghavendra G2009-09-081-0/+58
* stat/prefetch: free cache if it cannot be put into context of fdRaghavendra G2009-09-081-0/+1
* performance/stat-prefetch: introduce sp_fd_ctx_t to hold context of fdsRaghavendra G2009-09-082-11/+144
* performance/stat-prefetch: implement sp_chmod.Raghavendra G2009-09-081-0/+34
* performance/stat-prefetch: implement sp_readdir.Raghavendra G2009-09-082-3/+169
* performance/stat-prefetch: implement sp_lookup.Raghavendra G2009-09-082-0/+314
* rewriting stat-prefetch translatorRaghavendra G2009-09-084-499/+47
* fix build warnings in 'io-cache'Amar Tumballi2009-07-201-1/+7
* 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-162-0/+219
* quick-read: add qr_lookup.Raghavendra G2009-07-162-0/+147
* Implementing quick-read translator.Raghavendra G2009-07-165-1/+184
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-2/+2
* write-behind: Use O_ACCMODE while checking for access modes.Raghavendra G2009-07-071-2/+2
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* enhancement in write-behindAmar Tumballi2009-06-301-18/+22
* write-behind: fix memory corruptionRaghavendra G2009-06-151-0/+1
* write-behind: check for memory allocation failures and take appropriate actionRaghavendra G2009-06-151-78/+434
* io-cache: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* read-ahead: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* io-cache: handle memory allocation failuresRaghavendra G2009-06-114-65/+373
* io-threads: Fix missed notification in sem_timedwaitShehjar Tikoo2009-06-112-5/+4