summaryrefslogtreecommitdiff
path: root/drivers/block/ataflop.c
AgeCommit message (Expand)Author
2021-11-06ataflop: Add missing semicolon to return statementGeert Uytterhoeven
2021-11-04ataflop: address add_disk() error handling on probeLuis Chamberlain
2021-11-04ataflop: remove ataflop_probe_lock mutexTetsuo Handa
2021-10-29block: ataflop: Fix warning comparing pointer to 0Jiapeng Chong
2021-10-25block: ataflop: more blk-mq refactoring fixesMichael Schmitz
2021-10-19block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz
2021-10-18block/ataflop: add error handling support for add_disk()Luis Chamberlain
2021-10-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain
2021-10-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain
2021-10-18block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-06-11ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-04-21ataflop: fix off by one in ataflop_probe()Dan Carpenter
2021-04-21ataflop: potential out of bounds in do_format()Dan Carpenter
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig
2020-09-10ataflop: use bdev_check_media_changeChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-28ataflop: Remove unneeded semicolonzhengbin
2019-07-29ataflop: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck
2018-11-29ataflop: implement mq_ops->commit_rqs() hookJens Axboe
2018-11-29ataflop: fix error handling in atari_floppy_init()Dan Carpenter
2018-10-16ataflop: convert to blk-mqOmar Sandoval
2018-10-16ataflop: fix error handling during setupOmar Sandoval
2018-10-16ataflop: fold headers into C fileOmar Sandoval
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20ataflop: switch from req->errors to req->error_countChristoph Hellwig
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds
2014-05-26m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz
2014-04-15block: remove struct request buffer memberJens Axboe
2014-03-13ataflop: fix sleep_on racesArnd Bergmann
2013-05-07block_device_operations->release() should return voidAl Viro
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-03-09floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo
2010-11-15block: fix amiga and atari floppy driver compile warningVivek Goyal
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-24atari floppy: Stop sharing request queue across multiple gendisksVivek Goyal
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-02-27ataflop: Killl warning about unused variable flagsGeert Uytterhoeven
2009-11-09ataflop: remove buggy/commented-out IRQ disable from do_fd_request()Jiri Kosina
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-07-17ataflop: adjust NULL testJulia Lawall
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11ataflop: dequeue and track in-flight requestTejun Heo