linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-06 14:20:12 to 2012-09-18 18:17:12 UTC [more...]

[PATCH RFC 1/2] ext4: speed-up truncate/unlink
 2012-09-18 18:17 UTC  (3+ messages)

Anyone have test cases for SEEK_HOLE/SEEK_DATA?
 2012-09-18 18:15 UTC  (6+ messages)

[PATCH 1/2] Make orphan functions no-op in no-journal mode
 2012-09-18 17:48 UTC  (6+ messages)
` [PATCH 2/2] Extract 'ext4_sb_info' variable
` [PATCH] Make orphan functions no-op in no-journal mode

[PATCH] ext4: re-enable -o discard functionality in no-journal mode
 2012-09-18 17:28 UTC 

[PATCH v2] ext4: fix possible non-initialized variable
 2012-09-18 12:51 UTC  (8+ messages)
` [v2] "

ext4: convert file system to meta_bg if needed during resizing
 2012-09-18 11:52 UTC  (2+ messages)

[PATCH RFC 2/2] ext4: speed-up releasing blocks on commit
 2012-09-18  4:17 UTC  (2+ messages)

[PATCH] ext4: do not enable delalloc by default for ext2
 2012-09-18  2:59 UTC  (4+ messages)

Problem with online resizing with metadata checksum patch
 2012-09-17 22:42 UTC  (2+ messages)

NULL pointer dereference in ext4_ext_remove_space on 3.5.1
 2012-09-17 14:48 UTC  (5+ messages)

[Bug 47611] New: NULL pointer dereference in ext4_ext_remove_space on 3.5.1
 2012-09-17 14:08 UTC  (6+ messages)
` [Bug 47611] "

[PATCH] tests: kill debugfs on interrupted MMP test
 2012-09-17  2:03 UTC  (2+ messages)
  `  "

[PATCH 00/36 v4] e2fsprogs: make e2fsprogs support inline data
 2012-09-17  2:04 UTC  (3+ messages)

ext4_orphan_del() sleeps in non-journal mode
 2012-09-16  1:54 UTC  (6+ messages)

[PATCH 0/7] ext4: Bunch of DIO/AIO fixes
 2012-09-15 15:53 UTC  (30+ messages)
` [PATCH 1/7] ext4: ext4_inode_info diet
` [PATCH 2/7] ext4: completed_io locking cleanup
` [PATCH 3/7] ext4: serialize dio nolocked reads with defrag workers V2
` [PATCH 4/7] ext4: fsync should wait for DIO writers
` [PATCH 5/7] ext4: serialize unlocked dio reads with truncate
` [PATCH 6/7] ext4: endless truncate due to nonlocked dio readers V2
` [PATCH 7/7] ext4: serialize truncate with owerwrite DIO workers V2

[PATCH 00/15 v2] Add invalidatepage_range address space operation
 2012-09-14 13:21 UTC  (10+ messages)
` [PATCH 01/15 v2] mm: add "
` [PATCH 07/15 v2] ext4: Take i_mutex before punching hole

[PATCH V6 00/23] ext4: Add inline data support
 2012-09-14 11:25 UTC  (24+ messages)
` [PATCH V6 01/23] ext4: Move extra inode read to a new function
  ` [PATCH V6 02/23] ext4: export inline xattr functions
  ` [PATCH V6 03/23] ext4: Add the basic function for inline data support
  ` [PATCH V6 04/23] ext4: Add read support for inline data
  ` [PATCH V6 05/23] ext4: Add normal write "
  ` [PATCH V6 06/23] ext4: Add journalled "
  ` [PATCH V6 07/23] ext4: Add delalloc "
  ` [PATCH V6 08/23] ext4: Make ext4_init_dot_dotdot for inline dir usage
  ` [PATCH V6 09/23] ext4: Refactor __ext4_check_dir_entry to accepts start and size
  ` [PATCH V6 10/23] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [PATCH V6 11/23] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V6 12/23] ext4: Let ext4_readdir handle inline data
  ` [PATCH V6 13/23] ext4: Create a new function search_dir
  ` [PATCH V6 14/23] ext4: let ext4_find_entry handle inline data
  ` [PATCH V6 15/23] ext4: make ext4_delete_entry generic
  ` [PATCH V6 16/23] ext4: let ext4_delete_entry handle inline data
  ` [PATCH V6 17/23] ext4: let empty_dir handle inline dir
  ` [PATCH V6 18/23] ext4: let ext4_rename "
  ` [PATCH V6 19/23] ext4: Let fiemap work with inline data
  ` [PATCH V6 20/23] ext4: Evict inline data out if we needs to strore xattr in inode
  ` [PATCH V6 21/23] ext4: let ext4_truncate handle inline data correctly
  ` [PATCH V6 22/23] ext4: let fallocate "
  ` [PATCH V6 23/23] ext4: Enable ext4 inline support

[PATCH] resize2fs: support online-resizing for meta_bg and 64bits features
 2012-09-14  3:24 UTC  (12+ messages)
` [PATCH 1/2] resize2fs: allow meta_bg/64-bit file systems to be online resized
  ` [PATCH 2/2] resize2fs: fix overhead calculation for meta_bg file systems

[PATCH 0/5 v2] e2fsprogs: allow meta_bg/64-bit file systems to be online resized
 2012-09-13 22:49 UTC  (6+ messages)
` [PATCH 1/5] resize2fs: enforce the 16TB limit on 32-bit file systems correctly
` [PATCH 2/5] resize2fs: fix overhead calculation for meta_bg file systems
` [PATCH 3/5] resize2fs: allow meta_bg/64-bit file systems to be online resized
` [PATCH 4/5] resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing
` [PATCH 5/5] resize2fs: grow uninit_bg file systems more efficiently

[PATCH 0/9 v3] meta_bg online resize patches
 2012-09-13 22:49 UTC  (10+ messages)
` [PATCH 1/9] ext4: don't copy non-existent gdt blocks when resizing
` [PATCH 2/9] ext4: avoid duplicate writes of the backup bg descriptor blocks
` [PATCH 3/9] ext4: grow the s_flex_groups array as needed when resizing
` [PATCH 4/9] ext4: grow the s_group_info array as needed
` [PATCH 5/9] ext4: add online resizing support for meta_bg and 64-bit file systems
` [PATCH 6/9] ext4: set bg_itable_unused when resizing
` [PATCH 7/9] ext4: convert file system to meta_bg if needed during resizing
` [PATCH 8/9] ext4: log a resize update to the console every 10 seconds
` [PATCH 9/9] ext4: advertise the fact that the kernel supports meta_bg resizing

Newsletter
 2012-09-13 20:22 UTC 

Newsletter
 2012-09-13 19:25 UTC 

[PATCH 0/9] ext4: Bunch of DIO/AIO fixes V2
 2012-09-13 15:13 UTC  (11+ messages)
` [PATCH 1/9] ext4: ext4_inode_info diet
` [PATCH 2/9] ext4: completed_io locking cleanup V2
` [PATCH 3/9] ext4: serialize dio nonlocked reads with defrag workers V3
` [PATCH 4/9] ext4: punch_hole should wait for DIO writers
` [PATCH 5/9] ext4: serialize unlocked dio reads with truncate
` [PATCH 6/9] ext4: endless truncate due to nonlocked dio readers V2
` [PATCH 7/9] ext4: serialize truncate with owerwrite DIO workers V2
` [PATCH 8/9] ext4: fix ext_remove_space for punch_hole case
` [PATCH 9/9] ext4: fix ext4_ext_remove_space tree traversal

Ongoing data reorganization/defragmentation?
 2012-09-13 12:54 UTC  (5+ messages)

Ubuntu Ext4 regression testing
 2012-09-13  2:50 UTC  (12+ messages)

[PATCH] ext4: remove unused function ext4_ext_check_cache
 2012-09-12 17:17 UTC  (2+ messages)

[PATCH] ext4: enable FITRIM ioctl on bigalloc file system
 2012-09-12 16:59 UTC  (4+ messages)

ext4 won't mount - fsck required - 2nd fsck in less than a week
 2012-09-11 18:16 UTC  (12+ messages)

[PULL] UDF and ext3 fix for 3.6-rc6
 2012-09-10 20:19 UTC 

[PATCH] ext4: fix possible non-initialized variable
 2012-09-10 16:35 UTC  (3+ messages)

Tracking down suspend/resume ext3/mmc issues on imx233
 2012-09-10 16:33 UTC  (4+ messages)

How to query ext2/3/4 total fs size while mounted?
 2012-09-10 10:39 UTC  (3+ messages)

[PATCH] xfstests: make 275 pass on ext4
 2012-09-08  0:09 UTC  (6+ messages)
` [PATCH V2] xfstests: make 275 pass
    ` [PATCH V3] "

[Bug 47151] New: provide a file system block size of 8KB for certain SSDs
 2012-09-07 18:12 UTC  (5+ messages)
` [Bug 47151] "

du -s src is a lot slower on SSD than spinning disk in the same laptop
 2012-09-07 15:51 UTC  (11+ messages)
            ` ext4 crash with 3.5.2 in ext4_ext_remove_space

[PATCH] ext4: fix double unlock buffer mess during fs-resize
 2012-09-07 10:14 UTC 

[Bug 45441] kernel BUG at /build/buildd/linux-3.2.0/fs/jbd2/transaction.c:1093!
 2012-09-06 15:47 UTC 

(unknown),
 2012-09-06 12:23 UTC 

[Bug 43305] New: Deleting a folder with 500 000 small files causes deadlock in start_this_handle.irsa.7
 2012-09-06 14:59 UTC  (2+ messages)
` [Bug 43305] "

[PATCH] xfstests 285: verify extN statfs f_blocks
 2012-09-06 14:20 UTC  (3+ 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).