aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ataflop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-05-26m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz1-1/+1
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+1
2014-03-13ataflop: 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-22Merge 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
2008-10-21[PATCH] switch ataflopAl Viro1-21/+20
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-3/+3
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-10-14m68k: Remove the broken Hades supportAdrian Bunk1-4/+0
2008-07-20m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-2/+2
2008-02-06Atari floppy: Rename disk_type to atari_disk_typeGeert Uytterhoeven1-8/+8
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-2/+2
2006-01-12[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro1-4/+14
2006-01-12[PATCH] m68k: ataflop __user annotations, NULL noise removalAl Viro1-4/+5
2006-01-08[PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-10/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2006