index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
floppy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-12
drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros
Joe Perches
1
-11
/
+6
2010-03-12
drivers/block/floppy.c: remove most uses of CALL and ECALL macros
Joe Perches
1
-16
/
+35
2010-03-12
drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros
Joe Perches
1
-47
/
+47
2010-03-12
drivers/block/floppy.c: add debug_dcl(...) macro
Joe Perches
1
-52
/
+31
2010-03-12
drivers/block/floppy.c: remove macro LOCK_FDC
Joe Perches
1
-17
/
+26
2010-03-12
drivers/block/floppy.c: remove a few spaces from function casts
Joe Perches
1
-4
/
+4
2010-03-12
drivers/block/floppy.c: remove IN/OUT macros, indent switch/case
Joe Perches
1
-111
/
+107
2010-03-12
drivers/block/floppy.c: indent a comment
Joe Perches
1
-1
/
+1
2010-03-12
drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset
Joe Perches
1
-7
/
+5
2010-03-12
drivers/block/floppy.c: comment neatening and remove naked ;
Joe Perches
1
-25
/
+30
2010-03-12
drivers/block/floppy.c: remove LAST_OUT macro
Joe Perches
1
-4
/
+8
2010-03-12
drivers/block/floppy.c: hoist assigns from if()s, neatening
Joe Perches
1
-24
/
+29
2010-03-12
drivers/block/floppy.c: remove used once CHECK_READY macro
Joe Perches
1
-2
/
+4
2010-03-12
drivers/block/floppy.c: remove unnecessary braces
Joe Perches
1
-27
/
+17
2010-03-12
drivers/block/floppy.c: use pr_<level>
Joe Perches
1
-178
/
+175
2010-03-12
drivers/block/floppy.c: #define space and column neatening
Joe Perches
1
-83
/
+97
2010-03-12
drivers/block/floppy.c: convert some #include <asm/ to #include <linux/
Joe Perches
1
-2
/
+2
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2009-12-15
floppy: Add an extra bound check on ioctl arguments
Arjan van de Ven
1
-0
/
+3
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
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-06-30
floppy: fix lock imbalance
Jiri Slaby
1
-1
/
+4
2009-06-10
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-02
floppy: provide a PNP device table in the module.
Scott James Remnant
1
-0
/
+8
2009-03-24
platform: make better use of to_platform_{device,driver}() macros
Eric Miao
1
-2
/
+1
2009-02-18
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
[next]