Age | Commit message (Expand) | Author |
2021-01-24 | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang |
2020-12-09 | scsi: ide: Do not set the RQF_PREEMPT flag for sense requests | Bart Van Assche |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-01-31 | ide: ensure atapi sense request aren't preempted | Jens Axboe |
2018-11-10 | ide: don't use req->special | Christoph Hellwig |
2018-11-07 | ide: convert to blk-mq | Jens Axboe |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig |
2017-11-10 | ide: ide-atapi: fix compile error with defining macro DEBUG | Hongxu Jia |
2017-06-20 | block: Change argument type of scsi_req_init() | Bart Van Assche |
2017-06-20 | block: Make most scsi_req_init() calls implicit | 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-04-20 | block: remove the blk_execute_rq return value | 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-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman |
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 |
2011-10-31 | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker |
2011-03-10 | block: remove per-queue plugging | Jens Axboe |
2010-08-07 | block: fix some more cmd_type cleanup fallout | Christoph Hellwig |
2010-08-07 | block: remove wrappers for request type/flags | Christoph Hellwig |
2010-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds |
2010-04-01 | ide: Must hold queue lock when requeueing | Herbert Xu |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-06-20 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds |
2009-06-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-06-13 | Merge branch 'bp-remove-pc-buf' into for-next | Bartlomiej Zolnierkiewicz |
2009-06-12 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds |
2009-06-12 | trivial: fix typo milisecond/millisecond for documentation and source comments. | Martin Olsson |
2009-06-11 | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2009-06-07 | ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically | Borislav Petkov |
2009-05-15 | ide: unify interrupt reason checking | Borislav Petkov |
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-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 rq->resid_len | Borislav Petkov |
2009-05-15 | ide-atapi: switch to blk_rq_bytes() on do_request() path | Borislav Petkov |
2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo |
2009-05-11 | ide: dequeue in-flight request | Tejun Heo |
2009-05-11 | ide: cleanup rq->data_len usages | Tejun Heo |
2009-05-11 | block: add rq->resid_len | Tejun Heo |
2009-04-28 | ide-atapi: kill unused fields and callbacks | Tejun Heo |
2009-04-28 | ide-tape: use standard data transfer mechanism | Tejun Heo |
2009-04-28 | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len | Tejun Heo |
2009-04-28 | ide-cd,atapi: use bio for internal commands | Tejun Heo |