summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-10-26mac: validate mac_partition is within sectorKees Cook1-3/+7
2015-09-18block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-04-14genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2015-02-02scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2015-02-02block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-12-01genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe1-2/+0
2014-12-01block: Fix dev_t minor allocation lifetimeKeith Busch2-10/+10
2014-07-31block: don't assume last put of shared tags is for the hostChristoph Hellwig1-26/+7
2014-05-18blktrace: fix accounting of partially completed requestsRoman Pen1-1/+1
2014-03-12block: Don't access request after it might be freedRoland Dreier1-1/+11
2014-02-22block: add cond_resched() to potentially long running ioctl discard loopJens Axboe1-0/+8
2013-12-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-12-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
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-07-13block: do not pass disk names as format stringsKees Cook1-1/+1
2013-04-12block: avoid using uninitialized value in from queue_var_storeArnd Bergmann1-0/+2
2013-03-04block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-03-04block: fix ext_devt_idr handlingTomas Henzl2-2/+6
2012-12-03scsi: Silence unnecessary warnings about ioctl to partitionJan Kara1-1/+4
2012-10-21block: fix request_queue->flags initializationTejun Heo1-1/+1
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo1-4/+6
2012-04-14Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+12
2012-04-06block: make auto block plug flush threshold per-disk basedShaohua Li1-1/+2
2012-04-02block: Make cfq_target_latency tunable through sysfs.Tao Ma1-2/+8
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen1-1/+1
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter1-1/+1
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-14/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-24/+8
2012-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-79/+158
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng1-0/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka1-13/+19
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-8/+40
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar9-177/+101
2012-02-24LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov1-7/+4
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo1-8/+47
2012-02-15block: simplify ioc_release_fn()Tejun Heo1-36/+10
2012-02-15block: replace icq->changed with icq->flagsTejun Heo2-10/+32
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo1-7/+14
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo2-21/+13
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo4-53/+45
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo4-84/+14
2012-02-06block: fix ioc locking warningShaohua Li1-1/+3
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-14/+8
2012-01-27sched, block: Unify cache detectionPeter Zijlstra2-24/+8
2012-01-19block: fix NULL icq_cache referenceShaohua Li1-4/+6
2012-01-19block,cfq: change code orderShaohua Li1-3/+4
2012-01-18cfq-iosched: fix use-after-free of cfqqJens Axboe1-4/+3