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
2012-03-06 20:48:48 linux-ext4 [PATCH 08/23] ext4: Calculate and verify block bitmap checksum
2012-03-06 20:48:34 linux-ext4 [PATCH 06/23] ext4: Calculate and verify inode checksums
2012-03-06 20:48:28 linux-ext4 [PATCH 05/23] ext4: Calculate and verify superblock checksum
2012-03-06 20:48:21 linux-ext4 [PATCH 04/23] ext4: Only call out to crc32c if necessary
2012-03-06 20:48:14 linux-ext4 [PATCH 03/23] ext4: Record the checksum algorithm in use in the superblock
2012-03-06 20:48:11 linux-ext4 [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
2012-03-06 20:48:07 linux-ext4 [PATCH 02/23] ext4: Change on-disk layout to support extended metadata checksumming
2012-03-06 20:47:50 linux-ext4 [PATCH v3 00/23] ext4: Add metadata checksumming
2012-03-06 19:40:46 linux-ext4 [PATCH] ext4: Update s_free_{inodes,blocks}_count during online resize
2012-03-03 03:56:19 linux-ext4 [RFC v2] ext4: Rework metadata_csum/gdt_csum flag handling in kernel
2012-03-03 03:50:48 linux-ext4 [RFC v2] e2fsprogs: Rework metadata_csum/gdt_csum flag handling
2012-02-29 01:32:52 linux-kernel [RFC] ext4: Rework metadata_csum/gdt_csum flag handling in kernel
2012-02-29 01:32:42 linux-ext4 [RFC] ext4: Rework metadata_csum/gdt_csum flag handling in kernel
2012-02-29 01:28:13 linux-kernel [RFC] e2fsprogs: Rework metadata_csum/gdt_csum flag handling
2012-02-29 01:27:38 linux-ext4 [RFC] e2fsprogs: Rework metadata_csum/gdt_csum flag handling
2012-02-17 18:51:59 linux-ext4 Re: [PATCH 2/2] misc: Add fuse2fs, a FUSE server for e2fsprogs
2012-02-15 20:41:05 linux-ext4 Re: [PATCH] libext2fs: Only link an inode into a directory once
2012-02-09 19:55:18 linux-ext4 Re: Collapsing the number of feature flags (was Re: [PATCH v2.3 00/23] ext4: Add metadata checksumming)
2012-01-18 22:29:01 linux-ext4 [PATCH 13/13] crc32: Select an algorithm via kconfig
2012-01-18 22:29:01 linux-crypto [PATCH 13/13] crc32: Select an algorithm via kconfig
2012-01-18 22:28:54 linux-ext4 [PATCH 12/13] crc32: Add self-test code for crc32c
2012-01-18 22:28:54 linux-crypto [PATCH 12/13] crc32: Add self-test code for crc32c
2012-01-18 22:28:48 linux-crypto [PATCH 11/13] crypto: crc32c should use library implementation
2012-01-18 22:28:48 linux-ext4 [PATCH 11/13] crypto: crc32c should use library implementation
2012-01-18 22:28:44 linux-ext4 [PATCH 07/13] crc32: Add slice-by-8 algorithm to existing code
2012-01-18 22:28:41 linux-ext4 [PATCH 10/13] crc32: Bolt on crc32c
2012-01-18 22:28:41 linux-crypto [PATCH 10/13] crc32: Bolt on crc32c
2012-01-18 22:28:35 linux-crypto [PATCH 09/13] crc32: Add note about this patchset to crc32.c
2012-01-18 22:28:35 linux-ext4 [PATCH 09/13] crc32: Add note about this patchset to crc32.c
2012-01-18 22:28:29 linux-crypto [PATCH 08/13] crc32: Optimize loop counter for x86
2012-01-18 22:28:29 linux-ext4 [PATCH 08/13] crc32: Optimize loop counter for x86
2012-01-18 22:28:22 linux-crypto [PATCH 07/13] crc32: Add slice-by-8 algorithm to existing code
2012-01-18 22:28:14 linux-crypto [PATCH 06/13] crc32: Make CRC_*_BITS definition correspond to actual bit counts
2012-01-18 22:28:14 linux-ext4 [PATCH 06/13] crc32: Make CRC_*_BITS definition correspond to actual bit counts
2012-01-18 22:28:07 linux-crypto [PATCH 04/13] crc32: Miscellaneous cleanups
2012-01-18 22:28:07 linux-crypto [PATCH 05/13] crc32: Fix mixing of endian-specific types
2012-01-18 22:28:07 linux-ext4 [PATCH 05/13] crc32: Fix mixing of endian-specific types
2012-01-18 22:28:01 linux-crypto [PATCH 03/13] crc32: Simplify unit test code
2012-01-18 22:28:00 linux-ext4 [PATCH 04/13] crc32: Miscellaneous cleanups
2012-01-18 22:27:57 linux-ext4 [PATCH 02/13] crc32: Move long comment about crc32 fundamentals to Documentation/
2012-01-18 22:27:53 linux-ext4 [PATCH 03/13] crc32: Simplify unit test code
2012-01-18 22:27:49 linux-crypto [PATCH 01/13] crc32: removed two instances of trailing whitespaces
2012-01-18 22:27:47 linux-crypto [PATCH 02/13] crc32: Move long comment about crc32 fundamentals to Documentation/
2012-01-18 22:27:40 linux-ext4 [PATCH 01/13] crc32: removed two instances of trailing whitespaces
2012-01-18 22:27:33 linux-crypto [PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code
2012-01-18 22:27:33 linux-ext4 [PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code
2012-01-07 08:55:39 linux-ext4 [PATCH 2/2] misc: Add fuse2fs, a FUSE server for e2fsprogs
2012-01-07 08:55:33 linux-ext4 [PATCH 1/2] libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs)
2012-01-07 08:55:27 linux-ext4 [RFC 0/2] e2fsprogs: Add FUSE server
2012-01-07 08:38:36 linux-ext4 [PATCH 50/51] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation
2012-01-07 08:38:29 linux-ext4 [PATCH 49/51] libext2fs: Enable support for the metadata checksumming feature