First  |  Prev |  Next  |  Last
Pages: 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619
[PATCH -mmotm 12/30] selinux: tag avc cache alloc as non-critical
From 6c3a91091b2910c23908a9f9953efcf3df14e522 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:02:41 +0800 Subject: [PATCH 12/30] selinux: tag avc cache alloc as non-critical Failing to allocate a cache entry will only harm performance not correctness. Do not consume valu... 13 Jul 2010 06:31
[PATCH -mmotm 28/30] build fix for skb_emergency_protocol
From 50d2e72527b3e821544cc97c4dd5b1e5a44b6659 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:21:10 +0800 Subject: [PATCH 28/30] build fix for skb_emergency_protocol Signed-off-by: Xiaotian Feng <dfeng(a)redhat.com> --- net/core/dev.c | 48 ++++++++++++++++++++++++-----... 13 Jul 2010 06:31
[PATCH -mmotm 22/30] mm: add support for non block device backed swap files
From 0c3f6a5db5c61a222135286e8a6ada7411b3ac3b Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:08:45 +0800 Subject: [PATCH 22/30] mm: add support for non block device backed swap files New addres_space_operations methods are added: int swapon(struct file *); int swap... 13 Jul 2010 06:31
[PATCH -mmotm 18/30] netvm: filter emergency skbs
From b0240dd1e2ee0b4dc30f98c67cfe35e8c1833753 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:36:53 +0800 Subject: [PATCH 18/30] netvm: filter emergency skbs. Toss all emergency packets not for a SOCK_MEMALLOC socket. This ensures our precious memory reserve doesn't get ... 13 Jul 2010 06:31
[PATCH -mmotm 25/30] nfs: disable data cache revalidation for swapfiles
From ee72952409a0b811d61f435682e6d161e3b5189b Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:10:49 +0800 Subject: [PATCH 25/30] nfs: disable data cache revalidation for swapfiles Do as Trond suggested: http://lkml.org/lkml/2006/8/25/348 Disable NFS data cache reval... 13 Jul 2010 06:31
[PATCH -mmotm 29/30] fix null pointer deref in swap_entry_free
From ea7b13006f42f7dcadd1bfb874d5e525b4c259e3 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:44:08 +0800 Subject: [PATCH 29/30] fix null pointer deref in swap_entry_free Commit b3a27d uses p->bdev->bd_disk, this will lead a null pointer deref with swap over nfs. Sign... 13 Jul 2010 06:31
[PATCH -mmotm 07/30] mm: allow PF_MEMALLOC from softirq context
From 32f474cffc76551ddb792454845bd473634219b5 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 10:41:53 +0800 Subject: [PATCH 07/30] mm: allow PF_MEMALLOC from softirq context This is needed to allow network softirq packet processing to make use of PF_MEMALLOC. Currently ... 13 Jul 2010 06:31
[PATCH -mmotm 13/30] net: packet split receive api
From 8d908090b5314bed0c3318d82891b8c3bbf27815 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:03:55 +0800 Subject: [PATCH 13/30] net: packet split receive api Add some packet-split receive hooks. For one this allows to do NUMA node affine page allocs. Later on these ho... 13 Jul 2010 06:31
[PATCH -mmotm 19/30] netvm: prevent a stream specific deadlock
From 97cab9c6b5964ba48bee576214d71edbef74d0a6 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 11:37:56 +0800 Subject: [PATCH 19/30] netvm: prevent a stream specific deadlock It could happen that all !SOCK_MEMALLOC sockets have buffered so much data that we're over the globa... 13 Jul 2010 06:31
[PATCH -mmotm 27/30] nfs: fix various memory recursions possible with swap over NFS
From df0106f58d7ac2337f74efb1d8caaf27f635e050 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng <dfeng(a)redhat.com> Date: Tue, 13 Jul 2010 13:11:32 +0800 Subject: [PATCH 27/30] nfs: fix various memory recursions possible with swap over NFS. GFP_NOFS is _more_ permissive than GFP_NOIO in that it will initiate IO, just ... 13 Jul 2010 06:31
First  |  Prev |  Next  |  Last
Pages: 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619