[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1309067876-3537-1-git-send-email-akinobu.mita@gmail.com>
Date: Sun, 26 Jun 2011 14:57:50 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Cc: Akinobu Mita <akinobu.mita@...il.com>,
"Theodore Ts'o" <tytso@....edu>,
Andreas Dilger <adilger.kernel@...ger.ca>,
linux-ext4@...r.kernel.org, Alasdair Kergon <agk@...hat.com>,
dm-devel@...hat.com, NeilBrown <neilb@...e.de>,
linux-raid@...r.kernel.org, reiserfs-devel@...r.kernel.org,
Joel Becker <jlbec@...lplan.org>,
Mark Fasheh <mfasheh@...e.com>, ocfs2-devel@....oracle.com
Subject: [PATCH resend 0/6] use little-endian bitops properly
All patches in this patch set were sent before. Individual patches
improve little-endian bitops usage in several places.
Akinobu Mita (6):
ext4: use proper little-endian bitops
dm: use use proper little-endian bitops
md: use proper little-endian bitops
reiserfs: use proper little-endian bitops
reiserfs: use hweight_long()
ocfs2: avoid unaligned access to dqc_bitmap
drivers/md/bitmap.c | 4 +-
drivers/md/dm-log.c | 9 +++----
fs/ext4/ext4.h | 7 +++--
fs/ext4/ialloc.c | 4 +-
fs/ocfs2/ocfs2.h | 47 +++++++++++++++++++++++++++++++++++++++++++
fs/ocfs2/quota_local.c | 10 ++++----
fs/reiserfs/bitmap.c | 8 +-----
fs/reiserfs/resize.c | 6 ++--
include/linux/reiserfs_fs.h | 2 +
9 files changed, 71 insertions(+), 26 deletions(-)
Cc: "Theodore Ts'o" <tytso@....edu>
Cc: Andreas Dilger <adilger.kernel@...ger.ca>
Cc: linux-ext4@...r.kernel.org
Cc: Alasdair Kergon <agk@...hat.com>
Cc: dm-devel@...hat.com
Cc: NeilBrown <neilb@...e.de>
Cc: linux-raid@...r.kernel.org
Cc: reiserfs-devel@...r.kernel.org
Cc: Joel Becker <jlbec@...lplan.org>
Cc: Mark Fasheh <mfasheh@...e.com>
Cc: ocfs2-devel@....oracle.com
--
1.7.4.4
--
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