summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2015-01-161-2/+9
* blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe2015-01-161-1/+1
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-11-141-2/+1
* block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-11-141-2/+2
* partitions: aix.c: off by one bugDan Carpenter2014-10-051-1/+1
* genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe2014-10-051-2/+0
* block: Fix dev_t minor allocation lifetimeKeith Busch2014-10-052-11/+15
* cfq-iosched: Fix wrong children_weight calculationToshiaki Makita2014-10-051-3/+8
* blkcg: don't call into policy draining if root_blkg is already goneTejun Heo2014-07-311-0/+7
* block: don't assume last put of shared tags is for the hostChristoph Hellwig2014-07-311-26/+7
* block: provide compat ioctl for BLKZEROOUTMikulas Patocka2014-07-311-0/+1
* blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2014-07-092-15/+9
* blktrace: fix accounting of partially completed requestsRoman Pen2014-05-311-1/+1
* block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones2014-03-201-2/+6
* block: change flush sequence list addition back to front addMike Snitzer2014-03-081-4/+7
* block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer2014-03-081-11/+6
* blk-mq: add REQ_SYNC earlyShaohua Li2014-03-071-0/+2
* rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith2014-03-031-7/+7
* blk-mq: support partial I/O completionsChristoph Hellwig2014-02-211-32/+5
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-02-214-47/+13
* blk-mq: remove blk_mq_alloc_rqChristoph Hellwig2014-02-211-8/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-1411-158/+219
|\
| * block: add cond_resched() to potentially long running ioctl discard loopJens Axboe2014-02-121-0/+8
| * blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig2014-02-111-23/+26
| * blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig2014-02-111-1/+1
| * block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida2014-02-101-1/+1
| * blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-105-105/+72
| * blk-mq: rework I/O completionsChristoph Hellwig2014-02-103-24/+33
| * block: Explicitly handle discard/write same segmentsKent Overstreet2014-02-071-29/+62
| * blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger2014-02-071-0/+5
| * blk-mq: initialize sg_reserved_sizeChristoph Hellwig2014-02-071-0/+2
| * blk-mq: handle dma_drain_sizeChristoph Hellwig2014-02-071-0/+10
| * blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig2014-02-071-0/+5
| * blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-072-8/+11
| * block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo2014-01-301-1/+1
| * blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-302-19/+35
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-2/+4
|\ \ | |/ |/|
| * percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-2/+4
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-0/+4
|\ \
| * | bcache/md: Use raid stripe sizeKent Overstreet2014-01-081-0/+4
* | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3015-214/+181
|\ \ \
| * | | block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton2014-01-281-5/+1
| * | | block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer2014-01-211-2/+4
| * | | block: remove unrelated header files and export symbolCaiZhiyong2014-01-211-7/+11
| * | | blk-mq: uses page->list incorrectlyDave Hansen2014-01-081-3/+3
| * | | blk-mq: use __smp_call_function_single directlyChristoph Hellwig2014-01-083-89/+11
| |/ /
| * | blk-mq: fix initializing request's start timeMing Lei2014-01-031-0/+2
| * | block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-313-1/+2
| * | block: blk-mq: make blk_sync_queue support mqMing Lei2013-12-312-2/+10
| * | block: blk-mq: support draining mq queueMing Lei2013-12-314-18/+40