aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAge
* ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-15
* ide-atapi: switch to blk_rq_bytes() on do_request() pathBorislav Petkov2009-05-15
* ide-tape: fix potential fs requests bugBorislav Petkov2009-05-15
* ide: cleanup rq->data_len usagesTejun Heo2009-05-11
* ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-11
* block: add rq->resid_lenTejun Heo2009-05-11
* ide-tape: don't initialize rq->sector for rw requestsTejun Heo2009-05-11
* ide-atapi: kill unused fields and callbacksTejun Heo2009-04-28
* ide-tape: simplify read/write functionsTejun Heo2009-04-28
* ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo2009-04-28
* ide-tape: unify r/w init pathsTejun Heo2009-04-28
* ide-tape: kill idetape_bhTejun Heo2009-04-28
* ide-tape: use standard data transfer mechanismTejun Heo2009-04-28
* ide-tape: use single continuous bufferTejun Heo2009-04-28
* ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-28
* ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-28
* ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-28
* ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-28
* ide-atapi: don't abuse rq->bufferTejun Heo2009-04-28
* ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-04-28
* ide-{floppy,tape}: fix padding for PIO transfersBartlomiej Zolnierkiewicz2009-03-31
* ide: decrease size of ->pc_buf field in struct ide_atapi_pcBartlomiej Zolnierkiewicz2009-03-31
* ide: use do_rw_taskfile() for ATA_CMD_PACKET commandsBartlomiej Zolnierkiewicz2009-03-27
* ide: remove ide_end_request()Bartlomiej Zolnierkiewicz2009-03-27
* ide: pass number of bytes to complete to ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-27
* ide: move rq->errors quirk out from ide_end_request()Bartlomiej Zolnierkiewicz2009-03-27
* ide: pass error value to ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-27
* ide: return request status from ->pc_callback methodBartlomiej Zolnierkiewicz2009-03-27
* ide: remove ->end_request methodBartlomiej Zolnierkiewicz2009-03-27
* ide-{floppy,tape}: cleanup ide*_end_request()Bartlomiej Zolnierkiewicz2009-03-27
* ide: use ->end_request only for private device driver requestsBartlomiej Zolnierkiewicz2009-03-27
* ide: move ->failed_pc to ide_drive_tBartlomiej Zolnierkiewicz2009-03-27
* ide-tape: remove superfluous tape->lockBartlomiej Zolnierkiewicz2009-03-27
* ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz2009-03-27
* ide: NULL noise: drivers/ide/ide-*.cHannes Eder2009-03-05
* ide: fix refcounting in device driversBartlomiej Zolnierkiewicz2009-02-25
* ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz2009-01-06
* ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz2009-01-06
* ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-06
* ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov2009-01-02
* ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov2009-01-02
* [PATCH] switch ide-tapeAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* [PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro2008-10-21
* ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-17
* ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz2008-10-17
* device create: ide: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz2008-10-13
* ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-13
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-13