| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the mg_disk driver | Christoph Hellwig | 2017-04-14 | 1 | -1110/+0 |
* | mg_disk: use setup_timer | Geliang Tang | 2017-03-24 | 1 | -3/+1 |
* | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 2017-01-31 | 1 | -14/+17 |
* | mg_disk: fix error path in mg_probe() | Bartlomiej Zolnierkiewicz | 2016-06-28 | 1 | -1/+1 |
* | mg_disk: fix enum REQ_OP_ kbuild error | Mike Christie | 2016-06-08 | 1 | -5/+2 |
* | block: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | block: remove struct request buffer member | Jens Axboe | 2014-04-15 | 1 | -6/+6 |
* | mg_disk: Spelling s/finised/finished/ | Geert Uytterhoeven | 2014-01-22 | 1 | -1/+1 |
* | mg_disk: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-08 | 1 | -1/+1 |
* | drivers/block/mg_disk.c: make mg_times_out() static | Jingoo Han | 2013-09-12 | 1 | -1/+1 |
* | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -0/+2 |
|\ |
|
| * | drivers/block/mg_disk.c: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2013-04-29 | 1 | -0/+2 |
* | | mg_disk: fix error return code in mg_probe() | Wei Yongjun | 2013-03-28 | 1 | -1/+3 |
|/ |
|
* | mg_disk: Use struct dev_pm_ops for power management | Rafael J. Wysocki | 2012-07-06 | 1 | -6/+7 |
* | block: switch s390 tape_block and mg_disk to elevator_change() | Jens Axboe | 2010-08-23 | 1 | -2/+1 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -2/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
* | drivers/block/mg_disk.c: use resource_size() | H Hartley Sweeten | 2009-12-22 | 1 | -1/+1 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | mg_disk: Add missing ready status check on mg_write() | unsik Kim | 2009-07-28 | 1 | -17/+15 |
* | mg_disk: fix issue with data integrity on error in mg_write() | Bartlomiej Zolnierkiewicz | 2009-07-28 | 1 | -42/+47 |
* | mg_disk: fix reading invalid status when use polling driver | unsik Kim | 2009-07-28 | 1 | -0/+10 |
* | mg_disk: remove prohibited sleep operation | unsik Kim | 2009-07-28 | 1 | -2/+0 |
* | mg_disk: seperate mg_disk.h again | unsik Kim | 2009-06-16 | 1 | -27/+1 |
* | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 1 | -1/+1 |
* | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 1 | -8/+4 |
* | mg_disk: dequeue and track in-flight request | Tejun Heo | 2009-05-11 | 1 | -50/+59 |
* | mg_disk: fix queue hang / infinite retry on !fs requests | Tejun Heo | 2009-05-11 | 1 | -11/+13 |
* | block: convert to pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 1 | -12/+13 |
* | mg_disk: use defines from <linux/ata.h> | Bartlomiej Zolnierkiewicz | 2009-04-28 | 1 | -101/+43 |
* | mg_disk: fix dependency on libata | Bartlomiej Zolnierkiewicz | 2009-04-28 | 1 | -4/+40 |
* | mg_disk: clean up request completion paths | Tejun Heo | 2009-04-28 | 1 | -84/+33 |
* | mg_disk: fold mg_disk.h into mg_disk.c | Tejun Heo | 2009-04-28 | 1 | -1/+185 |
* | amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers | Tejun Heo | 2009-04-28 | 1 | -10/+0 |
* | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo | 2009-04-28 | 1 | -8/+8 |
* | mg_disk: fix CONFIG_LBD=y warning | Bartlomiej Zolnierkiewicz | 2009-04-28 | 1 | -1/+1 |
* | mg_disk: fix locking | Tejun Heo | 2009-04-28 | 1 | -4/+13 |
* | mflash: initial support | unsik Kim | 2009-04-07 | 1 | -0/+1005 |