linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-07 10:36:35 to 2011-06-13 13:11:58 UTC [more...]

[PATCH v1 00/30] Ext4 snapshots
 2011-06-13 13:11 UTC  (68+ messages)
` [PATCH v1 01/36] ext4: EXT4 snapshots (Experimental)
` [PATCH v1 02/36] ext4: snapshot debugging support
` [PATCH v1 03/36] ext4: snapshot hooks - inside JBD hooks
` [PATCH v1 04/36] ext4: snapshot hooks - block bitmap access
` [PATCH v1 05/36] ext4: snapshot hooks - delete blocks
` [PATCH v1 06/36] ext4: snapshot hooks - move data blocks
` [PATCH v1 07/36] ext4: snapshot hooks - direct I/O
` [PATCH v1 08/36] ext4: snapshot hooks - move extent file data blocks
` [PATCH v1 09/36] ext4: snapshot file
` [PATCH v1 10/36] ext4: snapshot file - read through to block device
` [PATCH v1 11/36] ext4: snapshot file - permissions
` [PATCH v1 12/36] ext4: snapshot file - store on disk
` [PATCH v1 13/36] ext4: snapshot file - increase maximum file size limit to 16TB
` [PATCH v1 14/36] ext4: snapshot block operations
` [PATCH v1 15/36] ext4: snapshot block operation - copy blocks to snapshot
` [PATCH v1 16/36] ext4: snapshot block operation - move "
` [PATCH v1 17/36] ext4: snapshot block operation - copy block bitmap "
` [PATCH v1 18/36] ext4: snapshot control
` [PATCH v1 19/36] ext4: snapshot control - init new snapshot
` [PATCH v1 20/36] ext4: snapshot control - fix "
` [PATCH v1 21/36] ext4: snapshot control - reserve disk space for snapshot
` [PATCH v1 22/36] ext4: snapshot journaled - increase transaction credits
` [PATCH v1 23/36] ext4: snapshot journaled - implement journal_release_buffer()
` [PATCH v1 24/36] ext4: snapshot journaled - bypass to save credits
` [PATCH v1 25/36] ext4: snapshot journaled - cache last COW tid in journal_head
` [PATCH v1 26/36] ext4: snapshot journaled - trace COW/buffer credits
` [PATCH v1 27/36] ext4: snapshot list support
` [PATCH v1 28/36] ext4: snapshot list - read through to previous snapshot
` [PATCH v1 29/36] ext4: snapshot race conditions - concurrent COW bitmap operations
` [PATCH v1 30/36] ext4: snapshot race conditions - concurrent COW operations
` [PATCH v1 31/36] ext4: snapshot race conditions - tracked reads
` [PATCH v1 32/36] ext4: snapshot exclude - the exclude bitmap
` [PATCH v1 33/36] ext4: snapshot cleanup
` [PATCH v1 34/36] ext4: snapshot cleanup - shrink deleted snapshots
` [PATCH v1 35/36] ext4: snapshot cleanup - merge shrunk snapshots
` [PATCH v1 36/36] ext4: snapshot rocompat - enable rw mount

[patch]check NULL pointer
 2011-06-13  9:20 UTC  (7+ messages)

LVM vs. Ext4 snapshots (was: [PATCH v1 00/30] Ext4 snapshots)
 2011-06-13  8:50 UTC  (19+ messages)

[PATCH RESEND] Documentation: Remove the obsolete parameters in 2 jbd2 functions
 2011-06-13  2:46 UTC  (2+ messages)

[PATCH] mke2fs: check that auto-detected blocksize <= sys_page_size
 2011-06-12 22:46 UTC  (3+ messages)

[PATCH] jbd2: Fix oops in jbd2_journal_remove_journal_head()
 2011-06-12 21:41 UTC  (5+ messages)

[Bug 37212] New: NULL pointer dereference in inode_has_perm() while setquota
 2011-06-12 10:05 UTC  (4+ messages)
