aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-14floppy: Switch driver to dev_pm_opsFrans Pop1-2/+7
2009-06-30floppy: fix lock imbalanceJiri Slaby1-1/+4
2009-06-10floppy: fix hibernationOndrej Zary1-1/+26
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-4/+2
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-1/+3
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-4/+3
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-26/+27
2009-04-02floppy: provide a PNP device table in the module.Scott James Remnant1-0/+8
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao1-2/+1
2009-02-18floppy: request and release only the ports we actually usePhilippe De Muyter1-27/+52
2008-11-14Create/use more directory structure in the Documentation/ tree.Randy Dunlap1-1/+1
2008-10-21[PATCH] switch floppyAl Viro1-25/+26
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-11/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt1-12/+19
2008-10-09floppy: support arbitrary first-sector numbersKeith Wansbrough1-8/+15
2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall1-4/+4
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala1-1/+1
2008-04-29drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exitJon Schindler1-2/+4
2008-03-13block: floppy: fix rmmod lockupJiri Slaby1-5/+0
2008-01-28blk_end_request: changing floppy (take 4)Kiyoshi Ueda1-9/+7
2007-10-17floppy: remove register keyword use from floppy driverJesper Juhl1-2/+5
2007-10-17floppy: remove dead/commented out code from floppy driverJesper Juhl1-26/+1
2007-10-17floppy: do a very minimal style cleanup of the floppy driverJesper Juhl1-50/+73
2007-10-17floppy: tolerate DMA channel unavailabilityJan Beulich1-5/+9
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-5/+1
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown1-43/+38
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-05-23Off by one in floppy.cEric Sesterhenn / Snakebyte1-1/+1
2007-05-08floppy: handle device_create_file() failure while initDmitriy Monakhov1-1/+6
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle1-6/+6
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells1-2/+2
2006-11-22WorkStruct: Typedef the work function prototypeDavid Howells1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-2/+2
2006-09-01[PATCH] exit early in floppy_init when no floppy existsOlaf Hering1-7/+5
2006-07-03[PATCH] lockdep: floppy.c irq release fixIngo Molnar1-38/+4
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-32/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman1-19/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-04-28[PATCH] powerpc: Use check_legacy_ioport() on ppc32 too.David Woodhouse1-1/+1
2006-03-28[PATCH] drivers/block/*: use time_after() and friendsMarcelo Feitoza Parisi1-4/+5
2006-03-26[PATCH] drivers/block/floppy.c: dont free_irq() from irq contextIngo Molnar1-1/+22
2006-03-25[PATCH] block/floppy: fix section mismatch warningsSam Ravnborg1-1/+1
2006-03-23[PATCH] sem2mutex: drivers/block/floppy.cJes Sorensen1-8/+9
2006-01-15remove unused LOCAL_END_REQUESTDomen Puncer1-1/+0