summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix use-after-free in seq fileVegard Nossum2016-08-161-0/+1
* mac: validate mac_partition is within sectorKees Cook2016-03-031-3/+7
* SCSI: Fix NULL pointer dereference in runtime PMKen Xue2016-02-251-0/+12
* blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei2015-10-011-7/+18
* blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo2015-08-101-1/+5
* block: fix ext_dev_lock lockdep reportDan Williams2015-06-221-6/+6
* blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo2015-03-061-0/+3
* cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-03-061-2/+7
* cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov2015-03-061-1/+6
* 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
|\ \ \