linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-05-25 18:09:05 to 2010-06-01 14:50:13 UTC [more...]

[PATCH 2.6.27.y 0/3] ext4 fixes
 2010-06-01 14:49 UTC  (13+ messages)
` [PATCH 2.6.27.y 1/3] ext4: Use our own write_cache_pages()
` [PATCH 2.6.27.y 2/3] ext4: Fix file fragmentation during large file write
` [PATCH 2.6.27.y 3/3] ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages

Is >16TB support considered stable?
 2010-06-01 14:18 UTC  (6+ messages)

ext2 issues with xfstests 113
 2010-06-01 13:08 UTC  (6+ messages)

[PATCH 1/2] ext4: force block allocation on quota_off
 2010-06-01 12:11 UTC  (7+ messages)
` [PATCH 2/2] quota: check quota reservation on remove_dquot_ref

[PATCH 2.6.33.y 01/40] ext4: Use bitops to read/modify EXT4_I(inode)->i_state
 2010-06-01 12:03 UTC  (40+ messages)
` [PATCH 2.6.33.y 02/40] ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
` [PATCH 2.6.33.y 03/40] ext4: Add flag to files with blocks intentionally past EOF
` [PATCH 2.6.33.y 04/40] ext4: Fix fencepost error in chosing choosing group vs file preallocation
` [PATCH 2.6.33.y 05/40] ext4: fix error handling in migrate
` [PATCH 2.6.33.y 06/40] ext4: explicitly remove inode from orphan list after failed direct io
` [PATCH 2.6.33.y 07/40] ext4: Handle non empty on-disk orphan link
` [PATCH 2.6.33.y 08/40] ext4: make "offset" consistent in ext4_check_dir_entry()
` [PATCH 2.6.33.y 09/40] ext4: Fix insertion point of extent in mext_insert_across_blocks()
` [PATCH 2.6.33.y 10/40] ext4: Fix the NULL reference in double_down_write_data_sem()
` [PATCH 2.6.33.y 11/40] ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
` [PATCH 2.6.33.y 12/40] ext4: Fix estimate of # of blocks needed to write indirect-mapped files
` [PATCH 2.6.33.y 13/40] ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs
` [PATCH 2.6.33.y 14/40] ext4: Fix possible lost inode write in no journal mode
` [PATCH 2.6.33.y 15/40] ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()
` [PATCH 2.6.33.y 16/40] ext4: Issue the discard operation *before* releasing the blocks to be reused
` [PATCH 2.6.33.y 17/40] ext4: check missed return value in ext4_sync_file()
` [PATCH 2.6.33.y 18/40] ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
` [PATCH 2.6.33.y 19/40] ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
` [PATCH 2.6.33.y 20/40] ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
` [PATCH 2.6.33.y 21/40] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
` [PATCH 2.6.33.y 22/40] ext4: fix quota accounting in case of fallocate
` [PATCH 2.6.33.y 23/40] ext4: check s_log_groups_per_flex in online resize code
` [PATCH 2.6.33.y 24/40] ext4: don't return to userspace after freezing the fs with a mutex held
` [PATCH 2.6.33.y 25/40] ext4: stop issuing discards if not supported by device
` [PATCH 2.6.33.y 26/40] ext4: don't scan/accumulate more pages than mballoc will allocate
` [PATCH 2.6.33.y 27/40] ext4: Do not zero out uninitialized extents beyond i_size
` [PATCH 2.6.33.y 28/40] ext4: clean up inode bitmaps manipulation in ext4_free_inode
` [PATCH 2.6.33.y 29/40] ext4: init statistics after journal recovery
` [PATCH 2.6.33.y 30/40] ext4: Remove extraneous newlines in ext4_msg() calls
` [PATCH 2.6.33.y 31/40] ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate
` [PATCH 2.6.33.y 32/40] ext4: check for a good block group before loading buddy pages
` [PATCH 2.6.33.y 33/40] ext4: Show journal_checksum option
` [PATCH 2.6.33.y 34/40] ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
` [PATCH 2.6.33.y 35/40] ext4: Avoid crashing on NULL ptr dereference on a filesystem error
` [PATCH 2.6.33.y 36/40] ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
` [PATCH 2.6.33.y 37/40] ext4: restart ext4_ext_remove_space() after transaction restart
` [PATCH 2.6.33.y 38/40] ext4: Conditionally define compat ioctl numbers
` [PATCH 2.6.33.y 39/40] ext4: Fix compat EXT4_IOC_ADD_GROUP
` [PATCH 2.6.33.y 40/40] ext4: Make fsync sync new parent directories in no-journal mode

nobh mount option in ext3/4?
 2010-06-01  9:10 UTC  (3+ messages)

Vertex2 SSD - ATA Timeout with Ext4 but not Ext2
 2010-06-01  5:34 UTC 

[PATCH 1/2] ext4: Use bitops to read/modify EXT4_I(inode)->i_flags
 2010-06-01  3:06 UTC  (4+ messages)
` [PATCH -v2] ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
  ` [PATCH] ext4: Use bitops to read/modify i_flags part2

quota locking inversion with ext2
 2010-05-31 17:29 UTC  (4+ messages)
` ext2 quota corruption in xfstest 235

[Bug 16081] New: Data loss after crash during heavy I/O
 2010-05-31 15:28 UTC  (5+ messages)
` [Bug 16081] "

[Bug 15875] New: Add options to disable POSIX acl for ext2/ext3/ext4 file systems
 2010-05-31  7:55 UTC  (3+ messages)
` [Bug 15875] Add an option to disable file/directory permissions for ACL'ed "

[PATCH v2.6.32.y 01/53] ext4: Fix potential quota deadlock
 2010-05-31  2:50 UTC  (53+ messages)
` [PATCH v2.6.32.y 02/53] jbd: jbd-debug and jbd2-debug should be writable
` [PATCH v2.6.32.y 03/53] ext4: replace BUG() with return -EIO in ext4_ext_get_blocks
` [PATCH v2.6.32.y 04/53] ext4, jbd2: Add barriers for file systems with exernal journals
` [PATCH v2.6.32.y 05/53] ext4: Eliminate potential double free on error path
` [PATCH v2.6.32.y 06/53] ext4: return correct wbc.nr_to_write in ext4_da_writepages
` [PATCH v2.6.32.y 07/53] ext4: Ensure zeroout blocks have no dirty metadata
` [PATCH v2.6.32.y 08/53] ext4: Patch up how we claim metadata blocks for quota purposes
` [PATCH v2.6.32.y 09/53] ext4: Fix accounting of reserved metadata blocks
` [PATCH v2.6.32.y 10/53] ext4: Calculate metadata requirements more accurately
` [PATCH v2.6.32.y 11/53] ext4: Handle -EDQUOT error on write
` [PATCH v2.6.32.y 12/53] ext4: Fix quota accounting error with fallocate
` [PATCH v2.6.32.y 13/53] ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
` [PATCH v2.6.32.y 14/53] ext4: Use bitops to read/modify EXT4_I(inode)->i_state
` [PATCH v2.6.32.y 15/53] ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
` [PATCH v2.6.32.y 16/53] ext4: Add flag to files with blocks intentionally past EOF
` [PATCH v2.6.32.y 17/53] ext4: Fix fencepost error in chosing choosing group vs file preallocation
` [PATCH v2.6.32.y 18/53] ext4: fix error handling in migrate
` [PATCH v2.6.32.y 19/53] ext4: explicitly remove inode from orphan list after failed direct io
` [PATCH v2.6.32.y 20/53] ext4: Handle non empty on-disk orphan link
` [PATCH v2.6.32.y 21/53] ext4: make "offset" consistent in ext4_check_dir_entry()
` [PATCH v2.6.32.y 22/53] ext4: Fix insertion point of extent in mext_insert_across_blocks()
` [PATCH v2.6.32.y 23/53] ext4: Fix the NULL reference in double_down_write_data_sem()
` [PATCH v2.6.32.y 24/53] ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
` [PATCH v2.6.32.y 25/53] ext4: Fix estimate of # of blocks needed to write indirect-mapped files
` [PATCH v2.6.32.y 26/53] ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs
` [PATCH v2.6.32.y 27/53] ext4: Fix possible lost inode write in no journal mode
` [PATCH v2.6.32.y 28/53] ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()
` [PATCH v2.6.32.y 29/53] ext4: Issue the discard operation *before* releasing the blocks to be reused
` [PATCH v2.6.32.y 30/53] ext4: check missed return value in ext4_sync_file()
` [PATCH v2.6.32.y 31/53] ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
` [PATCH v2.6.32.y 32/53] ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
` [PATCH v2.6.32.y 33/53] ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
` [PATCH v2.6.32.y 34/53] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
` [PATCH v2.6.32.y 35/53] ext4: fix quota accounting in case of fallocate
` [PATCH v2.6.32.y 36/53] ext4: check s_log_groups_per_flex in online resize code
` [PATCH v2.6.32.y 37/53] ext4: don't return to userspace after freezing the fs with a mutex held
` [PATCH v2.6.32.y 38/53] ext4: stop issuing discards if not supported by device
` [PATCH v2.6.32.y 39/53] ext4: don't scan/accumulate more pages than mballoc will allocate
` [PATCH v2.6.32.y 40/53] ext4: Do not zero out uninitialized extents beyond i_size
` [PATCH v2.6.32.y 41/53] ext4: clean up inode bitmaps manipulation in ext4_free_inode
` [PATCH v2.6.32.y 42/53] ext4: init statistics after journal recovery
` [PATCH v2.6.32.y 43/53] ext4: Remove extraneous newlines in ext4_msg() calls
` [PATCH v2.6.32.y 44/53] ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate
` [PATCH v2.6.32.y 45/53] ext4: check for a good block group before loading buddy pages
` [PATCH v2.6.32.y 46/53] ext4: Show journal_checksum option
` [PATCH v2.6.32.y 47/53] ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
` [PATCH v2.6.32.y 48/53] ext4: Avoid crashing on NULL ptr dereference on a filesystem error
` [PATCH v2.6.32.y 49/53] ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
` [PATCH v2.6.32.y 50/53] ext4: restart ext4_ext_remove_space() after transaction restart
` [PATCH v2.6.32.y 51/53] ext4: Conditionally define compat ioctl numbers
` [PATCH v2.6.32.y 52/53] ext4: Fix compat EXT4_IOC_ADD_GROUP
` [PATCH v2.6.32.y 53/53] ext4: Make fsync sync new parent directories in no-journal mode

(unknown),
 2010-05-30 22:24 UTC 

[PATCHv4 01/17] VFS: introduce helpers for the s_dirty flag
 2010-05-29  8:11 UTC  (6+ messages)

[Bug 16019] New: Resume from hibernate corrupts ext4
 2010-05-28 23:03 UTC  (2+ messages)
` [Bug 16019] "

e4defrag and immutable files
 2010-05-28 22:06 UTC  (3+ messages)

Huge flex_bg count kills mke2fs
 2010-05-28 19:25 UTC 

[PATCH V2 7/7] Cleancache (was Transcendent Memory): ocfs2 hook
 2010-05-28 17:37 UTC 

[PATCH V2 6/7] Cleancache (was Transcendent Memory): ext4 hook
 2010-05-28 17:37 UTC 

[PATCH V2 5/7] Cleancache (was Transcendent Memory): btrfs hooks
 2010-05-28 17:36 UTC 

[PATCH V2 0/7] Cleancache (was Transcendent Memory): overview
 2010-05-28 17:35 UTC 

[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
 2010-05-28 17:35 UTC 

[PATCH V2 3/7] Cleancache (was Transcendent Memory): VFS hooks
 2010-05-28 17:36 UTC 

[PATCH V2 1/7] Cleancache (was Transcendent Memory): cleancache_poolid in superblock
 2010-05-28 17:35 UTC 

[PATCH V2 4/7] Cleancache (was Transcendent Memory): ext3 hook
 2010-05-28 17:36 UTC 

[PATCH 0/6] writeback: tracing and fixes
 2010-05-28  7:45 UTC  (17+ messages)
` [PATCH 1/6] writeback: initial tracing support
` [PATCH 3/6] ext4: Use our own write_cache_pages()
` [PATCH 4/6] writeback: pay attention to wbc->nr_to_write in write_cache_pages
` [PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF

[PATCH] ext4: Do not zeroout uninitialized extents beyond i_size
 2010-05-27 17:19 UTC  (4+ messages)

[PATCH] ext4: restart ext4_ext_remove_space() after transaction restart
 2010-05-26 17:22 UTC  (14+ messages)
        ` [PATCH] ext4: restart ext4_ext_remove_space() after transaction restart V2

[PATCH] ext4: Add more sanity checks
 2010-05-27 11:17 UTC 

[PATCH] ext4: Do not update quota for reserved blocks on error paths v3
 2010-05-27 11:17 UTC 

Congrat,891,934.000GBP has been awarded to you
 2010-05-27 10:40 UTC 

[PATCH] ext3: fix non-update ctime when changing the file's permission by setfacl
 2010-05-27  8:28 UTC 

[GIT PULL] ext4 update for 2.6.35
 2010-05-26 17:59 UTC 

[Bug 15906] New: serious performance regression in "umount" on ext4 over LVM
 2010-05-26 16:44 UTC  (2+ messages)
` [Bug 15906] performance regression in "umount" of filesystems using barriers

[patch 5/6] [PATCH] ext2: convert to use the new truncate convention
 2010-05-26 15:05 UTC 

[PATCH 0/4 v4] ext3/4: enhance fsync performance when using CFQ
 2010-05-26 15:33 UTC  (3+ messages)

[RFC][PATCH] Journal superblock update should send a barrier
 2010-05-26 13:58 UTC  (2+ messages)

[10/24] vfs: Add no_nrwrite_index_update writeback control flag
 2010-05-26  0:49 UTC  (6+ messages)

[02/25] ext4: invalidate pages if delalloc block allocation fails
 2010-05-25 18:09 UTC  (6+ messages)
` [04/25] ext4: Make sure all the block allocation paths reserve blocks
` [06/25] ext4: Retry block reservation
` [07/25] ext4: Retry block allocation if we have free blocks left
` [08/25] ext4: Use tag dirty lookup during mpage_da_submit_io
` [09/25] vfs: Remove the range_cont writeback mode


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