index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-floppy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
2008-02-06
1
-1
/
+1
*
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
2008-02-06
1
-2
/
+2
*
ide-floppy: bump driver version number
Borislav Petkov
2008-02-02
1
-4
/
+1
*
ide-floppy: fix most of the remaining checkpatch.pl issues
Borislav Petkov
2008-02-02
1
-195
/
+160
*
ide-floppy: remove atomic test_*bit macros
Borislav Petkov
2008-02-02
1
-56
/
+69
*
ide-floppy: remove unused flag PC_ABORT
Borislav Petkov
2008-02-02
1
-13
/
+6
*
ide-floppy: remove IDEFLOPPY_DEBUG_INFO
Borislav Petkov
2008-02-02
1
-50
/
+13
*
ide-floppy: remove unused IDEFLOPPY_USE_READ12
Borislav Petkov
2008-02-02
1
-11
/
+7
*
ide-floppy: merge idefloppy_{input,output}_buffers
Borislav Petkov
2008-02-02
1
-46
/
+19
*
ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw
Borislav Petkov
2008-02-02
1
-17
/
+16
*
ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro
Borislav Petkov
2008-02-02
1
-6
/
+1
*
ide-floppy: mv idefloppy_{should_,}report_error
Borislav Petkov
2008-02-02
1
-24
/
+14
*
ide-floppy: report DMA handling in idefloppy_pc_intr() properly
Borislav Petkov
2008-02-02
1
-1
/
+5
*
ide-floppy: factor out ioctl handlers from idefloppy_ioctl()
Borislav Petkov
2008-02-02
1
-75
/
+78
*
ide-floppy: remove struct idefloppy_capacity_descriptor
Borislav Petkov
2008-02-02
1
-100
/
+76
*
ide-floppy: remove struct idefloppy_flexible_disk_page
Borislav Petkov
2008-02-02
1
-54
/
+36
*
ide-floppy: remove struct idefloppy_mode_parameter_header
Borislav Petkov
2008-02-02
1
-23
/
+3
*
ide-floppy: remove struct idefloppy_request_sense_result
Borislav Petkov
2008-02-02
1
-58
/
+24
*
ide-floppy: remove struct idefloppy_inquiry_result
Borislav Petkov
2008-02-02
1
-41
/
+0
*
ide-floppy: remove struct idefloppy_capabilities_page
Borislav Petkov
2008-02-02
1
-49
/
+6
*
ide-floppy: cleanup and unify debugging macro calls
Borislav Petkov
2008-02-02
1
-37
/
+31
*
ide-floppy: include the proper headers
Borislav Petkov
2008-02-02
1
-3
/
+3
*
ide-floppy: disambiguate function names
Borislav Petkov
2008-02-02
1
-3
/
+3
*
ide-floppy: remove unnecessary ->handler != NULL check
Borislav Petkov
2008-02-02
1
-4
/
+3
*
ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder
Borislav Petkov
2008-02-02
1
-14
/
+14
*
ide-floppy: convert to generic packet commands
Borislav Petkov
2008-02-02
1
-32
/
+12
*
ide-floppy: cleanup header
Borislav Petkov
2008-02-01
1
-63
/
+4
*
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+3
*
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide-{floppy,tape}: remove debug code for dumping identify data
Bartlomiej Zolnierkiewicz
2008-02-01
1
-50
/
+0
*
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-7
/
+2
*
ide-{floppy,tape,scsi}: fix register loading order when issuing packet command
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+1
*
ide: remove atapi_ireason_t (take 3)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-13
/
+12
*
ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-19
/
+18
*
ide: remove atapi_feature_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-5
/
+5
*
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+1
*
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-7
/
+7
*
ide-floppy: remove dead code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-33
/
+0
*
Fixup rq_for_each_segment() indentation
Jens Axboe
2007-10-10
1
-18
/
+18
*
Introduce rq_for_each_segment replacing rq_for_each_bio
NeilBrown
2007-10-10
1
-10
/
+6
*
ide: add support for SCSI ioctls to ide-floppy
Bartlomiej Zolnierkiewicz
2007-07-20
1
-1
/
+17
*
bsg: support for full generic block layer SG v3
Jens Axboe
2007-07-16
1
-13
/
+16
*
ide: move IDE settings handling to ide-proc.c
Bartlomiej Zolnierkiewicz
2007-05-10
1
-8
/
+8
*
ide: split off ioctl handling from IDE settings (v2)
Bartlomiej Zolnierkiewicz
2007-05-10
1
-5
/
+5
*
ide: make /proc/ide/ optional
Bartlomiej Zolnierkiewicz
2007-05-10
1
-2
/
+2
*
ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-4
/
+4
*
ide: remove ide_drive_t.usage
Bartlomiej Zolnierkiewicz
2007-02-17
1
-9
/
+9
*
ide-floppy: Fix unformatted media crash
Alan Cox
2007-02-17
1
-1
/
+2
*
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
2006-12-13
1
-1
/
+1
*
Fix misc .c/.h comment typos
Matt LaPlante
2006-11-30
1
-1
/
+1
[next]