messages from 2010-03-02 10:29:01 to 2010-03-15 20:23:41 UTC [more...]
[Bug 12829] New: kernel complains on ENOSPC
2010-03-15 20:23 UTC (2+ messages)
` [Bug 12829] "
[Bug 13604] New: cascade of "mpage_da_map_blocks block allocation failed" errors
2010-03-15 20:22 UTC (2+ messages)
` [Bug 13604] "
[Bug 13549] New: Kernel oops while online resizing of an ext4 filesystem
2010-03-15 19:35 UTC (2+ messages)
` [Bug 13549] "
Using parts of ext2_fs.h in BSD licensed code
2010-03-15 18:23 UTC (3+ messages)
bug in ext3 code causing OOM error on systems with small memory
2010-03-15 18:43 UTC (2+ messages)
New compiler warning in 2.6.34-rc1: 'start_ext.ee_block' may be used uninitialized
2010-03-15 15:41 UTC (2+ messages)
Bug#564084: debugfs: logdump -b<block> show incorrect allocation status in block bitmap
2010-03-14 23:02 UTC
[PATCH] memory leakage in ext4_ext_zeroout
2010-03-13 6:33 UTC
e2fsck doesn't repair broken ext4
2010-03-13 0:03 UTC (3+ messages)
[PATCH 0/5] RFC: introduce extended inode owner identifier v5
2010-03-12 20:07 UTC (22+ messages)
` [PATCH 1/5] vfs: Add additional owner identifier
` [PATCH 2/5] quota: Implement project id support for generic quota
` [PATCH 3/5] ext4: Implement project ID support for ext4 filesystem
` [PATCH 4/5] ext4: add isolated project support
` [PATCH 5/5] ext4: add project quota support
[PATCH 1/2] ext4/jbd2: fix io-barrier logic in case of external journal
2010-03-12 17:26 UTC (2+ messages)
` [PATCH 2/2] ext3, jbd: Add barriers for file systems with exernal journals
[PATCH] ext4: fix io-barrier logic for external journal case
2010-03-12 17:20 UTC (4+ messages)
` [PATCH] ext4: check missed return value ext4_sync_file
[PATCH] mke2fs: skip alignment questioning if -F specified
2010-03-12 15:40 UTC (5+ messages)
Bad ext4 sync performance on 16 TB GPT partition
2010-03-12 15:20 UTC (8+ messages)
[PATCH] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
2010-03-12 7:01 UTC (16+ messages)
` defrag deployment status (was Re: [PATCH] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode)
` [PATCH resend] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
what exactly is CONFIG_EXT4_USE_FOR_EXT23 for?
2010-03-11 20:44 UTC (7+ messages)
[Bug 15420] New: EXT4_USE_FOR_EXT23 causes wrong free space calculation on ext2 and ext3
2010-03-11 17:42 UTC (19+ messages)
` [Bug 15420] "
[PATCH] ext4: stop issuing discards if not supported by device
2010-03-10 16:54 UTC
possible ext4 related deadlock
2010-03-10 16:23 UTC (4+ messages)
[Bug 14830] When other IO is running sync times go to 10 to 20 minutes
2010-03-10 15:36 UTC (2+ messages)
[PATCH] ext4: reduce scheduling latency with delayed allocation
2010-03-10 13:09 UTC (3+ messages)
Constant access (write) time
2010-03-08 20:17 UTC (3+ messages)
discard + LVM
2010-03-08 19:46 UTC (5+ messages)
[Bug 13598] New: FIEMAP related circular locking dependency detected
2010-03-08 18:19 UTC (2+ messages)
` [Bug 13598] "
[PATCH 00/28] Ext4 patch queue for the 2.6.34 merge window
2010-03-08 17:46 UTC (46+ messages)
` [PATCH 01/28] ext4: fix async i/o writes beyond 4GB to a sparse file
` [PATCH 02/28] ext4: Fix optional-arg mount options
` [PATCH 03/28] ext4: Add block validity check when truncating indirect block mapped inodes
` [PATCH 04/28] ext4: Add new tracepoint for jbd2_cleanup_journal_tail
` [PATCH 05/28] ext4: Add new tracepoints to debug delayed allocation space functions
` [PATCH 06/28] ext4: Use slab allocator for sub-page sized allocations
` [PATCH 07/28] ext4: Use bitops to read/modify EXT4_I(inode)->i_state
` [PATCH 08/28] ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepoints
` [PATCH 09/28] ext4: move __func__ into a macro for ext4_warning, ext4_error
` [PATCH 10/28] ext4: add missing error checking to ext4_expand_extra_isize_ea()
` [PATCH 11/28] ext4: correctly calculate number of blocks for fiemap
` [incomplete PATCH] ext4: avoid overflow in fiemap
` [PATCH 12/28] jbd2: delay discarding buffers in journal_unmap_buffer
` [PATCH 13/28] ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
` [PATCH 14/28] ext4: Add flag to files with blocks intentionally past EOF
` [PATCH 15/28] ext4: mount flags manipulation cleanup
` [PATCH 16/28] ext4: trivial quota cleanup
` [PATCH 17/28] jbd2: clean up an assertion in jbd2_journal_commit_transaction()
` [PATCH 18/28] ext4: Fix fencepost error in chosing choosing group vs file preallocation
` [PATCH 19/28] ext4: deprecate obsoleted mount options
` [PATCH 20/28] ext4: fix error handling in migrate
` [PATCH 21/28] ext4: explicitly remove inode from orphan list after failed direct io
` [PATCH 22/28] ext4: Handle non empty on-disk orphan link
` [PATCH 23/28] ext4: make "offset" consistent in ext4_check_dir_entry()
` [PATCH 24/28] ext4: mechanical change on dio get_block code in prepare for it to be used by buffer write
` [PATCH 25/28] ext4: use ext4_get_block_write in "
` [PATCH 26/28] ext4: Use direct_IO_no_locking in ext4 dio read
` [PATCH 27/28] ext4: Convert BUG_ON checks to use ext4_error() instead
` [PATCH 28/28] ext4: Fix ext4_quota_write cross block boundary behaviour
RFC: EXT4 Defrag Specification (Draft)
2010-03-08 14:30 UTC (2+ messages)
dump/restore not supported for ext4
2010-03-08 11:03 UTC (7+ messages)
[PATCH 1/3] ext4: Fix insertion point of extent in mext_insert_across_blocks()
2010-03-08 8:40 UTC (6+ messages)
smatch stuff: a couple unused assignments in ext4
2010-03-06 15:21 UTC
Ext2 and ext4 preallocation / mballoc
2010-03-06 14:45 UTC (2+ messages)
[Bug 13603] New: Fallocate and DirectIO
2010-03-06 8:46 UTC (3+ messages)
` [Bug 13603] "
[PULL REQUEST] Quota cleanups & fixes and ext3 fixes for 2.6.34-rc1
2010-03-05 23:01 UTC (3+ messages)
[PATCH 11/28] ext4: correctly calculate number of blocks for fiemap
2010-03-05 5:57 UTC
[GIT PULL] ext4 fixes
2010-03-05 4:44 UTC
dumpe2fs/dump/restore not working correctly for ext4?
2010-03-04 22:21 UTC (4+ messages)
[PATCH 1/3] ext4: use ext4_group_first_block_no()
2010-03-04 5:19 UTC (4+ messages)
` [PATCH 2/3] ext4: use ext4_grp_offs_to_block
` [PATCH 3/3] ext4: consolidate in_range() definisions
[PATCH] [RESEND] ext4: Release page references acquired in ext4_da_block_invalidatepages
2010-03-04 4:51 UTC (2+ messages)
[LSF/VM TOPIC] Re: [Lsf10-pc] Rich-acl discussion for Linus Storage and Filesystem summit
2010-03-03 14:09 UTC
[PATCH] ext3: add writepage sanity checks
2010-03-03 8:01 UTC (2+ messages)
[PATCH 3/3] ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
2010-03-03 6:49 UTC
[PATCH 2/3] ext4: Fix the NULL reference in double_down_write_data_sem()
2010-03-03 6:49 UTC
[PATCH 0/3] ext4: Bug fixes and cleanup for EXT4_IOC_MOVE_EXT ioctl
2010-03-03 6:49 UTC
[ext3] Changes to block device after an ext3 mount point has been remounted readonly
2010-03-02 23:10 UTC (14+ messages)
[PATCH] mk2fs lazy_journal_init option
2010-03-02 19:36 UTC (2+ messages)
[PATCH] libext2fs: fix ext2fs_extent_get when going to the next or previous extent
2010-03-02 19:27 UTC
[PATCH] ext4: Convert BUG_ON checks to use ext4_error() instead
2010-03-02 17:03 UTC (2+ messages)
[PATCH 1/2] ext4: quota_write cross block boundary behaviour
2010-03-02 13:15 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).