linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-24 01:34:49 to 2014-03-05 15:51:32 UTC [more...]

[PATCH v2 0/8] Add tests for zero range into xfstests
 2014-03-05 15:51 UTC  (2+ messages)
` [PATCH v2 1/8] xfstests: Create single function for testing xfs_io commands

Extremely slow remounts with concurrent I/O
 2014-03-05 14:13 UTC 

an issue of ext4
 2014-03-05 12:51 UTC  (2+ messages)

warning in ext4_journal_start_sb on filesystem freeze
 2014-03-04 19:04 UTC  (8+ messages)

[PATCH] ext4: Speedup WB_SYNC_ALL pass
 2014-03-04 15:54 UTC  (2+ messages)

[PATCH] mke2fs: disable resize_inode feature if 64bit feature is enabled
 2014-03-04 15:19 UTC  (5+ messages)

[PATCH v3 00/30] e2fsprogs: inline data refinement patch set
 2014-03-04 13:56 UTC  (17+ messages)
` [PATCH v3 09/30] libext2fs: check inline_data in ext2fs_xattrs_read/write
` [PATCH v3 10/30] libext2fs: define new dirent_swab interfaces for inline data
` [PATCH v3 11/30] libext2fs: handle inline data in dir iterator function
` [PATCH v3 19/30] libext2fs: handle inline data in read/write function
` [PATCH v3 24/30] e2fsck: check inline_data in pass1

[RFC][PATCH] mke2fs.conf: Enable 64bit feature by default
 2014-03-03 15:47 UTC  (2+ messages)

[PATCH 0/2] ext4: ext4_mb_normalize_request() fixes
 2014-03-03 14:00 UTC  (3+ messages)
` [PATCH 1/2] ext4: fix wrong assert in ext4_mb_normalize_request()
` [PATCH 2/2] ext4: fix bug "

[PATCH] e2fsprogs: Remove any occurrence of ext4dev and test_fs
 2014-03-03 12:55 UTC  (3+ messages)

[PATCH] e2fsprogs: introduce ext2fs_close_free() helper
 2014-03-03 12:54 UTC  (3+ messages)

[PATCH 1/2] mke2fs: Add revision to the is_before_linux_ver()
 2014-03-03 12:53 UTC  (4+ messages)
` [PATCH 2/2] mke2fs: Enable lazy_itable_init on newer kernel by default

[PATCH 1/8] xfstests: Create single function for testing xfs_io commands
 2014-03-03 12:21 UTC  (18+ messages)
` [PATCH 2/8] xfstests: create _test_block_boundaries in common/punch
` [PATCH 3/8] generic/008: Add test for fallocate zero range at block boundary
` [PATCH 4/8] xfstests: Move fallocate include into global.h
` [PATCH 5/8] xfstests: Add fallocate zero range operation to fsstress
` [PATCH 6/8] fsstress: translate flags in fiemap_f
` [PATCH 7/8] xfstests: Add fallocate zero range operation to fsx
` [PATCH 8/8] ext4/001: Add ext4 specific test for fallocate zero range

[PATCH] ext3: fix some wrong comments
 2014-03-03  1:44 UTC  (3+ messages)

[PATCH v7] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-03-02 14:12 UTC 

[Bug 71301] New: CPU soft lockup
 2014-03-02 13:55 UTC  (4+ messages)
` [Bug 71301] "

[PATCH 00/32] e2fsprogs patchbomb 2/14
 2014-03-02  7:20 UTC  (31+ messages)
` [PATCH 01/32] libext2fs: support modifying arbitrary extended attributes (v5)
` [PATCH 02/32] debugfs: create commands to edit extended attributes
` [PATCH 03/32] libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_range
` [PATCH 04/32] misc: fix header complaints and resource leaks in e2fsprogs
` [PATCH 05/32] libext2fs: fix memory leak when drastically shrinking extent tree depth
` [PATCH 06/32] libext2fs: fix parents when modifying extents
` [PATCH 07/32] e2fsck: fix inline_data flag errors in pass1
` [PATCH 08/32] e2fsck: print runs of duplicate blocks instead of all of them
` [PATCH 09/32] e2fsck: verify checksums after checking everything else
` [PATCH 10/32] dumpe2fs: add switch to disable checksum verification
` [PATCH 11/32] mke2fs: set block_validity as a default mount option
` [PATCH 12/32] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 13/32] libext2fs: file IO routines should handle uninit blocks
` [PATCH 14/32] resize2fs: convert fs to and from 64bit mode
` [PATCH 15/32] resize2fs: when toggling 64bit, don't free in-use bg data clusters
` [PATCH 16/32] resize2fs: adjust reserved_gdt_blocks when changing group descriptor size
` [PATCH 17/32] libext2fs: have UNIX IO manager use pread/pwrite
` [PATCH 18/32] ext2fs: add readahead method to improve scanning
` [PATCH 19/32] libext2fs: allow clients to read-ahead metadata
` [PATCH 20/32] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 21/32] libext2fs: when appending to a file, don't split an index block in equal halves
` [PATCH 22/32] libext2fs: find inode goal when allocating blocks
` [PATCH 23/32] libext2fs: find a range of empty blocks
` [PATCH 24/32] libext2fs: provide a function to set inode size
` [PATCH 25/32] libext2fs: implement fallocate
` [PATCH 27/32] fuse2fs: translate ACL structures
` [PATCH 28/32] fuse2fs: handle 64-bit dates correctly
` [PATCH 29/32] fuse2fs: implement fallocate
` [PATCH 31/32] tests: enable using fuse2fs with metadata checksum test
` [PATCH 32/32] tests: test date handling

[PATCH V4 00/11] 2fsprogs/mke2fs: add an option: -d root-directory
 2014-03-01  8:06 UTC  (12+ messages)
` [PATCH V4 01/11] mke2fs: add the ability to copy files from a given directory
` [PATCH V4 02/11] misc/create_inode.c: copy files recursively
` [PATCH V4 03/11] misc/create_inode.c: create special file
` [PATCH V4 04/11] misc/create_inode.c: create symlink
` [PATCH V4 05/11] misc/create_inode.c: copy regular file
` [PATCH V4 06/11] misc/create_inode.c: create directory
` [PATCH V4 07/11] misc/create_inode.c: set owner/mode/time for the inode
` [PATCH V4 08/11] mke2fs.c: add an option: -d root-directory
` [PATCH V4 09/11] misc/create_inode.c: handle hardlinks
` [PATCH V4 10/11] debugfs: use the functions in misc/create_inode.c
` [PATCH V4 11/11] mke2fs.8.in: update the manual for the -d option

[PATCH] mke2fs: handle flex_bg collision with backup descriptors
 2014-02-28 20:15 UTC 

[INSANE RFC PATCH 0/2] e2fsck metadata prefetch
 2014-02-28 20:18 UTC  (8+ messages)
` [PATCH 2/2] libext2fs/e2fsck: implement metadata prefetching

[PATCH 1/6] generic/290: Add test for fallocate zero range
 2014-02-28 12:38 UTC  (27+ messages)
` [PATCH 2/6] xfstests: Add fallocate zero range operation to fsstress
` [PATCH 3/6] xfstests: fsstress punch should always have FALLOC_FL_KEEP_SIZE set
` [PATCH 4/6] xfstests: Add fallocate zero range operation to fsx
` [PATCH 5/6] xfstests: Define fallocate flags locally in fsx
` [PATCH 6/6] ext4/242: Add ext4 specific test for fallocate zero range

[PATCH 0/2] ext3: Update some outdated comments
 2014-02-28  8:40 UTC  (3+ messages)
` [PATCH 1/2] ext3: Update PF_MEMALLOC handling in ext3_write_inode()
` [PATCH 2/2] ext3: Update outdated comment before ext3_ordered_writepage()

[PATCH] ext4: fix some wrong comments
 2014-02-28  7:27 UTC 

[PATCH 0/2] e2fsprogs: two fixes
 2014-02-28  2:09 UTC  (3+ messages)
` [PATCH 1/2] inode.c: only update the icache for ext2_inode

[PATCH] ext3/4: remove some unnecessary comments
 2014-02-28  2:46 UTC  (3+ messages)

A tool that allows changing inode table sizes
 2014-02-27 21:12 UTC  (3+ messages)

[PATCH] ext4: fix NULL pointer dereference in ext4_validate_block_bitmap()
 2014-02-27 18:35 UTC  (2+ messages)

[PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-02-27 11:56 UTC  (10+ messages)
` [PATCH 1/6 v2] ext4: Update inode i_size after the preallocation
` [PATCH 2/6 v2] ext4: refactor ext4_fallocate code
` [PATCH 3/6 v2] ext4: translate fallocate mode bits to strings
` [PATCH 4/6 v2] fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
` [PATCH 5/6 v2] ext4: "
` [PATCH 6/6 v2] xfs: Add support for FALLOC_FL_ZERO_RANGE

[PATCH RESEND 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-27 10:35 UTC  (7+ messages)
` [PATCH] util-linux/fallocate: introduce an option -c to support FALLOC_FL_COLLAPSE_RANGE
    ` [PATCH v2] util-linux/fallocate: introduce an option -c to support COLLAPSE_RANGE

[PATCH] xfs_io: add fzero command for zeroing range via fallocate
 2014-02-27  5:01 UTC  (2+ messages)

[PATCH v6] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-27  4:03 UTC  (5+ messages)

Reset due to emergency remount r/o
 2014-02-27  3:51 UTC 

[PATCH v5 0/10] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-27  1:30 UTC  (16+ messages)

[PATCH v5 1/10] fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-26 23:48 UTC  (8+ messages)

[PATCH] ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents
 2014-02-26 20:39 UTC 

[PATCH] ext2/3: use prandom_u32() instead of get_random_bytes()
 2014-02-26 11:08 UTC  (2+ messages)

[patch] ext3: remove an unneeded check in ext3_new_blocks()
 2014-02-25  9:49 UTC  (2+ messages)

[PATCH 0/6][RFC] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-02-24 13:47 UTC  (3+ messages)

[PATCH v3 00/74] e2fsprogs patchbomb 12/2013
 2014-02-24  4:10 UTC  (17+ messages)
` [PATCH 47/74] resize2fs: during shrink, don't free in-use bg data clusters
` [PATCH 48/74] resize2fs: don't free in-use clusters when moving blocks
` [PATCH 55/74] libext2fs: support modifying arbitrary extended attributes
` [PATCH 56/74] libext2fs: various tweaks to the xattr editor APIs
` [PATCH 57/74] libext2fs: extend xattr api to query number of attrs
` [PATCH 58/74] libext2fs: free key/value pairs before reading
` [PATCH 59/74] debugfs: dump all extended attributes


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).