| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-09-14 | block: remove bio_destructor_t |  Christoph Hellwig | 1 | -1/+0 |
| 2016-09-14 | block: Improve bio_set_op_attrs() robustness |  Bart Van Assche | 1 | -5/+12 |
| 2016-09-14 | block, dm-crypt, btrfs: Introduce bio_flags() |  Bart Van Assche | 1 | -1/+2 |
| 2016-09-14 | block: Document that bio_op() uses the data type of bio.bi_opf |  Bart Van Assche | 1 | -1/+1 |
| 2016-08-07 | block: rename bio bi_rw to bi_opf |  Jens Axboe | 1 | -7/+8 |
| 2016-08-07 | block/mm: make bdev_ops->rw_page() take a bool for read/write |  Jens Axboe | 1 | -11/+11 |
| 2016-08-04 | mm/block: convert rw_page users to bio op use |  Mike Christie | 1 | -11/+11 |
| 2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block |  Linus Torvalds | 1 | -13/+18 |
| 2016-07-20 | block: shrink bio size again |  Christoph Hellwig | 1 | -3/+3 |
| 2016-07-20 | block: simplify and cleanup bvec pool handling |  Christoph Hellwig | 1 | -8/+14 |
| 2016-06-09 | block: move two bvec structure into bvec.h |  Ming Lei | 1 | -21/+1 |
| 2016-06-09 | block: add a separate operation type for secure erase |  Christoph Hellwig | 1 | -3/+2 |
| 2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH |  Mike Christie | 1 | -4/+4 |
| 2016-06-07 | block, drivers: add REQ_OP_FLUSH operation |  Mike Christie | 1 | -1/+2 |
| 2016-06-07 | block, fs, drivers: remove REQ_OP compat defs and related code |  Mike Christie | 1 | -32/+20 |
| 2016-06-07 | block, drivers, fs: shrink bi_rw from long to int |  Mike Christie | 1 | -1/+1 |
| 2016-06-07 | block: move bio io prio to a new field |  Mike Christie | 1 | -3/+2 |
| 2016-06-07 | block: add REQ_OP definitions and helpers |  Mike Christie | 1 | -0/+24 |
| 2016-04-25 | block: copy NOMERGE flag from bio to request |  Shaohua Li | 1 | -1/+1 |
| 2015-12-22 | block: remove REQ_NO_TIMEOUT flag |  Christoph Hellwig | 1 | -2/+0 |
| 2015-11-11 | block: don't hardcode blk_qc_t -> tag mask |  Jens Axboe | 1 | -1/+1 |
| 2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie |  Jens Axboe | 1 | -0/+24 |
| 2015-09-03 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs |  Linus Torvalds | 1 | -3/+2 |
| 2015-07-29 | block: shrink struct bio down to 2 cache lines again |  Jens Axboe | 1 | -3/+3 |
| 2015-07-29 | block: manipulate bio->bi_flags through helpers |  Jens Axboe | 1 | -2/+0 |
| 2015-07-29 | block: add a bi_error field to struct bio |  Christoph Hellwig | 1 | -2/+2 |
| 2015-07-23 | block: Remove forced page bouncing under IO |  Jan Kara | 1 | -3/+2 |
| 2015-06-26 | Revert "block, dm: don't copy bios for request clones" |  Mike Snitzer | 1 | -2/+0 |
| 2015-05-29 | Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 |  Mike Snitzer | 1 | -12/+13 |
| 2015-05-22 | block, dm: don't copy bios for request clones |  Christoph Hellwig | 1 | -0/+2 |
| 2015-05-19 | block: collapse bio bit space |  Jens Axboe | 1 | -9/+9 |
| 2015-05-19 | block: remove unused BIO_RW_BLOCK and BIO_EOF flags |  Christoph Hellwig | 1 | -2/+0 |
| 2015-05-19 | block: remove BIO_EOPNOTSUPP |  Christoph Hellwig | 1 | -1/+0 |
| 2015-05-05 | bio: skip atomic inc/dec of ->bi_cnt for most use cases |  Jens Axboe | 1 | -1/+2 |
| 2015-05-05 | bio: skip atomic inc/dec of ->bi_remaining for non-chains |  Jens Axboe | 1 | -1/+2 |
| 2015-05-04 | blk-mq: fix FUA request hang |  Shaohua Li | 1 | -1/+1 |
| 2015-04-08 | Defer processing of REQ_PREEMPT requests for blocked devices |  Bart Van Assche | 1 | -1/+3 |
| 2015-01-08 | blk-mq: Allow requests to never expire |  Keith Busch | 1 | -0/+2 |
| 2014-10-14 | block: Remove REQ_KERNEL |  Martin K. Petersen | 1 | -2/+0 |
| 2014-09-27 | block: Relocate bio integrity flags |  Martin K. Petersen | 1 | -4/+2 |
| 2014-09-27 | block: Replace bi_integrity with bi_special |  Martin K. Petersen | 1 | -2/+6 |
| 2014-09-22 | blk-mq: remove REQ_END |  Christoph Hellwig | 1 | -2/+0 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -2/+2 |
| 2014-05-13 | blk-mq: improve support for shared tags maps |  Jens Axboe | 1 | -0/+2 |
| 2014-05-06 | bio_vec-backed iov_iter |  Al Viro | 1 | -2/+2 |
| 2014-04-09 | block: fix regression with block enabled tagging |  Jens Axboe | 1 | -0/+2 |
| 2013-11-23 | block: Generic bio chaining |  Kent Overstreet | 1 | -0/+2 |
| 2013-11-23 | block: Immutable bio vecs |  Kent Overstreet | 1 | -0/+3 |
| 2013-11-23 | block: Abstract out bvec iterator |  Kent Overstreet | 1 | -7/+12 |
| 2013-10-25 | blk-mq: new multi-queue block IO queueing mechanism |  Jens Axboe | 1 | -0/+2 |