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