aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2019-05-23block: pass no-op callback to INIT_WORK().Tetsuo Handa
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-09-26blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei
2018-09-19block: don't warn when doing fsync on read-only devicesMikulas Patocka
2018-09-15block: don't warn for flush on read-only deviceJens Axboe
2018-09-09block: Introduce blk_exit_queue()Bart Van Assche
2018-09-09block: really disable runtime-pm for blk-mqMing Lei
2018-09-09block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche
2018-06-07block: always set partition number to '0' in blk_partition_remap()Hannes Reinecke
2018-06-02block: don't use blocking queue entered for recursive bio submitsJens Axboe
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-29blk-mq: Remove generation seqeunceKeith Busch
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-14block: fix __get_request documentationChristoph Hellwig
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval
2018-05-07block: Shorten interrupt disabled regionsThomas Gleixner
2018-05-07block: Remove redundant WARN_ON()Anna-Maria Gleixner
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang
2018-04-14block: do not use interruptible wait anywhereAlan Jenkins
2018-04-10blk-mq: Avoid that submitting a bio concurrently with device removal triggers...Bart Van Assche
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche
2018-03-17block: bio_check_eod() needs to consider partitionsChristoph Hellwig
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche
2018-03-01block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-06block: Add should_fail_bio() for bpf error injectionHoward McLauchlan
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche
2018-01-18block: fail op_is_write() requests to read-only partitionsIlya Dryomov
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe