messages from 2011-12-07 00:16:04 to 2011-12-16 01:47:22 UTC [more...]
ext4 data=writeback performs worse than data=ordered now
2011-12-16 1:47 UTC (15+ messages)
[GIT PULL] ext4 bugfixes for 3.2-rc5
2011-12-15 22:13 UTC (4+ messages)
[BUG] ext4: cannot unfreeze a filesystem due to a deadlock
2011-12-15 12:41 UTC (3+ messages)
[PATCH v2 0/7] fix s_umount thaw/write and journal deadlock
2011-12-15 7:10 UTC (10+ messages)
` [PATCH v2 1/7] Adding support to freeze and unfreeze a journal
` [PATCH v2 2/7] Freeze and thaw the journal on ext4 freeze
` [PATCH v2 3/7] VFS: Fix s_umount thaw/write deadlock
` [PATCH v2 4/7] VFS: Rename and refactor writeback_inodes_sb_if_idle
` [PATCH v2 5/7] VFS: Avoid read-write deadlock in try_to_writeback_inodes_sb
` [PATCH v2 6/7] VFS: Document s_frozen state through freeze_super
` [PATCH v2 7/7] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs
Bug with "fix partial page writes"
2011-12-14 18:07 UTC (18+ messages)
` Bug with "fix partial page writes" [3.2-rc regression]
[PATCH 1/2] ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized
2011-12-14 3:33 UTC (6+ messages)
` [PATCH 2/2] ext4: let ext4_bio_write_page handle EOF correctly
[PATCH 1/2] ext4: let mpage_submit_io works well when blocksize < pagesize
2011-12-14 3:05 UTC (4+ messages)
` [PATCH 2/2] ext4: let ext4_discard_partial_buffers handle pages without buffers correctly
ext4_da_write_end() and copied == 0
2011-12-14 2:44 UTC (13+ messages)
` [PATCH 1/2] ext4: avoid hangs in ext4_da_should_update_i_disksize()
` [PATCH 2/2] ext4: ext4_discard_partial_page_buffers_no_lock() wrong parameters
[PATCH] update 068 to reproduce an unfreeze hanging up problem
2011-12-14 2:22 UTC (3+ messages)
[PATCH v2.2 00/23] ext4: Add metadata checksumming
2011-12-14 1:31 UTC (17+ messages)
` [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 03/23] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 04/23] ext4: Only call out to crc32c if necessary
` [PATCH 13/23] ext4: Add new feature to make block group checksums use metadata_csum algorithm
` [PATCH 14/23] ext4: Add checksums to the MMP block
` [PATCH 15/23] jbd2: Change disk layout for metadata checksumming
` [PATCH 16/23] jbd2: Enable journal clients to enable v2 checksumming
` [PATCH 17/23] jbd2: Grab a reference to the crc32c driver only when necessary
` [PATCH 18/23] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 19/23] jbd2: Checksum revocation blocks
` [PATCH 20/23] jbd2: Checksum descriptor blocks
` [PATCH 21/23] jbd2: Checksum commit blocks
` [PATCH 22/23] jbd2: Checksum data blocks that are stored in the journal
` [PATCH 23/23] ext4/jbd2: Add metadata checksumming to the list of supported features
[PATCH v2.2 00/51] e2fsprogs: Add metadata checksumming
2011-12-14 1:18 UTC (52+ messages)
` [PATCH 01/51] libext2fs: Read and write full size inodes
` [PATCH 02/51] libext2fs: Change ext4 on-disk layout to support metadata checksumming
` [PATCH 03/51] debugfs: Optionally ignore bad checksums
` [PATCH 04/51] libext2fs: Add inode checksum support
` [PATCH 05/51] debugfs: Dump inode checksum when appropriate
` [PATCH 06/51] tune2fs: Add inode checksum support
` [PATCH 07/51] e2fsck: Verify and correct inode checksums
` [PATCH 08/51] mke2fs: Allow metadata checksums to be turned on at mkfs time
` [PATCH 09/51] libext2fs: Create the inode bitmap checksum
` [PATCH 10/51] tune2fs: Rewrite inode bitmap checksums
` [PATCH 11/51] dumpe2fs: Display inode bitmap checksum
` [PATCH 12/51] e2fsck: Verify "
` [PATCH 13/51] libext2fs: Create the block "
` [PATCH 14/51] dumpe2fs: Display "
` [PATCH 15/51] e2fsck: Verify "
` [PATCH 16/51] e2fsck: Don't verify bitmap checksums
` [PATCH 17/51] tune2fs: Rewrite block "
` [PATCH 18/51] libext2fs: Verify and calculate extent tree block checksums
` [PATCH 19/51] tune2fs: Enable extent tree checksums
` [PATCH 20/51] e2fsck: Verify extent tree blocks and clear the bad ones
` [PATCH 21/51] debugfs: Print htree internal node checksums
` [PATCH 22/51] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers
` [PATCH 23/51] e2fsck: Verify htree root/node checksums
` [PATCH 24/51] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes
` [PATCH 25/51] e2fsck: Check directory leaf block checksums
` [PATCH 26/51] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID
` [PATCH 27/51] libext2fs: Verify and calculate extended attribute block checksums
` [PATCH 28/51] e2fsck: Check "
` [PATCH 29/51] tune2fs: Rewrite "
` [PATCH 30/51] libext2fs: Calculate and verify superblock checksums
` [PATCH 31/51] e2fsck: Handle superblock checksum errors gracefully
` [PATCH 32/51] libext2fs: Use i_generation in inode-related metadata checksums
` [PATCH 33/51] libext2fs: Record the checksum algorithm in use in the superblock
` [PATCH 34/51] tune2fs: Store checksum algorithm type in superblock
` [PATCH 35/51] mke2fs: Record the checksum algorithm in use in the superblock
` [PATCH 36/51] libext2fs: Block group checksum should use metadata_csum algorithm (if feature flag set)
` [PATCH 37/51] tune2fs: Rewrite block group checksums when changing bg_use_meta_csum feature
` [PATCH 38/51] mke2fs: Warn if not enabling all the features that metadata_csum wants
` [PATCH 39/51] libext2fs: Add checksum to MMP block
` [PATCH 40/51] e2fsck: Verify and correct MMP checksum problems
` [PATCH 41/51] tune2fs: Force MMP update when changing metadata_csum flag
` [PATCH 42/51] libext2fs: Change on-disk journal layout to support metadata checksumming
` [PATCH 43/51] libext2fs: Dump feature flags for jbd2 v2 checksums
` [PATCH 44/51] e2fsck: Check journal superblock checksum prior to recovery
` [PATCH 45/51] e2fsck: Check revoke block checksum during recovery
` [PATCH 46/51] e2fsck: Check descriptor block checksum when recovering journal
` [PATCH 47/51] e2fsck: Check commit block checksum during recovery
` [PATCH 48/51] e2fsck: Verify data block checksums when recovering journal
` [PATCH 49/51] libext2fs: Enable support for the metadata checksumming feature
` [PATCH 50/51] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation
` [PATCH 51/51] e2fsck: Refactor crc32_be code
[Bug #39732] JBD: Spotted dirty metadata buffer (dev = dm-2, blocknr = 2512725). There's a risk of filesystem corruption in case of system crash
2011-12-13 23:43 UTC (3+ messages)
[PATCH v5.2 00/14] crc32c: Add faster algorithm and self-test code
2011-12-13 18:36 UTC (9+ messages)
` [PATCH 14/14] crc32: Select an algorithm via kconfig
From Libyan embassy
2011-12-13 13:17 UTC
[PATCH] ext4: display the correct mount option in /proc/mounts for [no]init_itable
2011-12-13 3:07 UTC
[PATCH]tracepoint: add drop_transaction/update_superblock_end to jbd2
2011-12-12 22:32 UTC (3+ messages)
Porting punch hole to rhel 6.3
2011-12-12 20:43 UTC
[PATCH] ext4: Fix crash due to getting bogus eh_depth value
2011-12-12 16:00 UTC (2+ messages)
[PATCH v2.1 00/22] ext4: Add metadata checksumming
2011-12-12 15:39 UTC (6+ messages)
` [PATCH 03/22] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 19/22] jbd2: Checksum revocation blocks
[PATCH] xfstests: 277 new test to check freeze/unfreeze works well or not under heavy load
2011-12-12 9:31 UTC (3+ messages)
Crash in __brelse with recent kernels copying sparse file
2011-12-12 6:04 UTC (3+ messages)
[PATCH] ext4: Unify inode flags bit and inode flags
2011-12-12 2:41 UTC (3+ messages)
[PATCH] ext4: make quota as first class supported feature
2011-12-10 0:08 UTC
[PATCH v4] ext4: make quota as first class supported feature
2011-12-10 0:01 UTC (2+ messages)
ceph and ext4
2011-12-09 22:24 UTC (4+ messages)
[PATCH 0/5 resend] fix s_umount thaw/write and journal deadlock
2011-12-09 11:47 UTC (10+ messages)
` [PATCH 3/5 resend] VFS: Fix s_umount thaw/write deadlock
` [PATCH 4/5 resend] VFS: Rename vfs_check_frozen() to vfs_block_until_thawed()
[PATCH 1/5] ext4: allocate delalloc blocks before changing journal mode
2011-12-09 3:31 UTC (2+ messages)
Final Notice
2011-12-08 16:54 UTC
[PATCH][RFC] ext4: fix a panic by ext4_change_inode_journal_flag() with delalloc mode
2011-12-08 23:55 UTC (3+ messages)
[PATCH] ext4: Fix error handling on inode bitmap corruption
2011-12-08 23:14 UTC (9+ messages)
` [PATCH] ext3: "
[PATCH 0/4] 32/64 bit llseek hashes (v4)
2011-12-08 21:10 UTC (5+ messages)
[PATCH] resize2fs: Calculate s_first_data_block into minimum filesystem size
2011-12-08 14:09 UTC
[PATCH] ext4: check flags's EXT4_GET_BLOCKS_DELALLOC_RESERVE before call ext4_find_delalloc_cluster()
2011-12-08 8:36 UTC (4+ messages)
` [PATCH v2] ext4: directly leave out of ext4_find_delalloc_range() if filesystem mount with "nodelalloc"
[PATCH] ext4: replace ll_rw_block with other functions
2011-12-07 23:24 UTC (5+ messages)
` [PATCH] ext3: "
[PATCH] libext2fs: change getpagesize to sysconf
2011-12-07 16:16 UTC
[PATCH] mke2fs: fix -T/-t usage output
2011-12-07 16:15 UTC
[PATCH 00/02] ext2: Reserve feature flags
2011-12-07 10:14 UTC (7+ messages)
` [PATCH 01/02] ext2: reserve INCOMPAT_INLINEDATA feature flag
` [PATCH 02/02] ext2: reserve INCOMPAT_LARGEDIR "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).