index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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
...
*
drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout
Joe Perches
2010-03-12
1
-10
/
+12
*
drivers/block/floppy.c: unclutter redo_fd_request logic
Joe Perches
2010-03-12
1
-53
/
+52
*
drivers/block/floppy.c: remove REPEAT macro
Joe Perches
2010-03-12
1
-4
/
+4
*
drivers/block/floppy.c: remove unnecessary return and braces
Joe Perches
2010-03-12
1
-3
/
+1
*
drivers/block/floppy.c: add function is_ready_state
Joe Perches
2010-03-12
1
-4
/
+15
*
drivers/block/floppy.c: convert int initialising to bool initialized
Joe Perches
2010-03-12
1
-11
/
+10
*
drivers/block/floppy.c: remove #define DEVICE_NAME "floppy"
Joe Perches
2010-03-12
1
-3
/
+1
*
drivers/block/floppy.c: move leading && and || to preceding line
Joe Perches
2010-03-12
1
-4
/
+4
*
drivers/block/floppy.c: convert int 1/0 to bool true/false
Joe Perches
2010-03-12
1
-30
/
+30
*
drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT
Joe Perches
2010-03-12
1
-10
/
+8
*
drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros
Joe Perches
2010-03-12
1
-11
/
+6
*
drivers/block/floppy.c: remove most uses of CALL and ECALL macros
Joe Perches
2010-03-12
1
-16
/
+35
*
drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros
Joe Perches
2010-03-12
1
-47
/
+47
*
drivers/block/floppy.c: add debug_dcl(...) macro
Joe Perches
2010-03-12
1
-52
/
+31
*
drivers/block/floppy.c: remove macro LOCK_FDC
Joe Perches
2010-03-12
1
-17
/
+26
*
drivers/block/floppy.c: remove a few spaces from function casts
Joe Perches
2010-03-12
1
-4
/
+4
*
drivers/block/floppy.c: remove IN/OUT macros, indent switch/case
Joe Perches
2010-03-12
1
-111
/
+107
*
drivers/block/floppy.c: indent a comment
Joe Perches
2010-03-12
1
-1
/
+1
*
drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset
Joe Perches
2010-03-12
1
-7
/
+5
*
drivers/block/floppy.c: comment neatening and remove naked ;
Joe Perches
2010-03-12
1
-25
/
+30
*
drivers/block/floppy.c: remove LAST_OUT macro
Joe Perches
2010-03-12
1
-4
/
+8
*
drivers/block/floppy.c: hoist assigns from if()s, neatening
Joe Perches
2010-03-12
1
-24
/
+29
*
drivers/block/floppy.c: remove used once CHECK_READY macro
Joe Perches
2010-03-12
1
-2
/
+4
*
drivers/block/floppy.c: remove unnecessary braces
Joe Perches
2010-03-12
1
-27
/
+17
*
drivers/block/floppy.c: use pr_<level>
Joe Perches
2010-03-12
1
-178
/
+175
*
drivers/block/floppy.c: #define space and column neatening
Joe Perches
2010-03-12
1
-83
/
+97
*
drivers/block/floppy.c: convert some #include <asm/ to #include <linux/
Joe Perches
2010-03-12
1
-2
/
+2
*
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
|
/
[prev]
[next]