summaryrefslogtreecommitdiffstats
path: root/drivers/block/amiflop.c
Commit message (Expand)AuthorAgeFilesLines
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* amiflop: don't call fsync_bdev in FDFMTBEGChristoph Hellwig2023-08-211-1/+0
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-7/+5
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-4/+4
* block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-121-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
* amiflop: add error handling support for add_disk()Luis Chamberlain2021-10-181-2/+5
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+0
* amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-12/+4
* amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig2020-11-161-43/+55
* amiflop: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-121-0/+1
* block/amiflop: Don't log error message on invalid ioctlFinn Thain2018-12-311-2/+0
* amiflop: convert to blk-mqOmar Sandoval2018-10-161-78/+35
* amiflop: clean up on errors during setupOmar Sandoval2018-10-161-44/+40
* amiflop: fold headers into C fileOmar Sandoval2018-10-161-3/+120
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* amifloppy: Convert timers to use timer_setup()Kees Cook2017-11-141-31/+26
* timer: Remove meaningless .data/.function assignmentsKees Cook2017-10-171-2/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-5/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* block: remove struct request buffer memberJens Axboe2014-04-151-1/+1
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* fs: move code out of buffer.cAl Viro2012-01-031-1/+1
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-4/+5
|\
| * floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+5
* | m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGeert Uytterhoeven2011-03-161-2/+2
|/
* block: fix amiga and atari floppy driver compile warningVivek Goyal2010-11-151-1/+1
* Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-12/+48
|\
| * amiga floppy: Compile failure fixesVivek Goyal2010-09-261-3/+2
| * amiga floppy: Stop sharing request queue across multiple gendisksVivek Goyal2010-09-241-11/+48
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-9/+10
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-2/+10
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+15
* m68k: amiga - Floppy platform device conversionGeert Uytterhoeven2010-05-171-26/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* amiflop: dequeue in-flight requestTejun Heo2009-05-111-24/+24
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
* amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo2009-04-281-7/+0