summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo
2012-03-06blkcg: make blkg->pd an array and move configuration and stats into itTejun Heo
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo
2012-03-06blkcg: skip blkg printing if q isn't associated with diskVivek Goyal
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo
2012-03-06blkcg: kill blkio_policy_nodeTejun Heo
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo
2012-03-06blkcg: factor out blkio_group creationTejun Heo
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo
2012-03-06blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo
2012-03-06elevator: clear auxiliary data earlier during elevator switchTejun Heo
2012-03-06cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo
2012-03-06blkcg: make CONFIG_BLK_CGROUP boolTejun Heo
2012-03-06block: blk-throttle should be drained regardless of q->elevatorTejun Heo
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo
2012-02-15block: simplify ioc_release_fn()Tejun Heo
2012-02-15block: replace icq->changed with icq->flagsTejun Heo
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-02-06block: fix ioc locking warningShaohua Li
2012-01-19block: fix NULL icq_cache referenceShaohua Li
2012-01-19block,cfq: change code orderShaohua Li
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-15Revert "block: recursive merge requests"Jens Axboe
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds