public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-11-21 16:39:51 to 2011-12-01 20:14:10 UTC [more...]

[PATCH v5.2 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-01 20:14 UTC  (5+ 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 1/2] ext4: let mpage_submit_io works well when blocksize < pagesize
 2011-12-01 20:13 UTC  (6+ messages)
` [PATCH 2/2] ext4: let ext4_discard_partial_buffers handle pages without buffers correctly

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-01 20:12 UTC  (17+ messages)
` [PATCH 01/14] removed two instances of trailing whitespaces
` [PATCH 02/14] Moved a long comment from lib/crc32.c to Documentation/crc32.txt
` [PATCH 03/14] Replaced the unit test provided in crc32.c, which doesn't have a
` [PATCH 04/14] Replace 2D array references by pointer references in loops
` [PATCH 05/14] Misc cleanup of lib/crc32.c and related files
` [PATCH 06/14] crc32.c in its original version freely mixed u32, __le32 and __be32 types
` [PATCH 07/14] crc32.c provides a choice of one of several algorithms for
` [PATCH 08/14] add slicing-by-8 algorithm to the existing
` [PATCH 09/14] Add two changes that improve the performance of x86 systems
` [PATCH 10/14] Some final changes
` [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] Set the initial TRIM information as TRIMMED
 2011-12-01  8:39 UTC  (5+ 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  (53+ messages)
` [PATCH 01/50] libext2fs: Read and write full size inodes
` [PATCH 02/50] libext2fs: Add metadata checksum flag
` [PATCH 03/50] debugfs: Optionally ignore bad checksums
` [PATCH 04/50] libext2fs: Add inode checksum support
` [PATCH 05/50] debugfs: Dump inode checksum when appropriate
` [PATCH 06/50] tune2fs: Add inode checksum support
` [PATCH 07/50] e2fsck: Verify and correct inode checksums
` [PATCH 08/50] mke2fs: Allow metadata checksums to be turned on at mkfs time
` [PATCH 09/50] libext2fs: Create the inode bitmap checksum
` [PATCH 10/50] tune2fs: Rewrite inode bitmap checksums
` [PATCH 11/50] dumpe2fs: Display inode bitmap checksum
` [PATCH 12/50] e2fsck: Verify "
` [PATCH 13/50] libext2fs: Create the block "
` [PATCH 14/50] dumpe2fs: Display "
` [PATCH 15/50] e2fsck: Verify "
` [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

[PATCH v2.1 00/22] ext4: Add metadata checksumming
 2011-11-28 23:28 UTC  (23+ messages)
` [PATCH 01/22] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 02/22] ext4: Create a rocompat flag for extended metadata checksumming
` [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 05/22] ext4: Calculate and verify superblock checksum
` [PATCH 06/22] ext4: Calculate and verify inode checksums
` [PATCH 07/22] ext4: Create bitmap checksum helper functions
` [PATCH 08/22] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 09/22] ext4: Calculate and verify block bitmap checksum
` [PATCH 10/22] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 11/22] ext4: Calculate and verify checksums for htree nodes
` [PATCH 12/22] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 13/22] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 14/22] ext4: Add new feature to make block group checksums use metadata_csum algorithm
` [PATCH 15/22] ext4: Add checksums to the MMP block
` [PATCH 16/22] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 17/22] jbd2: Grab a reference to the crc32c driver only when necessary
` [PATCH 18/22] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 19/22] jbd2: Checksum revocation blocks
` [PATCH 20/22] jbd2: Checksum descriptor blocks
` [PATCH 21/22] jbd2: Checksum commit blocks
` [PATCH 22/22] jbd2: Checksum data blocks that are stored in the journal

[RFC PATCH 0/3] VFS: Fix s_umount thaw/write deadlock
 2011-11-28 20:58 UTC  (4+ messages)

WARNING: at fs/inode.c:884 unlock_new_inode+0x34/0x59()
 2011-11-28 19:08 UTC  (5+ messages)

[PATCH] e2fsck: fix "can't find dup_blk" error
 2011-11-28 17:15 UTC  (6+ messages)
      ` [PATCH 1/2] e2fsck: fix handling of duplicate blocks with bigalloc file systems
        ` [PATCH 2/2] tests: add test case for multiply claimed blocks with bigalloc

[PATCH 34/62] ext2: remove the second argument of k[un]map_atomic()
 2011-11-28 14:15 UTC  (5+ messages)
` [PATCH 37/62] jbd: "
` [PATCH 38/62] jbd2: "

[PATCH v3 0/8] Filesystem io types statistic
 2011-11-28 12:20 UTC  (9+ messages)
` [PATCH v3 1/8] ext4: add percpu counters and related functions to account io types
  ` [PATCH v3 2/8] ext4: add wrapper functions for buffer layer
  ` [PATCH v3 3/8] ext4: account the metadata request of read operations in buffered io
  ` [PATCH v3 4/8] ext4: account the data "
  ` [PATCH v3 5/8] ext4: account the metadata request of write "
  ` [PATCH v3 6/8] ext4: account the data "
  ` [PATCH v3 7/8] ext4: request accouting in direct io
  ` [PATCH v3 8/8] ext4: show the result of io types accouting

ceph and ext4
 2011-11-28 11:03 UTC  (8+ messages)
      ` Increase xattr space by allocating contiguous xattr blocks
            ` [PATCH] xfstests: Sort recursive getfattr output in 062

[PATCH] xfstests: mount other filesystems with selinux context as well
 2011-11-28 11:02 UTC  (2+ messages)

[PATCH] xfstests: make xattr test 020 generic
 2011-11-28 11:01 UTC  (2+ messages)

[PATCH] libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN
 2011-11-28  1:46 UTC 

Ext4 newbie trying to recover its partition table
 2011-11-27 19:29 UTC  (3+ messages)

fsfuzzer: exabyte file sizes
 2011-11-26  5:26 UTC  (2+ messages)

[PATCH] e2fsck: Fix the wrong error detection for non-extent file
 2011-11-26  2:31 UTC  (2+ messages)

[PATCH] ext4: replace ll_rw_block with other functions
 2011-11-25 23:28 UTC  (2+ messages)

[PATCH] ext4: fix race condition when loading block or inode bitmaps
 2011-11-25 16:19 UTC  (4+ messages)

[PATCH] ext4: fix racy use-after-free in ext4_end_io_dio()
 2011-11-24 23:52 UTC  (3+ messages)

[PATCH] ext4: remove useless functions in inode.c
 2011-11-24 12:37 UTC 

wifi issues workaround
 2011-11-24 10:24 UTC 

Support for ext4 hidden quota inodes in quota-tools
 2011-11-23 11:32 UTC  (3+ messages)

Bug with "fix partial page writes"
 2011-11-22 15:57 UTC  (9+ messages)
        ` Fwd: "

[PATCH v2] jbd: clear revoked flag on buffers before a new transaction started
 2011-11-22 12:52 UTC  (4+ messages)

[patch] ext3: NULL dereference in ext3_evict_inode()
 2011-11-22 12:36 UTC  (2+ messages)

[OOPS]: Kernel 3.1 (ext3?)
 2011-11-22 11:42 UTC  (4+ messages)

[RFC][PATCH 0/8] xfstests: rework large filesystem testing
 2011-11-22  9:28 UTC  (3+ messages)

Better organizing ext4 development community
 2011-11-22  5:12 UTC  (6+ messages)

ext4 bugfixes for 3.2
 2011-11-21 19:09 UTC 

[PATCH V2 00/19] ext4: Add inline data support
 2011-11-21 16:39 UTC  (12+ messages)
` [PATCH V2 01/19] ext4: Move extra inode read to a new function
  ` [PATCH V2 04/19] ext4: Add read support for inline data
  ` [PATCH V2 11/19] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V2 12/19] ext4: Let ext4_readdir handle inline data
  ` [PATCH V2 13/19] ext4: Create a new function search_dir
  ` [PATCH V2 14/19] ext4: let ext4_find_entry handle inline data
  ` [PATCH V2 15/19] ext4: make ext4_delete_entry generic
  ` [PATCH V2 16/19] ext4: let ext4_delete_entry handle inline data
  ` [PATCH V2 17/19] ext4: let empty_dir handle inline dir
  ` [PATCH V2 18/19] ext4: let ext4_rename "
  ` [PATCH V2 19/19] ext4: Enable ext4 inline support

[PATCH] ext4: fix up a undefined error in ext4_free_blocks
 2011-11-21 17:10 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