First  |  Prev |  Next  |  Last
Pages: 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
MAINTAINERS: Orphan BEFS
On Wed, 2010-07-21 at 13:51 -0700, Andrew Morton wrote: On Tue, 13 Jul 2010 18:56:17 -0700 Joe Perches <joe(a)perches.com> wrote: This old address bounces and Sergey doesn't answer at another email address. What "other email address"? Did you try the gmail.com address? Yes. I didn't want to public... 21 Jul 2010 18:02
[tip:x86/uv] x86, UV: Make kdump avoid stack dumps
Commit-ID: 5edd19af18a36a4e22c570b1b969179e0ca1fe4c Gitweb: http://git.kernel.org/tip/5edd19af18a36a4e22c570b1b969179e0ca1fe4c Author: Cliff Wickman <cpw(a)sgi.com> AuthorDate: Tue, 20 Jul 2010 18:09:05 -0500 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 21 Jul 2010 11:33:27 -0700 x86... 21 Jul 2010 18:02
cfq-iosched: Implment IOPS mode
Vivek Goyal <vgoyal(a)redhat.com> writes: o Implement another CFQ mode where we charge queue/group in terms of number of requests dispatched instead of measuring the time. Measuring in terms of time is not possible when we are driving deeper queue depths and there are requests from multiple cfq queues... 21 Jul 2010 18:02
[PATCH 1/2] mbcache: Remove unused features
The mbcache code was written to support a variable number of indexes, but all the existing users use exactly one index. Simplify to code to support only that case. There are also no users of the cache entry free operation, and none of the users keep extra data in cache entries. Remove those features as well. ... 21 Jul 2010 16:55
[PATCH 0/2] mbcache fixes
Al, here is an mbcache cleanup and then a fixed version of Shenghui's minor shrinker function fix. The patches have survived functional testing here. This seems slightly too much for kernel-janitors, so could you please take the patches? Thanks, Andreas Andreas Gruenbacher (2): mbcache: Remove unuse... 21 Jul 2010 16:55
[PATCH 2/2] mbcache: fix shrinker function return value
The shrinker function is supposed to return the number of cache entries after shrinking, not before shrinking. Fix that. Based on a patch from Wang Sheng-Hui <crosslonelyover(a)gmail.com>. Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> --- fs/mbcache.c | 27 ++++++++++----------------- 1 files changed,... 21 Jul 2010 16:55
v3 Define memory_block_size_bytes() for ppc/pseries
On 07/19/2010 10:59 PM, Nathan Fontenot wrote: +static u32 get_memblock_size(void) +{ + struct device_node *np; + unsigned int memblock_size = 0; + + np = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); + if (np) { + const unsigned int *size; This needs to be an unsigned lon... 21 Jul 2010 16:55
floppy: use single threaded workqueue
On Fri, Jun 11, 2010 at 10:32:23AM -0700, Stephen Hemminger wrote: Fix races between timers and bottom half by using delayed work and a single threaded queue. Still needs more testing. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- drivers/block/floppy.c | 172 +++++++++++++... 22 Jul 2010 20:13
md versus partition scanning (bd_invalidated)
Hi, We (Intel software raid devs) are seeing a problem with the detection of partitions on md devices. The trace below shows that the block device inode is dropped in-between when the array comes up and when it is first opened (timestamp 655.498875). When this happens bdev->bd_invalidated is cleared by bdget()... 28 Jul 2010 16:16
ib/ehca: Catch failing ioremap()
thanks, applied. -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- 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 ... 21 Jul 2010 16:55
First  |  Prev |  Next  |  Last
Pages: 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476