linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-29 00:29:41 to 2011-12-08 20:46:35 UTC [more...]

[PATCH] ext4: Fix error handling on inode bitmap corruption
 2011-12-08 20:46 UTC  (4+ messages)
` [PATCH] ext3: "

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

Bug with "fix partial page writes"
 2011-12-08 18:12 UTC  (22+ messages)
      ` Bug with "fix partial page writes" [3.2-rc regression]

[PATCH v2 0/7] fix s_umount thaw/write and journal deadlock
 2011-12-08 18:04 UTC  (8+ messages)
` [PATCH v2 1/7] Adding support to freeze and unfreeze a journal
` [PATCH v2 2/7] Freeze and thaw the journal on ext4 freeze
` [PATCH v2 3/7] VFS: Fix s_umount thaw/write deadlock
` [PATCH v2 4/7] VFS: Rename and refactor writeback_inodes_sb_if_idle
` [PATCH v2 5/7] VFS: Avoid read-write deadlock in try_to_writeback_inodes_sb
` [PATCH v2 6/7] VFS: Document s_frozen state through freeze_super
` [PATCH v2 7/7] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs

[PATCH] resize2fs: Calculate s_first_data_block into minimum filesystem size
 2011-12-08 14:09 UTC 

[PATCH][RFC] ext4: fix a panic by ext4_change_inode_journal_flag() with delalloc mode
 2011-12-08 10:40 UTC  (2+ messages)

[PATCH] ext4: check flags's EXT4_GET_BLOCKS_DELALLOC_RESERVE before call ext4_find_delalloc_cluster()
 2011-12-08  8:36 UTC  (4+ messages)
` [PATCH v2] ext4: directly leave out of ext4_find_delalloc_range() if filesystem mount with "nodelalloc"

[PATCH 0/5 resend] fix s_umount thaw/write and journal deadlock
 2011-12-08  0:05 UTC  (16+ messages)
` [PATCH 1/5 resend] Adding support to freeze and unfreeze a journal
` [PATCH 2/5 resend] Thaw the journal when you unfreeze the fs
` [PATCH 3/5 resend] VFS: Fix s_umount thaw/write deadlock
` [PATCH 4/5 resend] VFS: Rename vfs_check_frozen() to vfs_block_until_thawed()
` [PATCH 5/5 resend] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs

[PATCH] ext4: replace ll_rw_block with other functions
 2011-12-07 23:24 UTC  (5+ messages)
` [PATCH] ext3: "

[PATCH] libext2fs: change getpagesize to sysconf
 2011-12-07 16:16 UTC 

[PATCH] mke2fs: fix -T/-t usage output
 2011-12-07 16:15 UTC 

[PATCH 00/02] ext2: Reserve feature flags
 2011-12-07 10:14 UTC  (7+ messages)
` [PATCH 01/02] ext2: reserve INCOMPAT_INLINEDATA feature flag
` [PATCH 02/02] ext2: reserve INCOMPAT_LARGEDIR "

[PATCH v2.1 00/22] ext4: Add metadata checksumming
 2011-12-07  8:40 UTC  (24+ messages)
` [PATCH 02/22] ext4: Create a rocompat flag for extended "
` [PATCH 03/22] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 04/22] ext4: Only call out to crc32c if necessary
` [PATCH 06/22] ext4: Calculate and verify inode checksums
` [PATCH 07/22] ext4: Create bitmap checksum helper functions
` [PATCH 10/22] ext4: Verify and calculate checksums for extent tree blocks

[PATCH 1/2] ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized
 2011-12-07  5:21 UTC  (2+ messages)
` [PATCH 2/2] ext4: let ext4_bio_write_page handle EOF correctly

[PATCH 1/1] ext4: correct partial write discard size calculation
 2011-12-07  0:14 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-12-06 21:26 UTC  (12+ messages)

