index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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]