index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-cd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-11
block: disable sysfs parts of the disk command filter
Jens Axboe
1
-2
/
+0
2008-08-29
remove blk_register_filter and blk_unregister_filter in gendisk
FUJITA Tomonori
1
-0
/
+2
2008-08-18
ide-cd: use bcd2bin/bin2bcd
Adrian Bunk
1
-10
/
+10
2008-08-05
ide-cd: fix endianity for the error message in cdrom_read_capacity
Petr Tesarik
1
-8
/
+10
2008-08-05
ide: fix regression caused by ide_device_{get,put}() addition (take 2)
Bartlomiej Zolnierkiewicz
1
-5
/
+7
2008-07-24
ide-cd: fix oops when using growisofs
Jens Axboe
1
-5
/
+22
2008-07-24
ide: add ide_device_{get,put}() helpers
Bartlomiej Zolnierkiewicz
1
-3
/
+9
2008-07-23
ide: ide-cd.c fix sparse endianness warnings
Harvey Harrison
1
-11
/
+8
2008-07-23
ide-cd: convert to using the new atapi_flags
Borislav Petkov
1
-56
/
+52
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2008-07-23
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
1
-8
/
+4
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-4
/
+8
2008-07-16
IDE: Remove unused code
Elias Oltmanns
1
-1
/
+0
2008-07-16
ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue path
Borislav Petkov
1
-5
/
+4
2008-07-16
ide-cd: move request prep from cdrom_start_rw_cont to rq issue path
Borislav Petkov
1
-9
/
+19
2008-07-16
ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path
Borislav Petkov
1
-2
/
+10
2008-07-16
ide-cd: fold cdrom_start_seek into ide_cd_do_request
Borislav Petkov
1
-9
/
+2
2008-07-16
ide-cd: simplify request issuing path
Borislav Petkov
1
-18
/
+21
2008-07-16
ide-cd: mv ide_do_rw_cdrom ide_cd_do_request
Borislav Petkov
1
-2
/
+2
2008-07-16
ide-cd: cdrom_start_seek: remove unused argument block
Borislav Petkov
1
-2
/
+2
2008-07-16
ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else block
Borislav Petkov
1
-4
/
+4
2008-07-16
ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer
Borislav Petkov
1
-29
/
+4
2008-07-16
ide-cd: remove wait-for-idle-controller bit in cdrom_start_packet_command
Borislav Petkov
1
-5
/
+0
2008-07-16
ide: use the dma safe check for REQ_TYPE_ATA_PC
FUJITA Tomonori
1
-5
/
+12
2008-07-16
ide: avoid DMA on the stack for REQ_TYPE_ATA_PC
FUJITA Tomonori
1
-0
/
+5
2008-07-15
ide-{cd,floppy,tape}: remove checking for drive->scsi
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-07-15
ide: remove action argument in ide_do_drive_cmd
FUJITA Tomonori
1
-1
/
+1
2008-07-15
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-15
ide-cd: remove ide_cd_init_rq
FUJITA Tomonori
1
-11
/
+3
2008-07-15
ide: remove ide_init_drive_cmd
FUJITA Tomonori
1
-1
/
+1
2008-07-15
ide-cd: convert ide_cd_queue_pc to use blk_execute_rq
FUJITA Tomonori
1
-43
/
+53
2008-07-15
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-04-29
block: replace sizeof(rq->cmd) with BLK_MAX_CDB
FUJITA Tomonori
1
-2
/
+2
2008-04-28
ide-cd: clean up cdrom_analyze_sense_data()
Roel Kluin
1
-5
/
+2
2008-04-28
ide-cd: fix test unsigned var < 0
Roel Kluin
1
-2
/
+0
2008-04-28
ide: add ide_execute_pkt_cmd() helper
Bartlomiej Zolnierkiewicz
1
-8
/
+1
2008-04-28
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
1
-7
/
+7
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-04-27
ide: remove obsoleted "hdx=noautotune" kernel parameter
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-04-26
ide-cd: fix remaining checkpatch.pl issues
Borislav Petkov
1
-19
/
+17
2008-04-26
ide-cd: shorten lines longer than 80 columns
Borislav Petkov
1
-23
/
+46
2008-04-26
ide-cd: fixup comments
Borislav Petkov
1
-210
/
+191
2008-04-26
ide-cd: put all proc-related code at one place
Borislav Petkov
1
-36
/
+35
2008-04-26
ide-cd: include proper headers
Borislav Petkov
1
-3
/
+3
2008-04-26
ide-cd: put proc-related functions together under single ifdef
Borislav Petkov
1
-13
/
+10
2008-04-26
ide-cd: Replace __FUNCTION__ with __func__
Paolo Ciarrocchi
1
-5
/
+5
2008-04-26
IDE: Coding Style fixes to drivers/ide/ide-cd.c
Paolo Ciarrocchi
1
-124
/
+134
2008-04-26
ide-cd: remove the internal 64k buffer
Borislav Petkov
1
-119
/
+4
2008-04-21
cdrom: make unregister_cdrom() return void
Akinobu Mita
1
-3
/
+2
[next]