| Commit message (Expand) | Author | Files | Lines |
2011-12-25 | block: an exiting task should be allowed to create io_context | Tejun Heo | 1 | -2/+9 |
2011-12-19 | block: ioc_cgroup_changed() needs to be exported | Jens Axboe | 1 | -0/+1 |
2011-12-16 | block: recursive merge requests | Shaohua Li | 1 | -4/+12 |
2011-12-16 | block, cfq: fix empty queue crash caused by request merge | Shaohua Li | 1 | -0/+12 |
2011-12-14 | block, cfq: move icq creation and rq->elv.icq association to block core | Tejun Heo | 6 | -136/+173 |
2011-12-14 | block, cfq: restructure io_cq creation path for io_context interface cleanup | Tejun Heo | 2 | -53/+43 |
2011-12-14 | block, cfq: move io_cq exit/release to blk-ioc.c | Tejun Heo | 7 | -61/+97 |
2011-12-14 | block, cfq: move icq cache management to block core | Tejun Heo | 5 | -42/+62 |
2011-12-14 | block, cfq: move io_cq lookup to blk-ioc.c | Tejun Heo | 3 | -40/+45 |
2011-12-14 | block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq | Tejun Heo | 4 | -21/+20 |
2011-12-14 | block, cfq: reorganize cfq_io_context into generic and cfq specific parts | Tejun Heo | 3 | -174/+175 |
2011-12-14 | block: remove elevator_queue->ops | Tejun Heo | 3 | -46/+43 |
2011-12-14 | block: reorder elevator switch sequence | Tejun Heo | 1 | -54/+37 |
2011-12-14 | block, cfq: replace current_io_context() with create_io_context() | Tejun Heo | 4 | -54/+71 |
2011-12-14 | block, cfq: kill cic->key | Tejun Heo | 2 | -22/+5 |
2011-12-14 | block, cfq: kill ioc_gone | Tejun Heo | 2 | -55/+5 |
2011-12-14 | block, cfq: remove delayed unlink | Tejun Heo | 3 | -99/+10 |
2011-12-14 | block, cfq: unlink cfq_io_context's immediately | Tejun Heo | 7 | -72/+159 |
2011-12-14 | block, cfq: fix cic lookup locking | Tejun Heo | 1 | -32/+35 |
2011-12-14 | block, cfq: fix race condition in cic creation path and tighten locking | Tejun Heo | 1 | -59/+76 |
2011-12-14 | block, cfq: move ioc ioprio/cgroup changed handling to cic | Tejun Heo | 5 | -27/+65 |
2011-12-14 | block, cfq: misc updates to cfq_io_context | Tejun Heo | 2 | -26/+33 |
2011-12-14 | block: misc updates to blk_get_queue() | Tejun Heo | 6 | -10/+13 |
2011-12-14 | block: make ioc get/put interface more conventional and fix race on alloction | Tejun Heo | 7 | -69/+91 |
2011-12-14 | block: misc ioc cleanups | Tejun Heo | 2 | -45/+39 |
2011-12-14 | block, cfq: move cfqd->cic_index to q->id | Tejun Heo | 5 | -55/+32 |
2011-12-14 | block: add missing blk_queue_dead() checks | Tejun Heo | 2 | -2/+25 |
2011-12-14 | block: fix drain_all condition in blk_drain_queue() | Tejun Heo | 1 | -6/+18 |
2011-12-14 | block: add blk_queue_dead() | Tejun Heo | 6 | -9/+10 |
2011-12-14 | block, sx8: kill blk_insert_request() | Tejun Heo | 3 | -53/+8 |
2011-12-10 | Linux 3.2-rc5v3.2-rc5 | Linus Torvalds | 1 | -1/+1 |
2011-12-09 | sys_getppid: add missing rcu_dereference | Mandeep Singh Baines | 1 | -1/+1 |
2011-12-09 | rapidio/tsi721: modify PCIe capability settings | Alexandre Bounine | 2 | -5/+17 |
2011-12-09 | rapidio/tsi721: fix mailbox resource reporting | Alexandre Bounine | 1 | -2/+2 |
2011-12-09 | rapidio/tsi721: switch to dma_zalloc_coherent | Alexandre Bounine | 1 | -13/+4 |
2011-12-09 | procfs: do not overflow get_{idle,iowait}_time for nohz | Michal Hocko | 1 | -2/+2 |
2011-12-09 | mm: vmalloc: check for page allocation failure before vmlist insertion | Mel Gorman | 1 | -0/+2 |
2011-12-09 | mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb... | Michal Hocko | 1 | -1/+7 |
2011-12-09 | mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages | Hillf Danton | 1 | -1/+1 |
2011-12-09 | thp: set compound tail page _count to zero | Youquan Song | 2 | -1/+2 |
2011-12-09 | thp: add compound tail page _mapcount when mapped | Youquan Song | 1 | -0/+2 |
2011-12-09 | printk: avoid double lock acquire | Peter Zijlstra | 1 | -1/+2 |
2011-12-09 | memcg: update maintainers | KAMEZAWA Hiroyuki | 1 | -1/+2 |
2011-12-09 | drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues | Jonghwan Choi | 1 | -1/+1 |
2011-12-09 | CREDITS: update Kees's expired fingerprint and fix details | Kees Cook | 1 | -3/+6 |
2011-12-09 | thp: reduce khugepaged freezing latency | Andrea Arcangeli | 1 | -12/+4 |
2011-12-09 | fs/proc/meminfo.c: fix compilation error | Claudio Scordino | 1 | -3/+4 |
2011-12-09 | vmscan: use atomic-long for shrinker batching | Konstantin Khlebnikov | 4 | -12/+10 |
2011-12-09 | vmscan: fix initial shrinker size handling | Konstantin Khlebnikov | 1 | -3/+6 |
2011-12-09 | MAINTAINERS: Update amd-iommu F: patterns | Joe Perches | 1 | -2/+2 |