summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | blkcg: let blkcg core handle policy private data allocationTejun Heo2012-03-064-111/+209
| * | | blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo2012-03-061-1/+47
| * | | blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-066-10/+55
| * | | blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo2012-03-064-20/+32
| * | | blkcg: skip blkg printing if q isn't associated with diskVivek Goyal2012-03-061-3/+14
| * | | blkcg: kill the mind-bending blkg->devTejun Heo2012-03-064-113/+47Star
| * | | blkcg: kill blkio_policy_nodeTejun Heo2012-03-062-410/+59Star
| * | | blkcg: don't allow or retain configuration of missing devicesTejun Heo2012-03-064-26/+87
| * | | blkcg: factor out blkio_group creationTejun Heo2012-03-065-248/+193Star
| * | | blkcg: use the usual get blkg path for root blkio_groupTejun Heo2012-03-063-64/+65
| * | | blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo2012-03-062-0/+12
| * | | blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo2012-03-065-71/+70Star
| * | | blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo2012-03-062-17/+19
| * | | blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo2012-03-062-18/+11Star
| * | | blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-065-5/+84
| * | | block: extend queue bypassing to cover blkcg policiesTejun Heo2012-03-062-6/+10
| * | | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-063-28/+42
| * | | elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-064-20/+17Star
| * | | elevator: clear auxiliary data earlier during elevator switchTejun Heo2012-03-061-45/+45
| * | | cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo2012-03-061-3/+4
| * | | blkcg: make CONFIG_BLK_CGROUP boolTejun Heo2012-03-063-29/+2Star
| * | | block: blk-throttle should be drained regardless of q->elevatorTejun Heo2012-03-061-12/+15
* | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-231-28/+17Star
|\ \ \ \ | | |/ / | |/| |
| * | | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-7/+2Star
| * | | cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-22/+16Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-05-211-1/+1
|\ \ \ \
| * | | | s390/dasd: re-prioritize partition detection messageStefan Haberland2012-05-161-1/+1
| | |_|/ | |/| |
* / | | block: fix buffer overflow when printing partition UUIDsTejun Heo2012-05-151-4/+6
|/ / /
* | | Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-143-5/+12
|\ \ \ | |/ / |/| |
| * | block: make auto block plug flush threshold per-disk basedShaohua Li2012-04-061-1/+2
| * | block: Make cfq_target_latency tunable through sysfs.Tao Ma2012-04-011-2/+8
| * | block: use lockdep_assert_held for queue lockingAndi Kleen2012-03-301-1/+1
| * | block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter2012-03-231-1/+1
* | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-211-14/+8Star
|\ \ \
| * | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-14/+8Star
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-202-24/+8Star
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-019-177/+101Star
| |\ \ \
| * | | | sched, block: Unify cache detectionPeter Zijlstra2012-01-272-24/+8Star
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-03-154-79/+158
|\ \ \ \ | |_|/ / |/| | |
| * | | block: fix ioc leak in put_io_contextXiaotian Feng2012-03-141-0/+6
| | |/ | |/|
| * | Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-021-5/+5
| * | block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka2012-03-021-13/+19
| * | block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-021-8/+40
| * | block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo2012-02-151-8/+47
| * | block: simplify ioc_release_fn()Tejun Heo2012-02-151-36/+10Star
| * | block: replace icq->changed with icq->flagsTejun Heo2012-02-152-10/+32
* | | LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov2012-02-241-7/+4Star
|/ /
* | block: fix lockdep warning on io_context release put_io_context()Tejun Heo2012-02-111-7/+14
* | bsg: fix sysfs link remove warningStanislaw Gruszka2012-02-081-1/+2
* | block: don't call elevator callbacks for plug mergesTejun Heo2012-02-082-21/+13Star