Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / drivers / block / floppy.c
2012-03-30 Len Brownx86: Remove the ancient and deprecated disable_hlt...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-05 Muthu Kumarfloppy/scsi: fix setting of BIO flags
2012-03-02 Muthukumar Rblock: Fix setting bio flags in drivers (sd_dif/floppy)
2012-02-08 Vivek Goyalfloppy: Fix a crash during rmmod
2012-02-08 Vivek Goyalfloppy: Cleanup disk->queue before caling put_disk...
2012-01-04 Al Virofs: move code out of buffer.c
2011-09-21 Carsten Emdefloppy: use del_timer_sync() in init cleanup
2011-05-29 Linus TorvaldsMerge branch 'idle-release' of git://git./linux/kernel...
2011-05-29 Len Brownx86 idle floppy: deprecate disable_hlt()
2011-04-21 Tejun Heoblock: unexport DISK_EVENT_MEDIA_CHANGE for legacy...
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-09 Tejun Heofloppy,{ami|ata}flop: Convert to bdops->check_events()
2011-02-24 NeilBrownFix over-zealous flush_disk when changing device size.
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/drivers' of git://git.kernel...
2010-12-24 Tejun Heofloppy: don't use flush_scheduled_work()
2010-11-08 Pekka Enbergfloppy: replace NO_GEOM macro with a function
2010-11-06 Vivek Goyalfloppy: fix another use-after-free
2010-11-06 Linus Torvaldsfloppy: fix use-after-free in module load failure path
2010-10-23 Linus TorvaldsMerge branch 'for-2.6.37/drivers' of git://git.kernel...
2010-10-05 Arnd Bergmannblock: autoconvert trivial BKL users to private mutex
2010-09-22 Jens Axboefloppy: switch to one queue per drive instead of sharin...
2010-08-07 Stephen Hemmingerfloppy: make controller const
2010-08-07 Arnd Bergmannblock: push down BKL into .open and .release
2010-08-07 Arnd Bergmannblock: push down BKL into .locked_ioctl
2010-08-07 Stephen Hemmingerfloppy: use warning macros
2010-08-07 Stephen Hemmingerfloppy: use wait_event_interruptible
2010-08-07 Stephen Hemmingerfloppy: fix signed/unsigned warnings
2010-08-07 Stephen Hemmingerfloppy: cmos attribute should be static
2010-08-07 Stephen Hemmingerfloppy: use atomic type for usage_count
2010-08-07 Stephen Hemmingerfloppy: silence warning during disk test
2010-08-07 Stephen Hemmingerfloppy: remove unnecessary inlines
2010-08-07 Stephen Hemmingerfloppy: initialize debug jiffies offset
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove unnecessary casting...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove misleading, used once...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove obfuscating CODE2SIZE...
2010-03-12 Joe Perchesdrivers/block/floppy.c: add __func__ to debugt
2010-03-12 Joe Perchesdrivers/block/floppy.c: convert raw_cmd_copyin from...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove some unnecessary casting
2010-03-12 Joe Perchesdrivers/block/floppy.c: use %pf in logging messages
2010-03-12 Joe Perchesdrivers/block/floppy.c: use __func__ where appropriate
2010-03-12 Joe Perchesdrivers/block/floppy.c: DPRINT neatening
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove unnecessary argument...
2010-03-12 Joe Perchesdrivers/block/floppy.c: unclutter redo_fd_request logic
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove REPEAT macro
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove unnecessary return and...
2010-03-12 Joe Perchesdrivers/block/floppy.c: add function is_ready_state
2010-03-12 Joe Perchesdrivers/block/floppy.c: convert int initialising to...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove #define DEVICE_NAME...
2010-03-12 Joe Perchesdrivers/block/floppy.c: move leading && and || to prece...
2010-03-12 Joe Perchesdrivers/block/floppy.c: convert int 1/0 to bool true...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove macros CALL, WAIT and...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove most uses of CALL and...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove [U]CLEARF, [U]SETF,...
2010-03-12 Joe Perchesdrivers/block/floppy.c: add debug_dcl(...) macro
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove macro LOCK_FDC
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove a few spaces from functi...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove IN/OUT macros, indent...
2010-03-12 Joe Perchesdrivers/block/floppy.c: indent a comment
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove CLEARSTRUCT macro, use...
2010-03-12 Joe Perchesdrivers/block/floppy.c: comment neatening and remove...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove LAST_OUT macro
2010-03-12 Joe Perchesdrivers/block/floppy.c: hoist assigns from if()s, neatening
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove used once CHECK_READY...
2010-03-12 Joe Perchesdrivers/block/floppy.c: remove unnecessary braces
2010-03-12 Joe Perchesdrivers/block/floppy.c: use pr_<level>
2010-03-12 Joe Perchesdrivers/block/floppy.c: #define space and column neatening
2010-03-12 Joe Perchesdrivers/block/floppy.c: convert some #include <asm...
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2009-12-15 Arjan van de Venfloppy: Add an extra bound check on ioctl arguments
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-14 Frans Popfloppy: Switch driver to dev_pm_ops
2009-07-01 Jiri Slabyfloppy: fix lock imbalance
2009-06-10 Ondrej Zaryfloppy: fix hibernation
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: convert to dequeueing model (easy ones)
2009-05-11 Tejun Heoblock: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-04-03 Scott James Remnantfloppy: provide a PNP device table in the module.
2009-03-24 Eric Miaoplatform: make better use of to_platform_{device,driver...
2009-02-18 Philippe De Muyterfloppy: request and release only the ports we actually use
2008-11-14 Randy DunlapCreate/use more directory structure in the Documentatio...
2008-10-21 Al Viro[PATCH] switch floppy
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] eliminate use of ->f_flags in block methods
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-15 Benjamin HerrenschmidtMerge commit 'origin'
2008-10-09 Keith Wansbroughfloppy: support arbitrary first-sector numbers
2008-10-09 Julia Lawalldrivers/block: Use DIV_ROUND_UP
2008-09-23 Kumar Galapowerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for...
2008-04-29 Jon Schindlerdrivers/block/floppy.c: replace init_module&cleanup_mod...
2008-03-13 Jiri Slabyblock: floppy: fix rmmod lockup
2008-01-28 Kiyoshi Uedablk_end_request: changing floppy (take 4)
2007-10-17 Jesper Juhlfloppy: remove register keyword use from floppy driver
2007-10-17 Jesper Juhlfloppy: remove dead/commented out code from floppy...
2007-10-17 Jesper Juhlfloppy: do a very minimal style cleanup of the floppy...
next