linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-25 01:53:34 to 2014-12-04 23:20:15 UTC [more...]

[PATCH 00/47] e2fsprogs November 2014 patchbomb
 2014-12-04 23:20 UTC  (12+ messages)
` [PATCH 07/47] libext2fs: refactor extent head creation
` [PATCH 08/47] libext2fs: file IO routines should handle uninit blocks
` [PATCH 33/47] e2fsck: rebuild sparse extent trees/convert non-extent ext3 files
` [PATCH 48/47] misc: fix infinite loop when finding the start of the hugefile start range
` [PATCH 49/47] libext2fs: don't report garbage inodes with really large inodes
` [PATCH 51/47] e2fsck: force-reread of inode from disk when re-checking a checksum error

Call trace in ext4_es_lru_add on 3.10 stable
 2014-12-04 18:35 UTC  (20+ messages)

ext4 -next: Oops at ext4_fill_super()
 2014-12-04 15:23 UTC 

[PATCH v6 2/10] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2014-12-04 13:46 UTC  (4+ messages)

[PATCH] ext4/004: add dump/restore test
 2014-12-04  7:29 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH v2 3/3] e2fsprogs/tune2fs: fix memory write overflow
 2014-12-03 14:34 UTC  (13+ messages)
` [PATCH v3 1/3] e2fsprogs/tune2fs: fix memory leak in inode_scan_and_fix()
  ` [PATCH v3 2/3] e2fsprogs/tune2fs: rewrite metadata checksums when resizing inode size
      ` [PATCH] tune2fs: disable csum verification before resizing inode
  ` [PATCH v3 3/3] e2fsprogs/tune2fs: fix memory write overflow

[PATCH] ext4: ext4_da_convert_inline_data_to_extent drop locked page after error
 2014-12-03 14:31 UTC  (6+ messages)
    ` [PATCH] ext4: ext4_da_convert_inline_data_to_extent drop locked page after error V2

[PATCH 0/7 v4] ext4: Extent status tree shrinker improvements
 2014-12-03  8:21 UTC  (10+ messages)
` [PATCH 1/7] ext4: Fix block reservation for bigalloc filesystems
` [PATCH 2/7] ext4: cache extent hole in extent status tree for ext4_da_map_blocks()
` [PATCH 3/7] ext4: change LRU to round-robin in extent status tree shrinker
` [PATCH 4/7] ext4: Move handling of list of shrinkable inodes into extent status code
` [PATCH 5/7] ext4: Limit number of scanned extents in status tree shrinker
` [PATCH 6/7] ext4: Cleanup flag definitions for extent status tree
` [PATCH 7/7] ext4: Introduce aging to "

[PATCH 50/47] e2fsck: remove 'invalid' wording from error when extent block fails checksum
 2014-12-03  2:52 UTC 

[PATCH 1/4] ext4: fix potential use after free during resize V2
 2014-12-02 23:07 UTC  (9+ messages)
` [PATCH 2/4] ext4: prevent fsreentrance deadlock for inline_data
` [PATCH 3/4] ext4: ext4_inline_data_fiemap should respect callers argument
` [PATCH 4/4] ext4: fix suboptimal seek_{data,hole} extents traversial

[PATCH-v5 0/5] add support for a lazytime mount option
 2014-12-02 21:01 UTC  (18+ messages)
` [PATCH-v5 1/5] vfs: "
` [PATCH-v5 2/5] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH 2/5] vfs: use writeback lists to provide lazytime one day timeout
` [PATCH-v5 3/5] vfs: add lazytime tracepoints for better debugging
` [PATCH-v5 4/5] vfs: add find_inode_nowait() function
` [PATCH-v5 5/5] ext4: add optimization for the lazytime mount option

[PATCH] debugfs: fix typo in message
 2014-12-02 20:24 UTC  (2+ messages)

[PATCH-v4 0/7] add support for a lazytime mount option
 2014-12-02 15:09 UTC  (36+ messages)
` [PATCH-v4 1/7] vfs: split update_time() into update_time() and write_time()
` [PATCH-v4 2/7] vfs: add support for a lazytime mount option
` [PATCH-v4 3/7] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH-v4 4/7] vfs: add lazytime tracepoints for better debugging
` [PATCH-v4 5/7] vfs: add find_active_inode_nowait() function
` [PATCH-v4 6/7] ext4: add support for a lazytime mount option
` [PATCH-v4 7/7] btrfs: add an is_readonly() so btrfs can use common code for update_time()

[PATCH] badblocks: Limit maximum number of bad blocks
 2014-12-02 13:45 UTC  (2+ messages)

inline_data,metadata_csum a lot of bad csum for directories
 2014-12-02  5:08 UTC  (4+ messages)

[GIT PULL] ext4 bug fixes for 3.18
 2014-12-02  3:43 UTC 

[PATCH] jbd2: fix regression where we fail to initialize checksum seed when loading
 2014-12-02  3:05 UTC  (2+ messages)

[PATCH-v6 0/3] add support for a lazytime mount option
 2014-12-02  0:29 UTC  (4+ messages)
` [PATCH-v6 1/3] vfs: "
` [PATCH-v6 2/3] vfs: add find_inode_nowait() function
` [PATCH-v6 3/3] ext4: add optimization for the lazytime mount option

xfstests failures w/ metadata_csum
 2014-12-01 22:05 UTC  (3+ messages)

Payment
 2014-12-01 14:32 UTC 

[Bug 89131] New: Hangs when checking torrent through libtorrent; kernel BUG at mm/iov_iter.c:219!
 2014-12-01 13:19 UTC 

kernel BUG at fs/ext4/inode.c:2982!
 2014-12-01 11:25 UTC  (7+ messages)
` [PATCH] ext4: fix suboptimal seek_{data,hole} extents traversial

Filesystem corruption on Synology iSCSI LUN
 2014-11-29  3:04 UTC  (2+ messages)

[tytso@mit.edu: Re: [PATCH 2/5] vfs: use writeback lists to provide lazytime one day timeout]
 2014-11-28 18:38 UTC 

[tytso@mit.edu: Re: [PATCH-v5 1/5] vfs: add support for a lazytime mount option]
 2014-11-28 18:37 UTC 

ext4: possible unsafe locking scenario
 2014-11-28 11:31 UTC  (5+ messages)

[PATCH 1/2] ext4: cleanup GFP flags inside resize path V2
 2014-11-27 13:06 UTC  (5+ messages)
` [PATCH 2/2] ext4: fix potential use after free issue while fsresize

[PATCH] ext4: fix sparse warnings with new shash api usage
 2014-11-27  5:32 UTC  (2+ messages)

Some thoughts about providing data block checksumming for ext4
 2014-11-27  0:39 UTC  (4+ messages)

[PATCH 0/4] add support for a lazytime mount option
 2014-11-26 22:39 UTC  (25+ messages)
` [PATCH 1/4] fs: split update_time() into update_time() and write_time()
` [PATCH 2/4] vfs: add support for a lazytime mount option
` [PATCH 3/4] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH 4/4] ext4: add support for a lazytime mount option

[PATCH] ext4: Forbid journal_async_commit in data=ordered mode
 2014-11-26  1:20 UTC  (2+ messages)
`  "

[PATCH 1/1] fs-ext4: Deletion of an unnecessary check before the function call "iput"
 2014-11-26  1:16 UTC  (2+ messages)
` [1/1] "

[PATCH] ext4: use the shash api correctly for crc32c
 2014-11-26  1:11 UTC  (2+ messages)

[PATCH] ext4: remove unneeded code in ext4_unlink
 2014-11-25 21:47 UTC  (2+ messages)

[PATCH] ext4: don't count external journal blocks as overhead
 2014-11-25 21:33 UTC  (2+ messages)

fuzz testing a KVM machine (x86) with ext4fs forces much more often the oom killer than btrfs
 2014-11-25 21:31 UTC  (3+ messages)

[PATCH] ext4: Remove never taken branch from ext4_ext_shift_path_extents()
 2014-11-25 21:24 UTC  (2+ messages)

[PATCH 1/2] ext4: enable journal checksum if metadata checksum feature enabled
 2014-11-25 21:21 UTC  (3+ messages)
` [PATCH 2/2] ext4: create nojournal_checksum mount option

[PATCH] Ext4: update comments that use ext4_delete_inode()
 2014-11-25 21:18 UTC  (2+ messages)

[PATCH 0/6 v3] ext4: Extent status tree shrinker improvements
 2014-11-25 16:58 UTC  (9+ messages)
` [PATCH 1/6] ext4: cache extent hole in extent status tree for ext4_da_map_blocks()
` [PATCH 2/6] ext4: Move LRU list handling into extent status code

[PATCH-v3 0/6] add support for a lazytime mount option
 2014-11-25 16:02 UTC  (11+ messages)
` [PATCH-v3 1/6] fs: split update_time() into update_time() and write_time()
` [PATCH-v3 2/6] vfs: add support for a lazytime mount option
` [PATCH-v3 3/6] vfs: don't let the dirty time inodes get more than a day stale
` [PATCH-v3 4/6] vfs: add lazytime tracepoints for better debugging
` [PATCH-v3 5/6] ext4: add support for a lazytime mount option
` [PATCH-v3 6/6] btrfs: add an is_readonly() so btrfs can use common code for update_time()

[PATCH] jbd2: finish inode data buffers immediately after submiting data buffers
 2014-11-24 12:28 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).