linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-05 12:41:56 to 2012-03-09 20:51:54 UTC [more...]

[PATCH 5 4/4] nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)
 2012-03-09 20:51 UTC  (7+ messages)
` [PATCH 5 3/4] nfsd_open(): rename 'int access' to 'int may_flags' in nfsd_open()

delayed extent tree test cases
 2012-03-09 16:40 UTC  (5+ messages)

[PATCH, RFC] Don't do page stablization if !CONFIG_BLKDEV_INTEGRITY
 2012-03-09 16:20 UTC  (32+ messages)

mkfs.ext4 vs. e2fsck discard oddities
 2012-03-09 15:14 UTC  (9+ messages)

getdents - ext4 vs btrfs performance
 2012-03-09 14:34 UTC  (16+ messages)

ext3/4, btrfs, ocfs2: How to assure that cleancache_invalidate_fs is called on every superblock free
 2012-03-09 13:40 UTC 

[Bug 42895] New: jbd2 makes all system unresponsive
 2012-03-09 10:49 UTC  (2+ messages)
` [Bug 42895] "

[PATCH V2] xfstests: several 274 fixups
 2012-03-08 22:23 UTC 

[RFC] fadvise: add more flags to provide a hint for block allocation
 2012-03-08 17:01 UTC  (18+ messages)

[RFC] ext4: block reservation allocation
 2012-03-08 16:39 UTC  (2+ messages)

[PATCH 00/19] Fix filesystem freezing deadlocks
 2012-03-08  9:05 UTC  (4+ messages)
` [PATCH 10/19] ext4: Convert to new freezing mechanism

Some interesting input from a flash manufacturer
 2012-03-08  4:36 UTC  (8+ messages)

kernel BUG at fs/ext4/extents.c:2766!
 2012-03-07 17:29 UTC  (3+ messages)

[PATCH 1/4 v2] ext4: fix start and len arguments handling in ext4_trim_fs()
 2012-03-07 17:22 UTC  (7+ messages)
` [PATCH 4/4 v2] ext4: Do not discard group with BLOCK_UNINIT set

[PATCH] configure: sort AC_CHECK_FUNCS list
 2012-03-07  1:20 UTC  (2+ messages)

