| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | block: move REQ_TYPE_SENSE to the ide driver | Christoph Hellwig | 2015-05-05 | 1 | -3/+3 |
* | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV | Christoph Hellwig | 2015-05-05 | 1 | -2/+2 |
* | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -2/+1 |
* | block: fix some more cmd_type cleanup fallout | Christoph Hellwig | 2010-08-07 | 1 | -3/+3 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -7/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2010-04-08 | 1 | -1/+1 |
|\ |
|
| * | ide: Must hold queue lock when requeueing | Herbert Xu | 2010-04-01 | 1 | -1/+1 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-20 | 1 | -51/+87 |
|\ |
|
| * | Merge branch 'bp-remove-pc-buf' into for-next | Bartlomiej Zolnierkiewicz | 2009-06-13 | 1 | -51/+87 |
| |\ |
|
| | * | ide: unify interrupt reason checking | Borislav Petkov | 2009-05-15 | 1 | -27/+68 |
| | * | ide-atapi: remove pc->buf | Borislav Petkov | 2009-05-15 | 1 | -6/+0 |
| | * | ide-atapi: use local sense buffer | Borislav Petkov | 2009-05-15 | 1 | -1/+3 |
| | * | ide-atapi: add a buffer-arg to ide_queue_pc_tail | Borislav Petkov | 2009-05-15 | 1 | -6/+6 |
| | * | ide-atapi: add a len-parameter to ide_queue_pc_tail | Borislav Petkov | 2009-05-15 | 1 | -6/+6 |
| | * | ide-atapi: switch to rq->resid_len | Borislav Petkov | 2009-05-15 | 1 | -11/+8 |
| | * | ide-atapi: switch to blk_rq_bytes() on do_request() path | Borislav Petkov | 2009-05-15 | 1 | -5/+7 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-06-14 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | trivial: fix typo milisecond/millisecond for documentation and source comments. | Martin Olsson | 2009-06-12 | 1 | -1/+1 |
* | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-12 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically | Borislav Petkov | 2009-06-07 | 1 | -1/+1 |
* | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-11 | 1 | -6/+15 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 1 | -1/+1 |
| * | ide: dequeue in-flight request | Tejun Heo | 2009-05-11 | 1 | -2/+12 |
| * | ide: cleanup rq->data_len usages | Tejun Heo | 2009-05-11 | 1 | -2/+2 |
| * | block: add rq->resid_len | Tejun Heo | 2009-05-11 | 1 | -8/+1 |
| * | ide-atapi: kill unused fields and callbacks | Tejun Heo | 2009-04-28 | 1 | -13/+4 |
| * | ide-tape: use standard data transfer mechanism | Tejun Heo | 2009-04-28 | 1 | -5/+1 |
| * | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len | Tejun Heo | 2009-04-28 | 1 | -6/+10 |
| * | ide-cd,atapi: use bio for internal commands | Tejun Heo | 2009-04-28 | 1 | -21/+31 |
| * | ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer | Borislav Petkov | 2009-04-28 | 1 | -34/+14 |
| * | ide: add helpers for preparing sense requests | Borislav Petkov | 2009-04-28 | 1 | -0/+61 |
| * | ide-atapi: don't abuse rq->buffer | Tejun Heo | 2009-04-28 | 1 | -2/+2 |
* | | ide-atapi: kill unused fields and callbacks | Tejun Heo | 2009-04-19 | 1 | -13/+4 |
* | | ide-tape: use standard data transfer mechanism | Tejun Heo | 2009-04-19 | 1 | -5/+1 |
* | | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len | Tejun Heo | 2009-04-19 | 1 | -6/+10 |
* | | ide-cd,atapi: use bio for internal commands | Tejun Heo | 2009-04-19 | 1 | -21/+31 |
* | | ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer | Borislav Petkov | 2009-04-19 | 1 | -34/+14 |
* | | ide: add helpers for preparing sense requests | Borislav Petkov | 2009-04-19 | 1 | -0/+61 |
* | | ide-atapi: don't abuse rq->buffer | Tejun Heo | 2009-04-19 | 1 | -2/+2 |
|/ |
|
* | ide: refactor tf_read() method | Sergei Shtylyov | 2009-04-08 | 1 | -13/+8 |
* | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 | 1 | -11/+10 |
* | ide-floppy: do not complete rq's prematurely | Borislav Petkov | 2009-03-31 | 1 | -7/+6 |
* | ide-floppy: use ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -52/+16 |
* | ide-{floppy,tape}: fix padding for PIO transfers | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -38/+19 |
* | ide: sanitize ide_build_sglist() and ide_destroy_dmatable() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -1/+2 |
* | ide: set/clear drive->waiting_for_dma flag in the core code | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -1/+3 |
* | ide: add ide_dma_prepare() helper | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -14/+4 |