linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-31 05:04:12 to 2013-02-09 17:10:36 UTC [more...]

[PATCH 0/12 v2] ext4: Several simplifications and fixes
 2013-02-09 17:10 UTC  (8+ messages)
` [PATCH 04/12] ext4: Disable merging of uninitialized extents
  ` REGRESSION: "

[PATCH 00/10 v5] ext4: extent status tree (step2)
 2013-02-08 15:41 UTC  (14+ messages)
` [PATCH 01/10 v5] ext4: refine extent status tree
` [PATCH 02/10 v5] ext4: add physical block and status member into "
` [PATCH 03/10 v5] ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag
` [PATCH 04/10 v5] ext4: track all extent status in extent status tree
` [PATCH 05/10 v5] ext4: lookup block mapping "
` [PATCH 06/10 v5] ext4: remove single extent cache
` [PATCH 07/10 v5] ext4: adjust some functions for reclaiming extents from extent status tree
` [PATCH 08/10 v5] ext4: reclaim "
` [PATCH 09/10 v5] ext4: convert unwritten extents from extent status tree in end_io
` [PATCH 10/10 v5] ext4: remove bogus wait for unwritten extents in ext4_ind_direct_IO

[PATCH 1/3] e2fsprogs: Build external libblkid by default
 2013-02-08 11:07 UTC  (3+ messages)
` [PATCH 2/3] e2fsprogs: Add write_byte64 into struct_io_manager
` [PATCH 3/3] e2fsprogs: use libblkid to wipe old signatures

GRUB and the risk of block list corruption in extX
 2013-02-08 10:15 UTC  (5+ messages)

[PATCH v2 00/18] change invalidatepage prototype to accept length
 2013-02-08  9:08 UTC  (23+ messages)
` [PATCH v2 01/18] mm: "
` [PATCH v2 02/18] jbd2: change jbd2_journal_invalidatepage "
` [PATCH v2 03/18] ext4: use ->invalidatepage() length argument
` [PATCH v2 04/18] jbd: change journal_invalidatepage() to accept length
` [PATCH v2 05/18] xfs: use ->invalidatepage() length argument
` [PATCH v2 06/18] ocfs2: "
` [PATCH v2 07/18] ceph: "
` [PATCH v2 08/18] gfs2: "
  ` [Cluster-devel] "
` [PATCH v2 09/18] reiserfs: "
` [PATCH v2 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH v2 11/18] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH v2 12/18] Revert "ext4: fix fsx truncate failure"
` [PATCH v2 13/18] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH v2 14/18] ext4: remove unused discard_partial_page_buffers
` [PATCH v2 15/18] ext4: remove unused code from ext4_remove_blocks()
` [PATCH v2 16/18] ext4: update ext4_ext_remove_space trace point
` [PATCH v2 17/18] ext4: make punch hole code path work with bigalloc
` [PATCH v2 18/18] ext4: Allow punch hole with bigalloc enabled

[PATCH 1/3] Ext2: remove the overhead check about sb in the function ext2_new_blocks
 2013-02-08  4:54 UTC  (5+ messages)

ext4 xfstests-bld results for 3.8-rc6 on Pandaboard ES
 2013-02-08  3:55 UTC  (2+ messages)

How can I flush all writes before yanking the power cable?
 2013-02-07 21:29 UTC  (6+ messages)

df command on EXT4 and XFS filesystem
 2013-02-07 16:51 UTC  (2+ messages)

ext4: Used block count in df
 2013-02-07 16:49 UTC  (2+ messages)

[PATCH v1 2/3] Ext2: mark inode dirty after the function dquot_free_block_nodirty is called
 2013-02-07 15:45 UTC  (4+ messages)
` [PATCH v1 3/3] Ext2: remove the static function release_blocks to optimize the kernel

[PATCH 1/3] Ext2: remove the overhead check about sb in the function ext2_new_blocks
 2013-02-06 12:48 UTC  (6+ messages)
` [PATCH 2/3] Ext2: mark inode dirty after the function dquot_free_block_nodirty is called
` [PATCH 3/3] Ext2: remove the static function release_blocks to optimize the kernel

[PATCH] ext4: Reserve xattr index for Rich ACL support
 2013-02-06 12:53 UTC 

[PATCH 3/3] Ext2: remove the static function release_blocks to optimize the kernel
 2013-02-06 20:03 UTC 

[PATCH 2/3] Ext2: mark inode dirty after the function dquot_free_block_nodirty is called
 2013-02-06 20:02 UTC 

[PATCH 1/3] Ext2: remove the overhead check about sb in the function ext2_new_blocks
 2013-02-06 20:01 UTC 

[PATCH 0/4] xfstests: seek data/hole and hole punching improvements
 2013-02-06  2:42 UTC  (3+ messages)

Use EXT4_BOOT_LOADER_INO for boot loader GRUB?
 2013-02-06  2:15 UTC  (3+ messages)

Help to know the stable ver of ext4 for commercial app
 2013-02-05 15:20 UTC  (12+ messages)
        ` 答复: "

Maximum number of directories
 2013-02-05 14:58 UTC  (8+ messages)

[PATCH 0/9 v4] ext4: extent status tree (step2)
 2013-02-05 13:27 UTC  (21+ messages)
` [PATCH 1/9 v4] ext4: refine extent status tree
` [PATCH 2/9 v4] ext4: remove EXT4_MAP_FROM_CLUSTER flag
` [PATCH 3/9 v4] ext4: add physical block and status member into extent status tree
` [PATCH 4/9 v4] ext4: adjust interfaces of "
` [PATCH 5/9 v4] ext4: track all extent status in "
` [PATCH 6/9 v4] ext4: lookup block mapping "
` [PATCH 7/9 v4] ext4: remove single extent cache
` [PATCH 8/9 v4] ext4: adjust some functions for reclaiming extents from extent status tree
` [PATCH 9/9 v4] ext4: reclaim "

[RFC] mm: change invalidatepage prototype to accept length
 2013-02-05  7:14 UTC  (23+ messages)
` [PATCH 01/18] "
` [PATCH 02/18] jbd2: change jbd2_journal_invalidatepage "
` [PATCH 03/18] ext4: use ->invalidatepage() length argument
` [PATCH 04/18] jbd: change journal_invalidatepage() to accept length
` [PATCH 05/18] xfs: use ->invalidatepage() length argument
` [PATCH 06/18] ocfs2: "
` [PATCH 07/18] ceph: "
` [PATCH 08/18] gfs2: "
` [PATCH 09/18] reiserfs: "
` [PATCH 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH 11/18] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH 12/18] Revert "ext4: fix fsx truncate failure"
` [PATCH 13/18] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH 14/18] ext4: remove unused discard_partial_page_buffers
` [PATCH 15/18] ext4: remove unused code from ext4_remove_blocks()
` [PATCH 16/18] ext4: update ext4_ext_remove_space trace point
` [PATCH 17/18] ext4: make punch hole code path work with bigalloc
` [PATCH 18/18] ext4: Allow punch hole with bigalloc enabled

[PATCH 0/3 v2] jbd2 performance improvements
 2013-02-04 21:02 UTC  (5+ messages)
` [PATCH 1/3] jbd2: don't wake kjournald unnecessarily
` [PATCH 2/3] jbd2: commit as soon as possible after log_start_commit
` [PATCH 3/3] jbd2: track request delay statistics

[PATCH RFC] ext4: optimize mballoc for large allocations
 2013-02-04 16:03 UTC 

how to quotacheck with the new quota implementation (hidden inode)?
 2013-02-04  9:42 UTC  (11+ messages)

[PATCH 2/2] mke2fs: disallow creating FS on a loop mounted file with no option
 2013-02-04  8:04 UTC 

[PATCH 1/2] mke2fs: fix force option to create filesystem on mounted device
 2013-02-04  8:04 UTC 

[PATCH] ext4: ext4_split_extent shoult take care about extent zeroout v2
 2013-02-04  7:37 UTC  (4+ messages)

Great Proposal!!
 2013-02-03 20:39 UTC 

[PATCH 00/10 v3] ext4: extent status tree (step2)
 2013-02-03 14:57 UTC  (11+ messages)
` [PATCH 03/10 v3] ext4: add physical block and status member into extent status tree

[PATCH 0/4] Clean up ext4's mount option parsing code
 2013-02-03  4:44 UTC  (5+ messages)
` [PATCH 1/4] ext4: move several mount options to standard handling loop
` [PATCH 2/4] ext4: make mount option parsing loop more logical
` [PATCH 3/4] ext4: print error when argument of inode_readahead_blk is invalid
` [PATCH 4/4] ext4: check incompatible mount options while mounting ext2/3

[RFC] Optimizing readdir()
 2013-02-02 19:45 UTC  (7+ messages)

jbd2: don't wake kjournald unnecessarily
 2013-02-02 19:33 UTC  (4+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] jbd2: commit as soon as possible after log_start_commit

fallocate creating fragmented files
 2013-02-02 10:50 UTC  (11+ messages)

[PATCH] fs/ext*,f2fs,jffs2,reiserfs: give comments for acl size and count calculation
 2013-02-02  5:10 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH] fs:ext4:hash.c: reduce one "if" comparison
 2013-02-02  3:34 UTC  (2+ messages)

[PATCH] Fix race in ext4_mb_add_n_trim()
 2013-02-02  2:32 UTC  (2+ messages)
`  "

[PATCH 9/16] fs/ext4/indirect.c: use WARN
 2013-02-02  1:07 UTC  (2+ messages)

[PATCH V6 18/30] fs: add read_iter and write_iter to several file systems
 2013-02-01 20:40 UTC  (3+ messages)

答复:[ext4:dev 37/40] fs/ext4/extents_status.c:510:22: warning: 'es1' may be used uninitialized in this function
 2013-02-01 17:54 UTC 

ext4-next: Backport of jbd2 fixes?
 2013-02-01 14:08 UTC  (2+ messages)

extents_status comment small modification
 2013-02-01  4:19 UTC  (2+ messages)

[PATCH 0/4 v2] Fix possible use after free with AIO
 2013-01-31 19:31 UTC  (3+ messages)

[PATCH] ext4: ext4_split_extent shoult take care about extent zeroout
 2013-01-31 15:02 UTC  (4+ 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).