All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] block updates
@ 2008-01-29 13:29 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2008-01-29 13:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-29 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 13:29 [GIT PULL] block updates Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.