summaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-84/+88
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds13-777/+350
2009-06-07pdc202xx_old: fix resetproc() methodSergei Shtylyov1-14/+5
2009-06-07pdc202xx_old: fix 'pdc20246_dma_ops'Sergei Shtylyov1-2/+1
2009-05-30ide_pci_generic: add quirk for Netcell ATA RAIDBartlomiej Zolnierkiewicz1-0/+11
2009-05-23ide-disk: fix missing max_sectors accessor functionMartin K. Petersen1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-6/+6
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe5-30/+33
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe3-6/+6
2009-05-22via82cxxx: Add VIA VX855 PCI Device IDHarald Welte1-0/+2
2009-05-22ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz1-3/+6
2009-05-22ide: improve failed opcode reportingBartlomiej Zolnierkiewicz1-19/+4
2009-05-22ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz1-2/+2
2009-05-22ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz1-2/+2
2009-05-22ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)Bartlomiej Zolnierkiewicz1-4/+17
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2-3/+3
2009-05-17ide-tape: fix debug callMark de Wever1-1/+1
2009-05-16Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2-1/+2
2009-05-16piix: The Sony TZ90 needs the cable type hardcodingAlan Cox1-0/+1
2009-05-16icside: register second channel of version 6 PCBSergei Shtylyov1-1/+1
2009-05-16ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo1-6/+0
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo2-7/+4
2009-05-11ide: dequeue in-flight requestTejun Heo3-17/+39
2009-05-11ide: cleanup rq->data_len usagesTejun Heo5-24/+13
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo11-22/+22
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2-6/+6
2009-05-11block: add rq->resid_lenTejun Heo3-18/+8
2009-05-11ide-tape: don't initialize rq->sector for rw requestsTejun Heo1-1/+0
2009-04-30alim15x3: Remove historical hacks, re-enable init_hwif for PowerPCAnton Vorontsov1-7/+3
2009-04-30Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz1-5/+4
2009-04-30ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov1-5/+4
2009-04-28ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo1-16/+4
2009-04-28ide: drop rq->data handling from ide_map_sg()Tejun Heo1-5/+1
2009-04-28ide-atapi: kill unused fields and callbacksTejun Heo2-14/+4
2009-04-28ide-tape: simplify read/write functionsTejun Heo1-99/+50
2009-04-28ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo1-25/+20
2009-04-28ide-tape: unify r/w init pathsTejun Heo1-64/+46
2009-04-28ide-tape: kill idetape_bhTejun Heo1-221/+84
2009-04-28ide-tape: use standard data transfer mechanismTejun Heo2-94/+24
2009-04-28ide-tape: use single continuous bufferTejun Heo1-198/+58
2009-04-28ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo3-8/+18
2009-04-28ide-tape,floppy: fix failed command completion after request senseTejun Heo2-0/+2
2009-04-28ide-pm: don't abuse rq->dataTejun Heo2-24/+16
2009-04-28ide-cd,atapi: use bio for internal commandsTejun Heo4-35/+51
2009-04-28ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov3-37/+22
2009-04-28ide-cd: convert to using generic sense requestBorislav Petkov2-46/+12
2009-04-28ide: add helpers for preparing sense requestsBorislav Petkov1-0/+61
2009-04-28ide-cd: don't abuse rq->bufferTejun Heo1-4/+4
2009-04-28ide-atapi: don't abuse rq->bufferTejun Heo3-4/+4
2009-04-28ide-taskfile: don't abuse rq->bufferTejun Heo2-11/+12