index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
floppy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
2010-02-26
1
-1
/
+1
*
floppy: Add an extra bound check on ioctl arguments
Arjan van de Ven
2009-12-15
1
-0
/
+3
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
floppy: Switch driver to dev_pm_ops
Frans Pop
2009-09-14
1
-2
/
+7
*
floppy: fix lock imbalance
Jiri Slaby
2009-06-30
1
-1
/
+4
*
floppy: fix hibernation
Ondrej Zary
2009-06-10
1
-1
/
+26
*
block: implement and enforce request peek/start/fetch
Tejun Heo
2009-05-11
1
-4
/
+2
*
block: convert to dequeueing model (easy ones)
Tejun Heo
2009-05-11
1
-1
/
+3
*
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
Tejun Heo
2009-05-11
1
-4
/
+3
*
block: convert to pos and nr_sectors accessors
Tejun Heo
2009-05-11
1
-26
/
+27
*
floppy: provide a PNP device table in the module.
Scott James Remnant
2009-04-02
1
-0
/
+8
*
platform: make better use of to_platform_{device,driver}() macros
Eric Miao
2009-03-24
1
-2
/
+1
*
floppy: request and release only the ports we actually use
Philippe De Muyter
2009-02-18
1
-27
/
+52
*
Create/use more directory structure in the Documentation/ tree.
Randy Dunlap
2008-11-14
1
-1
/
+1
*
[PATCH] switch floppy
Al Viro
2008-10-21
1
-25
/
+26
*
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
1
-3
/
+3
*
[PATCH] eliminate use of ->f_flags in block methods
Al Viro
2008-10-21
1
-11
/
+4
*
[PATCH] introduce fmode_t, do annotations
Al Viro
2008-10-21
1
-2
/
+2
*
Merge commit 'origin'
Benjamin Herrenschmidt
2008-10-15
1
-12
/
+19
|
\
|
*
floppy: support arbitrary first-sector numbers
Keith Wansbrough
2008-10-09
1
-8
/
+15
|
*
drivers/block: Use DIV_ROUND_UP
Julia Lawall
2008-10-09
1
-4
/
+4
*
|
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
Kumar Gala
2008-09-23
1
-1
/
+1
|
/
*
drivers/block/floppy.c: replace init_module&cleanup_module with module_init&m...
Jon Schindler
2008-04-29
1
-2
/
+4
*
block: floppy: fix rmmod lockup
Jiri Slaby
2008-03-13
1
-5
/
+0
*
blk_end_request: changing floppy (take 4)
Kiyoshi Ueda
2008-01-28
1
-9
/
+7
*
floppy: remove register keyword use from floppy driver
Jesper Juhl
2007-10-17
1
-2
/
+5
*
floppy: remove dead/commented out code from floppy driver
Jesper Juhl
2007-10-17
1
-26
/
+1
*
floppy: do a very minimal style cleanup of the floppy driver
Jesper Juhl
2007-10-17
1
-50
/
+73
*
floppy: tolerate DMA channel unavailability
Jan Beulich
2007-10-17
1
-5
/
+9
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-5
/
+1
*
Introduce rq_for_each_segment replacing rq_for_each_bio
NeilBrown
2007-10-10
1
-43
/
+38
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-2
/
+2
*
Off by one in floppy.c
Eric Sesterhenn / Snakebyte
2007-05-23
1
-1
/
+1
*
floppy: handle device_create_file() failure while init
Dmitriy Monakhov
2007-05-08
1
-1
/
+6
*
[PATCH] Fix build errors if bitop functions are do {} while macros
Ralf Baechle
2007-02-20
1
-6
/
+6
*
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
1
-3
/
+3
*
WorkStruct: Merge the pending bit into the wq_data pointer
David Howells
2006-11-22
1
-2
/
+2
*
WorkStruct: Typedef the work function prototype
David Howells
2006-11-22
1
-2
/
+2
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-2
/
+2
*
[PATCH] Split struct request ->flags into two parts
Jens Axboe
2006-09-30
1
-2
/
+2
*
[PATCH] exit early in floppy_init when no floppy exists
Olaf Hering
2006-09-01
1
-7
/
+5
*
[PATCH] lockdep: floppy.c irq release fix
Ingo Molnar
2006-07-03
1
-38
/
+4
*
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
*
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-32
/
+1
*
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-19
/
+0
*
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-2
/
+0
*
[PATCH] powerpc: Use check_legacy_ioport() on ppc32 too.
David Woodhouse
2006-04-28
1
-1
/
+1
*
[PATCH] drivers/block/*: use time_after() and friends
Marcelo Feitoza Parisi
2006-03-28
1
-4
/
+5
*
[PATCH] drivers/block/floppy.c: dont free_irq() from irq context
Ingo Molnar
2006-03-26
1
-1
/
+22
[next]