messages from 2014-08-08 21:47:34 to 2014-08-18 12:11:54 UTC [more...]
[PATCH 0/2] new APIs to allocate buffer-cache for superblock in non-movable area
2014-08-18 12:11 UTC (15+ messages)
` [PATCH 1/2] fs/buffer.c: allocate buffer cache from "
` [PATCH 2/3] ext4: allocate buffer-cache for superblock in, "
` [PATCH 3/3] jbd/jbd2: allocate buffer-cache for superblock inode "
Automatic fsck behavior
2014-08-17 21:17 UTC (4+ messages)
[PATCH 00/27] e2fsprogs Summer 2014 patchbomb, part 5.1
2014-08-17 17:23 UTC (29+ 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 12/27] debugfs: create journal handling routines
` [PATCH 13/27] e2fsck: set journal superblock s_sequence to tail_sequence
` [PATCH 14/27] debugfs: add the ability to write transactions to the journal
` [PATCH 15/27] tests: test writing and recovering checksum-free 32/64bit journals
` [PATCH 16/27] tests: test writing and recovering 64bit csum_v3 journals
` [PATCH 17/27] tests: test writing and recovering 32bit "
` [PATCH 18/27] tests: write and replay blocks with the old journal checksum
` [PATCH 19/27] tests: test recovery of 32 and 64-bit journals with checksum v2
` [PATCH 20/27] tests: test how e2fsck recovers from corrupt journal superblocks
` [PATCH 21/27] tests: test e2fsck recovery of corrupt revoke blocks
` [PATCH 22/27] tests: test e2fsck recovery with broken commit blocks
` [PATCH 23/27] tests: test e2fsck recovery of corrupt descriptor blocks
` [PATCH 24/27] mke2fs: set block_validity as a default mount option
` [PATCH 25/27] ext2fs: add readahead method to improve scanning
` [PATCH 26/27] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 27/27] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 28/27] libext2fs: write_journal_inode should check iterate return value
[PATCH 1/2] Use ext4_ext_next_allocated_block instead of mext_next_extent -v2
2014-08-16 13:17 UTC (2+ messages)
` [PATCH 2/2] ext4: refactor ext4_move_extents code base v5
possible different donor file naming in e4defrag
2014-08-15 21:04 UTC (4+ messages)
[PATCH 0/2] jbd2 checksum-related fixes
2014-08-15 20:43 UTC (3+ 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 1/2] Use ext4_ext_next_allocated_block instead of mext_next_extent
2014-08-15 16:08 UTC (7+ messages)
` [PATCH 2/2] ext4: refactor ext4_move_extents code base v3
2014 Linux Plumbers Call for File and Storage Systems Microconference Proposals
2014-08-15 14:30 UTC
Transaction XLK-14-TTF/ESP
2014-08-15 13:36 UTC
[PATCH] ext3: Count internal journal as bsddf overhead in ext3_statfs
2014-08-15 7:49 UTC
[PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs
2014-08-15 6:42 UTC
[PATCH] ext4: include journal blocks of internal journal in df overhead calcs
2014-08-14 6:56 UTC (4+ messages)
fine grain block allocation API request
2014-08-14 6:48 UTC (3+ messages)
journal recovery problems with metadata_csum, *non-64bit*
2014-08-14 1:56 UTC (7+ messages)
` journal_checksum_v2 on-disk format change? (was: Re: journal recovery problems with metadata_csum, *non-64bit*)
[PATCH v2 0/4] quota: add project quota support
2014-08-14 1:34 UTC
[PATCH] filefrag: fix extent count calculation when using FIBMAP
2014-08-13 20:03 UTC
[PATCH 1/2] Use ext4_ext_next_allocated_block instead of mext_next_extent
2014-08-13 15:48 UTC (2+ messages)
` [PATCH 2/2] ext4: refactor ext4_move_extents code base v4
[PATCH v2 0/4] quota: add project quota support
2014-08-13 13:22 UTC (2+ messages)
[Bug 82201] New: ext4 crash in ext4_superblock_csum
2014-08-13 2:34 UTC (3+ messages)
` [Bug 82201] "
[PATCH v2] e2fsck: don't flush the FS unless it's actually dirty
2014-08-12 18:44 UTC (3+ messages)
` [PATCH] tests: convert use of md5sum to crcsum
[PATCH] e2fsck: don't flush the FS unless it's actually dirty
2014-08-12 16:16 UTC (2+ messages)
Updated versoin of kvm-xfstests available
2014-08-12 16:10 UTC (4+ messages)
` Updated version "
[PATCH v2 0/4] quota: add project quota support
2014-08-12 15:35 UTC (17+ messages)
[PATCH] ext4: remove a duplicate call in ext4_init_new_dir()
2014-08-12 15:18 UTC
[PATCH 1/2] Use ext4_ext_next_allocated_block instead of mext_next_extent
2014-08-12 14:48 UTC (2+ messages)
` [PATCH 2/2] ext4: refactor ext4_move_extents code base v3
[Bug 61601] New: rootflags=noatime causes kernel panic when booting without initrd
2014-08-12 5:02 UTC (9+ messages)
` [Bug 61601] "
[PATCH 0/6] e2fsprogs Summer 2014 patchbomb, part 5
2014-08-11 20:50 UTC (18+ 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 4/6] ext2fs: add readahead method to improve scanning
` [PATCH 5/6] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 6/6] e2fsck: read-ahead metadata during passes 1, 2, and 4
New feature/project ideas
2014-08-11 18:21 UTC (3+ messages)
[PATCH] e2fsck: flush out the superblock and bitmaps before printing final messages
2014-08-11 17:27 UTC (3+ messages)
[PATCH v2 0/4] quota: add project quota support
2014-08-11 15:03 UTC
[PATCH v2 0/4] quota: add project quota support
2014-08-11 14:49 UTC (3+ messages)
[PATCH v2 0/4] quota: add project quota support
2014-08-11 14:16 UTC
[PATCH v2 0/4] quota: add project quota support
2014-08-11 13:48 UTC (2+ messages)
[PATCH v2 0/4] quota: add project quota support
2014-08-11 0:19 UTC
[PATCH v2 0/4] quota: add project quota support
2014-08-11 0:06 UTC
[PATCH 00/21] e2fsprogs Summer 2014 patchbomb, part 3
2014-08-10 22:50 UTC (48+ messages)
` [PATCH 01/21] e2fuzz: fix build problems on macosx and i386 linux
` [PATCH 02/21] e2fsck: convert 'delete files' warning to a proper fix_problem error
` [PATCH 03/21] libext2fs: check EA value offset
` [PATCH 04/21] libext2fs/e2fsck: don't run off the end of the EA block
` [PATCH 05/21] misc: fix various endianness problems with inline_data
` [PATCH 06/21] libext2fs: strict inline data overwrite should not return ENOSPC
` [PATCH 07/21] libext2fs: remove EA when inline data is less than 60 bytes
` [PATCH v2 07/21] libext2fs: don't fail inline data operations if there's no EA
` [PATCH 08/21] libext2fs: fix memory leak when failing to iterate inline_data directory
` [PATCH 09/21] e2fsck: check ea-in-inode regions for overlap
` [PATCH v2 "
` [PATCH 10/21] e2fsck: clear inline_data inode flag if EA missing
` [PATCH v2 "
` [PATCH 11/21] e2fsck: handle inline data symlinks
` [PATCH 12/21] e2fsck: check inline directory data "block" first
` [PATCH 13/21] e2fsck: don't try to iterate blocks of an inline_data inode when deallocating it
` [PATCH 14/21] e2fsck: clear extents and inline_data flags from fifo/socket/device inodes
` [PATCH 15/21] e2fsck: fix conflicting extents|inlinedata inode flags
` [PATCH v2 "
` [PATCH 16/21] e2fsck: do a better job of fixing i_size of inline directories
` [PATCH 17/21] e2fsck: use the correct block size when salvaging directories
` [PATCH 18/21] e2fsck: check inline dir size is a multiple of 4
` [PATCH 19/21] e2fsck: be more careful in assuming inline_data inodes are directories
` [PATCH v2 "
` [PATCH 20/21] e2fsck: don't set prev after processing '..' on an inline dir
` [PATCH 21/21] tests: add regression tests for inlinedata fixes
` [PATCH v2 "
journal recovery problems with metadata_csum, *non-64bit*
2014-08-10 22:35 UTC
[PATCH v2 0/4] quota: add project quota support
2014-08-10 0:38 UTC
fuzz testing an ext4fs file system under a 32 bit Linux user mode linux guest let task jbd2/ubda hang
2014-08-09 20:00 UTC (4+ messages)
[PATCH 1/6] libext2fs: avoid buffer overflow if s_first_meta_bg is too big
2014-08-09 17:10 UTC (6+ messages)
` [PATCH 2/6] e2fsck: fix file systems with an overly large s_first_meta_bg
` [PATCH 3/6] resize2fs: disable the meta_bg feature if necessary
` [PATCH 4/6] tests: make sure MKE2FS_FIRST_META_BG is unset while running tests
` [PATCH 5/6] tests: add f_first_meta_bg_too_big test
` [PATCH 6/6] tests: add the r_meta_bg_shrink test
journal recovery problems with metadata_csum, *non-64bit*
2014-08-09 4:07 UTC (6+ messages)
e2fsck readahead speedup performance report
2014-08-09 4:06 UTC (4+ 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).