linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-29 22:43:00 to 2011-09-04 01:47:13 UTC [more...]

[PATCH v1 00/37] e2fsprogs: Add metadata checksumming
 2011-09-04  1:47 UTC  (39+ 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-09-03 19:20 UTC  (7+ messages)

[PATCH] Assume yes when test device is not partitioned
 2011-09-03 17:52 UTC  (3+ messages)

[PATCH 1/2 v4] e2fsprogs: Fix how we treat user-spcified filesystem size
 2011-09-03 15:10 UTC  (4+ messages)

[PATCH] xfstests: Assume yes when test device is not partitioned
 2011-09-03  8:33 UTC 

[PATCH v1 00/16] ext4: Add metadata checksumming
 2011-09-02 22:02 UTC  (34+ 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

EXT4-fs (dm-1): Couldn't remount RDWR because of unprocessed orphan inode list
 2011-09-02 21:00 UTC 

e2fsck sigcatcher breaks valgrind
 2011-09-02 18:28 UTC  (2+ messages)

[Bug 14562] On umount warn in page_alloc.c:1751 __alloc_pages_slowpath
 2011-09-02 14:23 UTC 

[Bug 41682] New: INFO: possible circular locking dependency detected .. at ext4_evict_inode
 2011-09-02 13:09 UTC  (5+ messages)
` [Bug 41682] "

[PATCH v1 0/3] crc32c: Add faster algorithm and self-test code
 2011-09-01 22:28 UTC  (12+ 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

linux-next: Tree for Aug 30 (jbd2 + bug.h)
 2011-09-01 20:30 UTC  (3+ messages)

lock i_mutex for fallocate?
 2011-09-01 17:59 UTC  (7+ messages)

e2fsck aborts when invalid indirect block is encountered
 2011-09-01 17:00 UTC  (4+ messages)

[PATCH ] ext3: Fix a possible corruption in dx_probe
 2011-09-01 16:43 UTC  (2+ messages)

Bug#615998: linux-image-2.6.32-5-xen-amd64: Repeatable "kernel BUG at fs/jbd2/commit.c:534" from Postfix on ext4
 2011-09-01 15:17 UTC  (11+ messages)

New resize interface implementation
 2011-09-01 12:30 UTC  (4+ messages)

[PATCH] ext4: remove deprecated oldalloc
 2011-09-01  8:41 UTC  (2+ messages)

[PATCH 1/5 v2] e2fsprogs: create open() and stat() helpers
 2011-09-01  8:39 UTC  (2+ messages)

[PATCH] mke2fs: Use ext2fs_flush() only once
 2011-09-01  8:38 UTC  (3+ messages)

[PATCH] ext4: Documenatation: remove acl and user_xattr mount options
 2011-09-01  8:38 UTC  (3+ messages)

[PATCH 1/2] resize2fs: Add support for lazy itable initialization
 2011-09-01  8:36 UTC  (4+ messages)

[PATCH] ext4: Remove some deprecated mount options
 2011-09-01  8:35 UTC  (2+ messages)

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

[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

[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] 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  (11+ messages)

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

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  (4+ 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).