2007-06-13 20:21:23

by Mingming Cao

[permalink] [raw]
Subject: ext4 patch queue updated

Just updated the ext4 patch queue

http://repo.or.cz/w/ext4-patch-queue

Changes:

Added these three patches from Jose Santos:
ext4_set_jbd2_64bit_feature.patch
jbd2_config_jbd2_debug_fix.patch
jbd2_move_jbd2_debug_to_debugfs.patch

Reordered the series, move
jbd-stats-through-procfs and ext4_remove_subdirs_limit.patch before
delayed allocation patches


Run checkpatch.pl http://lwn.net/Articles/237451/
I fixed coding style issues for most patches by hand except the delayed
allocation patch ext4-delayed-allocation.patch. That need a bit more
work and requires someone family with the code better. Alex, can you
help on this? Attached is the checkpatch.pl output, thanks.


Mingming



Attachments:
a.out (2.68 kB)

2007-06-15 05:13:34

by Alex Tomas

[permalink] [raw]
Subject: Re: ext4 patch queue updated

OK

Mingming Cao wrote:
> Run checkpatch.pl http://lwn.net/Articles/237451/
> I fixed coding style issues for most patches by hand except the delayed
> allocation patch ext4-delayed-allocation.patch. That need a bit more
> work and requires someone family with the code better. Alex, can you
> help on this? Attached is the checkpatch.pl output, thanks.

2007-06-21 00:50:04

by Mingming Cao

[permalink] [raw]
Subject: ext4 patch queue rebased to linux2.6.22-rc5

http://repo.or.cz/w/ext4-patch-queue.git

diff --git a/series b/series


index d68345c..766f3eb 100644 (file)


--- a/series

+++ b/series

@@ -1,4 +1,4 @@

-# Rebased the patches to 2.6.22-rc4

+# Rebased the patches to 2.6.22-rc5



# Add mount option to turn off extents

ext4_noextent_mount_opt.patch

@@ -60,6 +60,14 @@ jbd-stats-through-procfs

# Remove 32000 subdirs limit.

ext4_remove_subdirs_limit.patch



+# Add unused inode watermark and checksum to blockgroup descriptors

+ext4_uninit_blockgroup.patch

+# need sign off

+update-uninit.patch

+

+# Need sing off and fix coding style

+# Add journal checksums

+ext4-journal_chksum-2.6.20.patch

##############################################################

# Unstable patches

# Note: still lots of outstanding comments from linux-ext4 list, 12/2006

@@ -81,3 +89,8 @@ ext4_nodelalloc_mount_opt.patch



# Fix error returned from ext4_reserve_global

ext4_reserve_global_return_error_fix.patch

+

+#Fix invariant checking in ext4_rebalance_reservation()

+#Missing signed offs

+ext4_rebalance_reservation_invariant_checking_fix.patch

+ext4_delalloc_setpageprivate_fix.patch