Age | Commit message (Expand) | Author | Files | Lines |
2017-05-03 | mtip32xx: convert internal commands to regular block infrastructure | Jens Axboe | 2 | -178/+30 |
2017-05-03 | mtip32xx: cleanup internal tag assumptions | Jens Axboe | 1 | -10/+9 |
2017-05-02 | blk-mq: update ->init_request and ->exit_request prototypes | Christoph Hellwig | 1 | -14/+6 |
2017-05-02 | Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED" | Jens Axboe | 1 | -1/+1 |
2017-05-02 | mtip32xx: convert internal command issue to block IO path | Jens Axboe | 1 | -30/+73 |
2017-05-02 | mtip32xx: abstract out "are any commands active" helper | Jens Axboe | 1 | -10/+18 |
2017-05-02 | mtip32xx: kill atomic argument to mtip_quiesce_io() | Jens Axboe | 1 | -15/+5 |
2017-05-02 | mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command() | Jens Axboe | 1 | -105/+43 |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -22/+37 |
2017-04-27 | mtip32xx: use runtime tag to initialize command header | Ming Lei | 1 | -12/+24 |
2017-04-21 | mtip32xx: fix dereference of stack garbage | Jens Axboe | 1 | -0/+1 |
2017-04-20 | blk-mq: remove the error argument to blk_mq_complete_request | Christoph Hellwig | 1 | -2/+2 |
2017-04-20 | mtip32xx: add a status field to struct mtip_cmd | Christoph Hellwig | 2 | -7/+10 |
2017-04-19 | mtip32xx: pass BLK_MQ_F_NO_SCHED | Ming Lei | 1 | -1/+1 |
2017-04-08 | block: remove the discard_zeroes_data flag | Christoph Hellwig | 1 | -1/+0 |
2017-03-31 | blk-mq: constify struct blk_mq_ops | Eric Biggers | 1 | -1/+1 |
2017-03-29 | block: rename blk_mq_freeze_queue_start() | Ming Lei | 1 | -1/+1 |
2016-12-01 | block: mtip32xx: set error code on failure | Pan Bian | 1 | -1/+3 |
2016-11-11 | Block: mtip32xx: Improvement in code readability when memdup_user() fails. | Sachin Shukla | 1 | -9/+5 |
2016-09-15 | blk-mq: remove ->map_queue | Christoph Hellwig | 1 | -1/+0 |
2016-08-29 | mtip32xx: mark symbols static where possible | Baoyou Xie | 1 | -1/+1 |
2016-06-27 | block: convert to device_add_disk() | Dan Williams | 1 | -3/+2 |
2016-06-07 | drivers: use req op accessor | Mike Christie | 1 | -1/+1 |
2016-04-13 | mtip32xx: remove call to blk_queue_flush() | Jens Axboe | 1 | -6/+0 |
2016-04-13 | mtip32xx: Convert to use blk_mq_tagset_busy_iter | Keith Busch | 1 | -3/+3 |
2016-03-19 | mtip32xx: fix checks for dma mapping errors | Alexey Khoroshilov | 1 | -2/+2 |
2016-03-04 | mtip32xx: remove unneeded variable in mtip_cmd_timeout() | Jens Axboe | 1 | -2/+1 |
2016-03-03 | mtip32xx: Cleanup queued requests after surprise removal | Asai Thambi SP | 1 | -18/+60 |
2016-03-03 | mtip32xx: Implement timeout handler | Asai Thambi SP | 2 | -10/+92 |
2016-03-03 | mtip32xx: Handle FTL rebuild failure state during device initialization | Asai Thambi SP | 1 | -5/+6 |
2016-03-03 | mtip32xx: Handle safe removal during IO | Asai Thambi SP | 2 | -2/+33 |
2016-03-03 | mtip32xx: Fix for rmmod crash when drive is in FTL rebuild | Asai Thambi SP | 1 | -7/+7 |
2016-03-03 | mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild | Asai Thambi SP | 1 | -8/+12 |
2016-03-03 | mtip32xx: Print exact time when an internal command is interrupted | Asai Thambi SP | 1 | -2/+6 |
2016-03-03 | mtip32xx: Remove unwanted code from taskfile error handler | Asai Thambi SP | 1 | -8/+1 |
2016-03-03 | mtip32xx: Fix broken service thread handling | Asai Thambi SP | 2 | -3/+8 |
2016-01-22 | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2016-01-20 | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2016-01-08 | mtip32xx: restrict variables visible in current code module | Zhu Yanjun | 1 | -3/+3 |
2016-01-06 | mtip32xx: don't open-code memdup_user() | Al Viro | 1 | -15/+8 |
2015-12-01 | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig | 1 | -1/+1 |
2015-11-20 | mtip32xx: use formatting capability of kthread_create_on_node | Rasmus Villemoes | 1 | -4/+2 |
2015-11-07 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -1/+1 |
2015-08-25 | mtip32x: fix regression introduced by blk-mq per-hctx flush | Jeff Moyer | 1 | -0/+8 |
2015-06-24 | mtip32xx: Fix accessing freed memory | Selvan Mani | 2 | -21/+0 |
2015-06-16 | mtip32xx: increase wait time for hba reset | Asai Thambi SP | 1 | -2/+5 |
2015-06-16 | mtip32xx: fix minor number | Asai Thambi SP | 1 | -1/+2 |
2015-06-16 | mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() | Asai Thambi SP | 1 | -1/+0 |
2015-06-16 | mtip32xx: fix crash on surprise removal of the drive | Asai Thambi SP | 1 | -98/+45 |
2015-06-16 | mtip32xx: Abort I/O during secure erase operation | Asai Thambi SP | 1 | -4/+28 |