aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+0
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei1-0/+3
2018-10-25block: add a report_zones methodChristoph Hellwig1-1/+0
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou1-0/+1
2018-10-14block: remove bogus check for queue_lock assignmentJens Axboe1-2/+1
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-3/+1
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche1-29/+8
2018-09-26block: Schedule runtime resume earlierBart Van Assche1-1/+2
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche1-0/+1
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche1-17/+18
2018-09-26block: Move power management code into a new source fileBart Van Assche1-195/+1
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-3/+1
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka1-1/+4
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2018-08-17block: remove duplicate initializationChaitanya Kulkarni1-1/+0
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-45/+61
2018-08-14block: don't warn for flush on read-only deviceJens Axboe1-1/+3
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche1-24/+30
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds1-2/+3
2018-08-02block: really disable runtime-pm for blk-mqMing Lei1-2/+4
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-6/+6
2018-07-09block: Add default switch case to blk_pm_allow_request() to kill warningGeert Uytterhoeven1-2/+2
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik1-5/+4
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-6/+6
2018-07-09block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche1-0/+4
2018-07-09blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei1-2/+6
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