linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-25 14:12:43 to 2012-10-30 20:14:31 UTC [more...]

semi-stable page writes
 2012-10-30 20:14 UTC  (16+ messages)
` [RFC PATCH 1/2] bdi: Create a flag to indicate that a backing device needs stable "
` [RFC PATCH 2/2] mm: Gate stable page writes on the bdi flag

[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy
 2012-10-30 20:07 UTC  (3+ messages)
` [Bug 42723] "

[GIT PULL] more ext4 bug fixes for 3.7,
 2012-10-30 19:27 UTC 

[PATCH] Removing the use of VLAIS from the Linux Kernel
 2012-10-30 19:13 UTC  (5+ messages)
` [PATCH] Remove VLAIS usage from JBD2 code

[PATCH] ext4: remove ext4_handle_release_buffer()
 2012-10-30 17:05 UTC 

How to use new "native 4k sector sized" HDD with ext4
 2012-10-30 14:36 UTC  (4+ messages)

[PATCH 0/3] HWPOISON: improve error_remove_page()
 2012-10-30  0:00 UTC  (26+ messages)
` [PATCH 1/3] mm: print out information of file affected by memory error
` [PATCH 2/3] ext4: introduce ext4_error_remove_page
` [PATCH 3/3] ext3: introduce ext3_error_remove_page

[RFC v4+ hot_track 00/19] vfs: hot data tracking
 2012-10-29 22:58 UTC  (30+ messages)
` [RFC v4+ hot_track 01/19] vfs: introduce private radix tree structures
` [RFC v4+ hot_track 02/19] vfs: initialize and free data structures
` [RFC v4+ hot_track 03/19] vfs: add I/O frequency update function
` [RFC v4+ hot_track 04/19] vfs: add two map arrays
` [RFC v4+ hot_track 05/19] vfs: add hooks to enable hot tracking
` [RFC v4+ hot_track 06/19] vfs: add temp calculation function
` [RFC v4+ hot_track 07/19] vfs: add map info update function
` [RFC v4+ hot_track 08/19] vfs: add aging function
` [RFC v4+ hot_track 09/19] vfs: add one work queue
` [RFC v4+ hot_track 10/19] vfs: introduce hot func register framework
` [RFC v4+ hot_track 11/19] vfs: register one shrinker
` [RFC v4+ hot_track 12/19] vfs: add one ioctl interface
` [RFC v4+ hot_track 13/19] debugfs: introduce one function
` [RFC v4+ hot_track 14/19] vfs: add debugfs support
` [RFC v4+ hot_track 15/19] sysfs: add two hot_track proc files
` [RFC v4+ hot_track 16/19] btrfs: add hot tracking support
` [RFC v4+ hot_track 17/19] xfs: "
` [RFC v4+ hot_track 18/19] ext4: "
` [RFC v4+ hot_track 19/19] vfs: add documentation

Transactions in JBD2 proc
 2012-10-29 18:24 UTC  (2+ messages)

[PATCH] ext4: fix overhead calculations in ext4_stats, again
 2012-10-29 17:13 UTC  (3+ messages)
` [PATCH] ext4: fix overhead calculations in ext4_statfs, again

Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)
 2012-10-29 17:08 UTC  (54+ messages)
                      ` Apparent serious progressive ext4 data corruption bug in 3.6 (when rebooting during umount)
                          ` Apparent serious progressive ext4 data corruption bug in 3.6 (when rebooting during umount) (possibly blockdev / arcmsr at fault??)
            ` Testing ext4's journal via simulating a reboot via KVM
          ` [PATCH] ext4: fix unjournaled inode bitmap modification
            ` [PATCH -v3] "

[PATCH] xfstests: test ext4 statfs
 2012-10-29 14:12 UTC  (5+ messages)
`  "

[PATCH, RFC] Ext3: Mount partition as read only if during orphan cleanup truncate fails to obtain journal handle
 2012-10-29 11:07 UTC  (4+ messages)

[PATCH] ext3: get rid of the duplicate code on ext3_fill_super
 2012-10-29 10:39 UTC  (2+ messages)

[PATCH] ext4: get rid of the duplicate code on ext4_fill_super
 2012-10-29  7:32 UTC 

[RFC v4 00/15] vfs: hot data tracking
 2012-10-29  2:32 UTC  (24+ messages)
` [RFC v4 01/15] vfs,hot_track: introduce private radix tree structures
` [RFC v4 02/15] vfs,hot_track: initialize and free key data structures
` [RFC v4 03/15] vfs,hot_track: add the function for collecting I/O frequency
` [RFC v4 04/15] vfs,hot_track: add two map arrays
` [RFC v4 05/15] vfs,hot_track: add hooks to enable hot data tracking
` [RFC v4 06/15] vfs,hot_track: add the function for updating map arrays
` [RFC v4 07/15] vfs,hot_track: add the aging function
` [RFC v4 08/15] vfs,hot_track: add one work queue
` [RFC v4 09/15] vfs,hot_track: register one memory shrinker
` [RFC v4 10/15] vfs,hot_track: add one new ioctl interface
` [RFC v4 11/15] vfs,hot_track: add debugfs support
` [RFC v4 12/15] vfs,hot_track: turn some Micro into be tunable
` [RFC v4 13/15] btrfs: add hot tracking support
` [RFC v4 14/15] xfs: "
` [RFC v4 15/15] vfs,hot_track: add the documentation
` [PATCH] ext4: add hot tracking support

Fsck and large file
 2012-10-28 18:01 UTC  (2+ messages)

[PATCH 0/8 v3] ext4: extent status tree (step 1)
 2012-10-27 15:30 UTC  (11+ messages)
` [PATCH 1/8 v3] ext4: add two structures supporting extent status tree
` [PATCH 2/8 v3] ext4: add operations on "
` [PATCH 3/8 v3] ext4: initialize "
` [PATCH 4/8 v3] ext4: let ext4 maintain "
` [PATCH 5/8 v3] ext4: add some tracepoints in "
` [PATCH 6/8 v3] ext4: reimplement ext4_find_delay_alloc_range on "
` [PATCH 7/8 v3] ext4: reimplement fiemap "
` [PATCH 8/8 v3] ext4: introduce lseek SEEK_DATA/SEEK_HOLE support

ext4 issue after unclean shutdown and reboot
 2012-10-27  0:07 UTC  (2+ messages)

Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)
 2012-10-26 23:15 UTC  (7+ messages)

[PATCH] xfstests: optionally run all tests under quota
 2012-10-26 16:49 UTC  (2+ messages)
`  "

[PATCH] xfstests: Assume yes when test device is not partitioned
 2012-10-26 15:54 UTC  (2+ messages)
`  "

EXT4-fs error w/ external USB drive
 2012-10-26 14:30 UTC  (10+ messages)

[PATCH, RFC] Ext4: Mount partition as read only if during orphan cleanup truncate fails to obtain journal handle
 2012-10-26 11:41 UTC  (2+ messages)

ext4: Replace BUG_ON() with ext4_error() in move_extents.c
 2012-10-26  8:07 UTC  (2+ messages)

[PATCH] ext4: Automatic setting of {INODE,BLOCK}_UNINIT flags
 2012-10-25 14:37 UTC  (3+ messages)

[PATCH 0/2] Patch to address the ext4 corruption problem
 2012-10-25 20:01 UTC  (3+ messages)
` [PATCH 1/2] ext4: revert "jbd2: don't write superblock when if its empty"
` [PATCH 2/2] ext4: fix I/O error when unmounting an ro file system

[PATCH] ext4: do not try to write superblock on journal-less readonly remount
 2012-10-25 17:38 UTC  (3+ messages)

[PATCH] ex4: remove unused assignment
 2012-10-25 14:21 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).