summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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-13Merge 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-01block: 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-20Merge 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-14Merge 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-17cfq-iosched: fix use-after-free of cfqqJens Axboe1-4/+3
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds16-821/+847
2012-01-15Revert "block: recursive merge requests"Jens Axboe1-12/+4
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+45
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+7
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen2-0/+5
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-8/+24
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-17/+28
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds38-6/+6071
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro38-6/+6071
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-4/+22
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2012-01-03fs: move code out of buffer.cAl Viro2-2/+1
2012-01-03separate partition format handling from generic codeAl Viro4-523/+542
2012-01-03move fs/partitions to block/Al Viro34-1/+6048
2012-01-03make register_disk() staticAl Viro1-1/+1
2011-12-29block: fix blk_queue_end_tag()Dan Williams1-11/+2