Show patches with: Submitter = Darrick J. Wong       |   554 patches
« 1 2 3 45 6 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
libext2fs: When truncating file, punch out blocks at end - - - - --- 2012-01-07 Darrick J. Wong Accepted
libext2fs: Only link an inode into a directory once - - - - --- 2012-01-07 Darrick J. Wong Rejected
libext2fs: Fix various errors result from crc32c/metadata checksum integration - - - - --- 2011-09-30 Darrick J. Wong Accepted
libext2fs: Always swab MMP block on BE machines - - - - --- 2011-09-30 Darrick J. Wong Accepted
ext4_rename should dirty dir_bh with the correct directory - - - - --- 2011-08-17 Darrick J. Wong Accepted
ext4: ext4_mkdir should dirty dir_block with the parent inode - - - - --- 2011-08-17 Darrick J. Wong Accepted
ext4: ext4_fill_super shouldn't return 0 on corruption - - - - --- 2010-11-15 Darrick J. Wong Superseded
ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode - - 1 - --- 2011-08-11 Darrick J. Wong Accepted
ext4: Update s_free_{inodes,blocks}_count during online resize - - - - --- 2012-03-06 Darrick J. Wong Accepted
ext4: Set barrier=0 when block device does not advertise flush support - - - - --- 2010-12-03 Darrick J. Wong New
ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint - - - - --- 2011-09-15 Darrick J. Wong Superseded
ext4: Fix comparison endianness problem in MMP initialization - - - - --- 2011-09-30 Darrick J. Wong Accepted
ext4: Always verify extent tree blocks - - - - --- 2011-08-11 Darrick J. Wong New
ext3: Set barrier=0 when block device does not advertise flush support - - - - --- 2010-12-03 Darrick J. Wong Not Applicable
ext3: Return error code from generic_check_addressable - - - - --- 2010-11-16 Darrick J. Wong Not Applicable
ext3/jbd: Avoid WARN() messages when failing to write the superblock - - - - --- 2010-10-04 Darrick J. Wong Not Applicable
e2fsprogs: e4defrag must open the file to be defragged in read/write mode - - - - --- 2010-03-25 Darrick J. Wong Accepted
e2fsck: When restarting fsck on account of MMP, zero ctx->fs after fs is freed - - - - --- 2011-09-30 Darrick J. Wong Accepted
e2fsck: Recover revoke blocks on 64bit filesystems correctly - - - - --- 2011-10-08 Darrick J. Wong Accepted
debugfs: Fix sprintf stack overflow - - 1 - --- 2011-10-12 Darrick J. Wong Accepted
block: Add a trace point whenever a barrier IO request is sent - - - - --- 2010-04-21 Darrick J. Wong New
[v7.1] block: Coordinate flush requests - - - - --- 2011-01-13 Darrick J. Wong Not Applicable
[v5.1,4/4] crc32: Select an algorithm via kconfig - - - - --- 2011-10-08 Darrick J. Wong New
[v4] crc32c: Implement CRC32c with slicing-by-8 algorithm - - - - --- 2011-09-30 Darrick J. Wong Not Applicable
[v3] crc32c: Implement CRC32c with slicing-by-8 algorithm - - - - --- 2011-09-29 Darrick J. Wong Not Applicable
[v3.1,37/54] e2fsck: Ensure block group checksum uses metadata_csum algorithm - - - - --- 2012-03-13 Darrick J. Wong Superseded
[v3.1,24/54] e2fsck: Verify htree root/node checksums - - - - --- 2012-03-13 Darrick J. Wong Superseded
[v3.1,16/54] e2fsck: Verify block bitmap checksum - - - - --- 2012-03-13 Darrick J. Wong Superseded
[v3.1,13/54] e2fsck: Verify inode bitmap checksum - - - - --- 2012-03-13 Darrick J. Wong Superseded
[v3,3/3] mm: Wait for writeback when grabbing pages to begin a write - - - - --- 2011-05-04 Darrick J. Wong Not Applicable
[v3,2/3] ext4: Wait for writeback to complete while making pages writable - - - - --- 2011-05-04 Darrick J. Wong Not Applicable
[v2] ext4: ext4_fill_super shouldn't return 0 on corruption - - - - --- 2010-11-15 Darrick J. Wong Superseded
[v2] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint - - 1 - --- 2011-09-16 Darrick J. Wong Superseded
[RFC] ext4: Rework metadata_csum/gdt_csum flag handling in kernel - - - - --- 2012-02-29 Darrick J. Wong Superseded
[RFC] ext4: Don't send extra barrier during fsync if there are no dirty pages. - - - - --- 2010-04-29 Darrick J. Wong New
[RFC] e2fsprogs: Rework metadata_csum/gdt_csum flag handling 1 - - - --- 2012-02-29 Darrick J. Wong Superseded
[RFC] Don't do page stablization if !CONFIG_BLKDEV_INTEGRITY - - - - --- 2012-03-08 Darrick J. Wong Accepted
[RFC,v7] ext4: Coordinate data-only flush requests sent by fsync - - - - --- 2011-01-04 Darrick J. Wong New
[RFC,v4] ext4: Coordinate fsync requests - - - - --- 2010-08-19 Darrick J. Wong Superseded
[RFC,v3] ext4: Combine barrier requests coming from fsync - - - - --- 2010-08-09 Darrick J. Wong Superseded
[RFC,v2] ext4: Rework metadata_csum/gdt_csum flag handling in kernel - - - - --- 2012-03-03 Darrick J. Wong Superseded
[RFC,v2] ext4: Don't send extra barrier during fsync if there are no dirty pages. - - - - --- 2010-06-29 Darrick J. Wong Superseded
[RFC,v2] e2fsprogs: Rework metadata_csum/gdt_csum flag handling - - - - --- 2012-03-03 Darrick J. Wong Superseded
[7/7] fat: Lock buffer_head during metadata updates - - - - --- 2011-05-09 Darrick J. Wong Not Applicable
[6/7] ext2: Lock buffer_head during metadata update - - - - --- 2011-05-09 Darrick J. Wong Not Applicable
[54/54] mke2fs: Enable metadata_csum on ext4dev filesystems - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[53/54] e2fsck: Refactor crc32_be code - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[52/54] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[51/54] libext2fs: Enable support for the metadata checksumming feature - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[51/51] e2fsck: Refactor crc32_be code - - - - --- 2011-12-14 Darrick J. Wong Superseded
[51/51] e2fsck: Refactor crc32_be code - - - - --- 2012-01-07 Darrick J. Wong Superseded
[50/54] e2fsck: Verify data block checksums when recovering journal - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[50/51] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation - - - - --- 2011-12-14 Darrick J. Wong Superseded
[50/51] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation - - - - --- 2012-01-07 Darrick J. Wong Superseded
[50/50] e2fsck: Refactor crc32_be code - - - - --- 2011-11-29 Darrick J. Wong Superseded
[5/7] ext4: Wait for writeback to complete while making pages writable - - - - --- 2011-05-09 Darrick J. Wong Accepted
[5/5] ext4: Fix endian problem in MMP initialization - - - - --- 2011-10-21 Darrick J. Wong Superseded
[49/54] e2fsck: Check commit block checksum during recovery - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[49/51] libext2fs: Enable support for the metadata checksumming feature - - - - --- 2011-12-14 Darrick J. Wong Superseded
[49/51] libext2fs: Enable support for the metadata checksumming feature - - - - --- 2012-01-07 Darrick J. Wong Superseded
[49/50] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation - - - - --- 2011-11-29 Darrick J. Wong Superseded
[48/54] e2fsck: Check descriptor block checksum when recovering journal - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[48/51] e2fsck: Verify data block checksums when recovering journal - - - - --- 2011-12-14 Darrick J. Wong Superseded
[48/51] e2fsck: Verify data block checksums when recovering journal - - - - --- 2012-01-07 Darrick J. Wong Superseded
[48/50] e2fsck: Verify data block checksums when recovering journal - - - - --- 2011-11-29 Darrick J. Wong Superseded
[47/54] e2fsck: Check revoke block checksum during recovery - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[47/51] e2fsck: Check commit block checksum during recovery - - - - --- 2011-12-14 Darrick J. Wong Superseded
[47/51] e2fsck: Check commit block checksum during recovery - - - - --- 2012-01-07 Darrick J. Wong Superseded
[47/50] e2fsck: Check commit block checksum during recovery - - - - --- 2011-11-29 Darrick J. Wong Superseded
[47/47] e2fsck: Verify data block checksums when recovering journal - - - - --- 2011-10-08 Darrick J. Wong Superseded
[46/54] e2fsck: Check journal superblock checksum prior to recovery - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[46/51] e2fsck: Check descriptor block checksum when recovering journal - - - - --- 2011-12-14 Darrick J. Wong Superseded
[46/51] e2fsck: Check descriptor block checksum when recovering journal - - - - --- 2012-01-07 Darrick J. Wong Superseded
[46/50] e2fsck: Check descriptor block checksum when recovering journal - - - - --- 2011-11-29 Darrick J. Wong Superseded
[46/47] e2fsck: Check commit block checksum during recovery - - - - --- 2011-10-08 Darrick J. Wong Superseded
[45/54] libext2fs: Dump feature flags for jbd2 v2 checksums - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[45/51] e2fsck: Check revoke block checksum during recovery - - - - --- 2011-12-14 Darrick J. Wong Superseded
[45/51] e2fsck: Check revoke block checksum during recovery - - - - --- 2012-01-07 Darrick J. Wong Superseded
[45/50] e2fsck: Check revoke block checksum during recovery - - - - --- 2011-11-29 Darrick J. Wong Superseded
[45/47] e2fsck: Check descriptor block checksum when recovering journal - - - - --- 2011-10-08 Darrick J. Wong Superseded
[44/54] libext2fs: Change on-disk journal layout to support metadata checksumming - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[44/51] e2fsck: Check journal superblock checksum prior to recovery - - - - --- 2011-12-14 Darrick J. Wong Superseded
[44/51] e2fsck: Check journal superblock checksum prior to recovery - - - - --- 2012-01-07 Darrick J. Wong Superseded
[44/50] e2fsck: Check journal superblock checksum prior to recovery - - - - --- 2011-11-29 Darrick J. Wong Superseded
[44/47] e2fsck: Check revoke block checksum during recovery - - - - --- 2011-10-08 Darrick J. Wong Superseded
[43/54] tune2fs: Force MMP update when changing metadata_csum flag - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[43/51] libext2fs: Dump feature flags for jbd2 v2 checksums - - - - --- 2011-12-14 Darrick J. Wong Superseded
[43/51] libext2fs: Dump feature flags for jbd2 v2 checksums - - - - --- 2012-01-07 Darrick J. Wong Superseded
[43/50] libext2fs: Add feature flags for jbd2 v2 checksums - - - - --- 2011-11-29 Darrick J. Wong Superseded
[43/47] e2fsck: Check journal superblock checksum prior to recovery - - - - --- 2011-10-08 Darrick J. Wong Superseded
[42/54] e2fsck: Verify and correct MMP checksum problems - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[42/51] libext2fs: Change on-disk journal layout to support metadata checksumming - - - - --- 2011-12-14 Darrick J. Wong Superseded
[42/51] libext2fs: Change on-disk journal layout to support metadata checksumming - - - - --- 2012-01-07 Darrick J. Wong Superseded
[42/50] tune2fs: Force MMP update when changing metadata_csum flag - - - - --- 2011-11-29 Darrick J. Wong Superseded
[42/47] libext2fs: Add feature flags for jbd2 v2 checksums - - - - --- 2011-10-08 Darrick J. Wong Superseded
[41/54] libext2fs: Add checksum to MMP block - - - - --- 2012-03-07 Darrick J. Wong tytso Superseded
[41/51] tune2fs: Force MMP update when changing metadata_csum flag - - - - --- 2011-12-14 Darrick J. Wong Superseded
[41/51] tune2fs: Force MMP update when changing metadata_csum flag - - - - --- 2012-01-07 Darrick J. Wong Superseded
[41/50] e2fsck: Verify and correct MMP checksum problems - - - - --- 2011-11-29 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 45 6 »