summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-03-04mac: validate mac_partition is within sectorKees Cook1-3/+7
2016-02-25SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-10-01blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei1-7/+18
2015-08-10blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo1-1/+5
2015-06-23block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-03-07blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-03-07cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-03-07cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-01-16genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2015-01-16blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe1-1/+1
2014-11-14scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2014-11-14block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-10-06partitions: aix.c: off by one bugDan Carpenter1-1/+1
2014-10-06genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe1-2/+0
2014-10-06block: Fix dev_t minor allocation lifetimeKeith Busch2-11/+15
2014-10-06cfq-iosched: Fix wrong children_weight calculationToshiaki Makita1-3/+8
2014-07-31blkcg: don't call into policy draining if root_blkg is already goneTejun Heo1-0/+7
2014-07-31block: don't assume last put of shared tags is for the hostChristoph Hellwig1-26/+7
2014-07-31block: provide compat ioctl for BLKZEROOUTMikulas Patocka1-0/+1
2014-07-09blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2-15/+9
2014-06-01blktrace: fix accounting of partially completed requestsRoman Pen1-1/+1
2014-03-21block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones1-2/+6
2014-03-09block: change flush sequence list addition back to front addMike Snitzer1-4/+7
2014-03-09block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer1-11/+6
2014-03-07blk-mq: add REQ_SYNC earlyShaohua Li1-0/+2
2014-03-03rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith1-7/+7
2014-02-21blk-mq: support partial I/O completionsChristoph Hellwig1-32/+5
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig4-47/+13
2014-02-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig1-8/+2
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-158/+219
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe1-0/+8
2014-02-11blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig1-23/+26
2014-02-11blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig1-1/+1
2014-02-10block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida1-1/+1
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig5-105/+72
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig3-24/+33
2014-02-08block: Explicitly handle discard/write same segmentsKent Overstreet1-29/+62
2014-02-08blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger1-0/+5
2014-02-07blk-mq: initialize sg_reserved_sizeChristoph Hellwig1-0/+2
2014-02-07blk-mq: handle dma_drain_sizeChristoph Hellwig1-0/+10
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig1-0/+5
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2-8/+11
2014-02-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-2/+4
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo1-1/+1
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li2-19/+35
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds15-214/+181
2014-01-28block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton1-5/+1
2014-01-24percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-2/+4
2014-01-22block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer1-2/+4