login
Header Space

 
 

Mailing list archives

Search results

Found 146 matching messages (0.031 seconds). Page 1 of 8.

Re: [PATCH] JBD slab cleanups

... out that this is broken as jbd should not pass slab pages ... () directly. The problem with this patch, as Andreas Dilger pointed today ... -2.6.23-rc5/fs/jbd/transaction.c > =================================================================== > --- linux-2.6. ...

linux-kernel - Mingming Cao - Sep 17 2007 - 15:29

Re: [PATCH] JBD slab cleanups

... management and jbd_kmalloc from jbd totally. This patch is intend to ... instead. This will also prepare JBD for the large blocksize patchset ... 6.23-rc6/include/linux/jbd.h =================================================================== --- linux-2.6.23 ...

linux-kernel - Mingming Cao - Sep 18 2007 - 21:00

[PATCH] JBD: Export jbd-debug via debugfs

... @suse.cz> -- fs/Kconfig | 10 ++++---- fs/jbd/journal.c | 65 ++++++++++++++++++++------------------------------- include/linux/jbd. ... (jbd_debugfs_dir); } -#define JBD_PROC_NAME "sys/fs/jbd-debug" +#else -static void __init ...

linux-kernel - Jose R. Santos - Sep 25 2007 - 12:33

Re: [PATCH] JBD slab cleanups

... out that this is broken as jbd should not pass slab pages ... () directly. The problem with this patch, as Andreas Dilger pointed today ... -2.6.23-rc5/fs/jbd/transaction.c > =================================================================== > --- linux-2.6. ...

linux-fsdevel - Mingming Cao - Sep 17 2007 - 15:29

Re: [PATCH] JBD slab cleanups

... management and jbd_kmalloc from jbd totally. This patch is intend to ... instead. This will also prepare JBD for the large blocksize patchset ... 6.23-rc6/include/linux/jbd.h =================================================================== --- linux-2.6.23 ...

linux-fsdevel - Mingming Cao - Sep 18 2007 - 21:00

[PATCH] jbd/jbd2: JBD memory allocation cleanups

... This will also prepare JBD for the large blocksize patchset. Also this patch cleans up jbd_kmalloc and replace it with ... - return kmalloc(size, flags | (retry ? __GFP_NOFAIL : 0)); -} - -/* - * jbd slab management: create 1k, 2k, 4k, 8k ...

linux-kernel - Theodore Ts'o - Oct 4 2007 - 01:50

[PATCH] JBD slab cleanups

... linux-2.6.23-rc5/include/linux/jbd.h =================================================================== --- linux-2.6.23-rc5. ... : linux-2.6.23-rc5/fs/jbd/transaction.c =================================================================== --- linux-2.6.23- ...

linux-kernel - Mingming Cao - Sep 14 2007 - 14:53

[PATCH] JBD slab cleanups

... linux-2.6.23-rc5/include/linux/jbd.h =================================================================== --- linux-2.6.23-rc5. ... : linux-2.6.23-rc5/fs/jbd/transaction.c =================================================================== --- linux-2.6.23- ...

linux-fsdevel - Mingming Cao - Sep 14 2007 - 14:53

[PATCH] jbd: JBD slab allocation cleanups

... : linux-2.6.23-rc9/fs/jbd/transaction.c =================================================================== --- linux-2.6.23-rc9. ... -2.6.23-rc9/include/linux/jbd.h =================================================================== --- linux-2.6.23-rc9. ...

linux-kernel - Mingming Cao - Oct 5 2007 - 18:35

Re: [PATCH] JBD slab cleanups

... out that this is broken as jbd should not pass slab pages down ... the incremental small cleanup patch. Remove kamlloc usages in jbd/jbd2 and ... -2.6.23-rc6/fs/jbd/journal.c =================================================================== --- linux-2.6.23 ...

linux-kernel - Mingming Cao - Sep 17 2007 - 18:57

Re: [PATCH] JBD slab cleanups

... out that this is broken as jbd should not pass slab pages down ... the incremental small cleanup patch. Remove kamlloc usages in jbd/jbd2 and ... -2.6.23-rc6/fs/jbd/journal.c =================================================================== --- linux-2.6.23 ...

linux-fsdevel - Mingming Cao - Sep 17 2007 - 18:57

Re: [PATCH] JBD slab cleanups

... prepare JBD for the large blocksize patchset. > > > > > > Also this patch cleans ... GFP_NOFS flag for kmalloc in jbd/jbd2? I will send a ... 2.6.23-rc6/fs/jbd/transaction.c =================================================================== --- linux-2.6 ...

linux-kernel - Mingming Cao - Sep 19 2007 - 15:15

[PATCH] JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG

... Move jbd2-debug file to debugfs" patch http://git.kernel.org/?p= ... (journal, &info, PASS_REPLAY); - jbd_debug(0, "JBD: recovery, exit status %d, " + jbd_debug(1 ... .start_transaction, info.end_transaction); - jbd_debug(0, "JBD: Replayed %d and revoked %d/% ...

linux-kernel - Jose R. Santos - Sep 25 2007 - 12:33

Re: [PATCH] JBD slab cleanups

... prepare JBD for the large blocksize patchset. > > > > > > Also this patch cleans ... GFP_NOFS flag for kmalloc in jbd/jbd2? I will send a ... 2.6.23-rc6/fs/jbd/transaction.c =================================================================== --- linux-2.6 ...

linux-fsdevel - Mingming Cao - Sep 19 2007 - 15:15

[PATCH] jbd: JBD replace jbd_kmalloc with kmalloc

... Cao This patch cleans up jbd_kmalloc and replace it with ... linux-2.6.23-rc9/fs/jbd/transaction.c =================================================================== --- linux-2.6.23- ... linux-2.6.23-rc9/fs/jbd/transaction.c 2007-10-05 12: ...

linux-kernel - Mingming Cao - Oct 5 2007 - 18:38

[PATCH] jbd/jbd2: sparse warnings in revoke.c, journal.c

... { + if (!journal_head_cache) { retval = -ENOMEM; printk(KERN_EMERG "JBD: no memory for journal_head cache\n"); } ... + if (!jbd2_journal_head_cache) { retval = -ENOMEM; printk(KERN_EMERG "JBD: no memory for journal_head cache\n"); } ...

linux-kernel - Harvey Harrison - Feb 3 2008 - 00:21

[PATCH] jbd: handle cache initialisation failure gracefully when statically compiled in

... index 3943a89..884e4ee 100644 --- a/fs/jbd/journal.c +++ b/fs/ ... 0; + +fail: + journal_destroy_caches(); + printk(KERN_EMERG "JBD: no memory to initialise cache\ ... if (jbd_handle_cache == NULL) { - printk(KERN_EMERG "JBD: failed to create handle cache ...

linux-kernel - Duane Griffin - Mar 8 2008 - 14:37

[PATCH] jbd/jbd2 NULL noise

... { + if (!journal_head_cache) { retval = -ENOMEM; printk(KERN_EMERG "JBD: no memory for journal_head cache\n"); } ... + if (!jbd2_journal_head_cache) { retval = -ENOMEM; printk(KERN_EMERG "JBD: no memory for journal_head cache\n"); } ...

linux-kernel - Al Viro - Mar 28 2008 - 23:07

[PATCH] JBD: use GFP_NOFS in kmalloc

... Index: linux-2.6.23-rc6/fs/jbd/journal.c =================================================================== --- linux-2.6.23-rc6 ... : linux-2.6.23-rc6/fs/jbd/revoke.c =================================================================== --- linux-2.6.23-rc6 ...

linux-kernel - Mingming Cao - Sep 19 2007 - 15:22

Re: [PATCH] JBD: use GFP_NOFS in kmalloc

... : linux-2.6.23-rc6/fs/jbd/journal.c > =================================================================== > --- linux-2.6.23-rc6 ... : linux-2.6.23-rc6/fs/jbd/revoke.c > =================================================================== > --- linux-2.6.23- ...

linux-kernel - Andrew Morton - Sep 19 2007 - 17:34

speck-geostationary