aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-5/+12
2012-04-06block: make auto block plug flush threshold per-disk basedGravatar Shaohua Li 1-1/+2
2012-04-01block: Make cfq_target_latency tunable through sysfs.Gravatar Tao Ma 1-2/+8
2012-03-30block: use lockdep_assert_held for queue lockingGravatar Andi Kleen 1-1/+1
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELGravatar Dan Carpenter 1-1/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-14/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-24/+8
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-79/+158
2012-03-14block: fix ioc leak in put_io_contextGravatar Xiaotian Feng 1-0/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingGravatar Alan Stern 1-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionGravatar Stanislaw Gruszka 1-13/+19
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskGravatar Jun'ichi Nomura 1-8/+40
2012-03-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 9-177/+101
2012-02-24LDM: Fix reassembly of extended VBLKs.Gravatar Anton Altaparmakov 1-7/+4
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Gravatar Tejun Heo 1-8/+47
2012-02-15block: simplify ioc_release_fn()Gravatar Tejun Heo 1-36/+10
2012-02-15block: replace icq->changed with icq->flagsGravatar Tejun Heo 2-10/+32
2012-02-11block: fix lockdep warning on io_context release put_io_context()Gravatar Tejun Heo 1-7/+14
2012-02-08bsg: fix sysfs link remove warningGravatar Stanislaw Gruszka 1-1/+2
2012-02-08block: don't call elevator callbacks for plug mergesGravatar Tejun Heo 2-21/+13
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Gravatar Tejun Heo 4-53/+45
2012-02-07block: strip out locking optimization in put_io_context()Gravatar Tejun Heo 4-84/+14
2012-02-06block: fix ioc locking warningGravatar Shaohua Li 1-1/+3
2012-02-02cgroup: remove cgroup_subsys argument from callbacksGravatar Li Zefan 1-14/+8
2012-01-27sched, block: Unify cache detectionGravatar Peter Zijlstra 2-24/+8
2012-01-19block: fix NULL icq_cache referenceGravatar Shaohua Li 1-4/+6
2012-01-19block,cfq: change code orderGravatar Shaohua Li 1-3/+4
2012-01-17cfq-iosched: fix use-after-free of cfqqGravatar Jens Axboe 1-4/+3
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-821/+847
2012-01-15Revert "block: recursive merge requests"Gravatar Jens Axboe 1-12/+4
2012-01-14block: fail SCSI passthrough ioctls on partition devicesGravatar Paolo Bonzini 1-0/+45
2012-01-14block: add and use scsi_blk_cmd_ioctlGravatar Paolo Bonzini 1-0/+7
2012-01-11block: Add BLKROTATIONAL ioctlGravatar Martin K. Petersen 2-0/+5
2012-01-11block: Introduce blk_set_stacking_limits functionGravatar Martin K. Petersen 1-8/+24
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-17/+28
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 38-6/+6071
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZGravatar Al Viro 38-6/+6071
2012-01-05vfs: fix up ENOIOCTLCMD error handlingGravatar Linus Torvalds 1-4/+22
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 2-2/+2
2012-01-03fs: move code out of buffer.cGravatar Al Viro 2-2/+1
2012-01-03separate partition format handling from generic codeGravatar Al Viro 4-523/+542
2012-01-03move fs/partitions to block/Gravatar Al Viro 34-1/+6048
2012-01-03make register_disk() staticGravatar Al Viro 1-1/+1
2011-12-29block: fix blk_queue_end_tag()Gravatar Dan Williams 1-11/+2
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Gravatar Tejun Heo 1-3/+0
2011-12-25block: an exiting task should be allowed to create io_contextGravatar Tejun Heo 1-2/+9
2011-12-21block: re-use existing 'reading' variable instead of checking direction againGravatar majianpeng 1-1/+1
2011-12-19block: ioc_cgroup_changed() needs to be exportedGravatar Jens Axboe 1-0/+1
2011-12-16block, cfq: fix empty queue crash caused by request mergeGravatar Shaohua Li 1-0/+12
2011-12-16block: recursive merge requestsGravatar Shaohua Li 1-4/+12