linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-28 03:29:17 to 2012-03-06 20:50:07 UTC [more...]

[PATCH v3 00/23] ext4: Add metadata checksumming
 2012-03-06 20:50 UTC  (19+ 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

[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 

Some interesting input from a flash manufacturer
 2012-03-06 18:44 UTC  (7+ messages)

[PATCH 1/1] ext4: Remove empty index blocks when punching holes
 2012-03-06 18:42 UTC  (8+ messages)

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

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

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

[PATCH 1/3] ext4: Rewrite punch hole to use ext4_ext_remove_space()
 2012-03-06  7:29 UTC  (5+ messages)
` [PATCH 2/3] ext4: Remove unused code from ext4_ext_map_blocks()
` [PATCH 3/3] ext4: Give more helpful error message in ext4_ext_rm_leaf()

getdents - ext4 vs btrfs performance
 2012-03-06  0:37 UTC  (28+ messages)

[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 00/19] Fix filesystem freezing deadlocks
 2012-03-05 16:01 UTC  (2+ messages)
` [PATCH 10/19] ext4: Convert to new freezing mechanism

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

[PATCH 1/4 v2] ext4: fix start and len arguments handling in ext4_trim_fs()
 2012-03-05 13:12 UTC  (9+ messages)
` [PATCH 2/4 v2] ext4: Fix trimmed block count computing
` [PATCH 3/4 v2] ext4: Always set then trimmed blocks count into len
` [PATCH 4/4 v2] ext4: Do not discard group with BLOCK_UNINIT set

[linux-pm] [Patch] JBD and JBD2 missing set_freezable()
 2012-03-05 10:28 UTC  (2+ messages)

[PATCH 0/7, v2] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-03-05 10:09 UTC  (9+ messages)
` [PATCH 1/7] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/7] ocfs2: Use generic handlers of O_SYNC AIO DIO
` [PATCH 3/7] gfs2: "
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 6/7] ext4: "
` [PATCH 7/7] filemap: don't call generic_write_sync for -EIOCBQUEUED

[PATCH] libext2fs: check for fallocate symbol before using it
 2012-03-05  5:36 UTC 

[PATCH] configure: sort AC_CHECK_FUNCS list
 2012-03-05  5:33 UTC 

[PATCH] ext4: ignore ext3/ext2 only mount options
 2012-03-05  3:16 UTC  (3+ messages)

[PATCH 01/11] ext4: remove deprecation warnings for minix_df and grpid
 2012-03-05  3:08 UTC  (11+ messages)
` [PATCH 02/11] ext4: remove Opt_ignore
` [PATCH 03/11] ext4: remove the I_VERSION mount flag and use the super_block flag instead
` [PATCH 04/11] ext4: simplify handling of the errors=* mount options
` [PATCH 05/11] ext4: unify handling of mount options which have been removed
` [PATCH 06/11] ext4: use a table-driven handler for mount options
` [PATCH 07/11] ext4: move ext4_show_options() after parse_options()
` [PATCH 08/11] ext4: make ext4_show_options() be table-driven
` [PATCH 09/11] ext4: add debugging /proc file showing file system options
` [PATCH 10/11] ext4: ignore mount options supported by ext2/3 (but have since been removed)
` [PATCH 11/11] ext4: try to deprecate noacl and noxattr_user mount options

[Bug 42859] New: kernel BUG at fs/ext4/extents.c:1953
 2012-03-05  1:51 UTC  (4+ messages)

[RESEND][PATCH] ext4: add error handling when discarding is fail in FITRIM ioctl
 2012-03-04 12:25 UTC 

[PATCH v2] REQ_META set during meta data write
 2012-03-04  8:02 UTC  (3+ messages)

Bad performance of ext4 with kernel 3.0.17
 2012-03-03  3:56 UTC  (6+ messages)

[PATCH v2.3 00/23] ext4: Add metadata checksumming
 2012-03-03  3:56 UTC  (9+ messages)
` [PATCH 13/23] ext4: Add new feature to make block group checksums use metadata_csum algorithm
      ` [RFC] e2fsprogs: Rework metadata_csum/gdt_csum flag handling
          ` [RFC v2] "
      ` [RFC] ext4: Rework metadata_csum/gdt_csum flag handling in kernel
          ` [RFC v2] "

[PATCH v2] ext3: fix start and len arguments handling in ext3_trim_fs()
 2012-03-02 12:09 UTC 

[PATCH 1/2] ext3: fix start and len arguments handling in ext3_trim_fs()
 2012-03-02 10:52 UTC  (6+ messages)
` [PATCH 2/2] ext3: don't forget to discard last block in a group

[PATCH] REQ_META set during meta data write
 2012-03-01 20:21 UTC  (4+ messages)

[PATCH 1/2 v2] e2fsck: Discard only unused parts of inode table
 2012-03-01 17:35 UTC  (4+ messages)

mkfs.ext4 vs. e2fsck discard oddities
 2012-03-01 14:54 UTC  (7+ messages)

[PATCH 1/5] ext4: fix start and len arguments handling in ext4_trim_fs()
 2012-03-01 10:16 UTC  (5+ messages)
` [PATCH 2/5] ext4: Fix trimmed block count computing
` [PATCH 3/5] ext4: don't forget to discard last block in a group
` [PATCH 4/5] ext4: Always set then trimmed blocks count into len
` [PATCH 5/5] ext4: Do not discard group with BLOCK_UNINIT set

getdents - ext4 vs btrfs performance
 2012-02-29 14:05 UTC  (4+ messages)

[PATCH 0/8 v3] Checkpointing fixes and cleanups
 2012-02-29 11:03 UTC  (2+ messages)

what happened with dccaf33fa37 "ext4: flush any pending end_io requests before DIO" for 3.0?
 2012-02-28 11:42 UTC  (2+ messages)

Why does e2fsck stop on system clock differences?
 2012-02-28 16:22 UTC 

[PATCH 1/2 v3] e2fsck: Discard only unused parts of inode table
 2012-02-28  7:30 UTC  (2+ messages)
` [PATCH 2/2 v3] e2fsck: Do not forget to discard last block group

[RFC] ext4: block reservation allocation
 2012-02-28  4:05 UTC  (12+ 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).