linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-15 09:32:02 to 2014-07-26 00:35:11 UTC [more...]

[PATCH 00/18] e2fsprogs patchbomb 7/14, part 2
 2014-07-26  0:35 UTC  (15+ messages)
` [PATCH 01/18] e2fsck: reserve blocks for root/lost+found directory repair
` [PATCH 02/18] e2fsck: fix merge error in "clear uninit flag on directory extents"
` [PATCH 03/18] e2fsck: perform implied cluster allocations when filling a directory hole
` [PATCH 04/18] e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystems
` [PATCH 05/18] e2fsck: during pass1b delete_file, only free a cluster once
` [PATCH 06/18] dumpe2fs: add switch to disable checksum verification
` [PATCH 07/18] e2fsck: verify checksums after checking everything else
` [PATCH 08/18] e2fsck: fix the various checksum error messages
` [PATCH 09/18] e2fsck: insert a missing dirent tail for checksums if possible
` [PATCH 10/18] e2fsck: write dir blocks after new inode when reconstructing root/lost+found
` [PATCH 11/18] libext2/fsck: correctly preserve fs flags when modifying ignore-csum-error flag
` [PATCH 12/18] e2fsck: toggle checksum verification error reporting appropriately
` [PATCH 13/18] libext2fs: Don't cache inodes that fail checksum verification
` [PATCH 14/18] e2fsck: always recheck an inode checksum failure

[PATCH v2] ext4: check inline directory before converting
 2014-07-25 22:23 UTC 

Unable to build e2fsprogs 1.42.11 on RHEL 5
 2014-07-25 21:36 UTC  (3+ messages)

[PATCH 00/24] e2fsprogs patchbomb 7/14, part 1
 2014-07-25 20:19 UTC  (56+ messages)
` [PATCH 01/24] e4defrag: backwards-allocated files should be defragmented too
` [PATCH 02/24] debugfs: Only print the first 60 bytes from i_block on a fast symlink
` [PATCH 03/24] debugfs: create idump command to dump an inode in hex
` [PATCH 04/24] debugfs: allow bmap to allocate blocks
` [PATCH 05/24] e2fsck: report correct inode number in pass1b
` [PATCH 06/24] e2fsck: don't offer to recreate the journal if fsck is aborting due to bad block bitmaps
` [PATCH 07/24] e2fsck: skip clearing bad extents if bitmaps are unreadable
` [PATCH 08/24] e2fsck: fix inode coherency issue when iterating an inode's blocks
` [PATCH 09/24] e2fsck: clear i_block if there are too many bad block mappings
` [PATCH 10/24] e2fsck: don't clobber critical metadata during check_blocks
` [PATCH 11/24] e2fsck: free ctx->fs, not fs, at the end of fsck
` [PATCH 12/24] e2fsck: force all block allocations to use block_found_map
` [PATCH 13/24] e2fsck: fix off-by-one bounds check on group number
` [PATCH 14/24] libext2fs: fix bounds check of the bitmap test range in get_free_blocks2
` [PATCH 15/24] misc: fix problems with strncat
` [PATCH 16/24] e2fsck: don't crash during rehash
` [PATCH 17/24] e2fsck: reserve blocks for root/lost+found directory repair
` [PATCH 18/24] e2fsck: collapse holes in extent-based directories
` [PATCH 19/24] e2fsck: always submit logical block 0 of a directory for pass 2
` [PATCH 20/24] e2fsck: pass2 should not process directory blocks that are impossibly large
` [PATCH 21/24] e2fsck: clear uninit flag on directory extents
` [PATCH 22/24] e2fsck: check return value of ext2fs_extent_fix_parents()
` [PATCH 23/24] mke2fs: set error behavior at initialization time
` [PATCH 24/24] e2fuzz: Create a tool to fuzz ext* filesystems

[PATCH] resize2fs: radically reduce memory utilization by using rbtree bitmaps
 2014-07-25 18:14 UTC  (3+ messages)

Work on ext4
 2014-07-25 16:07 UTC  (8+ messages)

Online resize issue with 3.13.5 & 3.15.6
 2014-07-25 14:07 UTC  (6+ messages)

[PATCH 0/5 v4] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2014-07-25  8:31 UTC  (2+ messages)
` [PATCH 2/5] fiemap: add "

[PATCH 0/4 v3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2014-07-25  6:20 UTC  (8+ messages)
` [PATCH 2/4 v3] fiemap: add "

[PATCH] ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim
 2014-07-25  3:46 UTC  (4+ messages)

[PATCH] debugfs: allow do_write() to handle files over 4GB
 2014-07-25  0:04 UTC  (2+ messages)

[PATCH] ext4: check inline directory before converting
 2014-07-24 22:57 UTC  (3+ messages)

Is warn_on() right reply for i/o error?
 2014-07-24 19:29 UTC  (2+ messages)

[PATCH 0/5] ext4: RFC: Encryption
 2014-07-24 12:26 UTC  (12+ messages)
` [PATCH 1/5] ext4: Adds callback support for bio read completion
` [PATCH 2/5] ext4: Adds EXT4 encryption facilities
` [PATCH 3/5] ext4: Implements the EXT4 encryption write path
` [PATCH 4/5] ext4: Adds EXT4 encryption read callback support
` [PATCH 5/5] ext4: Implements real encryption in the EXT4 write and read paths

[PATCH] filefrag: fix block size value
 2014-07-24 11:38 UTC 

[PATCH] filefrag: fix -B option and extents calculation for FIBMAP
 2014-07-24 10:05 UTC 

[PATCH] fs/ext4/super.c: Let 'counters' switched by SMP
 2014-07-23 22:55 UTC  (6+ messages)

[PATCH] ext4: save goal group and offset in struct ext4_allocation_context.ac_g_ex
 2014-07-23  9:47 UTC 

[PATCH] ext4: regression test for wrong assert in ext4_mb_normalize_request()
 2014-07-23  9:01 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 0/2 v2] Improve orphan list scaling
 2014-07-23  8:15 UTC  (12+ messages)
` [PATCH 2/2] ext4: Reduce contention on s_orphan_lock

[PATCH] build: fix unused/uninitialized variable warnings
 2014-07-23  6:58 UTC 

[PATCH] debugfs: fix printing of inline data during symlink inode dump
 2014-07-22 22:44 UTC  (2+ messages)

[PATCH 1/2] xfstests: add data integtiry test for e4defrag ext4/307
 2014-07-22 21:05 UTC  (3+ messages)
` [PATCH 2/2] xfstests: add new defragmentation test (compacting case)

[PATCH] ext4: refactor ext4_move_extents code base v2
 2014-07-22 21:00 UTC 

[PATCH] e2fsck: free bh on csum verify error in do_one_pass
 2014-07-22 16:31 UTC  (3+ messages)

resilience against power loss
 2014-07-22 16:34 UTC 

[PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
 2014-07-22  9:38 UTC  (4+ messages)

[PATCH 2/2] ext4: allocate buffer-cache for superblock in, non-movable area
 2014-07-22  5:22 UTC 

[PATCH 1/2] fs/buffer.c: allocate buffer cache from non-movable area
 2014-07-22  5:20 UTC 

[PATCH 1/3] ext4: add i_data_sem sanity check
 2014-07-21 19:51 UTC  (6+ messages)
` [PATCH 2/3] ext4: use correct depth value
` [PATCH 3/3] ext4: fix incorrect locking in move_extent_per_page

Question about EXT4_IOC_MOVE_EXT
 2014-07-21 15:24 UTC  (3+ messages)

[PATCH] ext4: refactor ext4_move_extents code base v1
 2014-07-21 15:08 UTC 

testing result of loop-aio patchset on ext3
 2014-07-21  2:34 UTC  (7+ messages)

Delayed block allocation failures after shrinking fs
 2014-07-20 21:40 UTC  (4+ messages)

RHEL e2fsprogs-1.40.4-sb_feature_check_ignore.patch
 2014-07-18 22:32 UTC  (2+ messages)

Dear winner,
 2014-07-18 12:49 UTC 

[PATCH 3/3] ext4: Add support IOC_MOV_DATA ioctl
 2014-07-18 10:38 UTC  (5+ messages)

After unlinking a large file on ext4, the process stalls for a long time
 2014-07-18  9:29 UTC  (8+ messages)

Question about e2fsprogs/e4defrag
 2014-07-18  3:19 UTC  (6+ messages)

Business Proposal
 2014-07-17 10:22 UTC 

Automatic fsck behavior
 2014-07-17  3:41 UTC  (3+ messages)

[PATCH v2] ext4: remove readpage() check up for mmap file
 2014-07-15 16:16 UTC  (4+ messages)

[PATCH] ext4: handle symlink properly with inline_data
 2014-07-15 14:08 UTC  (4+ messages)
  ` [PATCH] ext4: make ext4_has_inline_data() as a inline function

[PATCH] ext4: rearrange initialization to fix EXT4FS_DEBUG
 2014-07-15 11:35 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).