summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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