[git pull] jfs update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/acl.c            |    8 -
 fs/jfs/endian24.h       |    2 
 fs/jfs/file.c           |    8 -
 fs/jfs/inode.c          |    8 -
 fs/jfs/jfs_acl.h        |    8 -
 fs/jfs/jfs_btree.h      |    6 -
 fs/jfs/jfs_debug.c      |    6 -
 fs/jfs/jfs_dinode.h     |    8 -
 fs/jfs/jfs_dmap.c       |  180 +++++++++++++++---------------
 fs/jfs/jfs_dmap.h       |   28 ++--
 fs/jfs/jfs_dtree.c      |   18 +--
 fs/jfs/jfs_dtree.h      |   10 -
 fs/jfs/jfs_extent.c     |   42 +++----
 fs/jfs/jfs_extent.h     |    8 -
 fs/jfs/jfs_filsys.h     |   24 ++--
 fs/jfs/jfs_imap.c       |  222 +++++++++++++++++++-------------------
 fs/jfs/jfs_imap.h       |   14 +-
 fs/jfs/jfs_incore.h     |    8 -
 fs/jfs/jfs_inode.c      |   15 +-
 fs/jfs/jfs_inode.h      |    6 -
 fs/jfs/jfs_lock.h       |   10 -
 fs/jfs/jfs_logmgr.c     |   38 +++---
 fs/jfs/jfs_logmgr.h     |   76 ++++++-------
 fs/jfs/jfs_metapage.c   |   12 +-
 fs/jfs/jfs_metapage.h   |    8 -
 fs/jfs/jfs_mount.c      |   34 ++---
 fs/jfs/jfs_superblock.h |   22 +--
 fs/jfs/jfs_txnmgr.c     |   12 +-
 fs/jfs/jfs_txnmgr.h     |   12 +-
 fs/jfs/jfs_umount.c     |   24 ++--
 fs/jfs/jfs_unicode.c    |   12 +-
 fs/jfs/jfs_unicode.h    |   10 -
 fs/jfs/jfs_uniupr.c     |    8 -
 fs/jfs/jfs_xattr.h      |    2 
 fs/jfs/jfs_xtree.c      |   12 +-
 fs/jfs/jfs_xtree.h      |    8 -
 fs/jfs/namei.c          |   67 +++++------
 fs/jfs/resize.c         |    6 -
 fs/jfs/super.c          |   12 +-
 fs/jfs/symlink.c        |    6 -
 fs/jfs/xattr.c          |   38 +++---
 41 files changed, 528 insertions(+), 530 deletions(-)

through these ChangeSets:

commit f74156539964d7b3d5164fdf8848e6a682f75b97 
tree e565845b8de7f7a8a37cbd985fbea3f1ee73ceaf 
parent 649dbaffea876b56839f35530976a3124c361f6b 
author Dave Kleikamp <[email protected]> Thu, 14 Sep 2006 10:49:48 -0500 
committer Dave Kleikamp <[email protected]> Thu, 14 Sep 2006 10:49:48 -0500 

    JFS: White space cleanup
    
    Removed trailing spaces & tabs, and spaces preceding tabs.
    Also a couple very minor comment cleanups.
    
    Signed-off-by: Dave Kleikamp <[email protected]>

commit 649dbaffea876b56839f35530976a3124c361f6b 
tree 23674ca513391537ea3679477a573d92e14a666a 
parent 2b46f77976f798f3fe800809a1d0ed38763c71c8 
author Dave Kleikamp <[email protected]> Thu, 14 Sep 2006 09:34:02 -0500 
committer Dave Kleikamp <[email protected]> Thu, 14 Sep 2006 09:34:02 -0500 

    JFS: eliminate compiler warning
    
    gcc-4.1.1 complains in txCommit that pxd may be used unitialized.  The usage
    is safe since the initialization and later use depend on the same condition.
    Initializing the data eliminates the warning and the overhead is minimal as
    this is not really a fast path.
    
    Patch suggested by Tony Breeds.
    
    Signed-off-by: Dave Kleikamp <[email protected]>

commit 2b46f77976f798f3fe800809a1d0ed38763c71c8 
tree dc02e78cca68f6a7952f3ece9581914dfedcaab8 
parent bdc3d9e5af7d9c105be734dd7b5c3f1d9425a15a 
author Akinobu Mita <[email protected]> Thu, 14 Sep 2006 09:22:38 -0500 
committer Dave Kleikamp <[email protected]> Thu, 14 Sep 2006 09:22:38 -0500 

    [PATCH] JFS: return correct error when i-node allocation failed
    
    I have seen confusing behavior on JFS when I injected many intentional
    slab allocation errors. The cp command failed with no disk space error
    with enough disk space.
    
    This patch makes:
    
    - change the return value in case slab allocation failures happen
    from -ENOSPC to -ENOMEM
    
    - ialloc() return error code so that the caller can know the reason
    of failures
    
    Signed-off-by: Akinobu Mita <[email protected]>
    Signed-off-by: Dave Kleikamp <[email protected]>

commit bdc3d9e5af7d9c105be734dd7b5c3f1d9425a15a 
tree 8a9fd8cf85f44e2595b42b565cf98be1772fe3b0 
parent 38f5745c5a90641079fd5b48600ae63f7ab6edcd 
author Tony Breeds <[email protected]> Mon, 11 Sep 2006 08:19:19 -0500 
committer Dave Kleikamp <[email protected]> Mon, 11 Sep 2006 08:19:19 -0500 

    JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog()
    
    Signed-off-by: Tony Breeds <[email protected]>
    Signed-off-by: Dave Kleikamp <[email protected]>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux