public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-11-20 00:02:50 to 2011-11-29 00:32:11 UTC [more...]

[PATCH v2.1 00/50] e2fsprogs: Add metadata checksumming
 2011-11-29  0:32 UTC  (33+ 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 28/50] libext2fs: Verify and calculate extended attribute "
` [PATCH 29/50] e2fsck: Check "
` [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 36/50] mke2fs: Record the checksum algorithm in use in the superblock

[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

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-11-28 22:38 UTC  (15+ 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

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

[PATCH 1/2] ext4: let mpage_submit_io works well when blocksize < pagesize
 2011-11-27  8:59 UTC  (5+ messages)
` [PATCH 2/2] ext4: let ext4_discard_partial_buffers handle pages without buffers correctly

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  (11+ messages)
` [PATCH 1/8] xfstests: add --largefs check option
` [PATCH 2/8] xfstests: rename USE_BIG_LOOPFS to be more generic
` [PATCH 3/8] xfstests: rename RETAIN_AG_BYTES
` [PATCH 4/8] xfstests: use preallocation for ag-wiper
` [PATCH 5/8] xfstests: use command line option for setting extra space
` [PATCH 6/8] xfstest: enable xfs_repair for large filesystem testing
` [PATCH 7/8] xfstests: always us test option when checking large scratch device
` [PATCH 8/8] xfstests: enable large fs testing on ext4

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  (20+ messages)
` [PATCH V2 01/19] ext4: Move extra inode read to a new function
  ` [PATCH V2 02/19] ext4: export inline xattr functions
  ` [PATCH V2 03/19] ext4: Add the basic function for inline data support
  ` [PATCH V2 04/19] ext4: Add read support for inline data
  ` [PATCH V2 05/19] ext4: Add normal write "
  ` [PATCH V2 06/19] ext4: Add journalled "
  ` [PATCH V2 07/19] ext4: Add delalloc "
  ` [PATCH V2 08/19] ext4: Create a new function ext4_init_new_dir
  ` [PATCH V2 09/19] ext4: Refactor __ext4_check_dir_entry to accepts start and size
  ` [PATCH V2 10/19] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [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)

e2fsprogs 1.42-WIP-1120 released
 2011-11-21 13:47 UTC 

[PATCH] ext4: fix format flag in dx_probe()
 2011-11-21  5:39 UTC 

[PATCH v2] ext4: group info caches set to SLAB_MEM_SPREAD flags
 2011-11-21  4:39 UTC  (4+ messages)

[PATCH] e2fsck: return more status if fsck aborts
 2011-11-20 20:56 UTC  (2+ messages)

[PATCH] debugfs: Fix sprintf stack overflow
 2011-11-20 20:47 UTC  (2+ messages)
`  "

[PATCH 1/2] dumpe2fs: dump blocks count used by super and GDT
 2011-11-20 18:28 UTC  (4+ messages)

[PATCH v4 0/15] ext4: add new online resize interface
 2011-11-20 17:15 UTC  (4+ messages)

e2fsprogs: Avoid infinite loop in ext2fs_find_block_device()
 2011-11-20  8:17 UTC  (6+ messages)

[PATCH] ext4: group info caches set to SLAB_MEM_SPREAD flags
 2011-11-20  3:35 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox