summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-121-44/+46
|\
| * ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13
| * ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov2009-06-071-17/+26
| * ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-071-5/+7
* | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-6/+6
|\ \ | |/ |/|
| * block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-1/+1
| * ide: cleanup rq->data_len usagesTejun Heo2009-05-111-1/+1
| * ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
| * block: add rq->resid_lenTejun Heo2009-05-111-2/+2
| * ide-tape: don't initialize rq->sector for rw requestsTejun Heo2009-05-111-1/+0
| * ide-atapi: kill unused fields and callbacksTejun Heo2009-04-281-1/+0
| * ide-tape: simplify read/write functionsTejun Heo2009-04-281-99/+50
| * ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo2009-04-281-25/+20
| * ide-tape: unify r/w init pathsTejun Heo2009-04-281-64/+46
| * ide-tape: kill idetape_bhTejun Heo2009-04-281-221/+84
| * ide-tape: use standard data transfer mechanismTejun Heo2009-04-281-89/+23
| * ide-tape: use single continuous bufferTejun Heo2009-04-281-198/+58
| * ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-281-1/+4
| * ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-281-0/+1
| * ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-281-0/+3
| * ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-281-2/+5
| * ide-atapi: don't abuse rq->bufferTejun Heo2009-04-281-1/+1
| * ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-04-281-6/+0
* | ide-tape: fix debug callMark de Wever2009-05-171-1/+1
* | ide-atapi: kill unused fields and callbacksTejun Heo2009-04-191-1/+0
* | ide-tape: simplify read/write functionsTejun Heo2009-04-191-99/+50
* | ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo2009-04-191-25/+20
* | ide-tape: unify r/w init pathsTejun Heo2009-04-191-64/+46
* | ide-tape: kill idetape_bhTejun Heo2009-04-191-221/+84
* | ide-tape: use standard data transfer mechanismTejun Heo2009-04-191-89/+23
* | ide-tape: use single continuous bufferTejun Heo2009-04-191-198/+58
* | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-191-1/+4
* | ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-191-0/+1
* | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-191-0/+3
* | ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-191-2/+5
* | ide-atapi: don't abuse rq->bufferTejun Heo2009-04-191-1/+1
* | ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-04-191-6/+0
|/
* ide-{floppy,tape}: fix padding for PIO transfersBartlomiej Zolnierkiewicz2009-03-311-16/+16
* ide: decrease size of ->pc_buf field in struct ide_atapi_pcBartlomiej Zolnierkiewicz2009-03-311-0/+4
* ide: use do_rw_taskfile() for ATA_CMD_PACKET commandsBartlomiej Zolnierkiewicz2009-03-271-5/+14
* ide: remove ide_end_request()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: pass number of bytes to complete to ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: move rq->errors quirk out from ide_end_request()Bartlomiej Zolnierkiewicz2009-03-271-0/+2
* ide: pass error value to ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: return request status from ->pc_callback methodBartlomiej Zolnierkiewicz2009-03-271-8/+2
* ide: remove ->end_request methodBartlomiej Zolnierkiewicz2009-03-271-17/+0
* ide-{floppy,tape}: cleanup ide*_end_request()Bartlomiej Zolnierkiewicz2009-03-271-18/+22
* ide: use ->end_request only for private device driver requestsBartlomiej Zolnierkiewicz2009-03-271-12/+7
* ide: move ->failed_pc to ide_drive_tBartlomiej Zolnierkiewicz2009-03-271-19/+10
* ide-tape: remove superfluous tape->lockBartlomiej Zolnierkiewicz2009-03-271-9/+0
OpenPOWER on IntegriCloud