From de2d7f288f2257a44b547d151bfe38271f722f68 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 21 Jan 2008 21:38:25 -0500 Subject: [PATCH] More patch description fixups. Standardize case. --- delalloc-ext4.patch | 2 +- delalloc-vfs.patch | 2 +- ext3-4-migrate.patch | 2 +- ext4_grp_t.patch | 2 +- ext4_grp_t_int_fix.patch | 3 ++- ext4_ialloc-flexbg.patch | 2 +- generic-find-next-le-bit.patch | 2 +- inode-version-vfs.patch | 2 +- jbd2-remove-printk-from-j_assert-macros.patch | 3 ++- jbd2-sparse-warning-fixes.patch | 2 +- new-extent-function.patch | 8 +++++--- stable-boundary | 2 +- 12 files changed, 18 insertions(+), 14 deletions(-) diff --git a/delalloc-ext4.patch b/delalloc-ext4.patch index 4410f04a..3217adcc 100644 --- a/delalloc-ext4.patch +++ b/delalloc-ext4.patch @@ -1,4 +1,4 @@ -Basic delayed allocation in ext4 +ext4: Add basic delayed allocation support From: Alex Tomas diff --git a/delalloc-vfs.patch b/delalloc-vfs.patch index 77c1df36..c7644911 100644 --- a/delalloc-vfs.patch +++ b/delalloc-vfs.patch @@ -1,4 +1,4 @@ -basic delayed allocation in VFS: +vfs: add basic delayed allocation support From: Alex Tomas diff --git a/ext3-4-migrate.patch b/ext3-4-migrate.patch index 3ef1d073..00342cbe 100644 --- a/ext3-4-migrate.patch +++ b/ext3-4-migrate.patch @@ -1,4 +1,4 @@ -Add EXT4_IOC_MIGRATE ioctl +ext4: Add EXT4_IOC_MIGRATE ioctl From: Aneesh Kumar K.V diff --git a/ext4_grp_t.patch b/ext4_grp_t.patch index 61958673..cbd1f534 100644 --- a/ext4_grp_t.patch +++ b/ext4_grp_t.patch @@ -1,4 +1,4 @@ -Ext4: add ext4_group_t, and change all group variables to this type. +ext4: add ext4_group_t, and change all group variables to this type. From: Avantika Mathur diff --git a/ext4_grp_t_int_fix.patch b/ext4_grp_t_int_fix.patch index e32bf237..eaa787fe 100644 --- a/ext4_grp_t_int_fix.patch +++ b/ext4_grp_t_int_fix.patch @@ -1,4 +1,4 @@ -Ext4: fixes block group number being set to a negative value +ext4: fixes block group number being set to a negative value From: Avantika Mathur @@ -6,6 +6,7 @@ This patch fixes various places where the group number is set to a negative value. Signed-off-by: Avantika Mathur +Signed-off-by: "Theodore Ts'o" --- fs/ext4/ialloc.c | 101 ++++++++++++++++++++++++++++-------------------------- diff --git a/ext4_ialloc-flexbg.patch b/ext4_ialloc-flexbg.patch index d02bf123..5b6b10cd 100644 --- a/ext4_ialloc-flexbg.patch +++ b/ext4_ialloc-flexbg.patch @@ -1,4 +1,4 @@ -New inode allocation for FLEX_BG meta-data groups. +ext4: New inode allocation for FLEX_BG meta-data groups. This patch mostly controls the way inode are allocated in order to make ialloc aware of flex_bg block group grouping. It achieves this diff --git a/generic-find-next-le-bit.patch b/generic-find-next-le-bit.patch index 7bf3eb89..17598c43 100644 --- a/generic-find-next-le-bit.patch +++ b/generic-find-next-le-bit.patch @@ -1,4 +1,4 @@ -Introduce ext4_find_next_bit() +ext4: Add ext4_find_next_bit() From: Aneesh Kumar K.V diff --git a/inode-version-vfs.patch b/inode-version-vfs.patch index a68d5335..95ab2b95 100644 --- a/inode-version-vfs.patch +++ b/inode-version-vfs.patch @@ -1,4 +1,4 @@ -VFS: Add 64 bit inode version support +vfs: Add 64 bit i_version support From: Jean Noel Cordenner diff --git a/jbd2-remove-printk-from-j_assert-macros.patch b/jbd2-remove-printk-from-j_assert-macros.patch index b504837b..19c30538 100644 --- a/jbd2-remove-printk-from-j_assert-macros.patch +++ b/jbd2-remove-printk-from-j_assert-macros.patch @@ -1,4 +1,4 @@ -Remove printk from J_ASSERT to preserve registers during BUG. +jbd2: Remove printk from J_ASSERT to preserve registers during BUG From: Chris Snook @@ -6,6 +6,7 @@ Signed-off-by: Chris Snook Cc: "Stephen C. Tweedie" Cc: Theodore Ts'o Signed-off-by: Andrew Morton +Signed-off-by: "Theodore Ts'o" --- include/linux/jbd2.h | 16 +--------------- diff --git a/jbd2-sparse-warning-fixes.patch b/jbd2-sparse-warning-fixes.patch index f1c4d1eb..048b06ae 100644 --- a/jbd2-sparse-warning-fixes.patch +++ b/jbd2-sparse-warning-fixes.patch @@ -1,4 +1,4 @@ -JBD: sparse pointer use of zero as null +jbd2: sparse pointer use of zero as null From: Mingming Cao diff --git a/new-extent-function.patch b/new-extent-function.patch index 38f235b6..503d064d 100644 --- a/new-extent-function.patch +++ b/new-extent-function.patch @@ -1,14 +1,16 @@ -Add new functions for searching extent tree, ext4_ext_search_{left,right} +ext4: Add new functions for searching extent tree From: Alex Tomas -These functions are used by mballoc during ext4_ext_get_blocks -to decided whether to merge extent information. +Add the functions ext4_ext_search_left() and ext4_ext_search_right(), +which are used by mballoc during ext4_ext_get_blocks to decided whether +to merge extent information. Signed-off-by: Alex Tomas Signed-off-by: Andreas Dilger Signed-off-by: Johann Lombardi Signed-off-by: Aneesh Kumar K.V +Signed-off-by: "Theodore Ts'o" --- fs/ext4/extents.c | 142 +++++++++++++++++++++++++++++++++++++++ diff --git a/stable-boundary b/stable-boundary index 97395201..88346756 100644 --- a/stable-boundary +++ b/stable-boundary @@ -1,4 +1,4 @@ -Ext4 Stable/Unstable boundary +ext4: Stable/Unstable boundary From: Theodore Ts'o -- 2.11.4.GIT