First  |  Prev |  Next  |  Last
Pages: 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703
block: BKL removal, version 4
I haven't verified that the work in each ->ioctl method is correct, but the concept and core code changes look good to me. ACK for the series. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.ke... 8 Jul 2010 05:53
kbuild
On Wed, Jul 7, 2010 at 2:08 AM, Michal Marek <mmarek(a)suse.cz> wrote: my last pull request broke LOCALVERSION for O=... builds, sorry about that. The following commit fixes that (verified by Rafael and Stephen who reported it. I really hope this is the _last_ kbuild thing for 2.6.35. Hmm. I already app... 8 Jul 2010 02:38
Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.
On 07/06/2010 12:24 PM, Gleb Natapov wrote: Async PF also needs to hook into smp_prepare_boot_cpu so move the hook into generic code. Signed-off-by: Gleb Natapov<gleb(a)redhat.com> Acked-by: Rik van Riel <riel(a)redhat.com> -- All rights reversed -- To unsubscribe from this list: send the line "unsubs... 7 Jul 2010 12:22
NFSv4: Introduce new label structure
My comments below apply to the other NFS client patches as well. This seemed like the right one to use for code examples. On 07/ 7/10 10:31 AM, David P. Quigley wrote: In order to mimic the way that NFSv4 ACLs are implemented we have created a structure to be used to pass label data up and down the call cha... 7 Jul 2010 14:34
tty fix fu_list abuse
On Wed, Jul 07, 2010 at 10:25:10PM +1000, Nick Piggin wrote: tty: fix fu_list abuse tty code abuses fu_list, which causes a bug in remount,ro handling. If a tty device node is opened on a filesystem, then the name unlinked, the filesystem will be allowed to be remounted readonly. This is because ... 7 Jul 2010 12:22
[PATCH 1/2] cfq-iosched: fix tree-wide handling of rq_noidle
Patch: 8e55063 cfq-iosched: fix corner cases in idling logic introduced the possibility of iding even on no-idle requests in the no_idle tree, if any previous request in the current slice could idle. The implementation had a problem, though: - if a queue sent several possibly idling requests and a noidle request... 7 Jul 2010 12:22
[PATCH 2/2] cfq-iosched: RQ_NOIDLE enabled for SYNC_WORKLOAD
RQ_NOIDLE flag is meaningful and should be honored for SYNC_WORKLOAD, without further checks. RQ_NOIDLE can be used to mark the last request of a sequence for which - we want to idle between the requests of the sequence, to keep locality - we don't want to idle after the sequence, because we know that no new nea... 7 Jul 2010 12:22
cfq-iosched: fixing RQ_NOIDLE handling.
Fixed Jens' mail address, and resending the patches based on for-2.6.36 tree. On Wed, Jul 7, 2010 at 5:22 PM, Corrado Zoccolo <czoccolo(a)gmail.com> wrote: Hi Jens, patch 8e55063 "cfq-iosched: fix corner cases in idling logic", is suspected for some regressions on high end hardware. The two patches from this... 20 Jul 2010 15:47
cfq-iosched: RQ_NOIDLE enabled for SYNC_WORKLOAD
On Wed, Jul 07, 2010 at 05:23:47PM +0200, Corrado Zoccolo wrote: RQ_NOIDLE flag is meaningful and should be honored for SYNC_WORKLOAD, without further checks. RQ_NOIDLE can be used to mark the last request of a sequence for which - we want to idle between the requests of the sequence, to keep locality - ... 7 Jul 2010 13:28
Add async PF initialization to PV guest.
On Tue, 2010-07-06 at 19:24 +0300, Gleb Natapov wrote: @@ -329,6 +330,8 @@ notrace static void __cpuinit start_secondary(void *unused) per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE; x86_platform.nmi_init(); + kvm_guest_cpu_init(); + /* enable local interrupts *... 19 Jul 2010 16:52
First  |  Prev |  Next  |  Last
Pages: 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703