linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-27 03:43:15 to 2012-10-09 00:54:29 UTC [more...]

spinlocks in ext4
 2012-10-09  0:54 UTC  (2+ messages)

Oops with ext(3|4) and audit and Xen
 2012-10-08 21:45 UTC  (9+ messages)

freeze_bdev hangs
 2012-10-08 18:48 UTC  (7+ messages)

[PATCH 1/2] e2freefrag: use 64-bit rbtree bitmaps
 2012-10-08 18:17 UTC  (10+ messages)
` [PATCH 2/2] libext2fs: optimize rb_test_bit
  ` [PATCH 1/3] libext2fs: remove pointless indirection in rbtree bitmaps
    ` [PATCH 2/3] libext2fs: further optimize rb_test_bit
    ` [PATCH 3/3] Fix makefiles to compile e2freefrag with profiling

[PATCH 0/2] ext3_bread usage audit due non-initialized variable
 2012-10-08 16:15 UTC  (14+ messages)
` [PATCH 1/2] ext3: fix possible non-initialized variable on htree_dirblock_to_tree()
` [PATCH 2/2] ext3: ext3_bread usage audit
  ` [PATCH 2/2] ext3: ext3_bread usage audit [V2]

A warning from 3.6+ with bigalloc and delalloc when running xfstest
 2012-10-08 14:59 UTC 

[PATCH] ext4: fix error handling in ext4_fill_super()
 2012-10-08 14:46 UTC  (5+ messages)

[PATCH] ext4: fix possible memory leak in ext4_xattr_set_acl()
 2012-10-08 12:36 UTC  (2+ messages)

metadata_csum + unclean shutdown = failure to boot
 2012-10-08 11:35 UTC  (12+ messages)

[PATCH 2/8] ext3: drop lock/unlock super
 2012-10-06 10:39 UTC 

ATENÇÃO;
 2012-10-05 20:47 UTC 

ext4 updates for v3.7
 2012-10-05 18:54 UTC 

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

[PATCH] ext4: fix ext4_flush_completed_IO wait semantics
 2012-10-05 14:20 UTC  (11+ messages)

[Bug 48431] New: ext4_fill_super() reports success even if ext4_mb_init() fails
 2012-10-05 14:16 UTC  (2+ messages)
` [Bug 48431] [PATCH]ext4_fill_super() "

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

Repeatable ext4 oops with 3.6.0 (regression)
 2012-10-04 21:11 UTC  (8+ messages)

[Bug 48301] New: Kernel panic when try delete really big file (3,3TB)
 2012-10-04 17:49 UTC  (5+ messages)
` [Bug 48301] "

[PULL REQUEST] ext3 & udf fixes for 3.7-rc1
 2012-10-04 12:34 UTC 

[Bug 48251] New: Sorting directory entries
 2012-10-03 16:53 UTC  (3+ messages)
` [Bug 48251] "

[PATCH] ext4: fix undefined bit shift result in ext4_fill_flex_info
 2012-10-03 14:18 UTC  (2+ messages)

[PATCH REGRESSION FIX] ext4: fix mtime update in nodelalloc mode
 2012-10-01  9:32 UTC  (7+ messages)

[ext4:dev 47/50] fs/ext4/extents.c:4949 ext4_ext_punch_hole() warn: inconsistent returns mutex:&inode->i_mutex: locked (4813,4815) unlocked (4806,4949)
 2012-10-01  3:22 UTC  (5+ messages)

[RFC][PATCH 0/8 v2] ext4: extent status tree (step 1)
 2012-09-30 14:00 UTC  (15+ messages)
` [RFC][PATCH 3/8 v2] ext4: initialize extent status tree
                      ` Fwd: "

WARNING: at fs/ext4/extents.c:4434 ext4_convert_unwritten_extent
 2012-09-29 15:07 UTC  (2+ messages)

[PATCH] ext4: ext4_bread usage audit
 2012-09-27 13:29 UTC  (6+ messages)

[PATCH 0/3] ext4: punching hole improvement
 2012-09-28 14:25 UTC  (4+ messages)
` [PATCH 1/3] ext4: add block-based file punching hole support

[ext4:dev 47/50] fs/ext4/indirect.c:1799 ext4_ind_punch_hole() warn: inconsistent returns mutex:&inode->i_mutex: locked (1710) unlocked (1799)
 2012-09-28 14:23 UTC  (4+ messages)

next/mmotm: ext4 causes !rwsem_is_locked warnings
 2012-09-28  3:31 UTC  (3+ messages)
  ` [PATCH v2] ext4: fix potential deadlock in ext4_nonda_switch()

[PATCH 2.6.33.y 01/40] ext4: Use bitops to read/modify EXT4_I(inode)->i_state
 2012-09-28  3:21 UTC  (4+ messages)
` [PATCH 2.6.33.y 14/40] ext4: Fix possible lost inode write in no journal mode

[PATCH next/mmotm] ext4: fix cache_es after merge_left
 2012-09-27 22:53 UTC  (3+ messages)

[PATCH] ext4: fix potential deadlock in ext4_nonda_switch()
 2012-09-27 20:14 UTC  (7+ messages)

[PATCH 00/10] ext4: Bunch of DIO/AIO fixes V3
 2012-09-27 15:23 UTC  (14+ messages)
` [PATCH 03/10] ext4: fix unwritten counter leakage
` [PATCH 04/10] ext4: completed_io locking cleanup V3
` [PATCH 08/10] ext4: endless truncate due to nonlocked dio readers V2

[PATCH] ext4: convert to use leXX_add_cpu()
 2012-09-27 13:39 UTC  (2+ messages)
`  "

[PATCH] ext4: remove redundant offset check in move_extents.c/mext_check_arguments
 2012-09-27 12:03 UTC  (2+ messages)

[RFC v2 00/10] vfs: hot data tracking
 2012-09-27  7:21 UTC  (21+ messages)
` [RFC v2 03/10] vfs: add one new mount option '-o hottrack'
` [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

Why clear the orphan list when mounting a fs with errors?
 2012-09-27  4:32 UTC  (4+ messages)
` [PATCH, RFC] ext4: don't clear orphan list on ro mount with errors


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