| Commit message (Expand) | Author | Age | Files | Lines |
* | swim: convert to blk-mq | Omar Sandoval | 2018-10-16 | 1 | -52/+41 |
* | swim: fix cleanup on setup error | Omar Sandoval | 2018-10-16 | 1 | -2/+11 |
* | block/swim: Select appropriate drive on device open | Finn Thain | 2018-04-17 | 1 | -1/+1 |
* | block/swim: Fix IO error at end of medium | Finn Thain | 2018-04-17 | 1 | -5/+8 |
* | block/swim: Check drive type | Finn Thain | 2018-04-17 | 1 | -2/+4 |
* | block/swim: Rename macros to avoid inconsistent inverted logic | Finn Thain | 2018-04-17 | 1 | -4/+4 |
* | block/swim: Don't log an error message for an invalid ioctl | Finn Thain | 2018-04-17 | 1 | -7/+2 |
* | block/swim: Remove extra put_disk() call from error path | Finn Thain | 2018-04-17 | 1 | -1/+0 |
* | block/swim: Fix array bounds check | Finn Thain | 2018-04-17 | 1 | -1/+1 |
* | m68k/mac: Don't remap SWIM MMIO region | Finn Thain | 2018-04-17 | 1 | -7/+3 |
* | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara | 2018-02-26 | 1 | -1/+1 |
* | block: don't set bounce limit in blk_init_queue | Christoph Hellwig | 2017-06-27 | 1 | -0/+2 |
* | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -3/+3 |
* | swim: stop sharing request queue across multiple gendisks | Omar Sandoval | 2017-03-28 | 1 | -19/+36 |
* | 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 | -1/+1 |
* | drivers/block/swim.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-12 | 1 | -2/+0 |
* | swim: Release memory region after incorrect return/goto | Joe Perches | 2013-06-24 | 1 | -1/+1 |
* | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -3/+1 |
* | swim: Add missing spinlock init | Jean Delvare | 2013-02-09 | 1 | -0/+1 |
* | Drivers: block: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -6/+5 |
* | m68k/mac: cleanup forward declarations | Finn Thain | 2011-12-10 | 1 | -1/+0 |
* | block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers | Tejun Heo | 2011-04-21 | 1 | -1/+0 |
* | swim[3]: Convert to bdops->check_events() | Tejun Heo | 2011-03-09 | 1 | -3/+5 |
* | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-10-05 | 1 | -7/+8 |
* | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 1 | -1/+14 |
* | block: push down BKL into .locked_ioctl | Arnd Bergmann | 2010-08-07 | 1 | -1/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | mac68k: rework SWIM platform device | Finn Thain | 2010-02-27 | 1 | -2/+2 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 1 | -9/+3 |
* | swim: dequeue in-flight request | Tejun Heo | 2009-05-11 | 1 | -24/+23 |
* | block: convert to pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 1 | -3/+3 |
* | swim: clean up request completion paths | Tejun Heo | 2009-04-28 | 1 | -7/+0 |
* | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo | 2009-04-28 | 1 | -7/+7 |
* | m68k: mac - Add SWIM floppy support | Laurent Vivier | 2009-03-26 | 1 | -0/+995 |