summaryrefslogtreecommitdiff
path: root/drivers/block/ataflop.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-11-18ataflop: remove ataflop_probe_lock mutexTetsuo Handa1-20/+27
2021-11-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain1-15/+19
2021-11-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain1-2/+7
2021-11-18block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain1-4/+2
2021-11-18block: ataflop: more blk-mq refactoring fixesMichael Schmitz1-6/+39
2021-11-18block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz1-15/+3
2021-06-11ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-12/+4
2021-04-21ataflop: fix off by one in ataflop_probe()Dan Carpenter1-1/+4
2021-04-21ataflop: potential out of bounds in do_format()Dan Carpenter1-6/+5
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig1-49/+86
2020-09-10ataflop: use bdev_check_media_changeChristoph Hellwig1-3/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-28ataflop: Remove unneeded semicolonzhengbin1-1/+1
2019-07-30ataflop: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck1-0/+1
2018-11-29ataflop: implement mq_ops->commit_rqs() hookJens Axboe1-0/+10
2018-11-29ataflop: fix error handling in atari_floppy_init()Dan Carpenter1-10/+6
2018-10-16ataflop: convert to blk-mqOmar Sandoval1-102/+71
2018-10-16ataflop: fix error handling during setupOmar Sandoval1-10/+15
2018-10-16ataflop: fold headers into C fileOmar Sandoval1-2/+81
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-8/+8
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-4/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig1-8/+8
2017-04-20ataflop: switch from req->errors to req->error_countChristoph Hellwig1-5/+7
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-05-27m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz1-1/+1
2014-04-16block: remove struct request buffer memberJens Axboe1-1/+1
2014-03-14ataflop: fix sleep_on racesArnd Bergmann1-8/+8
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-09floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo1-6/+8
2010-11-15block: fix amiga and atari floppy driver compile warningVivek Goyal1-1/+1
2010-10-23Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+39
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-09-24atari floppy: Stop sharing request queue across multiple gendisksVivek Goyal1-11/+39
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+13
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-3/+15
2010-02-27ataflop: Killl warning about unused variable flagsGeert Uytterhoeven1-2/+0
2009-11-09ataflop: remove buggy/commented-out IRQ disable from do_fd_request()Jiri Kosina1-3/+0
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-07-17ataflop: adjust NULL testJulia Lawall1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11ataflop: dequeue and track in-flight requestTejun Heo1-28/+35
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-5/+5
2009-04-28amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo1-4/+0
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-7/+7
2009-02-22m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven1-2/+2