aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/amiflop.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-10-20block: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-04-15block: remove struct request buffer memberGravatar Jens Axboe 1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-1/+1
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-2/+1
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+1
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversGravatar Tejun Heo 1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+5
2011-03-16m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGravatar Geert Uytterhoeven 1-2/+2
2011-03-09floppy,{ami|ata}flop: Convert to bdops->check_events()Gravatar Tejun Heo 1-4/+5
2010-11-15block: fix amiga and atari floppy driver compile warningGravatar Vivek Goyal 1-1/+1
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-12/+48
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-9/+10
2010-09-26amiga floppy: Compile failure fixesGravatar Vivek Goyal 1-3/+2
2010-09-24amiga floppy: Stop sharing request queue across multiple gendisksGravatar Vivek Goyal 1-11/+48
2010-08-07block: push down BKL into .open and .releaseGravatar Arnd Bergmann 1-2/+10
2010-08-07block: push down BKL into .locked_ioctlGravatar Arnd Bergmann 1-2/+15
2010-05-17m68k: amiga - Floppy platform device conversionGravatar Geert Uytterhoeven 1-26/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsGravatar Joe Perches 1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-2/+1
2009-05-11amiflop: dequeue in-flight requestGravatar Tejun Heo 1-24/+24
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-3/+3
2009-04-28amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversGravatar Tejun Heo 1-7/+0
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Gravatar Tejun Heo 1-5/+5
2009-01-12m68k: amiflop - Get rid of sleep_on callsGravatar Andreas Bombe 1-24/+16
2008-10-21[PATCH] switch amiflopGravatar Al Viro 1-24/+26
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-3/+3
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-2/+2
2008-05-18m68k: Return -ENODEV if no device is foundGravatar Geert Uytterhoeven 1-3/+3
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-1/+1
2007-07-10[PATCH] fix request->cmd == INT casesGravatar Boaz Harrosh 1-1/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Gravatar Peter Zijlstra 1-1/+1
2006-10-11[PATCH] amiga_floppy_init() in non-modular caseGravatar Al Viro 1-8/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-06-25[PATCH] m68k: introduce irq controllerGravatar Roman Zippel 1-0/+1
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]Gravatar OGAWA Hirofumi 1-0/+1
2006-01-12[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversGravatar Al Viro 1-6/+14
2006-01-12[PATCH] m68k: amiflop __user annotationsGravatar Al Viro 1-5/+3
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Gravatar Al Viro 1-0/+2
2006-01-08[PATCH] drivers/block: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-1/+1
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodGravatar Christoph Hellwig 1-12/+11
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1850