aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-06-23block: fix ext_dev_lock lockdep reportDan Williams
2015-03-05blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo
2015-03-01cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer
2015-03-01cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov
2015-01-26genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2014-11-13scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-11-13block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-10-13partitions: aix.c: off by one bugDan Carpenter
2014-10-13genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe
2014-10-13block: Fix dev_t minor allocation lifetimeKeith Busch
2014-10-13cfq-iosched: Fix wrong children_weight calculationToshiaki Makita
2014-09-17blkcg: don't call into policy draining if root_blkg is already goneTejun Heo
2014-07-30blkcg: don't call into policy draining if root_blkg is already goneTejun Heo
2014-07-30block: don't assume last put of shared tags is for the hostChristoph Hellwig
2014-07-30block: provide compat ioctl for BLKZEROOUTMikulas Patocka
2014-07-18blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo
2014-05-29blktrace: fix accounting of partially completed requestsRoman Pen
2014-02-22block: add cond_resched() to potentially long running ioctl discard loopJens Axboe
2014-02-22block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo
2013-12-11Update of blkg_stat and blkg_rwstat may happen in bh context. While u64_stats...Hong Zhiguo
2013-12-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama
2013-12-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama
2013-12-04blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka
2013-11-29block: properly stack underlying max_segment_size to DM deviceMike Snitzer
2013-11-29block: fix race between request completion and timeout handlingJeff Moyer
2013-10-16block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson
2013-09-30block: change config option name for cmdline partition parsingPaul Gortmaker
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov
2013-09-18If the queue is dying then we only call the rq->end_io callout.Mike Christie
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso
2013-09-11partitions/efi: delete annoying emacs style commentsDavidlohr Bueso
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers
2013-09-11block: support embedded device command line partitionCai Zhiyong
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-11blkcg: relocate root_blkg setting and clearingTejun Heo
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2013-09-11block: trace all devices plug operationJianpeng Ma
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke