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