2013-06-18  sanoj  <sunnikrishnan@stec-inc.com>

	* Merge branch 'master' of https://github.com/stec-inc/EnhanceIO

2013-06-06  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed Issue #49 Typo in eio_cli Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-06-05  sanoj  <sunnikrishnan@stec-inc.com>

	* Added scripts for performance comparison among Enhanceio, dm-cache and bcache

2013-06-04  sanoj  <sunnikrishnan@stec-inc.com>

	* Merge branch 'master' of https://github.com/stec-inc/EnhanceIO

2013-05-31  sanoj  <sunnikrishnan@stec-inc.com>

	* Rebasing changes procfs calls changed since 3.10.rc2 linux kernel This patch addresses them Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-05-17  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixes Issue #46 eio_policy_init return value must not be ignored Also Removed some redundant checks in eio_conf.c

2013-05-16  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixes ISSUE #41 Claiming the SSD device during cache create Reported By: Jinpu Wang <xjtuwjp@gmail.com> Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-05-06  sanoj  <sunnikrishnan@stec-inc.com>

	* Updated README Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-05-03  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixes for Big endian support Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-25  sanoj  <sunnikrishnan@stec-inc.com>

	* Coding style fixes Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-24  sanoj  <sunnikrishnan@stec-inc.com>

	* Removed unnecessary eio_md macros Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-23  sanoj  <sunnikrishnan@stec-inc.com>

	* changed __inline__ to inline and some code cleanup Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-23  sanoj  <sunnikrishnan@stec-inc.com>

	* Cleanup of macros and extern to obey linux coding style Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-23  sanoj  <sunnikrishnan@stec-inc.com>

	* minor cleanup in string formating Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-23  sanoj  <sunnikrishnan@stec-inc.com>

	* Removed c99 comments (linux coding style) Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-23  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed Issue #33 Fixes the division issue between two 64bit values for 32 bit architecture. This also fixes the round off issue causing stats to grow beyond 100%. Signed-off-by: Akhil <abhansali@stec-inc.com> Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-22  sanoj  <sunnikrishnan@stec-inc.com>

	* fixed issue #44 Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-22  sanoj  <sunnikrishnan@stec-inc.com>

	* Changed ioctl numbering to follow kernel convention Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-19  sanoj  <sunnikrishnan@stec-inc.com>

	* Documentation update Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-17  sanoj  <sunnikrishnan@stec-inc.com>

	* Minor fix in makefile,cli to install,load random policy Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-16  Sanoj Unnikrishnan  <sunnikrishnan@stec-inc.com>

	* Merge pull request #40 from pfactum/tree-cleanups

2013-04-16  Oleksandr Natalenko  <oleksandr@natalenko.name>

	* Trivial man typos fixes

2013-04-16  Oleksandr Natalenko  <oleksandr@natalenko.name>

	* Cleanup *.orig files with introducing gitignore

2013-04-16  Sanoj Unnikrishnan  <sunnikrishnan@stec-inc.com>

	* Merge pull request #39 from xjtuwjp/master

2013-04-15  Sanoj Unnikrishnan  <sunnikrishnan@stec-inc.com>

	* Merge pull request #38 from xjtuwjp/27fc56154ed6dd89bf12ff0137369051043031a3

2013-04-15  Jack Wang  <jinpu.wang@profitbricks.com>

	* minor clean up, remove debug code

2013-04-15  Jack Wang  <jinpu.wang@profitbricks.com>

	* Merge branch 'master' of https://github.com/xjtuwjp/EnhanceIO

2013-04-15  Jack Wang  <jinpu.wang@profitbricks.com>

	* add missing Makefile change

2013-04-15  Jack Wang  <jinpu.wang@profitbricks.com>

	* convert random policy to a single module

2013-04-12  sanoj  <sunnikrishnan@stec-inc.com>

	* Device Failure Handling and other minor fixes Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-10  Jack Wang  <jinpu.wang@profitbricks.com>

	* merge with current stec-inc tree

2013-04-10  Jack Wang  <jinpu.wang@profitbricks.com>

	* just a test Signed-off-by: Jack Wang <jinpu.wang@profitbricks.com>

2013-04-05  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed issue#34 Added eio_to_sector macro in place of to_sector Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-04-01  sanoj  <sunnikrishnan@stec-inc.com>

	* minor fix in EIO_DIV macro Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-03-29  sanoj  <sunnikrishnan@stec-inc.com>

	* Minor CLI fix: deletion of udev rule file fixed Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-03-28  sanoj  <sunnikrishnan@stec-inc.com>

	* Multilple Fixes and code cleanup within eio_cli Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-03-23  sanoj  <sunnikrishnan@stec-inc.com>

	* Documentation Update (Fixed issue #22) Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-03-21  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed eio_cli Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-03-21  Sanoj Unnikrishnan  <sunnikrishnan@stec-inc.com>

	* Merge pull request #29 from bhansaliakhil/master

2013-03-21  akhilb  <abhansali@stec-inc.com>

	* Fix for logical bug in calculating sector number beyond 2TB hdd size.

2013-03-15  sanoj  <sunnikrishnan@stec-inc.com>

	* Fix for bug on 32 bit machine (issue #25)

2013-03-15  sanoj  <sunnikrishnan@stec-inc.com>

	* Corrected print statements signed-off-by: hills

2013-03-11  sanoj-stec  <sunnikrishnan@stec-inc.com>

	* Merge pull request #23 from nikmartin/master

2013-03-11  Nik Martin  <nik.martin@gmail.com>

	* strip whitespace from parsed udevadm output elements

2013-03-11  Nik Martin  <nik.martin@gmail.com>

	* missed an f.read()[+.strip()]

2013-03-11  Nik Martin  <nik.martin@gmail.com>

	* Fixed make_udev_match_expr, strip whitespace on partition f.read from /sys files

2013-03-06  sanoj  <sunnikrishnan@stec-inc.com>

	* Added script for auto generation of udev rules udev rules file is added automaticaly on cache creation and removed on cache deletion Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-03-06  sanoj  <sunnikrishnan@stec-inc.com>

	* Merge branch 'master' of https://github.com/stec-inc/EnhanceIO

2013-03-06  sanoj-stec  <sunnikrishnan@stec-inc.com>

	* Merge pull request #20 from sammcj/master

2013-03-06  root  <sammcj@gmail.com>

	* Fixed Documentation - Incorrect capitalisation & Man page typo

2013-03-06  sanoj  <sunnikrishnan@stec-inc.com>

	* Merge branch 'master' of https://github.com/stec-inc/EnhanceIO

2013-03-06  sanoj  <sunnikrishnan@stec-inc.com>

	* 32 bit machine  and big endian support Work in Progress

2013-03-05  sanoj-stec  <sunnikrishnan@stec-inc.com>

	* Merge pull request #17 from onlyjob/master

2013-03-05  sanoj-stec  <sunnikrishnan@stec-inc.com>

	* Merge pull request #18 from onlyjob/format-hardening

2013-03-05  Dmitry Smirnov  <onlyjob@member.fsf.org>

	* format hardening (fixes FTBTS with "-Werror=format-security")

2013-03-05  Dmitry Smirnov  <onlyjob@member.fsf.org>

	* dkms.conf + Makefile improvements

2013-03-05  Dmitry Smirnov  <onlyjob@member.fsf.org>

	* man page corrections (lintianisation): "hyphen-used-as-minus-sign"

2013-03-05  Dmitry Smirnov  <onlyjob@member.fsf.org>

	* unpacking man page

2013-03-01  sanoj  <sunnikrishnan@stec-inc.com>

	* Cleanup volatiles removed Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-02-26  sanoj  <sunnikrishnan@stec-inc.com>

	* minor cleanup Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-02-19  sanoj  <sunnikrishnan@stec-inc.com>

	* Merge branch 'master' of https://github.com/stec-inc/EnhanceIO

2013-02-19  sanoj  <sunnikrishnan@stec-inc.com>

	* should not read beyond end of buffer for strlen(cache_name) > 31 Bug reported by: Jim Meyering Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-02-14  sanoj  <sunnikrishnan@stec-inc.com>

	* Removed typedefs and relocated extern declaration to header file

2013-02-14  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed udev rules and persistent cache support

2013-02-08  sanoj  <sunnikrishnan@stec-inc.com>

	* minor fix Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-02-07  sanoj  <sunnikrishnan@stec-inc.com>

	* More Code cleanup Work in progress

2013-02-07  sanoj  <sunnikrishnan@stec-inc.com>

	* Code Cleanup

2013-02-06  sanoj  <sunnikrishnan@stec-inc.com>

	* fixes in cli and added a sanity command

2013-02-05  sanoj  <sunnikrishnan@stec-inc.com>

	* Code clean up work in progress

2013-02-04  sanoj  <sunnikrishnan@stec-inc.com>

	* CLI changes added enable ioctl support Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-02-01  Jinpu Wang  <xjtuwjp@gmail.com>

	* Update Install.txt

2013-02-01  Jinpu Wang  <xjtuwjp@gmail.com>

	* Update Driver/enhanceio/Makefile

2013-01-28  sanoj  <sunnikrishnan@stec-inc.com>

	* Removed sparse (semantic parser) wanings Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-01-22  sanoj  <sunnikrishnan@stec-inc.com>

	* minor fix Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-01-22  sanoj  <sunnikrishnan@stec-inc.com>

	* Merge branch 'master' of https://github.com/stec-inc/EnhanceIO

2013-01-22  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed Spin lock initialisation bug

2013-01-22  sanoj  <sunnikrishnan@stec-inc.com>

	* Merged header files eio.h, os.h, linux_os.h Removed kernel wrappers arounf spin lock functions Did some coding style changes

2013-01-22  Jinpu Wang  <xjtuwjp@gmail.com>

	* Update Driver/enhanceio/eio_conf.c

2013-01-17  sanoj  <sunnikrishnan@stec-inc.com>

	* A zero sized read was being issued to scsi layer, changed it to write

2013-01-16  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed ioctl structure Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-01-16  sanoj  <sunnikrishnan@stec-inc.com>

	* Removed kernel Wrappers Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-01-15  sanoj  <sunnikrishnan@stec-inc.com>

	* Replaced EIO wrappers for printk statements by standard pr_info/kern... wrappers Fixed CLI typos Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-01-11  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed the cli to pass correct structure to driver through ioctl call

2013-01-11  Amit Kale  <akale@stec-inc.com>

	* Corrected confusion between patch file directory and kernel directory. Added a line about the need to modprobe the modules.

2013-01-11  Amit Kale  <akale@stec-inc.com>

	* Added GPL license file.

2013-01-11  sanoj  <sunnikrishnan@stec-inc.com>

	* Fixed the dd read/write error issue Fixed the eio_cli code

2013-01-10  sanoj  <sunnikrishnan@stec-inc.com>

	* Work in Progress Some more Fixes and code cleanup Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2013-01-03  sanoj  <sunnikrishnan@stec-inc.com>

	* Removed Barrier Handling code

2013-01-03  sanoj  <sunnikrishnan@stec-inc.com>

	* Cleanup and fixes

2012-12-28  Amit Kale  <akale@stec-inc.com>

	* Corrected installation steps.

2012-12-28  Amit Kale  <akale@stec-inc.com>

	* Moved enhanceio driver files. Added kernel Kconfig and Makefile patch

2012-12-28  Amit Kale  <akale@stec-inc.com>

	* Moved documentation files.

2012-12-27  Amit Kale  <akale@stec-inc.com>

	* Added kernel version number

2012-12-26  sanoj  <sunnikrishnan@stec-inc.com>

	* Work in Progress Signed-off-by: sanoj <sunnikrishnan@stec-inc.com>

2012-10-29  rbrasga  <rbrasga@stec-inc.com>

	* Initial commit
