djwong ([email protected])

Number of posts: 1236 (0.45 per day)
First post: 2004-11-05 19:37:26
Last post: 2012-05-15 18:52:51

Date List Subject
2011-09-01 00:36:51 linux-ext4 [PATCH 15/37] libext2fs: Create the block bitmap checksum
2011-09-01 00:36:47 linux-ext4 [PATCH 14/37] e2fsck: Verify inode bitmap checksum
2011-09-01 00:36:42 linux-ext4 [PATCH 13/37] dumpe2fs: Display inode bitmap checksum
2011-09-01 00:36:32 linux-ext4 [PATCH 11/37] libext2fs: Create the inode bitmap checksum
2011-09-01 00:36:32 linux-ext4 [PATCH 12/37] tune2fs: Rewrite inode bitmap checksums
2011-09-01 00:36:19 linux-ext4 [PATCH 10/37] mke2fs: Allow metadata checksums to be turned on at mkfs time
2011-09-01 00:36:13 linux-ext4 [PATCH 09/37] e2fsck: Verify and correct inode checksums
2011-09-01 00:36:06 linux-ext4 [PATCH 08/37] tune2fs: Add inode checksum support
2011-09-01 00:36:01 linux-ext4 [PATCH 07/37] debugfs: Dump inode checksum when appropriate
2011-09-01 00:35:58 linux-ext4 [PATCH 06/37] libext2fs: Add inode checksum support
2011-09-01 00:35:50 linux-ext4 [PATCH 05/37] libext2fs: Implement a crc32c self-test
2011-09-01 00:35:44 linux-ext4 [PATCH 04/37] libext2fs: Add crc32c implementation for metadata checksumming
2011-09-01 00:35:39 linux-ext4 [PATCH 03/37] debugfs: Optionally ignore bad checksums
2011-09-01 00:35:27 linux-ext4 [PATCH 02/37] libext2fs: Add metadata checksum flag
2011-09-01 00:35:23 linux-ext4 [PATCH 01/37] e2fsprogs: Read and write full-sized inodes
2011-09-01 00:35:17 linux-ext4 [PATCH v1 00/37] e2fsprogs: Add metadata checksumming
2011-09-01 00:33:36 linux-crypto [PATCH 3/3] crc32c: Implement a self-test for CRC32c
2011-09-01 00:33:36 linux-ext4 [PATCH 3/3] crc32c: Implement a self-test for CRC32c
2011-09-01 00:33:30 linux-crypto [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c
2011-09-01 00:33:30 linux-ext4 [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c
2011-09-01 00:33:24 linux-crypto [PATCH 1/3] crc32c: Implement CRC32c with slicing-by-8 algorithm
2011-09-01 00:33:24 linux-ext4 [PATCH 1/3] crc32c: Implement CRC32c with slicing-by-8 algorithm
2011-09-01 00:33:17 linux-crypto [PATCH v1 0/3] crc32c: Add faster algorithm and self-test code
2011-09-01 00:33:17 linux-ext4 [PATCH v1 0/3] crc32c: Add faster algorithm and self-test code
2011-09-01 00:32:43 linux-ext4 [PATCH 15/16] ext4: Calculate and verify superblock checksum
2011-09-01 00:32:24 linux-ext4 [PATCH 16/16] jbd2: Support CRC32C transaction checksums
2011-09-01 00:32:07 linux-ext4 [PATCH 14/16] ext4: Make inode checksum cover empty space
2011-09-01 00:32:00 linux-ext4 [PATCH 13/16] ext4: Calculate and verify checksums of extended attribute blocks
2011-09-01 00:31:53 linux-ext4 [PATCH 12/16] ext4: Calculate and verify checksums of directory leaf blocks
2011-09-01 00:31:47 linux-ext4 [PATCH 11/16] ext4: Calculate and verify checksums for htree nodes
2011-09-01 00:31:45 linux-ext4 [PATCH 06/16] ext4: Calculate and verify inode checksums
2011-09-01 00:31:41 linux-ext4 [PATCH 10/16] ext4: Verify and calculate checksums for extent tree blocks
2011-09-01 00:31:34 linux-ext4 [PATCH 09/16] ext4: Calculate and verify block bitmap checksum
2011-09-01 00:31:28 linux-ext4 [PATCH 08/16] ext4: Calculate and verify checksums for inode bitmaps
2011-09-01 00:31:19 linux-ext4 [PATCH 07/16] ext4: Create bitmap checksum helper functions
2011-09-01 00:31:04 linux-ext4 [PATCH 05/16] ext4: Create a rocompat flag for extended metadata checksumming
2011-09-01 00:30:57 linux-ext4 [PATCH 04/16] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
2011-09-01 00:30:50 linux-ext4 [PATCH 03/16] ext4: ext4_mkdir should dirty dir_block with the parent inode
2011-09-01 00:30:44 linux-ext4 [PATCH 02/16] ext4: ext4_rename should dirty dir_bh with the correct directory
2011-09-01 00:30:37 linux-ext4 [PATCH 01/16] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode
2011-09-01 00:30:31 linux-ext4 [PATCH v1 00/16] ext4: Add metadata checksumming
2011-08-30 23:05:28 linux-ext4 Re: ext4: Always verify extent tree blocks
2011-08-29 22:10:23 linux-ext4 Re: ext4: Always verify extent tree blocks
2011-08-23 02:35:21 linux-ext4 Re: [RFC] ext4 metadata checksumming design
2011-08-18 23:00:43 linux-ext4 Re: [RFC] ext4 metadata checksumming design
2011-08-18 18:14:19 linux-ext4 Re: [RFC] ext4 metadata checksumming design
2011-08-17 17:09:16 linux-ext4 Re: [RFC] ext4 metadata checksumming design
2011-08-17 03:39:56 linux-ext4 [PATCH] ext4: ext4_mkdir should dirty dir_block with the parent inode
2011-08-17 03:35:46 linux-ext4 [PATCH] ext4_rename should dirty dir_bh with the correct directory
2011-08-17 03:25:19 linux-ext4 [RFC] ext4 metadata checksumming design
2011-08-11 22:14:31 linux-ext4 Re: [PATCH] ext4: Always verify extent tree blocks