messages from 2014-02-27 18:35:40 to 2014-03-11 06:54:54 UTC [more...]
[PATCH 00/49] e2fsprogs patchbomb 3/14
2014-03-11 6:54 UTC (9+ messages)
` [PATCH 01/49] create_inode: clean up return mess in do_write_internal
` [PATCH 02/49] create_inode: minor cleanups
` [PATCH 03/49] create_inode: whitespace fixes
` [PATCH 04/49] create_inode: move debugfs internal state back to debugfs
` [PATCH 05/49] create_inode: handle hard link inum mappings per populate_fs invocation
` [PATCH 06/49] libext2fs: support modifying arbitrary extended attributes (v5)
` [PATCH 07/49] debugfs: create commands to edit extended attributes
` [PATCH 08/49] e2fsck: don't rehash inline directories
A couple of ext4 crashes with inlinedata/bigalloc
2014-03-11 6:25 UTC (2+ messages)
warning in ext4_journal_start_sb on filesystem freeze
2014-03-10 23:40 UTC (13+ messages)
delayed block allocation failed with error -28
2014-03-10 17:07 UTC (2+ messages)
Extremely slow remounts with concurrent I/O
2014-03-10 14:41 UTC (10+ messages)
` [PATCH, RFC] jbd2: don't write non-commit blocks synchronously
` [PATCH, RFC] fs: only call sync_filesystem() when remounting read-only
[Bug 71791] New: Unlinking a file that was moved to another folder but still open by other process blocks either process (not always reproducible)
2014-03-10 14:01 UTC
您的电子邮件帐户急迫和重要注意事项
2014-03-10 10:48 UTC
[PATCH 1/6] jbd2: don't hold j_state_lock while calling wake_up()
2014-03-09 6:05 UTC (6+ messages)
` [PATCH 2/6] jbd2: calculate statistics without holding j_state_lock and j_list_lock
` [PATCH 3/6] jbd2: add transaction to checkpoint list earlier
` [PATCH 4/6] jbd2: check jh->b_transaction without taking j_list_lock
` [PATCH 5/6] jbd2: minimize region locked by j_list_lock in journal_get_create_access()
` [PATCH 6/6] jbd2: minimize region locked by j_list_lock in jbd2_journal_forget()
[e2fsprogs][1.42.9 to lastest]maybe a bug
2014-03-08 15:41 UTC
chattr: operation not supported ( on symlinks )
2014-03-08 15:29 UTC (2+ messages)
[PATCH 0/2] ext4: ext4_mb_normalize_request() fixes
2014-03-07 21:09 UTC (8+ messages)
` [PATCH 1/2] ext4: fix wrong assert in ext4_mb_normalize_request()
` [PATCH 2/2] ext4: fix bug "
[Bug 70121] New: Increasing efficiency of full data journaling
2014-03-07 20:41 UTC (11+ messages)
` [Bug 70121] "
[Bug 71641] New: Unreasonable performance degradation in ext4 with full data journaling
2014-03-07 17:57 UTC (4+ messages)
` [Bug 71641] "
[PATCH V4 00/11] 2fsprogs/mke2fs: add an option: -d root-directory
2014-03-07 3:24 UTC (26+ 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
an issue of ext4
2014-03-07 1:52 UTC (4+ messages)
[PATCH v2 0/8] Add tests for zero range into xfstests
2014-03-06 18:02 UTC (16+ messages)
` [PATCH v2 1/8] xfstests: Create single function for testing xfs_io commands
` [PATCH v2 2/8] xfstests: create _test_block_boundaries in common/punch
` [PATCH v2 3/8] generic/008: Add test for fallocate zero range at block boundary
` [PATCH v2 4/8] xfstests: Move fallocate include into global.h
` [PATCH v2 5/8] xfstests: Add fallocate zero range operation to fsstress
` [PATCH v2 6/8] fsstress: translate flags in fiemap_f
` [PATCH v2 7/8] xfstests: Add fallocate zero range operation to fsx
` [PATCH v2 8/8] ext4/001: Add ext4 specific test for fallocate zero range
[PATCH v3 11/30] libext2fs: handle inline data in dir iterator function
2014-03-06 16:31 UTC
[PATCH] mke2fs: disable resize_inode feature if 64bit feature is enabled
2014-03-06 15:18 UTC (7+ messages)
[PATCH] ext4: Speedup WB_SYNC_ALL pass
2014-03-04 15:54 UTC (2+ 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] 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] 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 (7+ 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 (10+ messages)
` [PATCH 6/6] ext4/242: Add ext4 specific "
[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)
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