From: Jens Axboe <jens.axboe@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] block updates
Date: Tue, 29 Jan 2008 14:29:02 +0100 [thread overview]
Message-ID: <20080129132900.GT15220@kernel.dk> (raw)
Hi Linus,
This patchset restructures block/ll_rw_blk.c from it's current 4500 line
monster into several smaller files. It has basically become impossible
to navigate ll_rw_blk.c, this will make it easier in the future. In
addition, the patchset saves about ~400 bytes of kernel image here.
Updated right now and pushing right away to avoid in-flight conflicts
with people touching ll_rw_blk.c!
git://git.kernel.dk/linux-2.6-block.git for-linus
Jens Axboe (7):
xsysace: end request handling fix
block: initial part of splitting ll_rw_blk
block: continue ll_rw_blk.c splitup
block: get rid of unnecessary forward declarations in blk-core.c
block: remove dated (and wrong) comment in blk-core.c
block: ll_rw_blk.c split, add blk-merge.c
block: fix warning on compile with CONFIG_BLOCK
block/Makefile | 4 +-
block/blk-barrier.c | 319 ++++
block/blk-core.c | 2034 +++++++++++++++++++++
block/blk-exec.c | 105 ++
block/blk-ioc.c | 192 ++
block/blk-map.c | 264 +++
block/blk-merge.c | 485 +++++
block/blk-settings.c | 400 +++++
block/blk-sysfs.c | 298 ++++
block/blk-tag.c | 396 +++++
block/blk.h | 53 +
block/ll_rw_blk.c | 4457 -----------------------------------------------
drivers/block/xsysace.c | 5 +-
include/linux/blkdev.h | 1 +
14 files changed, 4552 insertions(+), 4461 deletions(-)
create mode 100644 block/blk-barrier.c
create mode 100644 block/blk-core.c
create mode 100644 block/blk-exec.c
create mode 100644 block/blk-ioc.c
create mode 100644 block/blk-map.c
create mode 100644 block/blk-merge.c
create mode 100644 block/blk-settings.c
create mode 100644 block/blk-sysfs.c
create mode 100644 block/blk-tag.c
create mode 100644 block/blk.h
delete mode 100644 block/ll_rw_blk.c
--
Jens Axboe
reply other threads:[~2008-01-29 13:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080129132900.GT15220@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome