Age | Commit message (Expand) | Author |
2016-03-18 | mtip32xx: fix checks for dma mapping errors | Alexey Khoroshilov |
2016-03-04 | mtip32xx: remove unneeded variable in mtip_cmd_timeout() | Jens Axboe |
2016-03-03 | mtip32xx: Cleanup queued requests after surprise removal | Asai Thambi SP |
2016-03-03 | mtip32xx: Implement timeout handler | Asai Thambi SP |
2016-03-03 | mtip32xx: Handle FTL rebuild failure state during device initialization | Asai Thambi SP |
2016-03-03 | mtip32xx: Handle safe removal during IO | Asai Thambi SP |
2016-03-03 | mtip32xx: Fix for rmmod crash when drive is in FTL rebuild | Asai Thambi SP |
2016-03-03 | mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild | Asai Thambi SP |
2016-03-03 | mtip32xx: Print exact time when an internal command is interrupted | Asai Thambi SP |
2016-03-03 | mtip32xx: Remove unwanted code from taskfile error handler | Asai Thambi SP |
2016-03-03 | mtip32xx: Fix broken service thread handling | Asai Thambi SP |
2016-01-21 | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-01-19 | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-01-08 | mtip32xx: restrict variables visible in current code module | Zhu Yanjun |
2016-01-06 | mtip32xx: don't open-code memdup_user() | Al Viro |
2015-12-01 | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig |
2015-11-20 | mtip32xx: use formatting capability of kthread_create_on_node | Rasmus Villemoes |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman |
2015-08-25 | mtip32x: fix regression introduced by blk-mq per-hctx flush | Jeff Moyer |
2015-06-24 | mtip32xx: Fix accessing freed memory | Selvan Mani |
2015-06-16 | mtip32xx: increase wait time for hba reset | Asai Thambi SP |
2015-06-16 | mtip32xx: fix minor number | Asai Thambi SP |
2015-06-16 | mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() | Asai Thambi SP |
2015-06-16 | mtip32xx: fix crash on surprise removal of the drive | Asai Thambi SP |
2015-06-16 | mtip32xx: Abort I/O during secure erase operation | Asai Thambi SP |
2015-06-16 | mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT | Asai Thambi SP |
2015-06-16 | mtip32xx: remove unused variable 'port->allocated' | Asai Thambi SP |
2015-06-16 | mtip32xx: fix rmmod issue | Asai Thambi SP |
2014-10-29 | blk-mq: add a 'list' parameter to ->queue_rq() | Jens Axboe |
2014-10-18 | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-10-04 | block: disable entropy contributions for nonrot devices | Mike Snitzer |
2014-09-22 | blk-mq: rename blk_mq_end_io to blk_mq_end_request | Christoph Hellwig |
2014-09-22 | blk-mq: call blk_mq_start_request from ->queue_rq | Christoph Hellwig |
2014-09-22 | blk-mq: remove REQ_END | Christoph Hellwig |
2014-09-02 | blk-mq: pass along blk_mq_alloc_tag_set return values | Robert Elliott |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine |
2014-06-06 | mtip32xx: minor performance enhancements | Sam Bradshaw |
2014-06-04 | blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter | Jens Axboe |
2014-05-30 | Merge branch 'for-3.16/core' into for-3.16/drivers | Jens Axboe |
2014-05-28 | Merge branch 'for-3.16/core' into for-3.16/drivers | Jens Axboe |
2014-05-28 | Merge branch 'for-3.16/core' into for-3.16/drivers | Jens Axboe |
2014-05-20 | mtip32xx: move error handling to service thread | Asai Thambi S P |
2014-05-14 | mtip32xx: stop block hardware queues before quiescing IO | Jens Axboe |
2014-05-14 | mtip32xx: blk_mq_init_queue() returns an ERR_PTR | Dan Carpenter |
2014-05-13 | mtip32xx: convert to use blk-mq | Jens Axboe |
2014-04-22 | mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systems | Asai Thambi S P |
2014-04-22 | mtip32xx: Remove dfs_parent after pci unregister | Asai Thambi S P |
2014-04-22 | mtip32xx: Increase timeout for STANDBY IMMEDIATE command | Asai Thambi S P |
2014-04-01 | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-03-13 | mtip32xx: mtip_async_complete() bug fixes | Sam Bradshaw |