linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-06 15:34:50 to 2014-03-14 13:30:49 UTC [more...]

[PATCH 00/49] e2fsprogs patchbomb 3/14
 2014-03-14 13:30 UTC  (70+ 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
` [PATCH 09/49] libext2fs: don't fail when doing a strict rewrite of inline data
` [PATCH 10/49] libext2fs: fix iblocks correctly when expanding an inline_data file
` [PATCH 11/49] e2fsck: zero errcode when checking inline data blocks
` [PATCH 12/49] libext2fs: during inlinedata expand, don't corrupt inode
` [PATCH 13/49] libext2fs: repair side effects when iterating dirents in inline dirs
` [PATCH 14/49] resize2fs: add inline dirs for remapping
` [PATCH 15/49] all: Introduce cppcheck static checking for make C=1
` [PATCH 16/49] misc: cppcheck cleanups
` [PATCH 17/49] libext2fs: fix 64bit overflow in ext2fs_block_alloc_stats_range
` [PATCH 18/49] misc: fix header complaints and resource leaks in e2fsprogs
` [PATCH 19/49] libext2fs: fix memory leak when drastically shrinking extent tree depth
` [PATCH 20/49] libext2fs: fix parents when modifying extents
` [PATCH 21/49] e2fsck: print runs of duplicate blocks instead of all of them
` [PATCH 22/49] e2fsck: verify checksums after checking everything else
` [PATCH 23/49] e2fsck: fix the extended attribute checksum error message
` [PATCH 24/49] e2fsck: insert a missing dirent tail for checksums if possible
` [PATCH 25/49] e2fsck: write dir blocks after new inode when reconstructing root/lost+found
` [PATCH 26/49] tests: add test for corrupted checksummed root directory block
` [PATCH 27/49] dumpe2fs: add switch to disable checksum verification
` [PATCH 28/49] mke2fs: set block_validity as a default mount option
` [PATCH 29/49] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 30/49] libext2fs: file IO routines should handle uninit blocks
` [PATCH 31/49] resize2fs: convert fs to and from 64bit mode
` [PATCH 32/49] resize2fs: when toggling 64bit, don't free in-use bg data clusters
` [PATCH 33/49] resize2fs: adjust reserved_gdt_blocks when changing group descriptor size
` [PATCH 34/49] libext2fs: have UNIX IO manager use pread/pwrite
` [PATCH 35/49] ext2fs: add readahead method to improve scanning
` [PATCH 36/49] libext2fs: allow clients to read-ahead metadata
` [PATCH 37/49] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 38/49] libext2fs: when appending to a file, don't split an index block in equal halves
` [PATCH 39/49] libext2fs: find inode goal when allocating blocks
` [PATCH 40/49] libext2fs: find a range of empty blocks
` [PATCH 41/49] libext2fs: provide a function to set inode size
` [PATCH 42/49] libext2fs: implement fallocate
` [PATCH 44/49] fuse2fs: translate ACL structures
` [PATCH 45/49] fuse2fs: handle 64-bit dates correctly
` [PATCH 46/49] fuse2fs: implement fallocate
` [PATCH 48/49] tests: enable using fuse2fs with metadata checksum test
` [PATCH 49/49] tests: test date handling

Extremely slow remounts with concurrent I/O
 2014-03-14 12:13 UTC  (24+ messages)
` [PATCH, RFC] jbd2: don't write non-commit blocks synchronously
` [PATCH, RFC] fs: only call sync_filesystem() when remounting read-only
      ` [PATCH] fs: push sync_filesystem() down to the file system's remount_fs()
              ` [Cluster-devel] "

[PATCH] ext4: fix partial cluster handling for bigalloc file systems
 2014-03-14  3:35 UTC  (3+ messages)

[PATCH] ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents
 2014-03-14  3:26 UTC  (2+ messages)

[PATCH v3 00/30] e2fsprogs: inline data refinement patch set
 2014-03-14  2:44 UTC  (5+ messages)
` [PATCH v3 10/30] libext2fs: define new dirent_swab interfaces for inline data

ext4 extent issue when page size > block size
 2014-03-14  0:45 UTC  (3+ messages)

[PATCH] jbd2: improve error messages for inconsistent journal heads
 2014-03-13 20:28 UTC  (2+ messages)

[PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-03-13 10:14 UTC  (3+ messages)

[ANNOUNCE] xfstests: master branch updated to 3948694
 2014-03-13  5:27 UTC 

[PATCH v2 0/8] Add tests for zero range into xfstests
 2014-03-13  3:22 UTC  (14+ 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 6/8] fsstress: translate flags in fiemap_f

[PATCH] create_inode: fix gcc -Wall complaints
 2014-03-13  2:21 UTC  (10+ messages)

e2fsprogs: fix cross compilation problem
 2014-03-13  2:01 UTC 

[Bug 60786] New: xfstest generic/068 failure - kernel BUG at fs/jbd2/transaction.c:2143!
 2014-03-12 20:44 UTC  (2+ messages)
` [Bug 60786] "

fstrim has no effect on a just-mounted filesystem
 2014-03-12 18:24 UTC  (13+ messages)

[PATCH 0/2] ext4: increase mbcache scalability
 2014-03-12 16:19 UTC  (5+ messages)
` [PATCH v5 RESEND 0/3] "
  ` [PATCH v5 RESEND 1/3] fs/mbcache.c change block and index hash chain to hlist_bl_node
  ` [PATCH v5 RESEND 2/3] mbcache: decoupling the locking of local from global data
  ` [PATCH v5 RESEND 3/3] ext4: each filesystem creates and uses its own mb_cache

shared/289 failures on metadata_csum, e2fsprogs master branch
 2014-03-11 21:20 UTC  (3+ messages)

[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-11 20:14 UTC  (2+ messages)
` [Bug 71791] "

Investment Partnership
 2014-03-11 12:02 UTC 

[PATCH] ext4: Find the group descriptors on a 1k-block bigalloc,meta_bg filesystem
 2014-03-11  7:02 UTC  (2+ messages)

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)

您的电子邮件帐户急迫和重要注意事项
 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  (7+ messages)
` [PATCH 2/2] ext4: fix bug in ext4_mb_normalize_request()

[Bug 70121] New: Increasing efficiency of full data journaling
 2014-03-07 20:41 UTC  (9+ 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  (16+ messages)
` [PATCH V4 05/11] misc/create_inode.c: copy regular file

an issue of ext4
 2014-03-07  1:52 UTC  (4+ messages)

[PATCH v3 11/30] libext2fs: handle inline data in dir iterator function
 2014-03-06 16:31 UTC 


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