[PATCH 1/6] ext2: fix up error handling for insert_inode_locked
 2011-12-06 23:19 UTC  (6+ messages)
  ` [PATCH 1/6 v2] "
` [PATCH 2/6] ext3: "
  ` [PATCH 2/6 V2] "
` [PATCH 3/6] ext4: "
  ` [PATCH 3/6 V2] "

WARNING: at fs/inode.c:884 unlock_new_inode+0x34/0x59()
 2011-12-05 21:07 UTC  (7+ messages)

[PATCH] libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps
 2011-12-05 18:02 UTC 

[PATCH] Set the initial TRIM information as TRIMMED
 2011-12-05 11:09 UTC  (16+ messages)

[RFC PATCH] ext4: auto batched discard support at kernel thread
 2011-12-05 10:12 UTC  (5+ messages)

[PATCH] ext4: fix a ext4_msg format in ext4_fill_super()
 2011-12-05  7:58 UTC 

[RFC][PATCH 0/8] xfstests: rework large filesystem testing
 2011-12-04 21:16 UTC  (5+ messages)
` [PATCH 1/8] xfstests: add --largefs check option
` [PATCH 5/8] xfstests: use command line option for setting extra space

[PATCH v5.2 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-03 11:00 UTC  (22+ messages)
` [PATCH 01/14] crc32: removed two instances of trailing whitespaces
` [PATCH 02/14] crc32: Move long comment about crc32 fundamentals to Documentation/
` [PATCH 03/14] crc32: Simplify unit test code
` [PATCH 04/14] crc32: Speed up memory table access on powerpc
` [PATCH 05/14] crc32: Miscellaneous cleanups
` [PATCH 06/14] crc32: Fix mixing of endian-specific types
` [PATCH 07/14] crc32: Make CRC_*_BITS definition correspond to actual bit counts
` [PATCH 08/14] crc32: Add slice-by-8 algorithm to existing code
` [PATCH 09/14] crc32: Optimize loop counter for x86
` [PATCH 10/14] crc32: Add note about this patchset to crc32.c
` [PATCH 11/14] crc32: Bolt on crc32c
` [PATCH 12/14] crypto: crc32c should use library implementation
` [PATCH 13/14] crc32: Add self-test code for crc32c
` [PATCH 14/14] crc32: Select an algorithm via kconfig

[PATCH 1/2] ext4: let mpage_submit_io works well when blocksize < pagesize
 2011-12-02  6:46 UTC  (4+ messages)

[PATCH 1/6] ext4: remove unnecessary var in ext4_ext_insert_extent
 2011-12-02  1:09 UTC  (4+ messages)
` [PATCH 4/6] ext4: remove code related to punching hole from ext4_ext_insert_extent

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-01 20:12 UTC  (3+ messages)

[PATCH] ext4: Remove unused local variable
 2011-11-30 22:02 UTC 

[PATCH] ext4: fix ext4_end_io_dio() racing against fsync()
 2011-11-30 20:53 UTC 

what happened with dccaf33fa37 "ext4: flush any pending end_io requests before DIO" for 3.0?
 2011-11-30 20:38 UTC 

[PATCH]tracepoint: add drop_transaction/update_superblock_end to jbd2
 2011-11-30 11:28 UTC  (2+ messages)

E2fsprogs 1.42 is released!
 2011-11-30  1:23 UTC  (2+ messages)

[GIT PULL] ext4 bugfixes for 3.2-rc4
 2011-11-29 16:45 UTC 

[PATCH v2.1 00/50] e2fsprogs: Add metadata checksumming
 2011-11-29  7:52 UTC  (41+ messages)
` [PATCH 04/50] libext2fs: Add inode checksum support
` [PATCH 06/50] tune2fs: "
` [PATCH 15/50] e2fsck: Verify block bitmap checksum
` [PATCH 16/50] e2fsck: Don't verify bitmap checksums
` [PATCH 17/50] tune2fs: Rewrite block "
` [PATCH 18/50] libext2fs: Verify and calculate extent tree block checksums
` [PATCH 19/50] tune2fs: Enable extent tree checksums
` [PATCH 20/50] e2fsck: Verify extent tree blocks and clear the bad ones
` [PATCH 21/50] libext2fs: Introduce dx_tail and dir_entry_tail
` [PATCH 22/50] debugfs: Print htree internal node checksums
` [PATCH 23/50] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers
` [PATCH 24/50] e2fsck: Verify htree root/node checksums
` [PATCH 25/50] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes
` [PATCH 26/50] e2fsck: Check directory leaf block checksums
` [PATCH 27/50] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID
` [PATCH 28/50] libext2fs: Verify and calculate extended attribute block checksums
` [PATCH 29/50] e2fsck: Check "
` [PATCH 30/50] tune2fs: Rewrite "
` [PATCH 31/50] libext2fs: Calculate and verify superblock checksums
` [PATCH 32/50] e2fsck: Handle superblock checksum errors gracefully
` [PATCH 33/50] libext2fs: Use i_generation in inode-related metadata checksums
` [PATCH 34/50] libext2fs: Record the checksum algorithm in use in the superblock
` [PATCH 35/50] tune2fs: Store checksum algorithm type in superblock
` [PATCH 36/50] mke2fs: Record the checksum algorithm in use in the superblock
` [PATCH 37/50] libext2fs: Block group checksum should use metadata_csum algorithm (if feature flag set)
` [PATCH 38/50] tune2fs: Rewrite block group checksums when changing bg_use_meta_csum feature
` [PATCH 39/50] mke2fs: Warn if not enabling all the features that metadata_csum wants
` [PATCH 40/50] libext2fs: Add checksum to MMP block
` [PATCH 41/50] e2fsck: Verify and correct MMP checksum problems
` [PATCH 42/50] tune2fs: Force MMP update when changing metadata_csum flag
` [PATCH 43/50] libext2fs: Add feature flags for jbd2 v2 checksums
` [PATCH 44/50] e2fsck: Check journal superblock checksum prior to recovery
` [PATCH 45/50] e2fsck: Check revoke block checksum during recovery
` [PATCH 46/50] e2fsck: Check descriptor block checksum when recovering journal
` [PATCH 47/50] e2fsck: Check commit block checksum during recovery
` [PATCH 48/50] e2fsck: Verify data block checksums when recovering journal
` [PATCH 49/50] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation
` [PATCH 50/50] e2fsck: Refactor crc32_be code


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