aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/swim.c
AgeCommit message (Expand)Author
2024-03-08block/swim: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2023-06-20swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-10-18swim: add error handling support for add_disk()Luis Chamberlain
2021-10-18swim: add a floppy registration bool which triggers del_gendisk()Luis Chamberlain
2021-10-18swim: add helper for disk cleanupLuis Chamberlain
2021-10-18swim: simplify using blk_cleanup_disk() on swim_remove()Luis Chamberlain
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-06-11swim: use blk_mq_alloc_diskChristoph Hellwig
2021-04-06swim: don't call blk_queue_bounce_limitChristoph Hellwig
2020-11-16swim: don't call blk_register_regionChristoph Hellwig
2020-09-10swim: simplify media change handlingChristoph Hellwig
2020-09-10swim: use bdev_check_media_changeChristoph Hellwig
2020-05-16block/swim3: use set_current_state macroXu Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck
2018-10-16swim: convert to blk-mqOmar Sandoval
2018-10-16swim: fix cleanup on setup errorOmar Sandoval
2018-04-16block/swim: Select appropriate drive on device openFinn Thain
2018-04-16block/swim: Fix IO error at end of mediumFinn Thain
2018-04-16block/swim: Check drive typeFinn Thain
2018-04-16block/swim: Rename macros to avoid inconsistent inverted logicFinn Thain
2018-04-16block/swim: Don't log an error message for an invalid ioctlFinn Thain
2018-04-16block/swim: Remove extra put_disk() call from error pathFinn Thain
2018-04-16block/swim: Fix array bounds checkFinn Thain
2018-04-16m68k/mac: Don't remap SWIM MMIO regionFinn Thain
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-03-28swim: stop sharing request queue across multiple gendisksOmar Sandoval
2014-10-20block: drop owner assignment from platform_driversWolfram Sang
2014-04-15block: remove struct request buffer memberJens Axboe
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-06-24swim: Release memory region after incorrect return/gotoJoe Perches
2013-05-07block_device_operations->release() should return voidAl Viro
2013-02-09swim: Add missing spinlock initJean Delvare
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman
2011-12-10m68k/mac: cleanup forward declarationsFinn Thain
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-03-09swim[3]: Convert to bdops->check_events()Tejun Heo
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo