aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
AgeCommit message (Expand)Author
2010-03-12drivers/block/floppy.c: remove macro LOCK_FDCJoe Perches
2010-03-12drivers/block/floppy.c: remove a few spaces from function castsJoe Perches
2010-03-12drivers/block/floppy.c: remove IN/OUT macros, indent switch/caseJoe Perches
2010-03-12drivers/block/floppy.c: indent a commentJoe Perches
2010-03-12drivers/block/floppy.c: remove CLEARSTRUCT macro, use memsetJoe Perches
2010-03-12drivers/block/floppy.c: comment neatening and remove naked ;Joe Perches
2010-03-12drivers/block/floppy.c: remove LAST_OUT macroJoe Perches
2010-03-12drivers/block/floppy.c: hoist assigns from if()s, neateningJoe Perches
2010-03-12drivers/block/floppy.c: remove used once CHECK_READY macroJoe Perches
2010-03-12drivers/block/floppy.c: remove unnecessary bracesJoe Perches
2010-03-12drivers/block/floppy.c: use pr_<level>Joe Perches
2010-03-12drivers/block/floppy.c: #define space and column neateningJoe Perches
2010-03-12drivers/block/floppy.c: convert some #include <asm/ to #include <linux/Joe Perches
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2009-12-15floppy: Add an extra bound check on ioctl argumentsArjan van de Ven
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-14floppy: Switch driver to dev_pm_opsFrans Pop
2009-06-30floppy: fix lock imbalanceJiri Slaby
2009-06-10floppy: fix hibernationOndrej Zary
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-02floppy: provide a PNP device table in the module.Scott James Remnant
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao
2009-02-18floppy: request and release only the ports we actually usePhilippe De Muyter
2008-11-14Create/use more directory structure in the Documentation/ tree.Randy Dunlap
2008-10-21[PATCH] switch floppyAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-09floppy: support arbitrary first-sector numbersKeith Wansbrough
2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala
2008-04-29drivers/block/floppy.c: replace init_module&cleanup_module with module_init&m...Jon Schindler
2008-03-13block: floppy: fix rmmod lockupJiri Slaby
2008-01-28blk_end_request: changing floppy (take 4)Kiyoshi Ueda
2007-10-17floppy: remove register keyword use from floppy driverJesper Juhl
2007-10-17floppy: remove dead/commented out code from floppy driverJesper Juhl
2007-10-17floppy: do a very minimal style cleanup of the floppy driverJesper Juhl
2007-10-17floppy: tolerate DMA channel unavailabilityJan Beulich
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-05-23Off by one in floppy.cEric Sesterhenn / Snakebyte
2007-05-08floppy: handle device_create_file() failure while initDmitriy Monakhov
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells