linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-10 15:41:00 to 2014-04-17 11:27:03 UTC [more...]

[PATCH 3/3] ext4: disable COLLAPSE_RANGE for bigalloc
 2014-04-17 11:27 UTC  (3+ messages)

[PATCH] ext4: fallocate_zero_range, check if is regular file
 2014-04-17 11:08 UTC  (2+ messages)

[PATCH 2/3] ext4: fix ZERO_RANGE test failure in data journalling mode
 2014-04-17 10:52 UTC  (3+ messages)

[PATCH 1/3] ext4: fix COLLAPSE_RANGE failure issue on ext4 with 1KB block size
 2014-04-17  9:23 UTC  (3+ messages)

[PATCH 1/2] ext4: Get rid of EXT4_MAP_UNINIT flag
 2014-04-17  8:13 UTC  (6+ messages)
` [PATCH 2/2] ext4: Rename uninitialized extents to unwritten

[PATCH 3/5] ext4: No need to truncate pagecache twice in collapse range
 2014-04-17  8:07 UTC  (2+ messages)

e2fsprogs: mke2fs -d: copy the Extended Attributes
 2014-04-17  7:14 UTC 

[PATCH 5/5] ext4: Fix extent merging in ext4_ext_shift_path_extents()
 2014-04-17  5:55 UTC 

[PATCH 2/5] ext4: fix removing status extents in ext4_collapse_range()
 2014-04-17  5:54 UTC 

ext4_orphan_cleanup errors during mount a LVM snapshot
 2014-04-17  3:50 UTC  (3+ messages)

Make huge files strictly contiguous (fallocate, bigalloc, e4defrag...)
 2014-04-17  2:18 UTC 

[PATCH 0/3] ext4: fix several failure issues in xfstests
 2014-04-16 22:27 UTC 

[PATCH 1/5] ext4: Use filemap_write_and_wait_range() correctly in collapse range
 2014-04-16 20:20 UTC  (7+ messages)
` [PATCH 2/5] ext4: fix removing status extents in ext4_collapse_range()
` [PATCH 3/5] ext4: No need to truncate pagecache twice in collapse range
` [PATCH 4/5] ext4: Discard preallocations after removing space
` [PATCH 5/5] ext4: Fix extent merging in ext4_ext_shift_path_extents()

Ext4: deadlock occurs when running fsstress and ENOSPC errors are seen
 2014-04-16 17:46 UTC  (7+ messages)

[PATCH v2 1/2] xfs: fix tmpfile/selinux deadlock and initialize security/acl
 2014-04-16 17:29 UTC  (5+ messages)

[PATCH] ext4: add fallocate mode blocking for debugging purposes
 2014-04-16 16:05 UTC  (14+ messages)

[RFC PATCH v2 0/4] ext4: extents status tree shrinker improvement
 2014-04-16 15:42 UTC  (7+ messages)
` [RFC PATCH v2 1/4] ext4: improve extents status tree trace point
` [RFC PATCH v2 2/4] ext4: track extent status tree shrinker delay statictics
` [RFC PATCH v2 3/4] ext4: improve extents status tree shrinker lru algorithm
` [RFC PATCH v2 4/4] ext4: use a round-robin algorithm to shrink extent cache

[PATCH 0/6][RFC] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-04-16 10:43 UTC  (3+ messages)

[Bug 74171] New: Attempting to build recent version of e2fsprogs from git repo gives config.h missing
 2014-04-16 10:27 UTC 

[PATCH] ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
 2014-04-16  9:17 UTC 

[PATCH 1/3 v2] ext4: Remove unnecessary check for APPEND and IMMUTABLE
 2014-04-16  8:29 UTC  (7+ messages)
` [PATCH 2/3 v2] fs: Prevent doing FALLOC_FL_ZERO_RANGE on append only file
` [PATCH 3/3 v2] fs: move falloc collapse range check into the filesystem methods

[PATCH] check: add support for an external test expunging file
 2014-04-16  6:40 UTC  (6+ messages)
  ` [PATCH -v2] check: add support for an external file containing tests to exclude

[PATCH] renameat2: add system call number for i386
 2014-04-16  0:32 UTC  (2+ messages)

[PATCH 1/4] ext4: Remove unnecessary check for APPEND and IMMUTABLE
 2014-04-15 21:36 UTC  (20+ messages)
` [PATCH 2/4] fs: Prevent doing FALLOC_FL_ZERO_RANGE on append only file
` [PATCH 3/4] fs: Remove i_size check from do_fallocate
` [PATCH 4/4] fs: Disallow all fallocate operation on active swapfile

spende /Donation
 2014-04-15 19:47 UTC 

[PATCH 0/2] fs/ext4: increase parallelism in updating ext4 orphan list
 2014-04-15 20:22 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] patch move-ext4_update_i_disksize-into-mpage_map_and_submit_extent
 2014-04-15 20:18 UTC  (5+ messages)
` [PATCH -v2] ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()

[RFC PATCH 0/5] Clean up ext4_file_write()
 2014-04-15 19:36 UTC  (12+ messages)
` [PATCH 1/5] ext4: inline generic_file_aio_write() into ext4_file_write()
` [PATCH 2/5] ext4: move ext4_file_dio_write() "
` [PATCH 3/5] ext4: drop aio_mutex after grabbing i_mutex in ext4_file_write()
` [PATCH 4/5] ext4: factor out common code "
` [PATCH 5/5] ext4: add locking for O_APPEND writes

[PATCH 1/2] ext4: Remove arbitrary block value in __es_remove_extent()
 2014-04-15 18:08 UTC  (2+ messages)
` [PATCH 2/2] ext4: Use EXT_MAX_BLOCKS in ext4_es_can_be_merged()

[PATCH] ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode
 2014-04-15 16:36 UTC  (3+ messages)
` [PATCH -v2] "

[PATCH] ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled
 2014-04-15  3:37 UTC  (2+ messages)

[PATCH] ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode
 2014-04-15  2:08 UTC  (11+ messages)
` [PATCH 1/3] generic/004: fix filtering of expected error message
` [PATCH 2/3] generic/022: update expected output after the test was renamed
` [PATCH 3/3] generic/237: fix filtering for expected failure message

(unknown),
 2014-04-15  0:35 UTC 

Proposal draft for data checksumming for ext4
 2014-04-15  0:26 UTC  (4+ messages)

[PATCH] build: fix miscellaneous build warnings
 2014-04-14 16:23 UTC  (2+ messages)

[PATCH V2] e2fsprogs: misc/mke2fs.c: return error when failed to populate fs
 2014-04-14 15:44 UTC  (3+ messages)

[RFC PATCH 2/2] xfstests-bld: fstab: drop usbfs (we don't need them for fs tests)
 2014-04-14 14:00 UTC  (2+ messages)

[PATCH 1/2] xfstests-bld: get-results: add -a option for grep, to process binary files as text
 2014-04-14 14:00 UTC  (2+ messages)

[ANNOUNCE] xfstests: master branch updated to 249cc51
 2014-04-14  1:22 UTC  (2+ messages)
` [ANNOUNCE] xfstests: master branch updated to 8874560

[PATCH] generic: add fallocate() checks to generic/300
 2014-04-14  0:29 UTC  (2+ messages)

[PATCH 1/3] ext4: Fix error handling in ext4_ext_shift_extents
 2014-04-13 22:13 UTC  (6+ messages)
` [PATCH 2/3] ext4: always check ext4_ext_find_extent result
` [PATCH 3/3] ext4: remove obsoleted check

Writing one file, observing two writes
 2014-04-13 19:03 UTC  (2+ messages)

[PATCH] ext4: use i_size_read in ext4_unaligned_aio()
 2014-04-13  8:10 UTC  (2+ messages)

[PATCH] ext4: silence sparse check warning for function ext4_trim_extent
 2014-04-13  3:06 UTC  (2+ messages)

[PATCH] ext4: COLLAPSE_RANGE only works on extent-based files
 2014-04-13  2:54 UTC 

[PATCH] ext4: fix some warnings from sparse check introduced by COLLAPSE_RANGE patches
 2014-04-12 17:23 UTC  (2+ messages)

Pretty-printing file.f_mode and file.f_flags in trace points
 2014-04-12  1:42 UTC  (5+ messages)

[PATCH] generic: add fallocate() check to generic/311
 2014-04-11 21:46 UTC 

[Bug 61601] New: rootflags=noatime causes kernel panic when booting without initrd
 2014-04-11 21:25 UTC  (2+ messages)
` [Bug 61601] "

Data races in ext4
 2014-04-11 13:08 UTC  (5+ messages)

[Bug 40822] New: EXT4-fs error (device dm-4): ext4_lookup:1044: inode #3308277: comm rm: deleted inode referenced: 3058008
 2014-04-11 12:33 UTC  (3+ messages)
` [Bug 40822] "

SUSPECT: General web-mail maintenance
 2014-04-11 10:33 UTC 

[PATCH] resize2fs: fix over-pessimistic heuristic
 2014-04-11  8:05 UTC  (3+ messages)

[PATCH] ext4: avoid unneeded lookup when xattr name is invalid
 2014-04-11  7:15 UTC 

xfstest-bld generic/018 fails due to e4defrag issue
 2014-04-11  3:17 UTC  (8+ messages)
            ` [PATCH] e4defrag: fix error reporting when ext2fs_open fails

[PATCH] ext4: return ENOMEM rather than EIO when find_###_page() fails
 2014-04-11  3:05 UTC  (2+ messages)

[PATCH v2] ext4: fix shared/002 and 004 fail issue in xfstests
 2014-04-11  2:59 UTC  (2+ messages)

How to resize to an bigger then 16TB ext4 filesysteem on Debian
 2014-04-11  0:22 UTC  (4+ messages)

[PATCH] xfstests: Add -s option to run only specified sections
 2014-04-11  0:16 UTC  (2+ messages)

ext4 metadata corruption bug?
 2014-04-10 22:17 UTC  (4+ messages)


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