index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
floppy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-14
floppy: Switch driver to dev_pm_ops
Frans Pop
1
-2
/
+7
2009-07-01
floppy: fix lock imbalance
Jiri Slaby
1
-1
/
+4
2009-06-11
floppy: fix hibernation
Ondrej Zary
1
-1
/
+26
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-4
/
+2
2009-05-11
block: convert to dequeueing model (easy ones)
Tejun Heo
1
-1
/
+3
2009-05-11
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
Tejun Heo
1
-4
/
+3
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-26
/
+27
2009-04-03
floppy: provide a PNP device table in the module.
Scott James Remnant
1
-0
/
+8
2009-03-25
platform: make better use of to_platform_{device,driver}() macros
Eric Miao
1
-2
/
+1
2009-02-19
floppy: request and release only the ports we actually use
Philippe De Muyter
1
-27
/
+52
2008-11-14
Create/use more directory structure in the Documentation/ tree.
Randy Dunlap
1
-1
/
+1
2008-10-21
[PATCH] switch floppy
Al Viro
1
-25
/
+26
2008-10-21
[PATCH] beginning of methods conversion
Al Viro
1
-3
/
+3
2008-10-21
[PATCH] eliminate use of ->f_flags in block methods
Al Viro
1
-11
/
+4
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
1
-2
/
+2
2008-10-15
Merge commit 'origin'
Benjamin Herrenschmidt
1
-12
/
+19
2008-10-09
floppy: support arbitrary first-sector numbers
Keith Wansbrough
1
-8
/
+15
2008-10-09
drivers/block: Use DIV_ROUND_UP
Julia Lawall
1
-4
/
+4
2008-09-23
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
Kumar Gala
1
-1
/
+1
2008-04-29
drivers/block/floppy.c: replace init_module&cleanup_module with module_init&m...
Jon Schindler
1
-2
/
+4
2008-03-13
block: floppy: fix rmmod lockup
Jiri Slaby
1
-5
/
+0
2008-01-28
blk_end_request: changing floppy (take 4)
Kiyoshi Ueda
1
-9
/
+7
2007-10-17
floppy: remove register keyword use from floppy driver
Jesper Juhl
1
-2
/
+5
2007-10-17
floppy: remove dead/commented out code from floppy driver
Jesper Juhl
1
-26
/
+1
2007-10-17
floppy: do a very minimal style cleanup of the floppy driver
Jesper Juhl
1
-50
/
+73
2007-10-17
floppy: tolerate DMA channel unavailability
Jan Beulich
1
-5
/
+9
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-5
/
+1
2007-10-10
Introduce rq_for_each_segment replacing rq_for_each_bio
NeilBrown
1
-43
/
+38
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-2
/
+2
2007-05-24
Off by one in floppy.c
Eric Sesterhenn / Snakebyte
1
-1
/
+1
2007-05-08
floppy: handle device_create_file() failure while init
Dmitriy Monakhov
1
-1
/
+6
2007-02-21
[PATCH] Fix build errors if bitop functions are do {} while macros
Ralf Baechle
1
-6
/
+6
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
1
-3
/
+3
2006-11-22
WorkStruct: Merge the pending bit into the wq_data pointer
David Howells
1
-2
/
+2
2006-11-22
WorkStruct: Typedef the work function prototype
David Howells
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-30
[PATCH] Split struct request ->flags into two parts
Jens Axboe
1
-2
/
+2
2006-09-01
[PATCH] exit early in floppy_init when no floppy exists
Olaf Hering
1
-7
/
+5
2006-07-04
[PATCH] lockdep: floppy.c irq release fix
Ingo Molnar
1
-38
/
+4
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
1
-32
/
+1
2006-06-26
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Greg Kroah-Hartman
1
-19
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
1
-2
/
+0
2006-04-28
[PATCH] powerpc: Use check_legacy_ioport() on ppc32 too.
David Woodhouse
1
-1
/
+1
2006-03-28
[PATCH] drivers/block/*: use time_after() and friends
Marcelo Feitoza Parisi
1
-4
/
+5
2006-03-26
[PATCH] drivers/block/floppy.c: dont free_irq() from irq context
Ingo Molnar
1
-1
/
+22
2006-03-25
[PATCH] block/floppy: fix section mismatch warnings
Sam Ravnborg
1
-1
/
+1
2006-03-23
[PATCH] sem2mutex: drivers/block/floppy.c
Jes Sorensen
1
-8
/
+9
2006-01-15
remove unused LOCAL_END_REQUEST
Domen Puncer
1
-1
/
+0
[next]