aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/amiflop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18amiflop: add error handling support for add_disk()Luis Chamberlain1-2/+5
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+0
2021-06-11amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-12/+4
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig1-43/+55
2020-09-10amiflop: use bdev_check_media_changeChristoph Hellwig1-1/+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-12-31block/amiflop: Don't log error message on invalid ioctlFinn Thain1-2/+0
2018-10-16amiflop: convert to blk-mqOmar Sandoval1-78/+35
2018-10-16amiflop: clean up on errors during setupOmar Sandoval1-44/+40
2018-10-16amiflop: fold headers into C fileOmar Sandoval1-3/+120
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2017-11-14amifloppy: Convert timers to use timer_setup()Kees Cook1-31/+26
2017-10-17timer: Remove meaningless .data/.function assignmentsKees Cook1-2/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-20block: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+1
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+5
2011-03-16m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGeert Uytterhoeven1-2/+2
2011-03-09floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo1-4/+5
2010-11-15block: fix amiga and atari floppy driver compile warningVivek Goyal1-1/+1
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+48
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-9/+10
2010-09-26amiga floppy: Compile failure fixesVivek Goyal1-3/+2
2010-09-24amiga floppy: Stop sharing request queue across multiple gendisksVivek Goyal1-11/+48
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-2/+10
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+15
2010-05-17m68k: amiga - Floppy platform device conversionGeert Uytterhoeven1-26/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11amiflop: dequeue in-flight requestTejun Heo1-24/+24
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-3/+3
2009-04-28amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo1-7/+0
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-5/+5
2009-01-12m68k: amiflop - Get rid of sleep_on callsAndreas Bombe1-24/+16
2008-10-21[PATCH] switch amiflopAl Viro1-24/+26
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-3/+3
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh1-1/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-1/+1