aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo4-102/+73
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo4-111/+209
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo1-1/+47
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo6-10/+55
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo4-20/+32
2012-03-06blkcg: skip blkg printing if q isn't associated with diskVivek Goyal1-3/+14
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo4-113/+47
2012-03-06blkcg: kill blkio_policy_nodeTejun Heo2-410/+59
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo4-26/+87
2012-03-06blkcg: factor out blkio_group creationTejun Heo5-248/+193
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo3-64/+65
2012-03-06blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo2-0/+12
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo5-71/+70
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo2-17/+19
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo2-18/+11
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo5-5/+84
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo2-6/+10
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo3-28/+42
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo4-20/+17
2012-03-06elevator: clear auxiliary data earlier during elevator switchTejun Heo1-45/+45
2012-03-06cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo1-3/+4
2012-03-06blkcg: make CONFIG_BLK_CGROUP boolTejun Heo3-29/+2
2012-03-06block: blk-throttle should be drained regardless of q->elevatorTejun Heo1-12/+15
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-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 functionsTejun 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-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/cgroupLinus Torvalds1-17/+28
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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