Show patches with: Submitter = Darrick J. Wong       |   554 patches
« 1 2 ... 3 4 5 6 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[22/50] debugfs: Print htree internal node checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[21/50] libext2fs: Introduce dx_tail and dir_entry_tail - - - - --- 2011-11-29 Darrick J. Wong Superseded
[20/50] e2fsck: Verify extent tree blocks and clear the bad ones - - - - --- 2011-11-29 Darrick J. Wong Superseded
[19/50] tune2fs: Enable extent tree checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[18/50] libext2fs: Verify and calculate extent tree block checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[17/50] tune2fs: Rewrite block bitmap checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[16/50] e2fsck: Don't verify bitmap checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[15/50] e2fsck: Verify block bitmap checksum - - - - --- 2011-11-29 Darrick J. Wong Superseded
[14/50] dumpe2fs: Display block bitmap checksum - - - - --- 2011-11-29 Darrick J. Wong Superseded
[13/50] libext2fs: Create the block bitmap checksum - - - - --- 2011-11-29 Darrick J. Wong Superseded
[12/50] e2fsck: Verify inode bitmap checksum - - - - --- 2011-11-29 Darrick J. Wong Superseded
[11/50] dumpe2fs: Display inode bitmap checksum - - - - --- 2011-11-29 Darrick J. Wong Superseded
[10/50] tune2fs: Rewrite inode bitmap checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[09/50] libext2fs: Create the inode bitmap checksum - - - - --- 2011-11-29 Darrick J. Wong Superseded
[08/50] mke2fs: Allow metadata checksums to be turned on at mkfs time - - - - --- 2011-11-29 Darrick J. Wong Superseded
[07/50] e2fsck: Verify and correct inode checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[06/50] tune2fs: Add inode checksum support - - - - --- 2011-11-29 Darrick J. Wong Superseded
[05/50] debugfs: Dump inode checksum when appropriate - - - - --- 2011-11-29 Darrick J. Wong Superseded
[04/50] libext2fs: Add inode checksum support - - - - --- 2011-11-29 Darrick J. Wong Superseded
[03/50] debugfs: Optionally ignore bad checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[02/50] libext2fs: Add metadata checksum flag - - - - --- 2011-11-29 Darrick J. Wong Superseded
[01/50] libext2fs: Read and write full size inodes - - - - --- 2011-11-29 Darrick J. Wong Superseded
[22/22] jbd2: Checksum data blocks that are stored in the journal - - - - --- 2011-11-28 Darrick J. Wong Superseded
[21/22] jbd2: Checksum commit blocks - - - - --- 2011-11-28 Darrick J. Wong Superseded
[20/22] jbd2: Checksum descriptor blocks - - - - --- 2011-11-28 Darrick J. Wong Superseded
[19/22] jbd2: Checksum revocation blocks - - - - --- 2011-11-28 Darrick J. Wong Superseded
[18/22] jbd2: Update structure definitions and flags to support extended checksumming - - - - --- 2011-11-28 Darrick J. Wong Superseded
[17/22] jbd2: Grab a reference to the crc32c driver only when necessary - - - - --- 2011-11-28 Darrick J. Wong Superseded
[16/22] jbd2: Update structure definitions and flags to support extended checksumming - - - - --- 2011-11-28 Darrick J. Wong Superseded
[15/22] ext4: Add checksums to the MMP block - - - - --- 2011-11-28 Darrick J. Wong Superseded
[14/22] ext4: Add new feature to make block group checksums use metadata_csum algorithm - - - - --- 2011-11-28 Darrick J. Wong Superseded
[13/22] ext4: Calculate and verify checksums of extended attribute blocks - - - - --- 2011-11-28 Darrick J. Wong Superseded
[12/22] ext4: Calculate and verify checksums of directory leaf blocks - - - - --- 2011-11-28 Darrick J. Wong Superseded
[11/22] ext4: Calculate and verify checksums for htree nodes - - - - --- 2011-11-28 Darrick J. Wong Superseded
[10/22] ext4: Verify and calculate checksums for extent tree blocks - - - - --- 2011-11-28 Darrick J. Wong Superseded
[09/22] ext4: Calculate and verify block bitmap checksum - - - - --- 2011-11-28 Darrick J. Wong Superseded
[08/22] ext4: Calculate and verify checksums for inode bitmaps - - - - --- 2011-11-28 Darrick J. Wong Superseded
[07/22] ext4: Create bitmap checksum helper functions - - - - --- 2011-11-28 Darrick J. Wong Superseded
[06/22] ext4: Calculate and verify inode checksums - - - - --- 2011-11-28 Darrick J. Wong Superseded
[05/22] ext4: Calculate and verify superblock checksum - - - - --- 2011-11-28 Darrick J. Wong Superseded
[04/22] ext4: Only call out to crc32c if necessary - - - - --- 2011-11-28 Darrick J. Wong Superseded
[03/22] ext4: Record the checksum algorithm in use in the superblock - - - - --- 2011-11-28 Darrick J. Wong Superseded
[02/22] ext4: Create a rocompat flag for extended metadata checksumming - - - - --- 2011-11-28 Darrick J. Wong Superseded
[01/22] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation - - - - --- 2011-11-28 Darrick J. Wong Superseded
[14/14] crc32: Select an algorithm via kconfig - - - - --- 2011-11-28 Darrick J. Wong Superseded
[13/14] crc32: Add self-test code for crc32c - - - - --- 2011-11-28 Darrick J. Wong Superseded
[12/14] crypto: crc32c should use library implementation - - - - --- 2011-11-28 Darrick J. Wong Superseded
[11/14] crc32: Bolt on crc32c - - - - --- 2011-11-28 Darrick J. Wong Superseded
[10/14] Some final changes - - - - --- 2011-11-28 Darrick J. Wong Superseded
[09/14] Add two changes that improve the performance of x86 systems - - - - --- 2011-11-28 Darrick J. Wong Superseded
[08/14] add slicing-by-8 algorithm to the existing - - - - --- 2011-11-28 Darrick J. Wong Superseded
[07/14] crc32.c provides a choice of one of several algorithms for - - - - --- 2011-11-28 Darrick J. Wong Superseded
[06/14] crc32.c in its original version freely mixed u32, __le32 and __be32 types - - - - --- 2011-11-28 Darrick J. Wong Superseded
[05/14] Misc cleanup of lib/crc32.c and related files - - - - --- 2011-11-28 Darrick J. Wong Superseded
[04/14] Replace 2D array references by pointer references in loops. - - - - --- 2011-11-28 Darrick J. Wong Superseded
[03/14] Replaced the unit test provided in crc32.c, which doesn't have a - - - - --- 2011-11-28 Darrick J. Wong Superseded
[02/14] Moved a long comment from lib/crc32.c to Documentation/crc32.txt - - - - --- 2011-11-28 Darrick J. Wong Superseded
[01/14] removed two instances of trailing whitespaces - - - - --- 2011-11-28 Darrick J. Wong Superseded
[5/5] ext4: Fix endian problem in MMP initialization - - - - --- 2011-10-21 Darrick J. Wong Superseded
[4/5] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint - - - - --- 2011-10-21 Darrick J. Wong Accepted
[3/5] ext4: ext4_mkdir should dirty dir_block with the parent inode - - - - --- 2011-10-21 Darrick J. Wong Superseded
[2/5] ext4: ext4_rename should dirty dir_bh with the correct directory - - - - --- 2011-10-21 Darrick J. Wong Superseded
[1/5] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode - - - - --- 2011-10-21 Darrick J. Wong Superseded
debugfs: Fix sprintf stack overflow - - 1 - --- 2011-10-12 Darrick J. Wong Accepted
[28/28] jbd2: Checksum data blocks that are stored in the journal - - - - --- 2011-10-08 Darrick J. Wong Superseded
[27/28] jbd2: Checksum commit blocks - - - - --- 2011-10-08 Darrick J. Wong Superseded
[26/28] jbd2: Checksum descriptor blocks - - - - --- 2011-10-08 Darrick J. Wong Superseded
[25/28] jbd2: Checksum revocation blocks - - - - --- 2011-10-08 Darrick J. Wong Superseded
[24/28] jbd2: Update structure definitions and flags to support extended checksumming - - - - --- 2011-10-08 Darrick J. Wong Superseded
[23/28] jbd2: Grab a reference to the crc32c driver only when necessary - - - - --- 2011-10-08 Darrick J. Wong Superseded
[22/28] jbd2: Update structure definitions and flags to support extended checksumming - - - - --- 2011-10-08 Darrick J. Wong Superseded
[21/28] ext4: Add checksums to the MMP block - - - - --- 2011-10-08 Darrick J. Wong Superseded
[20/28] ext4: Add new feature to make block group checksums use metadata_csum algorithm - - - - --- 2011-10-08 Darrick J. Wong Superseded
[19/28] ext4: Calculate and verify checksums of extended attribute blocks - - - - --- 2011-10-08 Darrick J. Wong Superseded
[18/28] ext4: Calculate and verify checksums of directory leaf blocks - - - - --- 2011-10-08 Darrick J. Wong Superseded
[17/28] ext4: Calculate and verify checksums for htree nodes - - - - --- 2011-10-08 Darrick J. Wong Superseded
[16/28] ext4: Verify and calculate checksums for extent tree blocks - - - - --- 2011-10-08 Darrick J. Wong Superseded
[15/28] ext4: Calculate and verify block bitmap checksum - - - - --- 2011-10-08 Darrick J. Wong Superseded
[14/28] ext4: Calculate and verify checksums for inode bitmaps - - - - --- 2011-10-08 Darrick J. Wong Superseded
[13/28] ext4: Create bitmap checksum helper functions - - - - --- 2011-10-08 Darrick J. Wong Superseded
[12/28] ext4: Use i_generation in inode-related metadata checksums - - - - --- 2011-10-08 Darrick J. Wong Superseded
[11/28] ext4: Calculate and verify inode checksums - - - - --- 2011-10-08 Darrick J. Wong Superseded
[10/28] ext4: Calculate and verify superblock checksum - - - - --- 2011-10-08 Darrick J. Wong Superseded
[09/28] ext4: Only call out to crc32c if necessary - - - - --- 2011-10-08 Darrick J. Wong Superseded
[08/28] ext4: Record the checksum algorithm in use in the superblock - - - - --- 2011-10-08 Darrick J. Wong Superseded
[07/28] ext4: Create a rocompat flag for extended metadata checksumming - - - - --- 2011-10-08 Darrick J. Wong Superseded
[06/28] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation - - - - --- 2011-10-08 Darrick J. Wong Superseded
[05/28] ext4: Fix endian problem in MMP initialization - - - - --- 2011-10-08 Darrick J. Wong Superseded
[04/28] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint - - - - --- 2011-10-08 Darrick J. Wong Superseded
[03/28] ext4: ext4_mkdir should dirty dir_block with the parent inode - - - - --- 2011-10-08 Darrick J. Wong Superseded
[02/28] ext4: ext4_rename should dirty dir_bh with the correct directory - - - - --- 2011-10-08 Darrick J. Wong Superseded
[01/28] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode - - - - --- 2011-10-08 Darrick J. Wong Superseded
[v5.1,4/4] crc32: Select an algorithm via kconfig - - - - --- 2011-10-08 Darrick J. Wong New
[47/47] e2fsck: Verify data block checksums when recovering journal - - - - --- 2011-10-08 Darrick J. Wong Superseded
[46/47] e2fsck: Check commit block checksum during recovery - - - - --- 2011-10-08 Darrick J. Wong Superseded
[45/47] e2fsck: Check descriptor block checksum when recovering journal - - - - --- 2011-10-08 Darrick J. Wong Superseded
[44/47] e2fsck: Check revoke block checksum during recovery - - - - --- 2011-10-08 Darrick J. Wong Superseded
[43/47] e2fsck: Check journal superblock checksum prior to recovery - - - - --- 2011-10-08 Darrick J. Wong Superseded
[42/47] libext2fs: Add feature flags for jbd2 v2 checksums - - - - --- 2011-10-08 Darrick J. Wong Superseded
[41/47] tune2fs: Force MMP update when changing metadata_csum flag - - - - --- 2011-10-08 Darrick J. Wong Superseded
« 1 2 ... 3 4 5 6 »