summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-10-25cfq: fix starvation of asynchronous writesGlauber Costa1-3/+10
2016-08-19block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-03-03mac: validate mac_partition is within sectorKees Cook1-3/+7
2016-02-24SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2016-01-11block: Always check queue limits for cloned requestsHannes Reinecke1-14/+7
2015-08-19blkcg: 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-05blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-03-02cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-03-02cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-01-26genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2014-11-13scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2014-11-13block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-10-13partitions: aix.c: off by one bugDan Carpenter1-1/+1
2014-10-13genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe1-2/+0
2014-10-13block: Fix dev_t minor allocation lifetimeKeith Busch2-11/+15
2014-10-13cfq-iosched: Fix wrong children_weight calculationToshiaki Makita1-3/+8
2014-09-18blkcg: don't call into policy draining if root_blkg is already goneTejun Heo1-0/+7
2014-07-30blkcg: don't call into policy draining if root_blkg is already goneTejun Heo1-0/+7
2014-07-30block: don't assume last put of shared tags is for the hostChristoph Hellwig1-26/+7
2014-07-30block: provide compat ioctl for BLKZEROOUTMikulas Patocka1-0/+1
2014-07-18blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2-15/+9
2014-05-29blktrace: fix accounting of partially completed requestsRoman Pen1-1/+1
2014-02-23block: add cond_resched() to potentially long running ioctl discard loopJens Axboe1-0/+8
2014-02-23block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo1-1/+1
2013-12-12Update of blkg_stat and blkg_rwstat may happen in bh context. While u64_stats...Hong Zhiguo1-4/+4
2013-12-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
2013-12-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2-1/+15
2013-12-04blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-11-29block: properly stack underlying max_segment_size to DM deviceMike Snitzer1-0/+1
2013-11-29block: fix race between request completion and timeout handlingJeff Moyer2-2/+2
2013-10-17block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson1-1/+6
2013-10-01block: change config option name for cmdline partition parsingPaul Gortmaker4-9/+14
2013-09-23Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-22/+24
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov1-1/+1
2013-09-18If the queue is dying then we only call the rq->end_io callout.Mike Christie1-2/+2
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso1-2/+6
2013-09-12lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-12block/partitions/efi.c: consistently use pr_foo()Andrew Morton1-26/+19
2013-09-12partitions/efi: some style cleanupsDavidlohr Bueso1-11/+8
2013-09-12partitions/efi: delete annoying emacs style commentsDavidlohr Bueso1-19/+0
2013-09-12partitions/efi: compare first and last usable LBAsDavidlohr Bueso1-1/+6
2013-09-12partitions/efi: account for pmbr size in lbaDavidlohr Bueso1-3/+18
2013-09-12partitions/efi: detect hybrid MBRsDavidlohr Bueso2-21/+56
2013-09-12partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso1-3/+0
2013-09-12partitions/efi: check pmbr record's starting lbaDavidlohr Bueso1-4/+13
2013-09-12partitions/efi: use lba-aware partition recordsDavidlohr Bueso2-6/+19
2013-09-12kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-1/+1
2013-09-12block: support embedded device command line partitionCai Zhiyong8-0/+370
2013-09-12block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1