public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-03 14:31:23 to 2014-12-20 21:18:16 UTC [more...]

[PATCH 00/31] e2fsprogs December 2014 patchbomb
 2014-12-20 21:18 UTC  (13+ 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

[Bug 89511] New: USB-storage mount error
 2014-12-20  1:55 UTC  (25+ messages)
` [Bug 89511] "

[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  (72+ 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 1/4] ext4: fix potential use after free during resize V2
 2014-12-18  2:39 UTC  (7+ messages)
` [PATCH 4/4] ext4: fix suboptimal seek_{data,hole} extents traversial

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

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

max_dir_size_kb option list
 2014-12-16 15:42 UTC  (7+ 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  (14+ 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  (3+ messages)
` [PATCH 2/2] ext4/005: Add new resize2fs stress test

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

[GIT PULL] ext4 changes for 3.19
 2014-12-11 10:59 UTC 

[PATCH] ext4: move_extent explicitly invalidate page buffers
 2014-12-10 11:04 UTC  (5+ messages)

[v8 0/5] ext4: add project quota support
 2014-12-09 22:57 UTC  (7+ messages)
` [v8 1/5] vfs: adds general codes to enforces project quota limits
` [v8 2/5] ext4: adds project ID support
` [v8 3/5] ext4: adds project quota support
` [v8 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
  ` [v8 5/5] ext4: cleanup inode flag definitions

[PATCH] ext4: fix potential use after free during resize V3
 2014-12-09 19:37 UTC 

[PATCH-v7 0/3] add support for a lazytime mount option
 2014-12-09  4:04 UTC  (4+ messages)
` [PATCH-v7 1/3] vfs: "
` [PATCH-v7 2/3] vfs: add find_inode_nowait() function
` [PATCH-v7 3/3] ext4: add optimization for the lazytime mount option

Hello
 2014-12-08 16:29 UTC 

[PATCH] ext4/jbd2: fix race condition when initializing the crc32c "key"
 2014-12-08 15:33 UTC  (2+ messages)

Re
 2014-12-08 14:05 UTC 

[PATCH v1 4/10] lib/siphash.c: New file
 2014-12-08 13:16 UTC  (3+ messages)

next-20141204 crashing on ext4_fill_super()
 2014-12-07 13:58 UTC  (3+ messages)

Crash in ext4_fill_super in linux-next
 2014-12-06 16:53 UTC  (2+ messages)

ext4: fix potential use after free during resize
 2014-12-06 13:53 UTC 

[PATCH] ext4/004: add dump/restore test
 2014-12-05  7:16 UTC  (6+ messages)
` [PATCH v2] "
        ` [PATCH v3] ext4: "

[PATCH v6 2/10] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2014-12-05  6:20 UTC  (5+ messages)

inline_data,metadata_csum a lot of bad csum for directories
 2014-12-05  0:10 UTC  (5+ messages)

ext4 -next: Oops at ext4_fill_super()
 2014-12-04 15:23 UTC 

[PATCH v2 3/3] e2fsprogs/tune2fs: fix memory write overflow
 2014-12-03 14:34 UTC  (8+ messages)
` [PATCH v3 1/3] e2fsprogs/tune2fs: fix memory leak in inode_scan_and_fix()
  ` [PATCH v3 2/3] e2fsprogs/tune2fs: rewrite metadata checksums when resizing inode size
      ` [PATCH] tune2fs: disable csum verification before resizing inode

[PATCH] ext4: ext4_da_convert_inline_data_to_extent drop locked page after error
 2014-12-03 14:31 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox