lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 04 Jul 2007 10:37:01 +0530
From:	"Aneesh Kumar K.V" <aneesh.kumar@...ux.vnet.ibm.com>
To:	Mingming Cao <cmm@...ibm.com>, Theodore Tso <tytso@....edu>,
	Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
CC:	linux-ext4 <linux-ext4@...r.kernel.org>
Subject: finding the author of the patches in ext4-patch-queue

Hi Mingming,

With respect to ext4-patch-queue it is kind of difficult to find who wrote the patch.
I guess we can solve this by adding From: < author name > in the patches. This will make sure
when the patches get applied to linus tree we have the right author.

with the below diff to noextent_mount option patch i get the below history when applying the patches
using stgit via stgit --import --series 


diff --git a/ext4_noextent_mount_opt.patch b/ext4_noextent_mount_opt.patch
index c349afb..e9a8d6f 100644
--- a/ext4_noextent_mount_opt.patch
+++ b/ext4_noextent_mount_opt.patch
@@ -1,3 +1,4 @@
+From: Mingming Cao <cmm@...ibm.com>
 Add a mount option to turn off extents.
 
 Signed-off-by: Mingming Cao <cmm@...ibm.com>

$ git log 
commit f89bcb4ca03dde8b12d3c722483aae84c3d2072d
Author: Mingming Cao <cmm@...ibm.com>
Date:   Wed Jul 4 10:32:19 2007 +0530

    Add a mount option to turn off extents.
    
    Signed-off-by: Mingming Cao <cmm@...ibm.com>

Without the change: I get below

commit 4a4f228f99e263767fe5b395cdb843a5c5d083fe
Author: Aneesh Kumar K.V <aneesh.kumar@...ux.vnet.ibm.com>
Date:   Wed Jul 4 10:05:19 2007 +0530

    Turn on extents feature by default in ext4 filesystem. User could use
    -o noextents to turn it off.
    
    Signed-off-by: Mingming Cao <cmm@...ibm.com>


-aneesh
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