linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-18 06:21:35 to 2012-09-27 00:19:59 UTC [more...]

[PATCH 1/6] xfstests: add fio requirement V2
 2012-09-27  0:19 UTC  (9+ messages)
` [PATCH 2/6] xfstest: add configurable load factors
` [PATCH 3/6] xfstest: allow fsstress to use load factor where appropriate
` [PATCH 4/6] add fallocate/truncate vs AIO/DIO stress test
` [PATCH 5/6] add fallocate/punch_hole "
` [PATCH 6/6] add defragmentation stress test for ext4

[PATCH] ext4: remove unused function ext4_ext_check_cache
 2012-09-26 19:46 UTC  (2+ messages)

[PATCH] ext4: enable FITRIM ioctl on bigalloc file system
 2012-09-26 19:46 UTC  (4+ messages)

[PATCH 0/4] ext4: ioc_move_ext fixes
 2012-09-26 16:56 UTC  (9+ messages)
` [PATCH 1/4] ext4: move_extent code cleanup
` [PATCH 2/4] ext4: online defrag is not supported for journaled files
` [PATCH 3/4] ext4: basic bug shield for move_extent_per_page
` [PATCH 4/4] ext4: reimplement uninit extent optimization for move_extent_per_page V2

[PATCH] ext4: ext4_bread usage audit
 2012-09-26 14:14 UTC  (5+ messages)

[PATCH 00/10] ext4: Bunch of DIO/AIO fixes V3
 2012-09-26 14:05 UTC  (18+ messages)
` [PATCH 01/10] ext4: ext4_inode_info diet
` [PATCH 02/10] ext4: give i_aiodio_unwritten more appropriate name
` [PATCH 03/10] ext4: fix unwritten counter leakage
` [PATCH 04/10] ext4: completed_io locking cleanup V3
` [PATCH 05/10] ext4: serialize dio nonlocked reads with defrag workers V3
` [PATCH 06/10] ext4: punch_hole should wait for DIO writers V2
` [PATCH 07/10] ext4: serialize unlocked dio reads with truncate
` [PATCH 08/10] ext4: endless truncate due to nonlocked dio readers V2
` [PATCH 09/10] ext4: serialize truncate with owerwrite DIO workers V2
` [PATCH 10/10] ext4: fix ext_remove_space for punch_hole case

[PATCH] ext4: Only call update_backups if necessary in online resize
 2012-09-26 13:57 UTC  (6+ messages)

[RFC][PATCH 0/8 v2] ext4: extent status tree (step 1)
 2012-09-26  8:00 UTC  (25+ messages)
` [RFC][PATCH 2/8 v2] ext4: add operations on extent status tree
` [RFC][PATCH 3/8 v2] ext4: initialize "

[RFC v2 00/10] vfs: hot data tracking
 2012-09-26  4:08 UTC  (22+ messages)
` [RFC v2 01/10] vfs: introduce private rb structures
` [RFC v2 02/10] vfs: add support for updating access frequency
` [RFC v2 03/10] vfs: add one new mount option '-o hottrack'
` [RFC v2 04/10] vfs: add init and exit support
` [RFC v2 05/10] vfs: introduce one hash table
` [RFC v2 06/10] vfs: enable hot data tracking
` [RFC v2 07/10] vfs: fork one kthread to update data temperature
` [RFC v2 08/10] vfs: add 3 new ioctl interfaces
` [RFC v2 09/10] vfs: add debugfs support
` [RFC v2 10/10] vfs: add documentation

[PATCH] ext4: fix double unlock buffer mess during fs-resize
 2012-09-26  3:26 UTC  (3+ messages)
` [PATCH] PING "

Release of e2fsprogs 1.42.6
 2012-09-24  3:38 UTC 

[PATCH 1/2 v2] ext4: check free block counters in ext4_mb_find_by_goal
 2012-09-24  3:17 UTC  (4+ messages)
` [PATCH 2/2 v2] ext4: check free inode count before allocaing an inode

Release of e2fsprogs 1.42.6
 2012-09-24 20:10 UTC 

ext4_readdir ignores filldir error code
 2012-09-24 15:07 UTC  (2+ messages)

[PATCH 1/6] xfstest: add fio git submodule
 2012-09-24 13:53 UTC  (13+ messages)
  ` [PATCH 2/6] xfstest: add configurable load factors
  ` [PATCH 3/6] xfstest: allow fsstress to use load factor where appropriate
  ` [PATCH 4/6] xfstest add fallocate/truncate vs AIO/DIO stress test
  ` [PATCH 5/6] xfstest: add fallocate/punch_hole "
  ` [PATCH 6/6] xfstest: add defragmentation stress test for ext4

ATENÇÃO;
 2012-09-24 10:25 UTC 

[Bug 47731] New: Null pointer dereference at strchr
 2012-09-24  3:01 UTC  (6+ messages)
` [Bug 47731] "

[PATCH] ext4: remove static from struct match_token used in token2str
 2012-09-24  2:59 UTC  (2+ messages)

Tracking down suspend/resume ext3/mmc issues on imx233
 2012-09-22 19:59 UTC  (7+ messages)

Bianca Dragusanu la Ploiesti.Poze hot!!!
 2012-09-21 18:19 UTC 

[PATCH 00/21 v5] e2fsprogs: make e2fsprogs support inline data
 2012-09-22  4:01 UTC  (22+ messages)
` [PATCH 01/21 v5] libext2fs: add INLINE_DATA into EXT2_LIB_SOFTSUPP_INCOMPAT
` [PATCH 02/21 v5] libext2fs: add function to check inline_data flag for an inode
` [PATCH 03/21 v5] libext2fs: add functions to operate extend attribute
` [PATCH 04/21 v5] libext2fs: handle inline data in dir iterator function
` [PATCH 05/21 v5] libext2fs: handle inline_data in block "
` [PATCH 06/21 v5] debugfs: make stat command support inline data
` [PATCH 07/21 v5] libext2fs: handle inline data when expanding directory
` [PATCH 08/21 v5] debugfs: make lsdel command support inline data
` [PATCH 09/21 v5] libext2fs: handle inline data in read/write function
` [PATCH 10/21 v5] debugfs: handle inline_data feature in dirsearch command
` [PATCH 11/21 v5] debugfs: handle inline_data feature in bmap command
` [PATCH 12/21 v5] debugfs: handle inline_data in punch command
` [PATCH 13/21 v5] libext2fs: add inline_data feature into EXT2_LIB_FEATURE_INCOMPAT_SUPP
` [PATCH 14/21 v5] mke2fs: add inline_data support in mke2fs
` [PATCH 15/21 v5] tune2fs: add inline_data feature in tune2fs
` [PATCH 16/21 v5] e2fsck: add problem descriptions and check inline data feature
` [PATCH 17/21 v5] e2fsck: check inline_data in pass1
` [PATCH 18/21 v5] e2fsck: check inline_data in pass2
` [PATCH 19/21 v5] e2fsck: check inline_data in pass3
` [PATCH 20/21 v5] tests: change result in f_bad_disconnected_inode
` [PATCH 21/21 v5] mke2fs: enable inline_data feature on ext4dev filesystem

[PATCH v2] ext4: fix possible non-initialized variable
 2012-09-22  0:52 UTC  (13+ messages)
` [v2] "

[PATCH] ext4: fix potential deadlock in ext4_nonda_switch()
 2012-09-21 23:59 UTC  (3+ messages)

[PATCH V2] ext4: speed-up releasing blocks on commit
 2012-09-21  4:43 UTC  (2+ messages)

[PATCH] e2fsprogs: Fix reserved blocks calculation for mke2fs -m 50%
 2012-09-20 19:15 UTC  (3+ messages)

[PATCH 0/9] ext4: Bunch of DIO/AIO fixes V2
 2012-09-20 18:56 UTC  (3+ messages)
` [PATCH 2/9] ext4: completed_io locking cleanup V2

[PATCH] ext4: Don't calc checksum in update_backups in online resize
 2012-09-20 15:54 UTC  (2+ messages)

Problem with online resizing with metadata checksum patch
 2012-09-20  6:36 UTC  (2+ messages)

[PATCH 0/4] ioengine: File based ioengines
 2012-09-19 19:40 UTC  (6+ messages)
` [PATCH 1/4] export file_lookup_open
` [PATCH 2/4] ioengine: allow several external ioengines
` [PATCH 3/4] ioengine: Add fallocate ioengine
` [PATCH 4/4] engine: add e4defrag engine

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

[Bug 47611] New: NULL pointer dereference in ext4_ext_remove_space on 3.5.1
 2012-09-19 18:06 UTC  (3+ messages)
` [Bug 47611] "

possible bug ?
 2012-09-19 16:50 UTC  (7+ messages)

ext4: convert file system to meta_bg if needed during resizing
 2012-09-19  4:56 UTC  (4+ messages)
  ` [PATCH] ext4: fix online resizing when the # of block groups is constant

Ubuntu Ext4 regression testing
 2012-09-19  3:41 UTC  (4+ messages)

Test 272 fails for ext3
 2012-09-18 21:26 UTC  (8+ messages)

Anyone have test cases for SEEK_HOLE/SEEK_DATA?
 2012-09-18 19:03 UTC  (9+ messages)

[PATCH 1/2] Make orphan functions no-op in no-journal mode
 2012-09-18 17:48 UTC  (3+ messages)
` [PATCH] "

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


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