summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2012-02-06block: fix ioc locking warningShaohua Li-1/+3
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan-14/+8
2012-01-27sched, block: Unify cache detectionPeter Zijlstra-24/+8
2012-01-19block: fix NULL icq_cache referenceShaohua Li-4/+6
2012-01-19block,cfq: change code orderShaohua Li-3/+4
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe-4/+3
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-821/+847
2012-01-15Revert "block: recursive merge requests"Jens Axboe-12/+4
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini-0/+45
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini-0/+7
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen-0/+5
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen-8/+24
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-17/+28
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-6/+6071
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro-6/+6071
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds-4/+22
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-2/+2
2012-01-03fs: move code out of buffer.cAl Viro-2/+1
2012-01-03separate partition format handling from generic codeAl Viro-523/+542
2012-01-03move fs/partitions to block/Al Viro-1/+6048
2012-01-03make register_disk() staticAl Viro-1/+1
2011-12-29block: fix blk_queue_end_tag()Dan Williams-11/+2
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo-3/+0
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo-2/+9
2011-12-21block: re-use existing 'reading' variable instead of checking direction againmajianpeng-1/+1
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe-0/+1
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li-0/+12
2011-12-16block: recursive merge requestsShaohua Li-4/+12
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li-0/+12
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo-1/+8
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo-132/+110
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo-53/+41
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo-55/+78
2011-12-14block, cfq: move icq cache management to block coreTejun Heo-41/+52
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo-40/+45
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo-19/+12
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo-145/+161
2011-12-14block: remove elevator_queue->opsTejun Heo-43/+41
2011-12-14block: reorder elevator switch sequenceTejun Heo-54/+37
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo-54/+71
2011-12-14block, cfq: kill cic->keyTejun Heo-21/+5
2011-12-14block, cfq: kill ioc_goneTejun Heo-38/+5
2011-12-14block, cfq: remove delayed unlinkTejun Heo-98/+10
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo-66/+146
2011-12-14block, cfq: fix cic lookup lockingTejun Heo-32/+35
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo-59/+76
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo-20/+55
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo-26/+32
2011-12-14block: misc updates to blk_get_queue()Tejun Heo-8/+11
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo-46/+81