messages from 2014-08-22 18:21:27 to 2014-09-08 23:13:00 UTC [more...]
[PATCH 00/25] e2fsprogs Summer 2014 patchbomb, part 5.2
2014-09-08 23:12 UTC (13+ messages)
` [PATCH 01/25] e2fsck/debugfs: fix descriptor block size handling errors with journal_csum
` [PATCH 02/25] libext2fs: report bad magic over bad sb checksum
` [PATCH 03/25] misc: don't return ENOMEM if we run out of disk space
` [PATCH 04/25] libext2fs: write_journal_inode should check iterate return value
` [PATCH 05/25] mke2fs: allow creation of journal device with superblock checksum
` [PATCH 06/25] e2fsck: detect and repair external journal superblock checksum errors
` [PATCH 07/25] tune2fs: explicitly disallow tuning of journal devices
` [PATCH 08/25] dumpe2fs: display external journal feature flags
` [PATCH 09/25] misc: zero s_jnl_blocks when removing internal journal
` [PATCH 10/25] debugfs: create journal handling routines
` [PATCH 11/25] e2fsck: fix minor errors in journal handling
` [PATCH 12/25] debugfs: add the ability to write transactions to the journal
[GIT PULL] an ext4 bug fix for 3.17
2014-09-08 22:42 UTC
[PATCH] ext4: validate external journal superblock checksum
2014-09-08 19:43 UTC
[PATCH] jbd2: fix journal checksum feature flag handling
2014-09-08 19:42 UTC
[PATCH v3 0/6] ext4: extents status tree shrinker improvement
2014-09-08 15:47 UTC (27+ messages)
` [PATCH v3 1/6] ext4: improve extents status tree trace point
` [PATCH v3 2/6] ext4: track extent status tree shrinker delay statictics
` [PATCH v3 3/6] ext4: cache extent hole in extent status tree for ext4_da_map_blocks()
` [PATCH v3 4/6] ext4: change lru to round-robin in extent status tree shrinker
` [PATCH v3 5/6] ext4: use a list to track all reclaimable objects for extent status tree
` [PATCH v3 6/6] ext4: use a garbage collection algorithm to manage object
[PATCH 2/2] jbd2: fix descriptor block size handling errors with journal_csum
2014-09-08 15:10 UTC (4+ messages)
[PATCH] ext4: use mkfs.ext4 -F instead of piping in yes
2014-09-08 12:50 UTC (12+ messages)
` [PATCH 1/2] ext4: define MKFS_EXT4_PROG and use it instead of "mkfs.ext4" / "mkfs -t ext4"
` [PATCH 2/2] ext4: speed up _require_ext4_bigalloc and _require_ext4_mkfs_bigalloc
` [PATCH -v2] "
[PATCH] ext4: require fallocate support to run ext4/307
2014-09-08 4:05 UTC
Updated versoin of kvm-xfstests available
2014-09-08 2:01 UTC (4+ messages)
` Updated version "
[PATCH] ext4: Fixed styling issues
2014-09-07 15:46 UTC (3+ messages)
[PATCH, WIP] ext4: add dummy_encryption mount option
2014-09-06 23:30 UTC
[PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs
2014-09-06 20:17 UTC (2+ messages)
journal_dev + metadata_csum issues
2014-09-06 7:13 UTC (2+ messages)
[PATCH 00/27] e2fsprogs Summer 2014 patchbomb, part 5.1
2014-09-06 5:52 UTC (26+ messages)
` [PATCH 01/27] e2fuzz: fix pwrite64/pwrite usage
` [PATCH 02/27] misc: fix gcc warnings
` [PATCH 03/27] libext2fs: byteswap inode when performing the sanity scan
` [PATCH 04/27] libext2fs: fix problems with LE<->BE conversions on BE platforms
` [PATCH 05/27] e2fsck: on BE, re-swap everything after a damaged dirent so salvage works correctly
` [PATCH 06/27] libext2fs: create inlinedata symlinks
` [PATCH 07/27] contrib: add script to help resync journal code with kernel
` [PATCH 08/27] e2fsck: resync jbd2 recovery code from Linux 3.16
` [PATCH 09/27] e2fsck: resync jbd2 revoke "
` [PATCH 10/27] e2fsck: fix infinite loop when recovering corrupt journal blocks
` [PATCH 11/27] e2fsck/debugfs: fix descriptor block size handling errors with journal_csum
` [PATCH 14/27] debugfs: add the ability to write transactions to the journal
[PATCHv4 0/3] new APIs to allocate buffer-cache with user specific flag
2014-09-05 14:14 UTC (10+ messages)
` [PATCHv4 1/3] fs.c: support buffer cache allocations with gfp modifiers
` [PATCHv4 2/3] ext4: use non-movable memory for the ext4 superblock
` [PATCHv4 3/3] jbd/jbd2: use non-movable memory for the jbd superblock
[PATCH] ext4: fix deadlock of i_data_sem in ext4_mark_inode_dirty()
2014-09-05 4:44 UTC (4+ messages)
What happened to e4defrag relevant file and free space defrag?
2014-09-03 19:26 UTC (4+ messages)
FROM: Husam Al Sayed
2014-09-03 18:34 UTC
[PATCH] jbd2: Optimize jbd2_log_do_checkpoint() a bit
2014-09-03 18:38 UTC (9+ messages)
` [PATCH 1/2] jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()
` [PATCH 2/2] jbd2: optimize jbd2_log_do_checkpoint() a bit
` [PATCH -v2] jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()
[PATCH 0/3] Clean up the EXT4_STATE_DELALLOC_RESERVED state flag
2014-09-03 17:17 UTC (8+ messages)
` [PATCH 1/3] ext4: pass allocation_request struct to ext4_(alloc,splice)_branch
` [PATCH 2/3] ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED
` [PATCH 3/3] ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag
[Bug 56241] New: running e4defrag provokes "kernel BUG at fs/buffer.c:1833!"
2014-09-03 14:37 UTC (2+ messages)
` [Bug 56241] "
[PATCH] ext4: avoid trying to kfree an ERR_PTR pointer
2014-09-03 13:38 UTC
[PATCH] ext4: fix accidental flag aliasing in ext4_map_blocks flags
2014-09-03 1:44 UTC (4+ messages)
` [PATCH] ext4: fix ZERO_RANGE bug hidden by flag aliasing
` [PATCH] ext4: renumber EXT4_EX_* flags to avoid flag aliasing problems flags
[PATCH 1/2] jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()
2014-09-02 17:00 UTC (5+ messages)
` [PATCH 2/2] jbd2: fold __wait_cp_io "
tune2fs and setting noatime as a default mount options
2014-09-02 3:36 UTC (5+ messages)
[PATCH] ext4: fix comments about get_blocks
2014-09-02 2:16 UTC (2+ messages)
[PATCH 0/6] e2fsprogs Summer 2014 patchbomb, part 5
2014-09-02 2:02 UTC (10+ messages)
` [PATCH 1/6] libext2fs: create inlinedata symlinks
` [PATCH 2/6] misc: fix gcc warnings
` [PATCH 3/6] mke2fs: set block_validity as a default mount option
` [PATCH] ext4: enable block_validity by default
[PATCHv3 0/3] new APIs to allocate buffer-cache with user specific flag
2014-09-01 8:02 UTC (12+ messages)
` [PATCHv3 1/3] fs/buffer.c: allocate buffer cache "
` [PATCHv3 2/3] ext4: allocate buffer-cache for superblock in, non-movable area
` [PATCHv3 3/3] jbd/jbd2: allocate buffer-cache for superblock inode in "
[PATCH 00/10] ext4: clean up ext4_ext_find_extent()
2014-09-01 4:06 UTC (11+ messages)
` [PATCH 01/10] ext4: teach ext4_ext_find_extent() to free path on error
` [PATCH 02/10] ext4: collapse ext4_convert_initialized_extents()
` [PATCH 03/10] ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent()
` [PATCH 04/10] ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code
` [PATCH 05/10] ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent()
` [PATCH 06/10] ext4: allow a NULL argument to ext4_ext_drop_refs()
` [PATCH 07/10] ext4: teach ext4_ext_find_extent() to realloc path if necessary
` [PATCH 08/10] ext4: reuse path object in ext4_ext_shift_extents()
` [PATCH 09/10] ext4: reuse path object in ext4_move_extents()
` [PATCH 10/10] ext4: rename ext4_ext_find_extent() to ext4_find_extent()
[PATCH 1/2] Use ext4_ext_next_allocated_block instead of mext_next_extent -v2
2014-08-31 19:48 UTC (4+ messages)
` [PATCH 2/2] ext4: refactor ext4_move_extents code base v5
[PATCH 0/5] i_size/i_disksize update fixes and cleanup series
2014-08-31 3:17 UTC (18+ messages)
` [PATCH 1/5] use ext4_update_i_disksize instead of opencoded ones
` [PATCH 2/5] move i_size,i_diskzie update routines to helper function
` [PATCH 3/5] ext4_zero_range: fix incorect journal credits reservation
` [PATCH 4/5] fix transaction issues for ext4_fallocate and ext_zero_range
` [PATCH 5/5] update i_disksize coherently with block allocation
[PATCH] ext4: remove a duplicate call in ext4_init_new_dir()
2014-08-30 3:23 UTC (5+ messages)
[PATCH] debugfs: add better error checking when printing extended attributes
2014-08-29 19:54 UTC
Release of e2fsprogs 1.42.12
2014-08-29 15:54 UTC
[GIT PULL] ext4 bug fixes for 3.17
2014-08-29 2:48 UTC
Refreshing after OOB file update?
2014-08-28 23:32 UTC (2+ messages)
Recovering from a damaged root inode
2014-08-28 22:53 UTC (4+ messages)
[PATCH] ext4: fix same-dir rename when inline data directory overflows
2014-08-26 2:49 UTC (2+ messages)
[PATCH 0/2] jbd2 checksum-related fixes
2014-08-26 2:44 UTC (5+ messages)
` [PATCH 1/2] jbd2: fix infinite loop when recovering corrupt journal blocks
` [PATCH 2/2] jbd2: fix descriptor block size handling errors with journal_csum
[PATCH] e2fsprogs: add supported file attributes to ext4.5 manpage
2014-08-26 1:02 UTC (2+ messages)
[PATCH] tests/d_inline_dump: remove version dependency in the expected output
2014-08-25 22:31 UTC
A couple of ext4 crashes with inlinedata/bigalloc
2014-08-25 19:09 UTC (6+ messages)
[PATCH v5 2/10] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
2014-08-25 6:52 UTC (3+ messages)
[PATCH 1/5] dumpe2fs: complain if extra arguments are given on the command line
2014-08-25 3:59 UTC (5+ messages)
` [PATCH 2/5] resize2fs.8.in: clarify when on-line resizing is supported
` [PATCH 3/5] resize2fs: clarify the size of blocks in resize2fs's messages
` [PATCH 4/5] mke2fs.8.in: explain how the fs-size parameter is interpreted
` [PATCH 5/5] mke2fs: improve the error message when a non-existent file is specified
collapse range test failures on 3.17-rc1 bigalloc
2014-08-23 1:28 UTC
[Bug 45941] BUG: soft lockup - CPU#1 stuck for 21s! [kworker/1:1:64] BUG: soft lockup - CPU#4 stuck for 22s! [flush-252:0:384]
2014-08-22 18:30 UTC
Corrupted superblock? But disk still mounts
2014-08-22 18:21 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).