aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-03-13Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-03-06blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo
2015-03-06cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer
2015-03-06cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov
2015-01-16Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2015-01-16genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2015-01-16blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe
2014-11-14Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-11-14scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-11-14block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-10-06Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-10-05partitions: aix.c: off by one bugDan Carpenter
2014-10-05genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe
2014-10-05block: Fix dev_t minor allocation lifetimeKeith Busch
2014-10-05cfq-iosched: Fix wrong children_weight calculationToshiaki Makita
2014-08-01Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-07-31blkcg: don't call into policy draining if root_blkg is already goneTejun Heo
2014-07-31block: don't assume last put of shared tags is for the hostChristoph Hellwig
2014-07-31block: provide compat ioctl for BLKZEROOUTMikulas Patocka
2014-07-10Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2014-07-09blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo
2014-06-13Merge remote-tracking branch 'lsk/v3.14/topic/aosp' into linux-linaro-lsk-v3....Mark Brown
2014-06-13Merge tag 'v3.14' into linaro-android-3.14-lskJohn Stultz
2014-05-31blktrace: fix accounting of partially completed requestsRoman Pen
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones
2014-03-19block: genhd: Add disk/partition specific uevent callbacks for partition infoSan Mehat
2014-03-08block: change flush sequence list addition back to front addMike Snitzer
2014-03-08block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer
2014-03-07blk-mq: add REQ_SYNC earlyShaohua Li
2014-03-03rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith
2014-02-21blk-mq: support partial I/O completionsChristoph Hellwig
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig
2014-02-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe
2014-02-11blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig
2014-02-11blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig
2014-02-10block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig
2014-02-07block: Explicitly handle discard/write same segmentsKent Overstreet
2014-02-07blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger
2014-02-07blk-mq: initialize sg_reserved_sizeChristoph Hellwig
2014-02-07blk-mq: handle dma_drain_sizeChristoph Hellwig
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds