| Commit message (Expand) | Author | Age | Files | Lines |
* | ide-gd: stop using the disk events mechanism | Christoph Hellwig | 2020-09-10 | 1 | -2/+0 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | compat_ioctl: ide: floppy: add handler | Arnd Bergmann | 2020-01-03 | 1 | -0/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 2019-03-11 | 1 | -1/+1 |
|\ |
|
| * | ide: mark expected switch fall-through | Gustavo A. R. Silva | 2019-03-10 | 1 | -1/+1 |
* | | ide: don't use req->special | Christoph Hellwig | 2018-11-10 | 1 | -1/+1 |
|/ |
|
* | ide: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-08-13 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ide-floppy: Use blk_rq_is_scsi() | Bart Van Assche | 2017-08-18 | 1 | -1/+1 |
* | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -3/+3 |
* | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 2017-04-20 | 1 | -5/+5 |
* | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 2017-01-31 | 1 | -10/+9 |
* | ide: don't abuse cmd_type | Christoph Hellwig | 2017-01-31 | 1 | -6/+12 |
* | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -2/+2 |
* | drivers: use req op accessor | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block: move REQ_TYPE_SENSE to the ide driver | Christoph Hellwig | 2015-05-05 | 1 | -1/+1 |
* | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV | Christoph Hellwig | 2015-05-05 | 1 | -3/+3 |
* | drivers: ide: Fix mostly harmless off-by-one hardcoded value | Rasmus Villemoes | 2014-12-12 | 1 | -2/+2 |
* | ide-{cd,floppy,tape}: Do not include <linux/irq.h> | Geert Uytterhoeven | 2011-11-08 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ |
|
| * | IDE: ide-floppy, remove unnecessary NULL check | Jiri Slaby | 2010-11-22 | 1 | -1/+1 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 1 | -1/+1 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -9/+16 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -2/+2 |
* | ide: always kill the whole request on error | Bartlomiej Zolnierkiewicz | 2009-06-26 | 1 | -1/+1 |
* | ide: BUG() on unknown requests | Bartlomiej Zolnierkiewicz | 2009-06-15 | 1 | -4/+2 |
* | ide-atapi: remove pc->buf | Borislav Petkov | 2009-05-15 | 1 | -7/+1 |
* | ide-atapi: use local sense buffer | Borislav Petkov | 2009-05-15 | 1 | -1/+2 |
* | ide-floppy/ide_floppy_get_flexible_disk_page: use local buffer | Borislav Petkov | 2009-05-15 | 1 | -10/+10 |
* | ide-atapi: add a buffer-arg to ide_queue_pc_tail | Borislav Petkov | 2009-05-15 | 1 | -9/+8 |
* | ide-atapi: add a len-parameter to ide_queue_pc_tail | Borislav Petkov | 2009-05-15 | 1 | -2/+2 |
* | ide-atapi: switch to blk_rq_bytes() on do_request() path | Borislav Petkov | 2009-05-15 | 1 | -4/+4 |
* | ide: cleanup rq->data_len usages | Tejun Heo | 2009-05-11 | 1 | -2/+2 |
* | ide: convert to rq pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 1 | -3/+3 |
* | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len | Tejun Heo | 2009-04-28 | 1 | -1/+4 |
* | ide-tape,floppy: fix failed command completion after request sense | Tejun Heo | 2009-04-28 | 1 | -0/+1 |
* | ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer | Borislav Petkov | 2009-04-28 | 1 | -1/+3 |
* | ide-atapi: don't abuse rq->buffer | Tejun Heo | 2009-04-28 | 1 | -1/+1 |
* | ide-floppy: block pc always uses bio | Tejun Heo | 2009-04-28 | 1 | -8/+6 |
* | ide-floppy: use ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -19/+5 |
* | ide: decrease size of ->pc_buf field in struct ide_atapi_pc | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -1/+4 |
* | ide: keep track of number of bytes instead of sectors in struct ide_cmd | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+1 |
* | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -10/+14 |
* | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+5 |
* | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -2/+2 |
* | ide: pass number of bytes to complete to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+1 |
* | ide: move rq->errors quirk out from ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+2 |
* | ide: pass error value to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+1 |