Age | Commit message (Expand) | Author | Files | Lines |
2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig | 1 | -0/+1 |
2021-10-18 | swim: add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+3 |
2021-10-18 | swim: add a floppy registration bool which triggers del_gendisk() | Luis Chamberlain | 1 | -3/+6 |
2021-10-18 | swim: add helper for disk cleanup | Luis Chamberlain | 1 | -8/+13 |
2021-10-18 | swim: simplify using blk_cleanup_disk() on swim_remove() | Luis Chamberlain | 1 | -2/+1 |
2021-10-18 | block: drop unused includes in <linux/genhd.h> | Christoph Hellwig | 1 | -0/+1 |
2021-06-11 | swim: use blk_mq_alloc_disk | Christoph Hellwig | 1 | -20/+14 |
2021-04-06 | swim: don't call blk_queue_bounce_limit | Christoph Hellwig | 1 | -2/+0 |
2020-11-16 | swim: don't call blk_register_region | Christoph Hellwig | 1 | -17/+0 |
2020-09-10 | swim: simplify media change handling | Christoph Hellwig | 1 | -22/+2 |
2020-09-10 | swim: use bdev_check_media_change | Christoph Hellwig | 1 | -2/+4 |
2020-05-16 | block/swim3: use set_current_state macro | Xu Wang | 1 | -3/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-12 | Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers" | Martin Wilck | 1 | -0/+1 |
2018-10-16 | swim: convert to blk-mq | Omar Sandoval | 1 | -52/+41 |
2018-10-16 | swim: fix cleanup on setup error | Omar Sandoval | 1 | -2/+11 |
2018-04-17 | block/swim: Select appropriate drive on device open | Finn Thain | 1 | -1/+1 |
2018-04-17 | block/swim: Fix IO error at end of medium | Finn Thain | 1 | -5/+8 |
2018-04-17 | block/swim: Check drive type | Finn Thain | 1 | -2/+4 |
2018-04-17 | block/swim: Rename macros to avoid inconsistent inverted logic | Finn Thain | 1 | -4/+4 |
2018-04-17 | block/swim: Don't log an error message for an invalid ioctl | Finn Thain | 1 | -7/+2 |
2018-04-17 | block/swim: Remove extra put_disk() call from error path | Finn Thain | 1 | -1/+0 |
2018-04-17 | block/swim: Fix array bounds check | Finn Thain | 1 | -1/+1 |
2018-04-17 | m68k/mac: Don't remap SWIM MMIO region | Finn Thain | 1 | -7/+3 |
2018-02-26 | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara | 1 | -1/+1 |
2017-06-27 | block: don't set bounce limit in blk_init_queue | Christoph Hellwig | 1 | -0/+2 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -3/+3 |
2017-03-29 | swim: stop sharing request queue across multiple gendisks | Omar Sandoval | 1 | -19/+36 |
2014-10-20 | block: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-16 | block: remove struct request buffer member | Jens Axboe | 1 | -1/+1 |
2013-09-12 | drivers/block/swim.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-06-24 | swim: Release memory region after incorrect return/goto | Joe Perches | 1 | -1/+1 |
2013-05-07 | block_device_operations->release() should return void | Al Viro | 1 | -3/+1 |
2013-02-09 | swim: Add missing spinlock init | Jean Delvare | 1 | -0/+1 |
2013-01-04 | Drivers: block: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -6/+5 |
2011-12-10 | m68k/mac: cleanup forward declarations | Finn Thain | 1 | -1/+0 |
2011-04-21 | block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers | Tejun Heo | 1 | -1/+0 |
2011-03-09 | swim[3]: Convert to bdops->check_events() | Tejun Heo | 1 | -3/+5 |
2010-10-05 | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -7/+8 |
2010-08-07 | block: push down BKL into .open and .release | Arnd Bergmann | 1 | -1/+14 |
2010-08-07 | block: push down BKL into .locked_ioctl | Arnd Bergmann | 1 | -1/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-27 | mac68k: rework SWIM platform device | Finn Thain | 1 | -2/+2 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 1 | -1/+1 |
2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo | 1 | -9/+3 |
2009-05-11 | swim: dequeue in-flight request | Tejun Heo | 1 | -24/+23 |
2009-05-11 | block: convert to pos and nr_sectors accessors | Tejun Heo | 1 | -3/+3 |
2009-04-28 | swim: clean up request completion paths | Tejun Heo | 1 | -7/+0 |
2009-04-28 | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo | 1 | -7/+7 |
2009-03-26 | m68k: mac - Add SWIM floppy support | Laurent Vivier | 1 | -0/+995 |