summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* SCSI: Fix NULL pointer dereference in runtime PMKen Xue2016-02-241-0/+12
* block: Always check queue limits for cloned requestsHannes Reinecke2016-01-111-14/+7
* blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo2015-08-191-1/+5
* block: fix ext_dev_lock lockdep reportDan Williams2015-06-231-6/+6
* blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo2015-03-051-0/+3
* cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-03-011-2/+7
* cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov2015-03-011-1/+6
* genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2015-01-261-2/+9
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-11-131-2/+1
* block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-11-131-2/+2
* partitions: aix.c: off by one bugDan Carpenter2014-10-131-1/+1
* genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe2014-10-131-2/+0
* block: Fix dev_t minor allocation lifetimeKeith Busch2014-10-132-11/+15
* cfq-iosched: Fix wrong children_weight calculationToshiaki Makita2014-10-131-3/+8
* blkcg: don't call into policy draining if root_blkg is already goneTejun Heo2014-09-171-0/+7
* blkcg: don't call into policy draining if root_blkg is already goneTejun Heo2014-07-301-0/+7
* block: don't assume last put of shared tags is for the hostChristoph Hellwig2014-07-301-26/+7
* block: provide compat ioctl for BLKZEROOUTMikulas Patocka2014-07-301-0/+1
* blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2014-07-182-15/+9
* blktrace: fix accounting of partially completed requestsRoman Pen2014-05-291-1/+1
* block: add cond_resched() to potentially long running ioctl discard loopJens Axboe2014-02-221-0/+8
* block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo2014-02-221-1/+1
* Update of blkg_stat and blkg_rwstat may happen in bh context. While u64_stats...Hong Zhiguo2013-12-111-4/+4
* elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama2013-12-081-2/+14
* elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-12-082-1/+15
* blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka2013-12-041-1/+3
* block: properly stack underlying max_segment_size to DM deviceMike Snitzer2013-11-291-0/+1
* block: fix race between request completion and timeout handlingJeff Moyer2013-11-292-2/+2
* block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-161-1/+6
* block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-304-9/+14
* Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-09-227-22/+24
|\
| * cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov2013-09-221-1/+1
| * If the queue is dying then we only call the rq->end_io callout.Mike Christie2013-09-181-2/+2
| * blkcg: relocate root_blkg setting and clearingTejun Heo2013-09-111-10/+15
| * block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-114-5/+4
| * block: trace all devices plug operationJianpeng Ma2013-09-111-4/+2
* | partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-151-2/+6
* | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-1/+1
* | block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-111-26/+19
* | partitions/efi: some style cleanupsDavidlohr Bueso2013-09-111-11/+8
* | partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-111-19/+0
* | partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-111-1/+6
* | partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-111-3/+18
* | partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-112-21/+56
* | partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-111-3/+0
* | partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-111-4/+13
* | partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-112-6/+19
* | kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-1/+1
* | block: support embedded device command line partitionCai Zhiyong2013-09-118-0/+370
* | block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1