summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2019-02-05block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu
2019-01-14block: mq-deadline: Fix write completion handlingDamien Le Moal
2019-01-14block: deactivate blk_stat timer in wbt_disable_default()Ming Lei
2018-12-04block: Clear kernel memory before copying to userKeith Busch
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-11-13block, bfq: correctly charge and reset entity service in all casesPaolo Valente
2018-11-13block: make sure writesame bio is aligned with logical block sizeMing Lei
2018-11-13block: make sure discard bio is aligned with logical block sizeMing Lei
2018-11-13block: don't deal with discard limit in blkdev_issue_discard()Ming Lei
2018-11-13block: setup bounce bio_sets properlyJens Axboe
2018-10-13blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov
2018-10-10Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)
2018-10-03block: fix deadline elevator drain for zoned block devicesDamien Le Moal
2018-09-26blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei
2018-09-26blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei
2018-09-26block: allow max_discard_segments to be stackedMike Snitzer
2018-09-19partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira
2018-09-19partitions/aix: append null character to print data from diskMauricio Faria de Oliveira
2018-09-19blk-mq: fix updating tags depthMing Lei
2018-09-19block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov
2018-09-19block: don't warn when doing fsync on read-only devicesMikulas Patocka
2018-09-15cfq: Suppress compiler warnings about comparisonsBart Van Assche
2018-09-15blk-mq: count the hctx as active before allocating tagJianchao Wang
2018-09-15block: bvec_nr_vecs() returns value for wrong slabGreg Edwards
2018-09-15block: don't warn for flush on read-only deviceJens Axboe
2018-09-09block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero
2018-09-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche
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-09-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterMing Lei
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck
2018-07-24blk-mq: export setting request completion stateKeith Busch
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche
2018-06-20block: sed-opal: Fix a couple off by one bugsDan Carpenter
2018-06-20blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig