summaryrefslogtreecommitdiff
path: root/drivers/block/amiflop.c
AgeCommit message (Expand)Author
2023-08-21amiflop: don't call fsync_bdev in FDFMTBEGChristoph 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 the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-10-18amiflop: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-18block: move elevator.h to block/Christoph Hellwig
2021-06-11amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig
2020-09-10amiflop: use bdev_check_media_changeChristoph Hellwig
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-12-31block/amiflop: Don't log error message on invalid ioctlFinn Thain
2018-10-16amiflop: convert to blk-mqOmar Sandoval
2018-10-16amiflop: clean up on errors during setupOmar Sandoval
2018-10-16amiflop: fold headers into C fileOmar Sandoval
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2017-11-14amifloppy: Convert timers to use timer_setup()Kees Cook
2017-10-17timer: Remove meaningless .data/.function assignmentsKees Cook
2017-06-09block: introduce new block status code typeChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-10-20block: drop owner assignment from platform_driversWolfram Sang
2014-04-15block: remove struct request buffer memberJens Axboe
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-05-07block_device_operations->release() should return voidAl Viro
2012-01-03fs: move code out of buffer.cAl Viro
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-16m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGeert Uytterhoeven
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-26amiga floppy: Compile failure fixesVivek Goyal
2010-09-24amiga 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-05-17m68k: amiga - Floppy platform device conversionGeert Uytterhoeven
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11amiflop: dequeue in-flight requestTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-28amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo