Found 146 matching messages (0.031 seconds). Page 1 of 8.
... 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
... 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
... @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
... 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
... 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
... 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
... 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
... 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
... : 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
... 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
... 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
... 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
... 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
... 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
... Cao
linux-kernel - Mingming Cao - Oct 5 2007 - 18:38
... { + 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
... 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
... { + 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
... 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
... : 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