aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche1-0/+4
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche1-7/+1
2018-06-07block: always set partition number to '0' in blk_partition_remap()Hannes Reinecke1-1/+1
2018-06-02block: don't use blocking queue entered for recursive bio submitsJens Axboe1-1/+3
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig1-9/+1
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig1-1/+1
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig1-0/+5
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-3/+4
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-6/+0
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet1-1/+7
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-1/+1
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig1-7/+7
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-11/+3
2018-05-14block: fix __get_request documentationChristoph Hellwig1-1/+1
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-9/+8
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval1-1/+4
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval1-5/+5
2018-05-07block: Shorten interrupt disabled regionsThomas Gleixner1-10/+2
2018-05-07block: Remove redundant WARN_ON()Anna-Maria Gleixner1-1/+0
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang1-0/+4
2018-04-14block: do not use interruptible wait anywhereAlan Jenkins1-7/+4
2018-04-10blk-mq: Avoid that submitting a bio concurrently with device removal triggers a crashBart Van Assche1-6/+29
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-82/+168
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unlock}()Bart Van Assche1-2/+2
2018-03-17block: bio_check_eod() needs to consider partitionsChristoph Hellwig1-53/+40
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-16/+75
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche1-1/+1
2018-03-01block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue1-1/+1
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche1-0/+31
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche1-8/+16
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-3/+4
2018-02-06block: Add should_fail_bio() for bpf error injectionHoward McLauchlan1-1/+10
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe1-0/+2
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-0/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+52
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche1-14/+0
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()Bart Van Assche1-1/+1
2018-01-18block: fail op_is_write() requests to read-only partitionsIlya Dryomov1-18/+38
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei1-2/+1
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-1/+1
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-0/+2
2018-01-06blk-mq: quiesce queue before freeing queueMing Lei1-0/+9
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig1-0/+1
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei1-2/+7
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-15block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-6/+6
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-8/+34
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche1-0/+30