linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-08 12:00:02 to 2014-07-22 20:35:05 UTC [more...]

[PATCH 00/24] e2fsprogs patchbomb 7/14, part 1
 2014-07-22 20:34 UTC  (32+ 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

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 0/2 v2] Improve orphan list scaling
 2014-07-22  4:35 UTC  (11+ messages)
` [PATCH 2/2] ext4: Reduce contention on s_orphan_lock

[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

[PATCH] fs/ext4/super.c: Let 'counters' switched by SMP
 2014-07-21 19:11 UTC  (5+ messages)

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 

[PATCH] ext4: regression test for wrong assert in ext4_mb_normalize_request()
 2014-07-21  3:27 UTC  (4+ messages)
    ` [PATCH v2] "

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

Online resize issue with 3.13.5 & 3.15.6
 2014-07-21  1:03 UTC  (2+ 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  (6+ messages)

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

[PATCH] e2fsck: free bh on csum verify error in do_one_pass
 2014-07-18  9:04 UTC  (2+ messages)

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

Business Proposal
 2014-07-17 10:22 UTC 

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

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 

Question about data integrity on SD cards
 2014-07-15  7:09 UTC  (4+ messages)

ext4: journal has aborted
 2014-07-15  6:31 UTC  (20+ messages)

[PATCH 2/3] xfs: Add support IOC_MOV_DATA ioctl
 2014-07-14 22:06 UTC  (6+ messages)

randconfig build error with next-20140714, in fs/ext4/super.c
 2014-07-14 14:38 UTC 

[PATCH -v2] ext4: rearrange initialization to fix EXT4FS_DEBUG
 2014-07-14 12:09 UTC  (4+ messages)

[ext4:dev 8/8] fs/ext4/indirect.c:1462 ext4_ind_remove_space() error: we previously assumed 'partial->bh' could be null (see line 1441)
 2014-07-14 10:00 UTC 

[PATCH] ext4: revert commit which was causing fs corruption after journal replays
 2014-07-14  7:23 UTC  (2+ messages)

[GIT PULL] ext4 bug fixes for 3.16
 2014-07-13 20:10 UTC 

Urgent
 2014-07-13 17:32 UTC 

[PATCH] ext4: fix a potential deadlock in __ext4_es_shrink()
 2014-07-13  7:00 UTC  (2+ messages)

[PATCH] ext4: rearrange initialization to fix EXT4FS_DEBUG
 2014-07-11 21:59 UTC 

[PATCH] patch rearrange-initialization-for-EXT4FS_DEBUG
 2014-07-11 21:57 UTC 

[PATCH] mke2fs: add support to align hugefiles relative to beginning of the disk
 2014-07-11 19:48 UTC  (4+ messages)

[PATCH] ext4: fix wrong size computation in ext4_mb_normalize_request()
 2014-07-11  9:04 UTC  (6+ messages)
      ` [PATCH v2] "

Release of e2fsprogs 1.42.11
 2014-07-10 20:30 UTC 

[PATCH][V3] misc: copy extended attributes in populate_fs
 2014-07-10 16:45 UTC  (2+ messages)

[PATCH][V4] misc: copy extended attributes in populate_fs
 2014-07-10 16:44 UTC 

[PATCH] build: use MKDIR_P instead of MKINSTALLDIRS
 2014-07-10 14:39 UTC 

[PATCH] Fix up configure so it finds mkinstalldirs
 2014-07-10 14:38 UTC  (2+ messages)

[PATCH 0/5] e2fsprogs: some small cleanups and fixes for journal code
 2014-07-10 14:35 UTC  (6+ messages)
` [PATCH 1/5] lib: add EXT2_ prefix for SUPERBLOCK_{OFFSET,SIZE}
` [PATCH 2/5] journal: use consts instead of 1024 and add helper for journal with 1k blocksize
` [PATCH 3/5] tune2fs: remove_journal_device(): use the correct block to find jsb
` [PATCH 4/5] tune2fs: update journal super block when changing UUID for fs
` [PATCH 5/5] tune2fs: update journal users while updating fs UUID (with external journal)

[PATCH] e2fsprogs: journal code small cleanup and fixes
 2014-07-10  6:03 UTC  (16+ messages)
` [PATCH 1/3] journal: use consts instead of 1024 and add helper for journal with 1k blocksize
    ` [PATCH 1/3 v2] "
            ` [PATCH 1/3 v3] "
` [PATCH 2/3] tune2fs: remove_journal_device(): use the correct block to find jsb
` [PATCH 3/3] tune2fs: update journal super block when changing UUID for fs

[PATCH 4/4] lib: add EXT2_ prefix for SUPERBLOCK_{OFFSET,SIZE}
 2014-07-10  6:00 UTC  (6+ messages)
  ` [PATCH 4/4 v2] "

[PATCH][V2] misc: copy extended attributes in populate_fs
 2014-07-09 18:51 UTC  (3+ messages)

[Bug 78651] New: Write performance of ext4 degrades linearly as volume fills
 2014-07-09  3:30 UTC  (9+ messages)
` [Bug 78651] "

[PATCH] e2fsck: reopen the file system with saved flags after a journal replay
 2014-07-08 17:29 UTC  (5+ messages)

ext4: first write to large ext3 filesystem takes 96 seconds
 2014-07-08 14:53 UTC  (5+ messages)

[PATCH] ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()
 2014-07-08 13:16 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;
as well as URLs for NNTP newsgroup(s).