summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng-0/+6
2012-03-06block: make blk-throttle preserve the issuing task on delayed biosTejun Heo-0/+4
2012-03-06block: make block cgroup policies follow bio task associationTejun Heo-15/+23
2012-03-06block: implement bio_associate_current()Tejun Heo-10/+30
2012-03-06block: add io_context->active_refTejun Heo-13/+27
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo-28/+26
2012-03-06block: restructure get_request()Tejun Heo-31/+29
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo-73/+12
2012-03-06blkcg: use double locking instead of RCU for blkg synchronizationTejun Heo-99/+51
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo-111/+154
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo-219/+72
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo-54/+49
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo-150/+224
2012-03-06blkcg: make blkg->pd an array and move configuration and stats into itTejun Heo-66/+102
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo-102/+73
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo-111/+209
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo-1/+47
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo-10/+55
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo-20/+32
2012-03-06blkcg: skip blkg printing if q isn't associated with diskVivek Goyal-3/+14
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo-113/+47
2012-03-06blkcg: kill blkio_policy_nodeTejun Heo-410/+59
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo-26/+87
2012-03-06blkcg: factor out blkio_group creationTejun Heo-248/+193
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo-64/+65
2012-03-06blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo-0/+12
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo-71/+70
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo-17/+19
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo-18/+11
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo-5/+84
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo-6/+10
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo-28/+42
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo-20/+17
2012-03-06elevator: clear auxiliary data earlier during elevator switchTejun Heo-45/+45
2012-03-06cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo-3/+4
2012-03-06blkcg: make CONFIG_BLK_CGROUP boolTejun Heo-29/+2
2012-03-06block: blk-throttle should be drained regardless of q->elevatorTejun Heo-12/+15
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka-13/+19
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura-8/+40
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar-177/+101
2012-02-24LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov-7/+4
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo-8/+47
2012-02-15block: simplify ioc_release_fn()Tejun Heo-36/+10
2012-02-15block: replace icq->changed with icq->flagsTejun Heo-10/+32
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo-7/+14
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka-1/+2
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo-21/+13
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo-53/+45
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo-84/+14