summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-171-1/+4
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-02-201-1/+1
* block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-12-291-0/+10
* block: break discard submissions into the user defined sizeJens Axboe2018-12-291-3/+9
* elevator: lookup mq vs non-mq elevatorsJens Axboe2018-12-211-23/+21
* SCSI: fix queue cleanup race before queue initialization is doneMing Lei2018-11-211-3/+2
* block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-11-131-3/+10
* blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-10-131-2/+2
* blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei2018-09-261-2/+6
* blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei2018-09-261-1/+2
* block: allow max_discard_segments to be stackedMike Snitzer2018-09-261-1/+1
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-09-191-2/+3
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-09-191-2/+6
* blk-mq: fix updating tags depthMing Lei2018-09-191-4/+4
* block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-191-2/+2
* cfq: Suppress compiler warnings about comparisonsBart Van Assche2018-09-151-10/+12
* block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-09-151-1/+1
* block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-09-091-1/+2
* block: really disable runtime-pm for blk-mqMing Lei2018-09-091-2/+4
* block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin2018-09-091-0/+1
* block: sed-opal: Fix a couple off by one bugsDan Carpenter2018-08-241-2/+2
* block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente2018-08-171-19/+31
* block: reset bi_iter.bi_done after splitting bioGreg Edwards2018-08-031-0/+1
* block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck2018-08-031-10/+8
* block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini2018-08-031-2/+0
* block: do not use interruptible wait anywhereAlan Jenkins2018-07-221-6/+3
* block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov2018-07-111-10/+35
* block: factor out __blkdev_issue_zero_pages()Ilya Dryomov2018-07-111-26/+37
* block: Fix cloning of requests with a special payloadBart Van Assche2018-07-031-0/+4
* blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-261-2/+1
* blk-mq: fix sysfs inflight counterOmar Sandoval2018-06-214-5/+40
* blkcg: init root blkcg_gq under lockJiang Biao2018-06-211-6/+11
* blkcg: don't hold blkcg lock when deactivating policyJiang Biao2018-06-211-5/+0
* blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-06-161-2/+6
* block: display the correct diskname for bioJiufei Xue2018-05-301-0/+6
* bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe2018-05-011-1/+9
* blk-mq: fix discard merge with scheduler attachedJens Axboe2018-04-262-3/+28
* blk-mq-debugfs: don't allow write on attributes with seq_operations setEryu Guan2018-04-261-1/+5
* block: Set BIO_TRACE_COMPLETION on new bio during splitGoldwyn Rodrigues2018-04-261-1/+1
* blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei2018-04-261-2/+20
* blk-mq: don't keep offline CPUs mapped to hctx 0Ming Lei2018-04-191-5/+0
* block, bfq: put async queues for root bfq groups tooPaolo Valente2018-04-121-2/+5
* blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei2018-04-121-1/+2
* blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei2018-04-121-0/+4
* blk-mq: avoid to map CPU into stale hw queueMing Lei2018-04-121-2/+20
* Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka2018-04-081-2/+2
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-04-081-1/+3
* blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei2018-03-081-1/+3
* block: kyber: fix domain token leak during requeueMing Lei2018-03-081-0/+1
* block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue2018-03-081-1/+1