linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-11-03 02:59:26 to 2008-11-07 09:45:58 UTC [more...]

[PATCH 1/2] ext4: Fix the delalloc writepages to allocate blocks at the right offset
 2008-11-07  9:45 UTC  (3+ messages)
` [PATCH 2/2] ext4: Mark the buffer_heads as dirty and uptodate after prepare_write

[RFC PATCH -V3 1/9] ext4: sparse fixes
 2008-11-07  8:04 UTC  (12+ messages)
` [RFC PATCH -V3 2/9] ext4: Add blocks added during resize to bitmap
  ` [RFC PATCH -V3 3/9] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
    ` [RFC PATCH -V3 4/9] ext4: cleanup mballoc header files
      ` [RFC PATCH -V3 5/9] ext4: Add sparse annotations for the group info semaphore
        ` [RFC PATCH -V3 6/9] jbd2: Call journal commit callback without holding j_list_lock
          ` [RFC PATCH -V3 7/9] ext4: don't use blocks freed but not yet committed in buddy cache init
            ` [RFC PATCH -V3 8/9] ext4: Fix double free of blocks
              ` [RFC PATCH -V3 9/9] ext4: Fix lockdep recursive locking warning

[GIT PULL] ext4 fixes
 2008-11-07  3:33 UTC  (3+ messages)

[RFC][PATCH] JBD: release checkpoint journal heads through try_to_release_page when the memory is exhausted
 2008-11-07  3:17 UTC  (10+ messages)
        ` [PATCH][BUG] jbd: fix the root cause of "no transactions" error in __log_wait_for_space()
            ` [PATCH] jbd: don't give up looking for space so easily in __log_wait_for_space
              ` [PATCH] jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space

a suspected data race bug in Ext4 file system
 2008-11-07  2:51 UTC 

+ ext4-quota-handling-for-delayed-allocation.patch added to -mm tree
 2008-11-07  0:00 UTC 

+ quota-add-quota-claim-and-release-reserved-quota-blocks-operations.patch added to -mm tree
 2008-11-07  0:00 UTC 

+ quota-add-reservation-support-for-delayed-block-allocation.patch added to -mm tree
 2008-11-07  0:00 UTC 

- ext4-quota-handling-for-delayed-allocation-checkpatch-fixes.patch removed from -mm tree
 2008-11-06 23:51 UTC 

- ext4-quota-handling-for-delayed-allocation.patch removed from -mm tree
 2008-11-06 23:51 UTC 

- quota-add-reservation-support-for-delayed-block-allocation.patch removed from -mm tree
 2008-11-06 23:51 UTC 

- quota-add-quota-claim-and-release-reserved-quota-blocks-operations-checkpatch-fixes.patch removed from -mm tree
 2008-11-06 23:51 UTC 

- quota-add-quota-claim-and-release-reserved-quota-blocks-operations.patch removed from -mm tree
 2008-11-06 23:51 UTC 

- quota-add-reservation-support-for-delayed-block-allocation-checkpatch-fixes.patch removed from -mm tree
 2008-11-06 23:51 UTC 

[PATCH V3 3/3]ext4: quota handling for delayed allocation
 2008-11-06 23:39 UTC 

[PATCH V2 1/3] quota: Add reservation support for delayed block allocation
 2008-11-06 23:36 UTC  (4+ messages)
` [PATCH V3 2/3] quota: Add quota claim and release reserved quota blocks operations

[PATCH V3 1/3] quota: Add reservation support for delayed block allocation
 2008-11-06 23:34 UTC 

[PATCH V2 3/3] ext4: quota handling for delayed allocation
 2008-11-06 23:28 UTC  (4+ messages)

[PATCH V2 2/3] quota: Add quota claim and release reserved quota blocks operations
 2008-11-06 23:28 UTC  (3+ messages)

[patch 24/51] ext3: wait on all pending commits in ext3_sync_fs
 2008-11-06 22:42 UTC  (4+ messages)

[Bugme-new] [Bug 11964] New: JBD: grub-probe wants too many credits (266 > 256)
 2008-11-06 22:15 UTC 

[Bug 11964] New: JBD: grub-probe wants too many credits (266 > 256)
 2008-11-06 21:39 UTC  (2+ messages)
` [Bug 11964] "

[Bug 11756] Incorrect file remove from ext4
 2008-11-06 20:50 UTC 

[Bug 11688] Oops while writing on a newly ext4 formated 1TB partition on a external USB drive
 2008-11-06 20:27 UTC 

Ext4 Journaling
 2008-11-06 20:22 UTC 

JBD2/ext4 error
 2008-11-06 19:51 UTC  (3+ messages)
  ` [PATCH] ext4: calculate journal credits correctly

EXT4-fs: not enough memory for 522250 flex groups
 2008-11-06 17:48 UTC  (12+ messages)
` [PATCH]: ext4: fix big endian (was: not enough memory for 522250 flex groups)
  ` [PATCH]: ext4: fix big endian

ext3: kernel BUG at fs/jbd/journal.c:412!
 2008-11-06 17:38 UTC  (8+ messages)

[RFC][PATCH 7/9]ext4: Add the EXT4_IOC_FIEMAP_INO ioctl
 2008-11-06 16:15 UTC  (10+ messages)

[PATCH] imporve jbd2 fsync batching
 2008-11-06 14:35 UTC  (7+ messages)

data corruption with ext4 (from 2.6.27.4) exposed by rtorrent
 2008-11-06 13:59 UTC  (22+ messages)

[Bug 11960] New: Oops in ext4_mb_poll_new_transaction
 2008-11-06  0:12 UTC  (4+ messages)
` [Bug 11960] "

Patch collision: 64-bit quota changes and ext4 delalloc quota changs
 2008-11-05 19:16 UTC  (5+ messages)

[RFC PATCH -v2 1/9] ext4: sparse fixes
 2008-11-05 15:25 UTC  (21+ messages)
` [RFC PATCH -v2 2/9] ext4: Add blocks added during resize to bitmap
  ` [RFC PATCH -v2 3/9] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
    ` [RFC PATCH -v2 4/9] ext4: cleanup mballoc header files
      ` [RFC PATCH -v2 5/9] ext4: sparse annotate the group info semaphore
        ` [RFC PATCH -v2 6/9] ext4: Call journal commit callback without holding j_list_lock
          ` [RFC PATCH -v2 7/9] ext4: don't use the block freed but not yet committed during buddy initialization
            ` [RFC PATCH -v2 8/9] ext4: Fix double free of blocks
              ` [RFC PATCH -v2 9/9] ext4: Fix lockdep recursive locking warning

[PATCH, RFC] ext4: tone down ext4_da_writepages warnings
 2008-11-05 14:23 UTC 

[PATCH, RFC] ext4: Make ext4_group_t be an unsigned int
 2008-11-05  5:30 UTC  (3+ messages)
` [PATCH, RFC] ext4: Change unsigned long to "
  ` [PATCH, RFC] jbd2: Remove a large array of bh's from the stack of the checkpoint routine

+ ext4-quota-handling-for-delayed-allocation-checkpatch-fixes.patch added to -mm tree
 2008-11-05  1:33 UTC 

+ quota-add-reservation-support-for-delayed-block-allocation.patch added to -mm tree
 2008-11-05  1:33 UTC 

+ ext4-quota-handling-for-delayed-allocation.patch added to -mm tree
 2008-11-05  1:33 UTC 

+ quota-add-quota-claim-and-release-reserved-quota-blocks-operations-checkpatch-fixes.patch added to -mm tree
 2008-11-05  1:33 UTC 

+ quota-add-quota-claim-and-release-reserved-quota-blocks-operations.patch added to -mm tree
 2008-11-05  1:33 UTC 

+ quota-add-reservation-support-for-delayed-block-allocation-checkpatch-fixes.patch added to -mm tree
 2008-11-05  1:33 UTC 

[PATCH, RFC] ext4: Remove i_ext_generation from ext4_inode_info structure
 2008-11-04 23:47 UTC 

[RFC PATCH 1/1] Allow ext4 to run without a journal
 2008-11-04 23:38 UTC  (4+ messages)

[Bug 11950] Early boot failure for 2.6.28-rc[123]: NULL pointer deref stemming from scheduler_tick
 2008-11-04 23:38 UTC  (2+ messages)

[PATCH -V2 1/2] ext4: unlock group before returning on error
 2008-11-04 20:15 UTC  (3+ messages)
` [PATCH -V2 2/2] ext4: Convert to host order before using the values

+ jbd-improve-fsync-batching-update.patch added to -mm tree
 2008-11-04 18:40 UTC 

ext3: slow symlink corruption on umount
 2008-11-04 16:26 UTC  (20+ messages)
` [PATCH] ext3: wait on all pending commits in ext3_sync_fs

[PATCH] improve jbd fsync batching
 2008-11-04 15:41 UTC  (8+ messages)

Wrong calculation of space remaining on a 32 bit system
 2008-11-03 21:46 UTC  (10+ messages)

+ ext3-wait-on-all-pending-commits-in-ext3_sync_fs.patch added to -mm tree
 2008-11-03 20:37 UTC 

+ jbd-improve-fsync-batching.patch added to -mm tree
 2008-11-03 20:27 UTC 

+ ext3-wait-on-all-pending-commits-in-ext3_sync_fs.patch added to -mm tree
 2008-11-03 19:34 UTC 

The default assignee for the ext4 component goes nowhere
 2008-11-03 18:23 UTC  (8+ messages)

Your Bugzilla password
 2008-11-03 17:39 UTC 

2.6.28-rc3: ext4_ext_search_right: ‘ix’ may be used uninitialized
 2008-11-03  8:12 UTC 

[PATCH,RFC] ext4: Add support for non-native signed/unsigned htree hash algorithms
 2008-11-03  7:33 UTC  (5+ messages)
` [PATCH,RFC] ext3: "

64-bit dblists
 2008-11-03  3:09 UTC  (2+ messages)

[PATCH] ext4: sparse fixes
 2008-11-03  2:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).