linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-26 03:17:31 to 2011-09-01 06:41:11 UTC [more...]

[PATCH v1 0/3] crc32c: Add faster algorithm and self-test code
 2011-09-01  6:41 UTC  (9+ messages)
` [PATCH 1/3] crc32c: Implement CRC32c with slicing-by-8 algorithm
` [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c
` [PATCH 3/3] crc32c: Implement a self-test for CRC32c

[PATCH v1 00/16] ext4: Add metadata checksumming
 2011-09-01  4:49 UTC  (19+ messages)
` [PATCH 01/16] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode
` [PATCH 02/16] ext4: ext4_rename should dirty dir_bh with the correct directory
` [PATCH 03/16] ext4: ext4_mkdir should dirty dir_block with the parent inode
` [PATCH 04/16] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 05/16] ext4: Create a rocompat flag for extended metadata checksumming
` [PATCH 06/16] ext4: Calculate and verify inode checksums
` [PATCH 07/16] ext4: Create bitmap checksum helper functions
` [PATCH 08/16] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 09/16] ext4: Calculate and verify block bitmap checksum
` [PATCH 10/16] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 11/16] ext4: Calculate and verify checksums for htree nodes
` [PATCH 12/16] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 13/16] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 14/16] ext4: Make inode checksum cover empty space
` [PATCH 15/16] ext4: Calculate and verify superblock checksum
` [PATCH 16/16] jbd2: Support CRC32C transaction checksums

[Bug 25832] kernel crashes when a mounted ext3/4 file system is physically removed
 2011-09-01  1:30 UTC  (5+ messages)

lock i_mutex for fallocate?
 2011-09-01  1:12 UTC  (3+ messages)

[PATCH v1 00/37] e2fsprogs: Add metadata checksumming
 2011-09-01  0:39 UTC  (37+ messages)
` [PATCH 01/37] e2fsprogs: Read and write full-sized inodes
` [PATCH 02/37] libext2fs: Add metadata checksum flag
` [PATCH 03/37] debugfs: Optionally ignore bad checksums
` [PATCH 04/37] libext2fs: Add crc32c implementation for metadata checksumming
` [PATCH 05/37] libext2fs: Implement a crc32c self-test
` [PATCH 06/37] libext2fs: Add inode checksum support
` [PATCH 07/37] debugfs: Dump inode checksum when appropriate
` [PATCH 08/37] tune2fs: Add inode checksum support
` [PATCH 09/37] e2fsck: Verify and correct inode checksums
` [PATCH 10/37] mke2fs: Allow metadata checksums to be turned on at mkfs time
` [PATCH 11/37] libext2fs: Create the inode bitmap checksum
` [PATCH 12/37] tune2fs: Rewrite inode bitmap checksums
` [PATCH 13/37] dumpe2fs: Display inode bitmap checksum
` [PATCH 14/37] e2fsck: Verify "
` [PATCH 15/37] libext2fs: Create the block "
` [PATCH 16/37] dumpe2fs: Display "
` [PATCH 17/37] e2fsck: Verify "
` [PATCH 18/37] e2fsck: Don't verify bitmap checksums
` [PATCH 19/37] tune2fs: Rewrite block "
` [PATCH 20/37] libext2fs: Verify and calculate extent tree block checksums
` [PATCH 21/37] tune2fs: Enable extent tree checksums
` [PATCH 22/37] libext2fs: Introduce dx_tail and dir_entry_tail
` [PATCH 23/37] debugfs: Print htree internal node checksums
` [PATCH 24/37] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers
` [PATCH 25/37] e2fsck: Verify htree root/node checksums
` [PATCH 26/37] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes
` [PATCH 27/37] e2fsck: Check directory leaf block checksums
` [PATCH 28/37] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID
` [PATCH 29/37] libext2fs: Verify and calculate extended attribute block checksums
` [PATCH 30/37] e2fsck: Check "
` [PATCH 32/37] libext2fs: Extend inode checksum to cover the EA block
` [PATCH 33/37] tune2fs: Rewrite extended attribute block checksums
` [PATCH 34/37] libext2fs: Calculate and verify superblock checksums
` [PATCH 35/37] e2fsck: Handle superblock checksum errors gracefully
` [PATCH 36/37] e2p: Print superblock checksum in list_super
` [PATCH 37/37] e2fsck: Support CRC32c checksum in journal commit blocks

[GIT PULL] ext4 fixes for 3.1-rc5
 2011-08-31 21:42 UTC  (5+ messages)

linux-next: Tree for Aug 30 (jbd2 + bug.h)
 2011-08-31 20:14 UTC 

[PATCH 0/6 v7] ext4: fix 1k block bugs
 2011-08-31 19:44 UTC  (10+ messages)
` [PATCH 1/6 v7] ext4: Add new ext4_discard_partial_page_buffers routines
` [PATCH 2/6 v7] ext4: fix xfstests 75, 112, 127 punch hole failure
` [PATCH 3/6 v7] ext4: fix 2nd xfstests "
` [PATCH 4/6 v7] ext4: Lock i_mutex for punch hole
` [PATCH 5/6 v7] ext4: fix fsx truncate failure
` [PATCH 6/6 v7] ext4: fix partial page writes

[Bug 41682] New: INFO: possible circular locking dependency detected .. at ext4_evict_inode
 2011-08-31 16:13 UTC  (4+ messages)
` [Bug 41682] "

[PATCH] ext4: Fix a possible corruption in dx_probe
 2011-08-31 16:00 UTC 

ext2fs_block_iterate (e2, EXT2_RESIZE_INO, ...) => EXT2_ET_FILE_TOO_BIG?
 2011-08-31 15:59 UTC  (3+ messages)

[PATCH ] ext3: Fix a possible corruption in dx_probe
 2011-08-31 15:57 UTC 

[PATCH] mke2fs.8: Fix the documentation of maximum journal size
 2011-08-31 13:35 UTC 

[PATCH] fix the outdated comment in ext2_nfs_get_inode()
 2011-08-31  2:06 UTC  (3+ messages)

[URGENT PATCH] ext4: fix potential deadlock in ext4_evict_inode()
 2011-08-31  1:15 UTC  (19+ messages)

[PATCH] ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
 2011-08-31  1:08 UTC 

Bug#615998: linux-image-2.6.32-5-xen-amd64: Repeatable "kernel BUG at fs/jbd2/commit.c:534" from Postfix on ext4
 2011-08-31  0:26 UTC  (13+ messages)
  ` Bug#615998: linux-image-2.6.32-5-xen-amd64: Repeatable "kernelBUG "

ext4: Always verify extent tree blocks
 2011-08-30 23:04 UTC  (2+ messages)

[PATCH 0/4] 32/64 bit llseek hashes (v4)
 2011-08-30 22:12 UTC  (2+ messages)

[PATCH 0/2] 32/64 bit llseek hashes (v3)
 2011-08-30 22:07 UTC  (7+ messages)
` [PATCH 3 2/4] Return 32/64-bit dir name hash according to usage type

[Bug 42052] New: kernel BUG at build/buildd/linux-2.6.38/kernel/timer.c:668
 2011-08-30 20:20 UTC  (6+ messages)
` [Bug 42052] "

[PATCH] fix the outdated comment in ext2_nfs_get_inode()
 2011-08-30 11:46 UTC 

[PATCH] fix the outdated comment in ext2_nfs_get_inode()
 2011-08-30 11:29 UTC  (3+ messages)

lockdep warnings - possible circular locking
 2011-08-30 10:55 UTC  (4+ messages)

[RFC] implementation of delayed extent list
 2011-08-30  9:00 UTC  (6+ messages)
` [RFC PATCH 1/5] ext4: add two structures delayed extent list nees
` [RFC PATCH 2/5] ext4: add a delayed extents list in inode
` [RFC PATCH 3/5] ext4: add operations on delayed extent tree
` [RFC PATCH 4/5] ext4: let ext4 maintian delayed extent lists
` [RFC PATCH 5/5] ext4: reimplement fiemap on delayed extent list

[PATCH v2] e2fsprogs: add 64bit-online-resize support
 2011-08-30  8:13 UTC 

(unknown),
 2011-08-30  8:10 UTC  (16+ messages)
` [PATCH v2 01/15] ext4: add a function which extends a group without checking parameters
` [PATCH v2 02/15] ext4: add a function which adds a new desc to a fs
` [PATCH v2 03/15] ext4: add a function which sets up a new group desc
` [PATCH v2 04/15] ext4: add a function which updates super block
` [PATCH v2 05/15] ext4: add a structure which will be used by 64bit-resize interface
` [PATCH v2 06/15] ext4: add a function which sets up group blocks of a flex groups
` [PATCH v2 07/15] ext4: add a function which adds several group descriptors
` [PATCH v2 08/15] ext4: add a function which sets up a flex groups each time
` [PATCH v2 09/15] ext4: enable ext4_update_super() to handle a flex groups
` [PATCH v2 10/15] ext4: pass verify_reserved_gdb() the number of group decriptors
` [PATCH v2 11/15] ext4: add a new function which allocates bitmaps and inode tables
` [PATCH v2 12/15] ext4: add a new function which adds a flex group to a fs
` [PATCH v2 13/15] ext4: add new online resize interface
` [PATCH v2 14/15] ext4: let ext4_group_extend() use common code
` [PATCH v2 15/15] ext4: let ext4_group_add() "

[PATCH v2] ext4: make quota as first class supported feature
 2011-08-29 23:17 UTC  (6+ messages)

[Bug 41502] New: cfq-iosched: a regression
 2011-08-29 21:47 UTC  (4+ messages)
` [Bug 41502] "

ext4 lockdep trace (3.1.0rc3)
 2011-08-29 20:47 UTC 

[PATCH] xfstests: don't print "do not support" warnings unless verbose is specified
 2011-08-29 13:37 UTC  (3+ messages)

xfstests test #74 failure
 2011-08-29 13:32 UTC  (2+ messages)
` KVM-based xfstests appliance

[PATCH 1/2] ext4: EXT4_FREEBLOCKS_WATERMARK is overly pessimistic
 2011-08-29 13:27 UTC  (8+ messages)
` [PATCH 2/2] percpu_counter: Put a reasonable upper bound on percpu_counter_batch
    ` [PATCH] "

REPLY VERY URGENTLY
 2011-08-29 11:59 UTC 

BUG: i_size and i_blocks corruption on ext4 with ^huge_file
 2011-08-29  1:45 UTC 

Beloved
 2011-08-27  1:49 UTC 

[PATCH 0/5 v6] ext4: fix 1k block bugs
 2011-08-28  2:22 UTC  (7+ messages)
` [PATCH 1/5 v6] ext4: Add new ext4_discard_partial_page_buffers routines
` [PATCH 5/5 v6] ext4: fix partial page writes

question about punch hole
 2011-08-28  1:09 UTC  (5+ messages)

New resize interface implementation
 2011-08-26 20:06 UTC  (3+ messages)

[patch 2/2] jbd2: use gfp_t instead of int
 2011-08-26  9:20 UTC 

[patch 1/2] jbd2: remove an unneeded NULL check
 2011-08-26  9:19 UTC 

[PATCH 1/2] ext4: remove redundant argument in mb_find_extent()
 2011-08-26  3:17 UTC 


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).