aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe
2011-12-16block: recursive merge requestsShaohua Li
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move icq cache management to block coreTejun Heo
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo
2011-12-14block: remove elevator_queue->opsTejun Heo
2011-12-14block: reorder elevator switch sequenceTejun Heo
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo
2011-12-14block, cfq: kill cic->keyTejun Heo
2011-12-14block, cfq: kill ioc_goneTejun Heo
2011-12-14block, cfq: remove delayed unlinkTejun Heo
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo
2011-12-14block, cfq: fix cic lookup lockingTejun Heo
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo
2011-12-14block: misc updates to blk_get_queue()Tejun Heo
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo
2011-12-14block: misc ioc cleanupsTejun Heo
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo
2011-12-14block: add missing blk_queue_dead() checksTejun Heo
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo
2011-12-14block: add blk_queue_dead()Tejun Heo
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo
2011-12-09Linux 3.2-rc5v3.2-rc5Linus Torvalds
2011-12-09Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-09Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds
2011-12-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-12-09Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2011-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines
2011-12-09rapidio/tsi721: modify PCIe capability settingsAlexandre Bounine
2011-12-09rapidio/tsi721: fix mailbox resource reportingAlexandre Bounine
2011-12-09rapidio/tsi721: switch to dma_zalloc_coherentAlexandre Bounine
2011-12-09procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton