* ext4 patch queue updated
@ 2007-06-13 20:20 Mingming Cao
2007-06-15 5:13 ` Alex Tomas
2007-06-21 0:50 ` ext4 patch queue rebased to linux2.6.22-rc5 Mingming Cao
0 siblings, 2 replies; 3+ messages in thread
From: Mingming Cao @ 2007-06-13 20:20 UTC (permalink / raw)
To: tytso, Jose R. Santos, alex; +Cc: linux-ext4
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
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
[-- Attachment #2: a.out --]
[-- Type: text/plain, Size: 2741 bytes --]
printk() should include KERN_ facility level
#275: FILE: fs/ext4/writeback.c:73:
+#define wb_debug(fmt, a...) printk(fmt, ##a);
do not use assignment in condition
#338: FILE: fs/ext4/writeback.c:136:
+ while (!bio && (nr_vecs /= 2))
printk() should include KERN_ facility level
#826: FILE: fs/ext4/writeback.c:624:
+ printk("no mem for ext4_wb_pages!\n");
#if 0 -- if this code redundant remove it
#946: FILE: fs/ext4/writeback.c:744:
+#if 0
line over 80 characters
#948: FILE: fs/ext4/writeback.c:746:
+ printk("#%u: wow! short extent %d for flush on #%lu\n",
printk() should include KERN_ facility level
#948: FILE: fs/ext4/writeback.c:746:
+ printk("#%u: wow! short extent %d for flush on #%lu\n",
line over 80 characters
#949: FILE: fs/ext4/writeback.c:747:
+ (unsigned) current->pid, wc.len, inode->i_ino);
line over 80 characters
#950: FILE: fs/ext4/writeback.c:748:
+ printk("#%u: done = %d, nr_to_write %ld, sync = %d\n",
printk() should include KERN_ facility level
#950: FILE: fs/ext4/writeback.c:748:
+ printk("#%u: done = %d, nr_to_write %ld, sync = %d\n",
line over 80 characters
#951: FILE: fs/ext4/writeback.c:749:
+ (unsigned) current->pid, done, wbc->nr_to_write,
printk() should include KERN_ facility level
#953: FILE: fs/ext4/writeback.c:751:
+ printk("#%u: written %d, extents %d\n",
line over 80 characters
#954: FILE: fs/ext4/writeback.c:752:
+ (unsigned) current->pid, written, extents);
printk() should include KERN_ facility level
#955: FILE: fs/ext4/writeback.c:753:
+ printk("#%u: cur %lu, prev %lu\n",
#if 0 -- if this code redundant remove it
#985: FILE: fs/ext4/writeback.c:783:
+#if 0
line over 80 characters
#991: FILE: fs/ext4/writeback.c:789:
+ atomic_inc(&EXT4_SB(inode->i_sb)->s_wb_congested);
printk() should include KERN_ facility level
#1370: FILE: fs/ext4/writeback.c:1168:
+ printk("EXT4-fs: writeback: %d blocks %d extents in %d reqs (%d ave)\n",
line over 80 characters
#1375: FILE: fs/ext4/writeback.c:1173:
+ printk("EXT4-fs: writeback: %d nr_to_write, %d congestions, %d singles\n",
printk() should include KERN_ facility level
#1375: FILE: fs/ext4/writeback.c:1173:
+ printk("EXT4-fs: writeback: %d nr_to_write, %d congestions, %d singles\n",
printk() should include KERN_ facility level
#1379: FILE: fs/ext4/writeback.c:1177:
+ printk("EXT4-fs: writeback: %d collisions, %d single-page collisions\n",
printk() should include KERN_ facility level
#1382: FILE: fs/ext4/writeback.c:1180:
+ printk("EXT4-fs: writeback: %d allocated, %d dropped\n",
Missing Signed-off-by: line(s)
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: ext4 patch queue updated
2007-06-13 20:20 ext4 patch queue updated Mingming Cao
@ 2007-06-15 5:13 ` Alex Tomas
2007-06-21 0:50 ` ext4 patch queue rebased to linux2.6.22-rc5 Mingming Cao
1 sibling, 0 replies; 3+ messages in thread
From: Alex Tomas @ 2007-06-15 5:13 UTC (permalink / raw)
To: cmm; +Cc: tytso, Jose R. Santos, linux-ext4
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* ext4 patch queue rebased to linux2.6.22-rc5
2007-06-13 20:20 ext4 patch queue updated Mingming Cao
2007-06-15 5:13 ` Alex Tomas
@ 2007-06-21 0:50 ` Mingming Cao
1 sibling, 0 replies; 3+ messages in thread
From: Mingming Cao @ 2007-06-21 0:50 UTC (permalink / raw)
To: tytso; +Cc: linux-ext4, avmathur, alex, Girish Shilamkar
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-21 0:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-13 20:20 ext4 patch queue updated Mingming Cao
2007-06-15 5:13 ` Alex Tomas
2007-06-21 0:50 ` ext4 patch queue rebased to linux2.6.22-rc5 Mingming Cao
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).