Age | Commit message (Expand) | Author | Files | Lines |
2019-04-01 | block: pass page to xen_biovec_phys_mergeable | Ming Lei | 1 | -1/+1 |
2019-02-01 | blk-mq: save queue mapping result into ctx directly | Jianchao Wang | 1 | -1/+1 |
2018-11-26 | block: sum requests in the plug structure | Jens Axboe | 1 | -2/+0 |
2018-11-19 | block: Remove bio->bi_ioc | Damien Le Moal | 1 | -16/+0 |
2018-11-18 | Merge tag 'v4.20-rc3' into for-4.21/block | Jens Axboe | 1 | -1/+11 |
2018-11-15 | block: remove queue_lockdep_assert_held | Christoph Hellwig | 1 | -13/+0 |
2018-11-15 | block: use atomic bitops for ->queue_flags | Christoph Hellwig | 1 | -56/+0 |
2018-11-15 | block: remove deadline __deadline manipulation helpers | Christoph Hellwig | 1 | -35/+0 |
2018-11-09 | block: remove req->timeout_list | Christoph Hellwig | 1 | -2/+0 |
2018-11-09 | block: make sure discard bio is aligned with logical block size | Ming Lei | 1 | -0/+10 |
2018-11-07 | blk-mq: pass in request/bio flags to queue mapping | Jens Axboe | 1 | -3/+3 |
2018-11-07 | block: kill request slab cache | Jens Axboe | 1 | -1/+0 |
2018-11-07 | block: remove request_list code | Jens Axboe | 1 | -3/+0 |
2018-11-07 | block: kill legacy parts of timeout handling | Jens Axboe | 1 | -1/+0 |
2018-11-07 | block: remove dead elevator code | Jens Axboe | 1 | -51/+0 |
2018-11-07 | block: remove non mq parts from the flush code | Jens Axboe | 1 | -3/+1 |
2018-11-07 | block: respect virtual boundary mask in bvecs | Johannes Thumshirn | 1 | -1/+1 |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -0/+6 |
2018-10-25 | block: Improve zone reset execution | Damien Le Moal | 1 | -0/+2 |
2018-10-13 | blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs | Jianchao Wang | 1 | -1/+1 |
2018-09-26 | block: remove ARCH_BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 1 | -5/+2 |
2018-09-24 | block: remove bvec_to_phys | Christoph Hellwig | 1 | -2/+2 |
2018-09-24 | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable | Christoph Hellwig | 1 | -3/+9 |
2018-09-24 | block: simplify BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 1 | -0/+14 |
2018-09-24 | block: move req_gap_back_merge to blk.h | Christoph Hellwig | 1 | -0/+19 |
2018-09-24 | block: move integrity_req_gap_{back,front}_merge to blk.h | Christoph Hellwig | 1 | -2/+33 |
2018-08-21 | blk-mq: init hctx sched after update ctx and hctx mapping | Jianchao Wang | 1 | -0/+2 |
2018-08-16 | block: change return type to bool | Chengguang Xu | 1 | -1/+1 |
2018-08-09 | block: Introduce blk_exit_queue() | Bart Van Assche | 1 | -0/+1 |
2018-07-09 | block: introduce blk-iolatency io controller | Josef Bacik | 1 | -0/+6 |
2018-06-01 | block: split the blk-mq case from elevator_init | Christoph Hellwig | 1 | -0/+1 |
2018-06-01 | block: remove the always unused name argument to elevator_init | Christoph Hellwig | 1 | -1/+1 |
2018-06-01 | block: unexport elevator_init/exit | Christoph Hellwig | 1 | -0/+2 |
2018-05-09 | block: consolidate struct request timestamp fields | Omar Sandoval | 1 | -1/+1 |
2018-03-08 | block: Move the queue_flag_*() functions from a public into a private header ... | Bart Van Assche | 1 | -0/+69 |
2018-01-29 | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -19/+27 |
2018-01-18 | block: Unexport elv_register_queue() and elv_unregister_queue() | Bart Van Assche | 1 | -0/+3 |
2018-01-10 | block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit | Jens Axboe | 1 | -10/+9 |
2018-01-10 | block: add accessors for setting/querying request deadline | Jens Axboe | 1 | -0/+15 |
2018-01-10 | block: remove REQ_ATOM_POLL_SLEPT | Jens Axboe | 1 | -2/+0 |
2018-01-09 | blk-mq: remove REQ_ATOM_STARTED | Tejun Heo | 1 | -1/+0 |
2018-01-09 | blk-mq: replace timeout synchronization with a RCU and generation based scheme | Tejun Heo | 1 | -6/+0 |
2018-01-05 | block: drain queue before waiting for q_usage_counter becoming zero | Ming Lei | 1 | -0/+2 |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -39/+7 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-04 | blk-mq: document the need to have STARTED and COMPLETED share a byte | Jens Axboe | 1 | -0/+7 |
2017-10-03 | block: move __elv_next_request to blk-core.c | Christoph Hellwig | 1 | -39/+0 |
2017-08-29 | block: Make blk_dequeue_request() static | Damien Le Moal | 1 | -1/+0 |
2017-08-23 | block: add a __disk_get_part helper | Christoph Hellwig | 1 | -0/+2 |
2017-07-03 | bio-integrity: stop abusing bi_end_io | Christoph Hellwig | 1 | -0/+11 |