messages from 2014-08-14 05:19:50 to 2014-09-01 07:53:01 UTC [more...]
[PATCHv3 0/3] new APIs to allocate buffer-cache with user specific flag
2014-09-01 7:53 UTC (11+ 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] ext4: fix accidental flag aliasing in ext4_map_blocks flags
2014-08-31 20:00 UTC
[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)
tune2fs and setting noatime as a default mount options
2014-08-29 22:56 UTC (3+ 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 00/27] e2fsprogs Summer 2014 patchbomb, part 5.1
2014-08-28 1:33 UTC (41+ 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 v3 0/6] ext4: extents status tree shrinker improvement
2014-08-27 15:24 UTC (11+ messages)
` [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] 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 0/6] e2fsprogs Summer 2014 patchbomb, part 5
2014-08-25 16:36 UTC (9+ 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
[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
Updated versoin of kvm-xfstests available
2014-08-23 17:35 UTC (3+ messages)
` Updated version "
What happened to e4defrag relevant file and free space defrag?
2014-08-23 11:04 UTC
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 (11+ messages)
[PATCH] ext4: fix BUG_ON in mb_free_blocks()
2014-08-22 15:29 UTC
Medstore here
2014-08-22 13:23 UTC
[PATCH 0/6] Clean up error handling in fs/ext4/namei.c
2014-08-22 7:29 UTC (7+ messages)
` [PATCH 1/6] ext4: propagate errors up to ext4_find_entry()'s callers
` [PATCH 2/6] ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention
` [PATCH 3/6] ext4: change ext4_getblk() "
` [PATCH 4/6] ext4: convert ext4_bread() "
` [PATCH 5/6] ext4: convert dx_probe() to use "
` [PATCH 6/6] ext4: convert do_split() "
Potential bug in fs/ext4/inline.c?
2014-08-22 7:29 UTC (3+ messages)
[ext4] 71d4f7d0321: -49.6% xfstests.generic.274.seconds
2014-08-22 1:52 UTC
[PATCH 0/2] new APIs to allocate buffer-cache for superblock in non-movable area
2014-08-21 21:38 UTC (13+ messages)
` [PATCH 1/2] fs/buffer.c: allocate buffer cache from "
[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy
2014-08-21 9:21 UTC (2+ messages)
` [Bug 42723] "
[PATCHv2 0/3] new APIs to allocate buffer-cache with user specific flag
2014-08-21 0:38 UTC (10+ messages)
` [PATCHv2 1/3] fs/buffer.c: allocate buffer cache "
` [PATCHv2 2/3] ext4: allocate buffer-cache for superblock in non-movable area
` [PATCHv2 3/3] jbd/jbd2: allocate buffer-cache for superblock inode "
[GIT PULL] FS bugfixes for 3.17-rc2
2014-08-20 22:32 UTC
[PATCH] ext3: Count internal journal as bsddf overhead in ext3_statfs
2014-08-19 21:20 UTC (2+ messages)
e2fsprogs: debugfs: set_inode_field fails to set block[IND]
2014-08-19 12:30 UTC (3+ messages)
` [PATCH] debugfs: fix set_inode_field block[IND|DIND|TIND]
Automatic fsck behavior
2014-08-17 21:17 UTC (4+ messages)
possible different donor file naming in e4defrag
2014-08-15 21:04 UTC (4+ messages)
[PATCH 1/2] Use ext4_ext_next_allocated_block instead of mext_next_extent
2014-08-15 16:08 UTC (6+ messages)
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 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 (3+ messages)
fine grain block allocation API request
2014-08-14 6:48 UTC (3+ 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).