aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-03separate partition format handling from generic codeAl Viro4-523/+542
2012-01-03move fs/partitions to block/Al Viro34-1/+6048
2012-01-03make register_disk() staticAl Viro1-1/+1
2011-12-29block: fix blk_queue_end_tag()Dan Williams1-11/+2
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo1-3/+0
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo1-2/+9
2011-12-21block: re-use existing 'reading' variable instead of checking direction againmajianpeng1-1/+1
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe1-0/+1
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li1-0/+12
2011-12-16block: recursive merge requestsShaohua Li1-4/+12
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li1-0/+12
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo1-1/+8
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo4-132/+110
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo1-53/+41
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo5-55/+78
2011-12-14block, cfq: move icq cache management to block coreTejun Heo4-41/+52
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo3-40/+45
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo3-19/+12
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo2-145/+161
2011-12-14block: remove elevator_queue->opsTejun Heo2-43/+41
2011-12-14block: reorder elevator switch sequenceTejun Heo1-54/+37
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo4-54/+71
2011-12-14block, cfq: kill cic->keyTejun Heo1-21/+5
2011-12-14block, cfq: kill ioc_goneTejun Heo1-38/+5
2011-12-14block, cfq: remove delayed unlinkTejun Heo2-98/+10
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo3-66/+146
2011-12-14block, cfq: fix cic lookup lockingTejun Heo1-32/+35
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo1-59/+76
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo3-20/+55
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo1-26/+32
2011-12-14block: misc updates to blk_get_queue()Tejun Heo4-8/+11
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo4-46/+81
2011-12-14block: misc ioc cleanupsTejun Heo1-36/+36
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo4-55/+26
2011-12-14block: add missing blk_queue_dead() checksTejun Heo2-2/+25
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo1-6/+18
2011-12-14block: add blk_queue_dead()Tejun Heo5-9/+9