[PATCH] libext2fs: check for fallocate symbol before using it
 2012-03-07  1:22 UTC  (2+ messages)

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-03-07  9:01 UTC  (8+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type

hotel reservation for ext4 workshop
 2012-03-07  7:57 UTC 

[PATCH 1/1] ext4: Remove empty index blocks when punching holes
 2012-03-07  7:05 UTC  (9+ messages)

[PATCH 1/3] ext4: Rewrite punch hole to use ext4_ext_remove_space()
 2012-03-07  6:11 UTC  (4+ messages)

[PATCH v3 00/54] e2fsprogs: Add metadata checksumming
 2012-03-07  0:03 UTC  (55+ messages)
` [PATCH 01/54] libext2fs: Read and write full size inodes
` [PATCH 02/54] libext2fs: Change ext4 on-disk layout to support metadata checksumming
` [PATCH 03/54] debugfs: Optionally ignore bad checksums
` [PATCH 04/54] libext2fs: Precompute FS UUID checksum seed
` [PATCH 05/54] libext2fs: Add inode checksum support
` [PATCH 06/54] debugfs: Dump inode checksum when appropriate
` [PATCH 07/54] tune2fs: Add inode checksum support
` [PATCH 08/54] e2fsck: Verify and correct inode checksums
` [PATCH 09/54] mke2fs: Allow metadata checksums to be turned on at mkfs time
` [PATCH 10/54] libext2fs: Create the inode bitmap checksum
` [PATCH 11/54] tune2fs: Rewrite inode bitmap checksums
` [PATCH 12/54] dumpe2fs: Display inode bitmap checksum
` [PATCH 13/54] e2fsck: Verify "
` [PATCH 14/54] libext2fs: Create the block "
` [PATCH 15/54] dumpe2fs: Display "
` [PATCH 16/54] e2fsck: Verify "
` [PATCH 17/54] e2fsck: Don't verify bitmap checksums
` [PATCH 18/54] tune2fs: Rewrite block "
` [PATCH 19/54] libext2fs: Verify and calculate extent tree block checksums
` [PATCH 20/54] tune2fs: Enable extent tree checksums
` [PATCH 21/54] e2fsck: Verify extent tree blocks and clear the bad ones
` [PATCH 22/54] debugfs: Print htree internal node checksums
` [PATCH 23/54] libext2fs: Add dx_root/dx_node checksum calculation and verification helpers
` [PATCH 24/54] e2fsck: Verify htree root/node checksums
` [PATCH 25/54] libext2fs: Introduce dir_entry_tail to provide checksums for directory leaf nodes
` [PATCH 26/54] e2fsck: Check directory leaf block checksums
` [PATCH 27/54] tune2fs: Rebuild and checksum directories when toggling metadata_csum or changing UUID
` [PATCH 28/54] libext2fs: Verify and calculate extended attribute block checksums
` [PATCH 29/54] e2fsck: Check "
` [PATCH 30/54] tune2fs: Rewrite "
` [PATCH 31/54] libext2fs: Calculate and verify superblock checksums
` [PATCH 32/54] e2fsck: Handle superblock checksum errors gracefully
` [PATCH 33/54] libext2fs: Record the checksum algorithm in use in the superblock
` [PATCH 34/54] tune2fs: Store checksum algorithm type in superblock
` [PATCH 35/54] mke2fs: Record the checksum algorithm in use in the superblock
` [PATCH 36/54] libext2fs: Block group checksum should use metadata_csum algorithm
` [PATCH 37/54] e2fsck: Ensure block group checksum uses "
` [PATCH 38/54] tune2fs: Rewrite block group checksums when changing checksumming feature flags
` [PATCH 39/54] mke2fs: Write new group descriptors with the appropriate checksum
` [PATCH 40/54] mke2fs: Warn if not enabling all the features that metadata_csum wants
` [PATCH 41/54] libext2fs: Add checksum to MMP block
` [PATCH 42/54] e2fsck: Verify and correct MMP checksum problems
` [PATCH 43/54] tune2fs: Force MMP update when changing metadata_csum flag
` [PATCH 44/54] libext2fs: Change on-disk journal layout to support metadata checksumming
` [PATCH 45/54] libext2fs: Dump feature flags for jbd2 v2 checksums
` [PATCH 46/54] e2fsck: Check journal superblock checksum prior to recovery
` [PATCH 47/54] e2fsck: Check revoke block checksum during recovery
` [PATCH 48/54] e2fsck: Check descriptor block checksum when recovering journal
` [PATCH 49/54] e2fsck: Check commit block checksum during recovery
` [PATCH 50/54] e2fsck: Verify data block checksums when recovering journal
` [PATCH 51/54] libext2fs: Enable support for the metadata checksumming feature
` [PATCH 52/54] libext2fs: Bring the CRC32c implementation up to date with the kernel implementation
` [PATCH 53/54] e2fsck: Refactor crc32_be code
` [PATCH 54/54] mke2fs: Enable metadata_csum on ext4dev filesystems

[PATCH 1/2 v2] e2fsck: Discard only unused parts of inode table
 2012-03-06 22:22 UTC  (5+ messages)

[PATCH v3 00/23] ext4: Add metadata checksumming
 2012-03-06 20:50 UTC  (24+ messages)
` [PATCH 01/23] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 02/23] ext4: Change on-disk layout to support extended metadata checksumming
` [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 05/23] ext4: Calculate and verify superblock checksum
` [PATCH 06/23] ext4: Calculate and verify inode checksums
` [PATCH 07/23] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 08/23] ext4: Calculate and verify block bitmap checksum
` [PATCH 09/23] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 10/23] ext4: Calculate and verify checksums for htree nodes
` [PATCH 11/23] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 12/23] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 13/23] ext4: 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: Checksum journal superblock
` [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

[Bug 42872] New: fstat()/ext3_iget() sometime takes over 2 minutes
 2012-03-06 20:29 UTC  (2+ messages)
` [Bug 42872] "

[PATCH] ext4: Update s_free_{inodes,blocks}_count during online resize
 2012-03-06 19:40 UTC 

[PATCH 1/4] e2fsck: Discard only unused parts of inode table
 2012-03-05 19:46 UTC  (10+ messages)
` [PATCH 2/4] e2fsck: Do not forget to discard last block group
` [PATCH 3/4] e2fsck: Do not discard when in read only mode
` [PATCH 4/4] e2fsck: Do not discard itable if discard doen't zero data

[PATCH] ext4: Add comments to definition of ext4_io_end_t
 2012-03-05 15:42 UTC  (2+ messages)

[PATCH] ext4: Don't release page refs in ext4_end_bio()
 2012-03-05 15:42 UTC  (2+ messages)

[patch] ext4: fix race between sync and completed io work
 2012-03-05 15:30 UTC  (2+ messages)

[patch] ext4: clean up the flags passed to __blockdev_direct_IO for extent-based files
 2012-03-05 15:25 UTC  (2+ messages)


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).