aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3
2018-08-17block: remove duplicate initializationGravatar Chaitanya Kulkarni 1-1/+0
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-45/+61
2018-08-14block: don't warn for flush on read-only deviceGravatar Jens Axboe 1-1/+3
2018-08-09block: Introduce blk_exit_queue()Gravatar Bart Van Assche 1-24/+30
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Gravatar Linus Torvalds 1-2/+3
2018-08-02block: really disable runtime-pm for blk-mqGravatar Ming Lei 1-2/+4
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail caseGravatar xiao jin 1-0/+1
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 1-6/+6
2018-07-09block: Add default switch case to blk_pm_allow_request() to kill warningGravatar Geert Uytterhoeven 1-2/+2
2018-07-09block: remove external dependency on wbt_flagsGravatar Josef Bacik 1-5/+4
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtGravatar Josef Bacik 1-6/+6
2018-07-09block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsGravatar Bart Van Assche 1-0/+4
2018-07-09blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Gravatar Ming Lei 1-2/+6
2018-06-28block: Fix cloning of requests with a special payloadGravatar Bart Van Assche 1-0/+4
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Gravatar Bart Van Assche 1-7/+1
2018-06-07block: always set partition number to '0' in blk_partition_remap()Gravatar Hannes Reinecke 1-1/+1
2018-06-02block: don't use blocking queue entered for recursive bio submitsGravatar Jens Axboe 1-1/+3
2018-06-01block: move sysfs_lock into elevator_initGravatar Christoph Hellwig 1-9/+1
2018-06-01block: remove the always unused name argument to elevator_initGravatar Christoph Hellwig 1-1/+1
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeGravatar Christoph Hellwig 1-0/+5
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-3/+4
2018-05-29blk-mq: Remove generation seqeunceGravatar Keith Busch 1-6/+0
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Gravatar Kent Overstreet 1-1/+7
2018-05-14block: Use bioset_init() for fs_bio_setGravatar Kent Overstreet 1-1/+1
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMGravatar Christoph Hellwig 1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestGravatar Christoph Hellwig 1-7/+7
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-11/+3
2018-05-14block: fix __get_request documentationGravatar Christoph Hellwig 1-1/+1
2018-05-09block: consolidate struct request timestamp fieldsGravatar Omar Sandoval 1-9/+8
2018-05-09block: get rid of struct blk_issue_statGravatar Omar Sandoval 1-1/+4
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtGravatar Omar Sandoval 1-5/+5
2018-05-07block: Shorten interrupt disabled regionsGravatar Thomas Gleixner 1-10/+2
2018-05-07block: Remove redundant WARN_ON()Gravatar Anna-Maria Gleixner 1-1/+0
2018-04-16blk-mq: start request gstate with gen 1Gravatar Jianchao Wang 1-0/+4
2018-04-14block: do not use interruptible wait anywhereGravatar Alan Jenkins 1-7/+4
2018-04-10blk-mq: Avoid that submitting a bio concurrently with device removal triggers...Gravatar Bart Van Assche 1-6/+29
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-82/+168
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Gravatar Bart Van Assche 1-2/+2
2018-03-17block: bio_check_eod() needs to consider partitionsGravatar Christoph Hellwig 1-53/+40
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Gravatar Bart Van Assche 1-16/+75
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseGravatar Bart Van Assche 1-1/+1
2018-03-01block: fix the count of PGPGOUT for WRITE_SAMEGravatar Jiufei Xue 1-1/+1
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerGravatar Bart Van Assche 1-0/+31
2018-02-28block: Fix a race between the cgroup code and request queue initializationGravatar Bart Van Assche 1-8/+16
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Gravatar Bart Van Assche 1-3/+4
2018-02-06block: Add should_fail_bio() for bpf error injectionGravatar Howard McLauchlan 1-1/+10
2018-02-01blk-mq: fix discard merge with scheduler attachedGravatar Jens Axboe 1-0/+2
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEGravatar Ming Lei 1-0/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-35/+52