Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6ea52226ca131a99bb619bd56fbeee566ea5a966
/
drivers
/
ide
/
ide-cd.c
6ea5222
ide: use queue lock instead of ide_lock when possible
by Bartlomiej Zolnierkiewicz
· 16 years ago
3c8a2cc
ide: ide_lock + __blk_end_request() -> blk_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
1d0bf58
ide: ide_hwgroup_t.rq doesn't need an ide_lock held
by Bartlomiej Zolnierkiewicz
· 16 years ago
9bd27cb
ide-cd: fix DMA alignment regression
by Borislav Petkov
· 16 years ago
64c2eae
ide-cd: add TEAC CD-224E to the NO_AUTOCLOSE list
by Márton Németh
· 16 years ago
488ca60
[PATCH] switch ide-cd
by Al Viro
· 17 years ago
d4430d62
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
bbc1cc9
[PATCH] switch cdrom_{open,release,ioctl} to sane APIs
by Al Viro
· 17 years ago
1bddd9e
[PATCH] lose the unused file argument in generic_ide_ioctl()
by Al Viro
· 16 years ago
2a2267e7
ide-cd: remove stale comment
by Borislav Petkov
· 16 years ago
419a5b6
ide-cd: small drive type print fix
by Borislav Petkov
· 16 years ago
71b429ca
ide-cd: debug log enhancements
by Borislav Petkov
· 16 years ago
79cb380
ide: allow device drivers to specify per-device type /proc settings
by Bartlomiej Zolnierkiewicz
· 16 years ago
42619d3
ide: remove IDE_AFLAG_NO_DOORLOCKING
by Bartlomiej Zolnierkiewicz
· 16 years ago
fe11edf
ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED
by Bartlomiej Zolnierkiewicz
· 16 years ago
08243ba
ide-cd: fix printk format warning
by Alexander Beregalov
· 16 years ago
12469ac
ide-cd: move cdrom_info.dma to ide_drive_t.dma
by Borislav Petkov
· 16 years ago
35d9b17
ide-cd: add a debug_mask module parameter
by Borislav Petkov
· 16 years ago
fc8323f
ide-cd: convert driver to new ide debugging macro (v3)
by Borislav Petkov
· 16 years ago
14d83b12
ide-cd: no need to zero drive->special.all
by Bartlomiej Zolnierkiewicz
· 16 years ago
4ab3d50
ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()
by Bartlomiej Zolnierkiewicz
· 16 years ago
0ae4b31
ide: remove superfluous ->media field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
5aeddf9
ide: unify conversion macros
by Borislav Petkov
· 16 years ago
92f1f8f
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
by Elias Oltmanns
· 16 years ago
02d599a
ide: remove ->supports_dsc_overlap field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
8185d5a
ide: /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
1e874f4
ide: call ide_proc_register_driver() later
by Bartlomiej Zolnierkiewicz
· 16 years ago
2a92466
ide: remove needless drive->present checks from device drivers
by Bartlomiej Zolnierkiewicz
· 16 years ago
efa402d
ide-cd: use the new object_is_in_stack() helper
by FUJITA Tomonori
· 16 years ago
3a7d248
ide: use ATA_* defines instead of *_STAT and *_ERR ones
by Bartlomiej Zolnierkiewicz
· 16 years ago
aaaade3
ide: WIN_* -> ATA_CMD_*
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
b7db995
block: move policy from disk to part0
by Tejun Heo
· 16 years ago
f3e85ee
ide-cd: Optiarc DVD RW AD-7200A does play audio
by Bodo Eggert
· 16 years ago
f20f258
ide-cd: temporary tray close fix
by Borislav Petkov
· 16 years ago
2dc75d3
block: disable sysfs parts of the disk command filter
by Jens Axboe
· 16 years ago
bb23b43
remove blk_register_filter and blk_unregister_filter in gendisk
by FUJITA Tomonori
· 16 years ago
fc99856a
ide-cd: use bcd2bin/bin2bcd
by Adrian Bunk
· 16 years ago
938bb03
ide-cd: fix endianity for the error message in cdrom_read_capacity
by Petr Tesarik
· 16 years ago
d3e33ff
ide: fix regression caused by ide_device_{get,put}() addition (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
e8e7b9e
ide-cd: fix oops when using growisofs
by Jens Axboe
· 16 years ago
08da591
ide: add ide_device_{get,put}() helpers
by Bartlomiej Zolnierkiewicz
· 16 years ago
141d3b2
ide: ide-cd.c fix sparse endianness warnings
by Harvey Harrison
· 16 years ago
570f89e
ide-cd: convert to using the new atapi_flags
by Borislav Petkov
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
1823649
ide: add ide_read_bcount_and_ireason() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
b73c7ee
ide: add ->read_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ef5eb4
IDE: Remove unused code
by Elias Oltmanns
· 16 years ago
7fcebda
ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue path
by Borislav Petkov
· 16 years ago
90eb808
ide-cd: move request prep from cdrom_start_rw_cont to rq issue path
by Borislav Petkov
· 16 years ago
e529c60
ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path
by Borislav Petkov
· 16 years ago
4b01fcb
ide-cd: fold cdrom_start_seek into ide_cd_do_request
by Borislav Petkov
· 16 years ago
b6ca440
ide-cd: simplify request issuing path
by Borislav Petkov
· 16 years ago
99384ae
ide-cd: mv ide_do_rw_cdrom ide_cd_do_request
by Borislav Petkov
· 16 years ago
8ea1d17
ide-cd: cdrom_start_seek: remove unused argument block
by Borislav Petkov
· 16 years ago
ab9d6e3
ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else block
by Borislav Petkov
· 16 years ago
ae8789f
ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer
by Borislav Petkov
· 16 years ago
af6765ce
ide-cd: remove wait-for-idle-controller bit in cdrom_start_packet_command
by Borislav Petkov
· 16 years ago
e5318b5
ide: use the dma safe check for REQ_TYPE_ATA_PC
by FUJITA Tomonori
· 16 years ago
0b6abc1
ide: avoid DMA on the stack for REQ_TYPE_ATA_PC
by FUJITA Tomonori
· 16 years ago
794cc68
ide-{cd,floppy,tape}: remove checking for drive->scsi
by Bartlomiej Zolnierkiewicz
· 16 years ago
63f5abb
ide: remove action argument in ide_do_drive_cmd
by FUJITA Tomonori
· 16 years ago
9a410e7
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
ed820f1
ide-cd: remove ide_cd_init_rq
by FUJITA Tomonori
· 16 years ago
124cafc
ide: remove ide_init_drive_cmd
by FUJITA Tomonori
· 16 years ago
5f82854
ide-cd: convert ide_cd_queue_pc to use blk_execute_rq
by FUJITA Tomonori
· 16 years ago
e8a96aa
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
by Bartlomiej Zolnierkiewicz
· 16 years ago
d34c87e
block: replace sizeof(rq->cmd) with BLK_MAX_CDB
by FUJITA Tomonori
· 17 years ago
eee4929
ide-cd: clean up cdrom_analyze_sense_data()
by Roel Kluin
· 17 years ago
a83ead2
ide-cd: fix test unsigned var < 0
by Roel Kluin
· 17 years ago
1fc1425
ide: add ide_execute_pkt_cmd() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
9567b34
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
cc12175
ide: remove obsoleted "hdx=noautotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e37bdc
ide: add struct ide_dma_ops (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
e5e076a
ide-cd: fix remaining checkpatch.pl issues
by Borislav Petkov
· 17 years ago
83c8565
ide-cd: shorten lines longer than 80 columns
by Borislav Petkov
· 17 years ago
5a3ea3b
ide-cd: fixup comments
by Borislav Petkov
· 17 years ago
5e657a9
ide-cd: put all proc-related code at one place
by Borislav Petkov
· 17 years ago
9aba468
ide-cd: include proper headers
by Borislav Petkov
· 17 years ago
1134b6f
ide-cd: put proc-related functions together under single ifdef
by Borislav Petkov
· 17 years ago
177773e
ide-cd: Replace __FUNCTION__ with __func__
by Paolo Ciarrocchi
· 17 years ago
9ce70fb
IDE: Coding Style fixes to drivers/ide/ide-cd.c
by Paolo Ciarrocchi
· 17 years ago
968c496
ide-cd: remove the internal 64k buffer
by Borislav Petkov
· 17 years ago
0a0c411
cdrom: make unregister_cdrom() return void
by Akinobu Mita
· 17 years ago
23579a2
ide: remove IDE_*_REG macros
by Bartlomiej Zolnierkiewicz
· 17 years ago
bcd88ac
ide-cd: fix CD/DVD burning
by Andreas Schwab
· 17 years ago
9f10d9e
ide-cd: fix 'ireason' handling for REQ_TYPE_ATA_PC requests
by Bartlomiej Zolnierkiewicz
· 17 years ago
acbe44e
ide-cd: Enable audio play quirk for Optiarc DVD RW AD-5200A drive
by Borislav Petkov
· 17 years ago
14e04c3
ide-cd: fix missing residual count setting in DMA mode
by Kiyoshi Ueda
· 17 years ago
7eb43fd
ide-cd: replace ntohs with generic byteorder macro be16_to_cpu
by Borislav Petkov
· 17 years ago
64a57fe
ide: add ide_read_error() inline helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
c47137a
ide: add ide_read_[alt]status() inline helpers
by Bartlomiej Zolnierkiewicz
· 17 years ago
0eea645
ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw
by Borislav Petkov
· 17 years ago
59bca8c
ide: update/add my Copyrights
by Bartlomiej Zolnierkiewicz
· 17 years ago
f9afd18
ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c
by Borislav Petkov
· 17 years ago
3bb4663
ide-cd: update driver version, comments and copyrights
by Bartlomiej Zolnierkiewicz
· 17 years ago
bbb89e3
ide-cd: unify request end exit path in cdrom_decode_status()
by Bartlomiej Zolnierkiewicz
· 17 years ago
0d6f7e3
ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason()
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »