Displaying 7 results from an estimated 7 matches for "journal_try_to_free_buff".
Did you mean:
  journal_try_to_free_buffer
  
2004 Jun 10
1
ext3 EIP
...10 10:28:59 shawarma kernel:        d6870324 00000000 c0134c1a cdef7ce0 00000001 00000011 00000000 cdef7d88
Jun 10 10:28:59 shawarma kernel:        000001d2 cdef7c28 cdef7c28 cdef7c70 cdef7c74 c017137e cdef7c74 c01714c5
Jun 10 10:28:59 shawarma kernel: Call Trace:
Jun 10 10:28:59 shawarma kernel:  [journal_try_to_free_buffers+45/160] journal_try_to_free_buffers+0x2d/0xa0
Jun 10 10:28:59 shawarma kernel:  [ext3_releasepage+0/96] ext3_releasepage+0x0/0x60
Jun 10 10:28:59 shawarma kernel:  [try_to_release_page+56/96] try_to_release_page+0x38/0x60
Jun 10 10:28:59 shawarma kernel:  [shrink_list+826/1056] shrink_list+0x33a...
2005 Jul 19
1
[2.6 patch] fs/jbd/: cleanups
...PORT_SYMBOL(journal_set_features);
 EXPORT_SYMBOL(journal_create);
 EXPORT_SYMBOL(journal_load);
 EXPORT_SYMBOL(journal_destroy);
-EXPORT_SYMBOL(journal_recover);
 EXPORT_SYMBOL(journal_update_superblock);
 EXPORT_SYMBOL(journal_abort);
 EXPORT_SYMBOL(journal_errno);
@@ -81,6 +80,7 @@ EXPORT_SYMBOL(journal_try_to_free_buffer
 EXPORT_SYMBOL(journal_force_commit);
 
 static int journal_convert_superblock_v1(journal_t *, journal_superblock_t *);
+static void __journal_abort_soft (journal_t *journal, int errno);
 
 /*
  * Helper function used to manage commit timeouts
@@ -93,16 +93,6 @@ static void commit_timeout(unsigne...
2007 Jun 27
1
making new initrd, how to do it?
...nal_revoke
<Jun/27 03:57 pm>ext3: Unknown symbol journal_lock_updates
<Jun/27 03:57 pm>ext3: Unknown symbol journal_start_commit
<Jun/27 03:57 pm>ext3: Unknown symbol journal_flush
<Jun/27 03:57 pm>ext3: Unknown symbol journal_load
<Jun/27 03:57 pm>ext3: Unknown symbol journal_try_to_free_buffers
<Jun/27 03:57 pm>ext3: Unknown symbol journal_update_format
<Jun/27 03:57 pm>ext3: Unknown symbol journal_get_write_access
<Jun/27 03:57 pm>ext3: Unknown symbol journal_get_undo_access
<Jun/27 03:57 pm>ext3: Unknown symbol journal_get_create_access
<Jun/27 03:57 pm>...
2006 Nov 23
1
BUG: warning at kernel/softirq.c:141
...t parport_pc parport rtc floppy ide_generic r8169 uhci_hcd 
ehci_hcd usbcore thermal processor fan raid0 raid1 md_mod sata_via 
sd_mod libata scsi_mod via82cxxx ide_core ext3 jbd mbcache
  EIP:    0060:[<f8836d37>]    Not tainted VLI
  EFLAGS: 00010283   (2.6.18-2-k7 #1)
   [<f8832d2f>] journal_try_to_free_buffers+0x59/0x13a [jbd]
   [<f8868318>] ext3_releasepage+0x0/0x61 [ext3]
   [<c015bd3f>] try_to_release_page+0x34/0x46
   [<c0148e23>] shrink_inactive_list+0x44b/0x71c
   [<c01050ea>] do_IRQ+0x48/0x52
   [<c0103692>] common_interrupt+0x1a/0x20
   [<c016e3cb>] dput+0x...
2001 Aug 12
3
ext3-2.4-0.9.6
...he filesystem and one for the external journal device.
- Accelerate an O(N^2) algorithm in log_do_checkpoint().
- Accelerate an O(N^2) algorithm in journal_commit_transaction().
- Rate-limit some error messages which can come out when we're
  hopelessly out of memory.
- Honour __GFP_WAIT in journal_try_to_free_buffers().  The fs is supposed
  to perform synchronous writeout on the second pass of page_launder() and
  we weren't doing that - we were starting all IO async.  The net effect of
  this change is to decrease throughout with dbench by 10-20%, but system
  CPU time goes from 60% to 30%.  It's t...
2007 Apr 28
1
How to diagnose "Unable to handle kernel paging request" kernel panic?
...11:29:25 amd kernel:        f3c4f678 c1114300 c0149c7f  
00000001 00000001 00000010 00000000 f7cfeec8
Apr 25 11:29:25 amd kernel:        f7cfee64 f7cfee64 00000002  
00000001 c11142c0 c11142e0 c1114140 c1114160
Apr 25 11:29:25 amd kernel: Call Trace:
Apr 25 11:29:25 amd kernel:  [<f888d9f0>] journal_try_to_free_buffers 
+0x5d/0xc5 [jbd]
Apr 25 11:29:25 amd kernel:  [<f88c44d3>] ext3_releasepage+0x0/0x54  
[ext3]
Apr 25 11:29:25 amd kernel:  [<c015d323>] try_to_release_page+0x34/0x46
Apr 25 11:29:25 amd kernel:  [<c0149c7f>] shrink_list+0x293/0x3ed
Apr 25 11:29:25 amd kernel:  [<c0149fb6>...
2008 Sep 04
4
[PATCH 0/3] ocfs2: Switch over to JBD2.
ocfs2 currently uses the Journaled Block Device (JBD) for its
journaling.  This is a very stable and tested codebase.  However, JBD
is limited by architecture to 32bit block numbers.  This means an ocfs2
filesystem is limited to 2^32 blocks.  With a 4K blocksize, that's 16TB.
People want larger volumes.
Fortunately, there is now JBD2.  JBD2 adds 64bit block number support
and some other