linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-10 13:49:18 to 2014-12-28 08:22:59 UTC [more...]

[Bug 89511] New: USB-storage mount error
 2014-12-28  8:15 UTC  (33+ messages)
` [Bug 89511] "

[PATCH 1/4] ext4: fix potential use after free during resize V2
 2014-12-27 15:39 UTC  (8+ messages)
` [PATCH 4/4] ext4: fix suboptimal seek_{data,hole} extents traversial

[PATCH 1/1 linux-next] ext3: destroy sbi mutexes in put_super
 2014-12-27 15:01 UTC 

Online resizing of filesystem mounted with backup superblock causes corruption
 2014-12-27  4:59 UTC  (3+ messages)
  ` [PATCH] ext4: prevent online resize with backup superblock

Bug#773795: fsck.ext2: memory corruption
 2014-12-26  4:31 UTC 

[PATCH] ext4: remove spurious KERN_INFO from ext4_warning call
 2014-12-25 18:43 UTC 

[PATCH] ext4: Forbid journal_async_commit in data=ordered mode
 2014-12-24  7:31 UTC  (2+ messages)

max_dir_size_kb option list
 2014-12-24  0:34 UTC  (9+ messages)

Ext4 tail merging?
 2014-12-23 22:13 UTC  (2+ messages)

[PATCH 00/31] e2fsprogs December 2014 patchbomb
 2014-12-22 22:55 UTC  (40+ messages)
` [PATCH 01/31] misc: fix clang warnings and a resource leak
` [PATCH 02/31] debugfs: document new commands
` [PATCH 03/31] libext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 04/31] libext2fs: ext2fs_new_block2() should call alloc_block hook
` [PATCH 05/31] tune2fs: disable csum verification before resizing inode
` [PATCH 06/31] e2fsck: clear i_block[] when there are too many bad mappings on a special inode
` [PATCH 07/31] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 08/31] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 09/31] e2fsck: track directories to be rehashed with a bitmap
` [PATCH 10/31] e2fsck: rebuild sparse extent trees/convert non-extent ext3 files
` [PATCH 11/31] tests: verify proper rebuilding of sparse extent trees and block map file conversion
` [PATCH 12/31] undo-io: add new calls to and speed up the undo io manager
` [PATCH 13/31] undo-io: be more flexible about setting block size
` [PATCH 14/31] undo-io: use a bitmap to track what we've already written
` [PATCH 15/31] e2undo: fix memory leaks and tweak the error messages somewhat
` [PATCH 16/31] e2undo: ditch tdb file, write everything to a flat file
` [PATCH 17/31] e2fsck: optionally create an undo file
` [PATCH 18/31] resize2fs: optionally create "
` [PATCH 19/31] tune2fs: "
` [PATCH 20/31] mke2fs: "
` [PATCH 21/31] debugfs: "
` [PATCH 22/31] tests: test undo file creation in e2fsck/resize2fs/tune2fs/mke2fs
` [PATCH 23/31] tests: test various features of the new e2undo format
` [PATCH 24/31] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 25/31] libext2fs: find/alloc a range of empty blocks
` [PATCH 26/31] libext2fs: add new hooks to support large allocations
` [PATCH 27/31] libext2fs: implement fallocate
` [PATCH 28/31] libext2fs: use fallocate for creating journals and hugefiles
` [PATCH 29/31] debugfs: implement fallocate
` [PATCH 30/31] tests: test debugfs punch command
` [PATCH 32/31] libext2fs: initialize i_extra_isize when writing EAs
  ` [PATCH v2 "
` [PATCH 33/31] e2fsck: on read error, don't rewrite blocks past the end of the fs
` [PATCH 34/31] e2fsck: fix the journal recreation message
` [PATCH 35/31] libext2fs: avoid pointless EA block allocation
` [PATCH 36/31] libext2fs: strengthen i_extra_isize checks when reading/writing xattrs
` [PATCH 37/31] libext2fs: fix tdb.c mmap leak

inlinedata crash on ppc64
 2014-12-22 19:27 UTC 

[PATCH] Update maximum journal size in tune2fs man page
 2014-12-21 20:02 UTC 

[PATCH] fs: make generic_block_fiemap sig-tolerant PING2
 2014-12-19 23:38 UTC  (5+ messages)

[PATCH 00/47] e2fsprogs November 2014 patchbomb
 2014-12-19 19:15 UTC  (70+ messages)
` [PATCH 09/47] libext2fs: use a dynamically sized (or caller-provided) block zeroing buffer
` [PATCH 10/47] libext2fs: support BLKZEROOUT/FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 11/47] libext2fs: find inode goal when allocating blocks
` [PATCH 12/47] libext2fs: set interior tree block goal more intelligently
` [PATCH 13/47] libext2fs: add a way to check the theoretical maximum extent tree depth
` [PATCH 15/47] misc: don't allow mk_hugefiles unless the fs supports extents
` [PATCH 16/47] dumpe2fs: 80 column outputs, please
` [PATCH 17/47] dumpe2fs: output cleanup
` [PATCH 18/47] e2fsck: only complain about no-checksum directory blocks once
` [PATCH 19/47] e2fsck: don't complain about root dir csum failures when getting lnf
` [PATCH 20/47] tune2fs: warn if extents are not enabled when turning on metadata_csum
` [PATCH 21/47] tune2fs: enable uninit_bg when disabling metadata_csum
` [PATCH 22/47] tests: testcases for enabling/disabling metadata_csum via tune2fs
` [PATCH 23/47] mke2fs: don't zero inode table blocks that are already zeroed
` [PATCH 24/47] resize2fs: don't exit if shrinking sparse_super2 fs to one bg
` [PATCH 25/47] resize2fs: quickly rewrite extent blocks when moving an inode w/ metadata_csum
` [PATCH 26/47] resize2fs: use old_fs to detect per-bg metadata blocks to free
` [PATCH 27/47] resize2fs: don't interpret bitmap shift while crossing flexbg as raid stride
` [PATCH 28/47] resize2fs: set bg flags and unused inode count when resizing
` [PATCH 29/47] resize2fs: don't mark unallocated bg metadata blocks when fixing bg flags
` [PATCH 30/47] resize2fs: don't play stupid games with the block count
` [PATCH 31/47] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 32/47] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 33/47] e2fsck: rebuild sparse extent trees/convert non-extent ext3 files
  ` [PATCH v2 "
` [PATCH 35/47] resize2fs: convert fs to and from 64bit mode
` [PATCH 36/47] tests: test resize2fs 32->64 and 64->32bit conversion code
` [PATCH 51/47] e2fsck: force-reread of inode from disk when re-checking a checksum error

[Bug 89131] New: Hangs when checking torrent through libtorrent; kernel BUG at mm/iov_iter.c:219!
 2014-12-19 16:37 UTC  (10+ messages)
` [Bug 89131] "

ext4_da_update_reserve_space warning with kernel 3.10
 2014-12-19 12:59 UTC  (3+ messages)

Patch adding e2p_feature_to_string
 2014-12-19  3:21 UTC  (7+ messages)

[PATCH 1/2] ext4: fix seek_data cleanup
 2014-12-18 15:59 UTC  (2+ messages)
` [PATCH 2/2] ext4: fix seek_data for indirect layout

[PATCH] ext4/004: add dump/restore test
 2014-12-17  5:16 UTC  (8+ messages)

e2fsprogs, xfstests git trees pushed
 2014-12-17  3:34 UTC  (3+ messages)

[Bug 89621] New: EXT4-fs error (device dm-1): ext4_mb_release_inode_pa:3773: group 24089, free 34, pa_free 32
 2014-12-16 14:55 UTC  (8+ messages)
` [Bug 89621] "

[PATCH] libext2fs: speed up the max extent depth api call
 2014-12-15 17:29 UTC  (2+ messages)

Reserved blocks list in ext* filesystem
 2014-12-15 14:15 UTC  (2+ messages)

Call trace in ext4_es_lru_add on 3.10 stable
 2014-12-15  9:48 UTC  (12+ messages)

A doubt on journal_async_commit option
 2014-12-15  3:47 UTC  (3+ messages)

[PATCH] badblocks: Limit maximum number of bad blocks
 2014-12-15  1:55 UTC  (2+ messages)
`  "

[PATCH] resize2fs: don't require fsck to print min size
 2014-12-15  0:12 UTC  (2+ messages)

[PATCH] tests: regression test for resizing inodes on a metadata_csum fs
 2014-12-14  3:19 UTC  (2+ messages)

charity message
 2014-12-14  2:03 UTC 

[PATCH 0/11 RFC] quota: Unify VFS and XFS quota interfaces
 2014-12-12 22:51 UTC  (5+ messages)
` [PATCH 10/11] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units

[PATCH 1/2] ext4/004: Add new resize2fs functional test
 2014-12-12  0:21 UTC  (2+ messages)

[PATCH] ext2fs: fix integer overflow in rb_get_bmap_range
 2014-12-11 22:58 UTC  (2+ messages)

[GIT PULL] ext4 changes for 3.19
 2014-12-11 10:59 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).