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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 30 Mar 2009 08:38:43 -0500 (CDT)
From:	shaggy@...ux.vnet.ibm.com
To:	torvalds@...ux-foundation.org
Cc:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [RESEND: git pull] jfs update

Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git for-linus

This will update the following files:

 fs/jfs/Kconfig        |    1 +
 fs/jfs/jfs_extent.c   |   63 +++++-------
 fs/jfs/jfs_imap.c     |   10 +--
 fs/jfs/jfs_metapage.c |   18 +++-
 fs/jfs/jfs_types.h    |   29 ------
 fs/jfs/jfs_xtree.c    |  263 +------------------------------------------------
 fs/jfs/jfs_xtree.h    |    2 -
 fs/jfs/super.c        |    4 +
 8 files changed, 46 insertions(+), 344 deletions(-)

through these ChangeSets:

commit c68a65da35906b32505bbb8eecab316e6736e28b
Author: Randy Dunlap <randy.dunlap@...cle.com>
Date:   Mon Feb 2 11:20:55 2009 -0800

    jfs: needs crc32_le
    
    JFS needs crc32_le(), so select its library config symbol:
    
    fs/built-in.o: In function `jfs_statfs':
    super.c:(.text+0x7c8c0): undefined reference to `crc32_le'
    super.c:(.text+0x7c8d5): undefined reference to `crc32_le'
    
    Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
    Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>

commit 8db0c5d5ef3ab99fe9e5151872b75f45c4282e3c
Merge: 1ad53a9 45c82b5
Author: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
Date:   Mon Feb 2 13:40:55 2009 -0600

    Merge branch 'master' of /home/shaggy/git/linus-clean/

commit 1ad53a98c927a9b5b1b57288ac0edec562fbcf8d
Author: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
Date:   Fri Jan 30 14:09:06 2009 -0600

    jfs: Fix error handling in metapage_writepage()
    
    Improved error handling so that last_write_complete(), and thus
    end_page_writeback(), gets called only once.
    
    Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
    Reported-by: Eric Sesterhenn <snakebyte@....de>

commit b5c816a4f177604ae708892bba074b1d534fcbee
Author: Coly Li <coly.li@...e.de>
Date:   Wed Jan 21 00:05:39 2009 +0800

    jfs: return f_fsid for statfs(2)
    
    This patch makes jfs return f_fsid info for statfs(2). By Andreas'
    suggestion, this patch populates a persistent f_fsid between boots/mounts
    with help of on-disk uuid record.
    
    Signed-off-by: Coly Li <coly.li@...e.de>
    Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>

commit fec1878fe952b994125a3be7c94b1322db586f3b
Author: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
Date:   Fri Jan 9 15:42:04 2009 -0600

    jfs: remove xtLookupList()
    
    xtLookupList() was a more generalized version of xtLookup() with a
    nastier interface.  Its only caller, extHint(), is actually better
    suited to using xtLookup() than xtLookupList().  This also lets us
    remove the definition of lxd_t, an obnoxious packed structure that was
    only used in-memory.
    
    Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>

commit da9c138e9e1cc08aa3a4e8c09411a5d08f866445
Author: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
Date:   Fri Jan 9 10:53:35 2009 -0600

    jfs: clean up a dangling comment
    
    viro cleaned up an hlist hack, but left a comment where it no longer
    belongs.  Combine the old comment with his new one.
    
    Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