linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-08 07:55:15 to 2011-10-23 16:39:05 UTC [more...]

[PATCHSET v3.1 0/7] data integrity: Stabilize pages during writeback for various fses
 2011-10-23 16:38 UTC  (11+ messages)

e2fsprogs: add exclude bitmap support in e2fsprogs
 2011-10-23 13:55 UTC  (10+ messages)
` [PATCH 1/8] e2fsprogs: add exclude bitmap support in libext2fs
` [PATCH 2/8] e2fsprogs: add exclude bitmap support in mkfs
` [PATCH 3/8] e2fsprogs: check the exclude bitmap
` [PATCH 4/8] e2fsprogs: add exclude bitmap support in e2fsck
` [PATCH 5/8] e2fsprogs: add exclude bitmap support in dumpe2fs
` [PATCH 6/8] e2fsprogs: add exclude bitmap support in tune2fs
` [PATCH 7/8] e2fsprogs: add exclude bitmap support in e2image
` [PATCH 8/8] e2fsprogs: add exclude bitmap support in debugfs

[PATCH] PM / Freezer: Freeze filesystems while freezing processes (v2)
 2011-10-22 21:35 UTC  (5+ messages)

[PATCH 1/5] ext4: ext4_dx_add_entry should dirty directory metadata with the directory inode
 2011-10-22 17:25 UTC  (6+ messages)
` [PATCH 2/5] ext4: ext4_rename should dirty dir_bh with the correct directory
` [PATCH 3/5] ext4: ext4_mkdir should dirty dir_block with the parent inode
` [PATCH 4/5] ext4: Prevent stack overrun in ext4_file_open when recording last known mountpoint
` [PATCH 5/5] ext4: Fix endian problem in MMP initialization

Bug In ext4 in kernels > 2.6.39 - Not mounting with arguments/options I specify in fstab on root remount
 2011-10-22  9:32 UTC  (10+ messages)

How do I clear the append-only flag on symlinks?
 2011-10-22  8:57 UTC  (3+ messages)

[PATCH 0/6] ext4: cleanups and regression fixes for grow/shrink logic V2
 2011-10-22  5:27 UTC  (8+ messages)
` [PATCH 1/6] ext4: cleanup ext4_ext_grow_indepth code
` [PATCH 2/6] ext4: move inode indepth shrink logic to didicated function
` [PATCH 3/6] ext4: Do not clear EOFBLOCKS_FL too soon
` [PATCH 4/6] ext4: remove messy logic from ext4_ext_rm_leaf
` [PATCH 5/6] ext4: fix punch_hole extend handler
` [PATCH 6/6] ext4: update EOFBLOCKS flag on fallocate properly

[PATCH v2 00/28] ext4: Add metadata checksumming
 2011-10-21 21:15 UTC  (31+ messages)
` [PATCH 02/28] ext4: ext4_rename should dirty dir_bh with the correct directory
` [PATCH 03/28] ext4: ext4_mkdir should dirty dir_block with the parent inode
` [PATCH 05/28] ext4: Fix endian problem in MMP initialization
` [PATCH 11/28] ext4: Calculate and verify inode checksums
` [PATCH 12/28] ext4: Use i_generation in inode-related metadata checksums
` [PATCH 14/28] ext4: Calculate and verify checksums for inode bitmaps
` [PATCH 15/28] ext4: Calculate and verify block bitmap checksum
` [PATCH 16/28] ext4: Verify and calculate checksums for extent tree blocks
` [PATCH 17/28] ext4: Calculate and verify checksums for htree nodes
` [PATCH 18/28] ext4: Calculate and verify checksums of directory leaf blocks
` [PATCH 19/28] ext4: Calculate and verify checksums of extended attribute blocks
` [PATCH 20/28] ext4: Add new feature to make block group checksums use metadata_csum algorithm
` [PATCH 21/28] ext4: Add checksums to the MMP block
` [PATCH 22/28] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 23/28] jbd2: Grab a reference to the crc32c driver only when necessary
` [PATCH 24/28] jbd2: Update structure definitions and flags to support extended checksumming
` [PATCH 25/28] jbd2: Checksum revocation blocks
` [PATCH 26/28] jbd2: Checksum descriptor blocks
` [PATCH 27/28] jbd2: Checksum commit blocks
` [PATCH 28/28] jbd2: Checksum data blocks that are stored in the journal

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-10-21 19:15 UTC  (5+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c

[RFC] Metadata Replication for Ext4
 2011-10-21 15:54 UTC  (10+ messages)

[PATCH 1/2] ext4: Allow quota file use root reservation
 2011-10-21  0:11 UTC  (4+ messages)
` [PATCH 2/2] ext3: "

[PATCH] ext4: fix the deadlock in ext4_ordered_write_end()
 2011-10-20 22:53 UTC  (2+ messages)

[PATCH] ext4: fix the deadlock in mpage_da_map_and_submit()
 2011-10-20 23:47 UTC  (2+ messages)

[PATCH 0/8] xfstests: Bunch of new tests
 2011-10-20 20:38 UTC  (11+ messages)
` [PATCH 1/8] xfstests: fsstress should kill children tasks before exit
` [PATCH 2/8] xfstests: add different logging option to fsstress
` [PATCH 3/8] xfstests: add fallocate support "
` [PATCH 4/8] xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations
` [PATCH 5/8] xfstests: Dump inode info when possible
` [PATCH 6/8] xfstests: add fiemap operation
` [PATCH 7/8] xfstests: add new stress test
` [PATCH 8/8] xfstests: add new quota "
` new corruption pattern on ext4
  ` [PATCH] xfstests: add regression test for extent corruption "

fsck.ext4 taking a very long time because of "should not have EOFBLOCKS_FL set"
 2011-10-20 18:59 UTC  (6+ messages)

Latency writing to an mlocked ext4 mapping
 2011-10-20  5:59 UTC  (5+ messages)

ext4_ext_insert_index error
 2011-10-20  3:48 UTC  (4+ messages)

[PATCH 0/4] ext4: cleanup and bugfixes for grow/shrink logic
 2011-10-19 11:47 UTC  (2+ messages)
` [PATCH 0/4] ext4: Ping

[PATCH 1/2] xfstest: fsstress should kill children tasks before exit
 2011-10-19 10:48 UTC  (6+ messages)
` [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET,GET}FLAGS operations
      ` [PATCH 2/2] xfstest: fsstress add EXT2_IOC_{SET, GET}FLAGS operations

Congrat**You Re Lucky Winner***
 2011-10-19  9:52 UTC 

fs: jdb/jbd2: Put identical code in a common header
 2011-10-18 20:40 UTC  (2+ messages)

corruption on 3.1.0-rc9-next-20111011+
 2011-10-18 15:07 UTC  (9+ messages)
  ` [PATCH] ext4: Check extent overflow with the right range

[PATCH] fs: optimize out 16 bytes worth of padding in struct inode
 2011-10-18 14:49 UTC 

(unknown),
 2011-10-18  6:43 UTC 

(unknown),
 2011-10-18  5:10 UTC 

Used dd to copy an ext4 filesystem, but target contained an old (mounted!) filesystem
 2011-10-18  1:06 UTC  (3+ messages)

(unknown),
 2011-10-17 21:53 UTC 

[PATCH] ext4: fix wrong verification in ext4_ext_insert_index
 2011-10-17  9:00 UTC  (3+ messages)

[PATCH] resize: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist
 2011-10-17  6:56 UTC  (6+ messages)

[PATCH] libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag
 2011-10-17  0:47 UTC 

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-10-16 22:41 UTC 

3.1-rc8 OOPS in jbd2_journal_file_inode (fs/jbd2/transaction.c line 2142)
 2011-10-14  5:02 UTC  (3+ messages)

[PATCH] ext4/extents.c: quiet sparse noise about plain integer as NULL pointer
 2011-10-12  3:11 UTC  (2+ messages)

[PATCH] ext4/ioctl.c: copy_{from,to}_user expect __user pointers
 2011-10-12  3:10 UTC  (2+ messages)

[PATCH] ext4/ialloc.c: functions should not be declared extern
 2011-10-12  3:10 UTC  (2+ messages)

[PATCH] ext4/fsync.c: functions should not be declared extern
 2011-10-12  3:09 UTC  (2+ messages)

[PATCH] ext4/xattr_security.c: local functions should be static
 2011-10-12  3:09 UTC  (2+ messages)

[PATCH] debugfs: Fix sprintf stack overflow
 2011-10-12  2:38 UTC  (2+ messages)

[patch]ext4: add block plug for .writepages
 2011-10-12  0:53 UTC  (6+ messages)

[PATCH -next] jbd2: fix build when CONFIG_BUG is not enabled
 2011-10-11 19:15 UTC 

[patch] ext4: error handling fix in ext4_ext_convert_to_initialized()
 2011-10-11 13:49 UTC 

[PATCH v4] [SIGNED-OFF] ext4: don't work without procfs
 2011-10-11  9:27 UTC  (3+ messages)

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-10-11  9:18 UTC 

EXT4-fs (dm-1): Couldn't remount RDWR because of unprocessed orphan inode list
 2011-10-11  8:45 UTC  (13+ messages)

[PATCH v3] ext4: fix possible overflow in ext4_trim_fs()
 2011-10-11  8:13 UTC  (3+ messages)

[PATCH] ext4: handle NULL p_ext in ext4_ext_next_allocated_block()
 2011-10-11  7:01 UTC  (4+ messages)

[Ext4 Secure Delete 0/7 v4] Ext4 secure delete
 2011-10-11  0:54 UTC  (11+ messages)
` [Ext4 Secure Delete 7/7v4] ext4/jbd2: Secure Delete: Secure delete journal blocks

"- 8" in EXT2_MAX_BLOCKS_PER_GROUP
 2011-10-10 20:34 UTC  (4+ messages)

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-10-10 19:03 UTC 

[PATCH] e2fsprogs: use ALL_CFLAGS to build gen_crc32ctable
 2011-10-10 18:42 UTC  (5+ messages)
`  "

[PATCH] ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY
 2011-10-10 16:27 UTC  (4+ messages)

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-10-09 19:22 UTC 

[PATCH] ext4: Fix comparison endianness problem in MMP initialization
 2011-10-08 21:27 UTC  (2+ messages)

[PATCH 0/2] ext4: Some MMP fixes
 2011-10-08 21:25 UTC  (6+ messages)
` (unknown),
  ` [PATCH 1/2] ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname
  ` [PATCH 2/2] ext4: MMP: fix error message rate-limiting logic in kmmpd

[PATCH] ext4: Avoid stamping on other memories in ext4_ext_insert_index
 2011-10-08 21:19 UTC  (2+ messages)

[PATCH] ext4: Fix the wrong comment in ext4_ext_search_right
 2011-10-08 20:11 UTC  (6+ messages)
` [PATCH] ext4: Remove the obsolete broken EXT4_IOC32_WAIT_FOR_READONLY
` [PATCH] ext4: Use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left

[PATCH] ext4: remove deprecated oldalloc
 2011-10-08 18:09 UTC  (4+ messages)

[PATCH] ext4: Documenatation: remove acl and user_xattr mount options
 2011-10-08 18:02 UTC  (2+ messages)

[PATCH] dumpe2fs: Warn when filesystem is mounted read-write
 2011-10-08 17:50 UTC  (2+ messages)

[PATCH] e2fsck: Recover revoke blocks on 64bit filesystems correctly
 2011-10-08 17:37 UTC  (2+ 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).