` [Bug 37212] "

[BUG] ext4 timestamps corruption
 2011-06-11 16:48 UTC  (2+ messages)

[PATCH] mke2fs: add extent-mapped journal regression test
 2011-06-11 16:24 UTC  (2+ messages)

[PATCH 1/3] ext2fs: Handle internal journal over 2^32 bytes
 2011-06-11 16:21 UTC  (6+ messages)
` [PATCH 2/3] mke2fs: skip zeroing journal blocks
` [PATCH 3/3] mke2fs: add test for large journal with lazy init

[PATCH] ext2fs: fix error handling in ext2fs_add_dir_block
 2011-06-11 15:55 UTC  (2+ messages)

[PATCH] ext2fs: don't use O_DIRECT if not available
 2011-06-11 15:50 UTC  (2+ messages)

[PATCH] misc: fix compile warnings on OSX
 2011-06-11 15:50 UTC  (2+ messages)

[PATCH] ext2fs: fix ext2fs_warn_bitmap32() return warning
 2011-06-11 15:33 UTC  (2+ messages)

[PATCH] debugfs: fix icheck finding blocks used for xattrs
 2011-06-11 15:31 UTC  (2+ messages)

[PATCH] tune2fs: add dir_index feature to tune2fs man page
 2011-06-11 15:30 UTC  (2+ messages)

[Bug 29492] New: [173348.989645] kernel BUG at /home/kernel-ppa/COD/linux/fs/inode.c:1421!
 2011-06-11 15:05 UTC  (2+ messages)
` [Bug 29492] "

[PATCH] ext2fs: fix undeclared posix_memalign() warning
 2011-06-11 15:05 UTC  (2+ messages)

[PATCH] misc: clean up compiler warnings
 2011-06-11 15:01 UTC  (3+ messages)

[PATCH v2] jbd2:Make journal transaction allocations come from its own cache
 2011-06-11  9:36 UTC 

[PATCH] jbd: Make jbd transactions come from its own cache
 2011-06-11  9:36 UTC 

ext3 and btrfs various Oops and kernel BUGs
 2011-06-11  2:17 UTC 

[PATCH] e2fsprogs: ignore generated files for "git status"
 2011-06-10 22:31 UTC 

[PATCH] ext3/ioctl.c: quite sparse warnings about different address spaces
 2011-06-10 21:59 UTC 

64bit filesystem questions
 2011-06-10 21:21 UTC  (9+ messages)

[PATCH] ext4: ext4_free_blocks() fix
 2011-06-10 10:17 UTC  (2+ messages)

[PATCH] jbd2:Make journal transaction allocations come from its own cache
 2011-06-10  6:21 UTC  (7+ messages)

Updated heuristics for mke2fs on large filesystems
 2011-06-09 23:55 UTC 

Port xfstests 145, 161, 175, 176, 185?
 2011-06-09 19:17 UTC  (3+ messages)

Query about DIO/AIO WRITE throttling and ext4 serialization
 2011-06-09 13:09 UTC  (11+ messages)

[PATCH] jbd: Use WRITE_SYNC in journal checkpoint
 2011-06-08 15:50 UTC  (2+ messages)

[PATCH] ext3/ext4 Documentation: remove bh/nobh since it has been deprecated
 2011-06-08 15:35 UTC  (3+ messages)

[PATCH] ext4: Rewrite ext4_page_mkwrite() to return locked page
 2011-06-08 14:55 UTC  (4+ messages)

[PATCH v2 1/3] ext4: Fix missing acl release in error path in acl.c
 2011-06-08 14:10 UTC  (7+ messages)
` [PATCH v2 2/3] jbd2: Add extra parameter in start_this_handle() to control allocation flags

Dear Winner
 2011-06-08 11:04 UTC 

[PATCH] mount.8: remove reprecated bh/nobh options from the manual page
 2011-06-08 11:12 UTC  (2+ messages)

[PATCH] ext4: remove deprecated oldalloc
 2011-06-08 11:01 UTC  (5+ messages)

[PATCH RFC 00/30] Ext4 snapshots - core patches
 2011-06-07 18:22 UTC  (35+ messages)
` [PATCH RFC 01/30] ext4: EXT4 snapshots (Experimental)
` [PATCH RFC 02/30] ext4: snapshot debugging support
` [PATCH RFC 05/30] ext4: snapshot hooks - delete blocks

[PATCH] mke2fs: Don't erase flash device if "-n" is given
 2011-06-07 17:37 UTC  (3+ messages)

[Bug 35162] New: Kernel BUG when syncing ext2 if USB stick is removed
 2011-06-07 12:49 UTC  (3+ messages)
` [Bug 35162] "

Fwd: [XFSTEST Add Fallocate Punch Hole Tests 1/3 v4] Add Punch Hole to FSX
 2011-06-07 12:06 UTC  (4+ messages)

2.6.37, 2.6.38, 2.6.39 vfs/ext3/ext4 crash when unplugging USB storage
 2011-06-07 10:36 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).