summaryrefslogtreecommitdiffstats
path: root/drivers/block/ataflop.c
Commit message (Expand)AuthorAgeFilesLines
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-8/+8
* timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-4/+4
* block: introduce new block status code typeChristoph Hellwig2017-06-091-8/+8
* ataflop: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-5/+7
* Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+1
|\
| * block: remove struct request buffer memberJens Axboe2014-04-151-1/+1
* | m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz2014-05-261-1/+1
|/
* ataflop: fix sleep_on racesArnd Bergmann2014-03-131-8/+8
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+2
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo2011-03-091-6/+8
* 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-11/+39
|\
| * atari floppy: Stop sharing request queue across multiple gendisksVivek Goyal2010-09-241-11/+39
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+13
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-3/+15
* ataflop: Killl warning about unused variable flagsGeert Uytterhoeven2010-02-271-2/+0
* ataflop: remove buggy/commented-out IRQ disable from do_fd_request()Jiri Kosina2009-11-091-3/+0
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* ataflop: adjust NULL testJulia Lawall2009-07-171-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* ataflop: dequeue and track in-flight requestTejun Heo2009-05-111-28/+35
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+5
* amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo2009-04-281-4/+0
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-7/+7
* m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven2009-02-221-2/+2
* [PATCH] switch ataflopAl Viro2008-10-211-21/+20
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-211-3/+3
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
* m68k: Remove the broken Hades supportAdrian Bunk2008-10-141-4/+0
* m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-07-201-2/+2
* Atari floppy: Rename disk_type to atari_disk_typeGeert Uytterhoeven2008-02-061-8/+8
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-2/+2
* [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro2006-01-121-4/+14
* [PATCH] m68k: ataflop __user annotations, NULL noise removalAl Viro2006-01-121-4/+5
* [PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser2006-01-081-1/+1
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-10/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2006
OpenPOWER on IntegriCloud