Age | Commit message (Expand) | Author |
2019-02-24 | block: add bio_set_polled() helper | Jens Axboe |
2019-02-15 | block: always define BIO_MAX_PAGES as 256 | Ming Lei |
2019-02-15 | block: enable multipage bvecs | Ming Lei |
2019-02-15 | block: allow bio_for_each_segment_all() to iterate over multi-page bvec | Ming Lei |
2019-02-15 | block: introduce bio_for_each_bvec() and rq_for_each_bvec() | Ming Lei |
2019-02-15 | btrfs: look at bi_size for repair decisions | Christoph Hellwig |
2018-12-07 | blkcg: remove bio_disassociate_task() | Dennis Zhou |
2018-12-07 | blkcg: remove bio->bi_css and instead use bio->bi_blkg | Dennis Zhou |
2018-12-07 | blkcg: associate writeback bios with a blkg | Dennis Zhou |
2018-12-07 | blkcg: associate a blkg for pages being evicted by swap | Dennis Zhou |
2018-12-07 | blkcg: associate blkg when associating a device | Dennis Zhou |
2018-12-07 | blkcg: introduce common blkg association logic | Dennis Zhou |
2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou |
2018-10-20 | blkcg: reassociate bios when make_request() is called recursively | Dennis Zhou |
2018-09-24 | block: don't include bug.h from bio.h | Christoph Hellwig |
2018-09-24 | block: don't include io.h from bio.h | Christoph Hellwig |
2018-09-24 | block: remove bvec_to_phys | Christoph Hellwig |
2018-09-24 | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable | Christoph Hellwig |
2018-09-24 | block: simplify BIOVEC_PHYS_MERGEABLE | Christoph Hellwig |
2018-09-21 | blkcg: remove bio->bi_css and instead use bio->bi_blkg | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: associate a blkg for pages being evicted by swap | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: always associate a bio with a blkg | Dennis Zhou (Facebook) |
2018-09-06 | block: remove bio_rewind_iter() | Ming Lei |
2018-07-24 | block: unexport bio_clone_bioset | Christoph Hellwig |
2018-07-24 | block: remove bio_clone_kmalloc | Christoph Hellwig |
2018-07-18 | block: Add and use op_stat_group() for indexing disk_stat fields. | Michael Callahan |
2018-07-09 | swap,blkcg: issue swap io with the appropriate context | Tejun Heo |
2018-07-09 | block: add bi_blkg to the bio for cgroups | Josef Bacik |
2018-06-08 | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-06-08 | block: add bioset_init_from_src() helper | Jens Axboe |
2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-06-01 | block: add a lower-level bio_add_page interface | Christoph Hellwig |
2018-05-30 | block: Drop bioset_create() | Kent Overstreet |
2018-05-30 | block: convert bounce, q->bio_split to bioset_init()/mempool_init() | Kent Overstreet |
2018-05-14 | block: Split out bio_list_copy_data() | Kent Overstreet |
2018-05-14 | block: Add bio_copy_data_iter(), zero_fill_bio_iter() | Kent Overstreet |
2018-05-14 | block: Use bioset_init() for fs_bio_set | Kent Overstreet |
2018-05-14 | block: Add bioset_init()/bioset_exit() | Kent Overstreet |
2018-05-14 | block: Convert bio_set to mempool_init() | Kent Overstreet |
2018-03-01 | block: display the correct diskname for bio | Jiufei Xue |
2018-01-29 | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-01-06 | block: move bio_alloc_pages() to bcache | Ming Lei |
2018-01-06 | block: introduce bio helpers for converting to multipage bvec | Ming Lei |
2017-12-20 | block-throttle: avoid double charge | Shaohua Li |
2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-11-10 | block: remove __bio_kmap_atomic | Christoph Hellwig |
2017-11-10 | block: kill bio_kmap/kunmap_irq() | Jens Axboe |
2017-10-11 | blk_rq_map_user_iov(): move iov_iter_advance() down | Al Viro |
2017-09-26 | blkcg: delete unused APIs | Shaohua Li |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds |