linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-21 02:53:51 to 2013-06-06 07:13:31 UTC [more...]

kernel BUG at mm/slub.c:3352!
 2013-06-06  7:13 UTC 

[RFC] ext4: simplify the code a bit
 2013-06-06  1:56 UTC 

[PATCH linux-next] ext4: inode: Fix compiler warning
 2013-06-05 19:24 UTC 

[PATCH v4 00/20] change invalidatepage prototype to accept length
 2013-06-05 10:04 UTC  (6+ messages)
` [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

[PATCH]mke2fs: Calculate journal blocks just after fs initialize
 2013-06-05  8:25 UTC  (2+ messages)

[PATCH] ext4: Reduce object size when !CONFIG_PRINTK
 2013-06-05  2:55 UTC 

[PATCH] e2fsck: detect invalid extents at the end of an extent-block
 2013-06-04 21:54 UTC  (3+ messages)

Misbehaving SSDs - FTL corruption
 2013-06-04 19:19 UTC  (2+ messages)

Question on delalloc
 2013-06-04 19:01 UTC  (5+ messages)

[PATCH 00/22 v2] Fixes and improvements in ext4 writeback path
 2013-06-04 18:47 UTC  (54+ messages)
` [PATCH 01/26] ext4: use io_end for multiple bios
` [PATCH 02/26] jbd2: Don't create journal_head for temporary journal buffers
` [PATCH 03/26] jbd2: Remove journal_head from descriptor buffers
` [PATCH 04/26] jbd2: Refine waiting for shadow buffers
` [PATCH 05/26] jbd2: Remove outdated comment
` [PATCH 06/26] jbd2: Cleanup needed free block estimates when starting a transaction
` [PATCH 07/26] jbd2: Fix race in t_outstanding_credits update in jbd2_journal_extend()
` [PATCH 08/26] jbd2: Remove unused waitqueues
` [PATCH 09/26] jbd2: Transaction reservation support
` [PATCH 10/26] ext4: Provide wrappers for transaction reservation calls
` [PATCH 11/26] ext4: Stop messing with nr_to_write in ext4_da_writepages()
` [PATCH 12/26] ext4: Deprecate max_writeback_mb_bump sysfs attribute
` [PATCH 13/26] ext4: Improve writepage credit estimate for files with indirect blocks
` [PATCH 14/26] ext4: Better estimate credits needed for ext4_da_writepages()
` [PATCH 15/26] ext4: Restructure writeback path
` [PATCH 16/26] ext4: Remove buffer_uninit handling
` [PATCH 17/26] ext4: Use transaction reservation for extent conversion in ext4_end_io
` [PATCH 18/26] ext4: Split extent conversion lists to reserved & unreserved parts
` [PATCH 19/26] ext4: Defer clearing of PageWriteback after extent conversion
` [PATCH 20/26] ext4: Protect extent conversion after DIO with i_dio_count
` [PATCH 21/26] ext4: Remove wait for unwritten extent conversion from ext4_truncate()
` [PATCH 22/26] ext4: Use generic_file_fsync() in ext4_file_fsync() in nojournal mode
` [PATCH 23/26] ext4: Remove i_mutex from ext4_file_sync()
` [PATCH 24/26] ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()
` [PATCH 25/26] ext4: Don't wait for extent conversion in ext4_punch_hole()
` [PATCH 26/26] ext4: Remove ext4_ioend_wait()

Filesystem state: clean with errors - what errors?
 2013-06-04 13:49 UTC  (9+ messages)

[PATCH 0/2] Misc ext4 fixes
 2013-06-04 13:37 UTC  (8+ messages)
` [PATCH 1/2] jbd2: check bh->b_data for NULL in jbd2_journal_get_descriptor_buffer before memset()
` [PATCH 2/2] ext4: add sanity checks in __ext4_check_dir_entry

[PATCH v3] jbd2: Fix block tag checksum verification brokenness
 2013-06-04  3:32 UTC  (2+ messages)

[PATCH 1/3 v2] 285: Fix test for ext4 in some configurations
 2013-06-03 19:10 UTC  (8+ messages)
` [PATCH 2/3 v2] 285: Fix indentation of do_pwrite
` [PATCH 3/3 v2] 285: Test offsets over 4GB

How to differentiate ext4 from ext2/3 in code?
 2013-06-03 17:16 UTC  (3+ messages)

RFC: [Bug 968876] e4defrag incorrectly calculates optimum extents
 2013-06-03 16:12 UTC 

[PATCH] xfstests: fix seek_sanity_test for fs w/o fallocate
 2013-06-03 12:42 UTC  (7+ messages)

[PATCH 0/6] ext3/4 data integrity fixes
 2013-06-03 11:30 UTC  (14+ messages)
` [PATCH 1/6] jbd2: optimize jbd2_journal_force_commit
` [PATCH 2/6] ext4: fix data integrity for ext4_sync_fs
` [PATCH 3/6] jbd: optimize journal_force_commit
` [PATCH 4/6] ext3: fix data integrity for ext4_sync_fs
` [PATCH 5/6] ext4: Fix fsync error handling after filesystem abort
` [PATCH 6/6] ext3: "

found a scenario for BUG at fs/ext4/super.c:804!
 2013-06-01 18:02 UTC  (6+ messages)

[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy
 2013-06-01  9:22 UTC  (2+ messages)
` [Bug 42723] "

[PATCH 0/4] ext4: Fix overflows in ext4 code
 2013-05-31 23:42 UTC  (7+ messages)
` [PATCH 1/4] ext4: Fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()
` [PATCH 2/4] ext4: Fix overflows in SEEK_HOLE, SEEK_DATA implementations
` [PATCH 3/4] ext4: Fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs
` [PATCH 4/4] ext4: Fix overflow when counting used blocks on 32-bit architectures

dev branch or master branch?
 2013-05-31 23:07 UTC  (3+ messages)

ext4/jbd2 hangs in __jbd2_log_wait_for_space on 3.4-RT/3.6-RT
 2013-05-31 18:34 UTC 

[PATCH 1/3] 285: Fix test for ext4 in some configurations
 2013-05-31  8:22 UTC  (14+ messages)
` [PATCH 2/3] 285: Fix file syncing
` [PATCH 3/3] 285: Test offsets over 4GB

[Bug 968876] e4defrag incorrectly calculates optimum extents
 2013-05-30 18:19 UTC 

Investment of ($25,275,000.00)
 2013-05-30  0:35 UTC 

[PATCH RESEND] libext2fs: Provide functions to safely access name_len and file_type
 2013-05-28 20:45 UTC 

Why does journal mode outperforms all other modes when reading and writing data at the same time?
 2013-05-28 16:14 UTC  (2+ messages)

[PATCH] add generic/286 to the auto and quick groups
 2013-05-28 16:05 UTC  (3+ messages)

[PATCH] xfstests: fix src/seek_sanity_test -t option
 2013-05-28 15:57 UTC  (5+ messages)
` [PATCH V2] "

[PATCH] fs: ext4: Printing debug is now configurable
 2013-05-28 11:53 UTC  (3+ messages)

[PATCH v2] jbd2: Fix block tag checksum verification brokenness
 2013-05-28 11:34 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH] jbd2: use kmem_cache_zalloc for allocating journal head
 2013-05-28 11:28 UTC  (2+ messages)

[PATCH] Avoid unnecessarily writing back dirty pages before hole punching
 2013-05-28  9:04 UTC  (8+ messages)
` [PATCH v2] ext4: "
    ` [PATCH] "
        ` [PATCH v4] "

delayed allocation blocks not flushed?
 2013-05-27 20:35 UTC  (2+ messages)

[BUG] xfstest269 causes deadlock on linux-3.9.0 (ext4)
 2013-05-27  8:33 UTC  (6+ messages)

[PATCH] ext4:an improvement in ext4 feature inline_data
 2013-05-26 13:40 UTC  (2+ messages)

BUG at fs/ext4/inode.c:1590!
 2013-05-26 12:42 UTC  (6+ messages)
` Trinity: "

[PATCH] ext4: optimize extent selection for block removal in case of hole punch
 2013-05-24 14:39 UTC 

[PATCH] ext4: pass inode pointer instead of file poiner to punch hole
 2013-05-24 14:36 UTC 

[PATCH 1/4] ext4: Fix fsync error handling after filesysteb abort
 2013-05-24 13:09 UTC  (6+ messages)
` [PATCH 3/4] jbd2: make shure that we do not miss aborted state

it may be a ext4 feature-inlinedata bug
 2013-05-23  6:48 UTC  (2+ messages)

Ext4: Slow performance on first write after mount
 2013-05-22  0:27 UTC  (6+ messages)
        ` Aw: "

[PATCH] libext2fs: do not print any error message from libext2fs
 2013-05-21  4:01 UTC  (5+ messages)
    ` My current version of the inline data patches


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