public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH linux-2.6-block#for-2.6.31] block: lld cleanup patches, take#2
@ 2009-04-28  4:06 Tejun Heo
  2009-04-28  4:06 ` [PATCH 01/14] block: make blk_end_request_cur() return bool Tejun Heo
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Tejun Heo @ 2009-04-28  4:06 UTC (permalink / raw)
  To: axboe, linux-kernel, donari75, bzolnier, joerg, geert, davem,
	jdike, benh, Laurent

Hello,

Upon ack, please pull from the following git tree.

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git tj-block-for-2.6.31

This is the second take of block-lld-cleanup-patches.  Changes from
the last take[L] are

* Bartlomiej's two mg_disk cleanup patches added.
* ubd build bug fixed.
* hd and mg_disk verified to work.

This patchset contains the following patches.

 0001-block-make-blk_end_request_cur-return-bool.patch
 0002-block-don-t-init-rq-fields-unnecessarily.patch
 0003-amiflop-ataflop-xd-mg_disk-clean-up-unnecessary-stu.patch
 0004-ps3disk-simplify-request-completion.patch
 0005-sunvdc-kill-vdc_end_request.patch
 0006-ubd-cleanup-completion-path.patch
 0007-ubd-drop-unnecessary-rq-sector-manipulation.patch
 0008-hd-clean-up-request-completion-paths.patch
 0009-swim3-clean-up-request-completion-paths.patch
 0010-swim-clean-up-request-completion-paths.patch
 0011-mg_disk-fold-mg_disk.h-into-mg_disk.c.patch
 0012-mg_disk-clean-up-request-completion-paths.patch
 0013-mg_disk-fix-dependency-on-libata.patch
 0014-mg_disk-use-defines-from-linux-ata.h.patch

hd and um are verified to work.  Changes in xd, amiflop, ps3disk,
swim3 and swim are somewhat trivial and I'm fairly sure they won't
break the drivers.  Changes in sunvdc also is fairly trivial and acked
by davem.  mg_disk changes are a bit more involved but are mostly
similar to what happened to hd.

So, all in all, I think it would be fairly safe to pull the patchset.

This patchset is on top of

  linux-2.6-block#for-linus[1]
+ block-fix-hd-and-mg_disk patchset[2]
+ pulled into #for-2.6.31[3]

and contains the following changes.

 arch/um/drivers/ubd_kern.c |   33 ---
 block/scsi_ioctl.c         |    2 
 drivers/block/Kconfig      |    2 
 drivers/block/amiflop.c    |    7 
 drivers/block/ataflop.c    |    4 
 drivers/block/hd.c         |   36 +--
 drivers/block/mg_disk.c    |  413 ++++++++++++++++++++++++++++-----------------
 drivers/block/ps3disk.c    |    5 
 drivers/block/sunvdc.c     |    9 
 drivers/block/swim.c       |    7 
 drivers/block/swim3.c      |   31 ---
 drivers/block/xd.c         |    9 
 include/linux/blkdev.h     |   16 +
 include/linux/mg_disk.h    |  206 ----------------------
 14 files changed, 298 insertions(+), 482 deletions(-)

Thanks.

--
tejun

[L] http://thread.gmane.org/gmane.linux.kernel/826541
[1] f2d1f0ae7851be5ebd9613a80dac139270938809
[2] http://thread.gmane.org/gmane.linux.ide/40198
[3] 0f38503f0cc5142fdb40ad1c79a09e7ba0bcb74f

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-04-28  6:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28  4:06 [GIT PATCH linux-2.6-block#for-2.6.31] block: lld cleanup patches, take#2 Tejun Heo
2009-04-28  4:06 ` [PATCH 01/14] block: make blk_end_request_cur() return bool Tejun Heo
2009-04-28  4:06 ` [PATCH 02/14] block: don't init rq fields unnecessarily Tejun Heo
2009-04-28  4:06 ` [PATCH 03/14] amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers Tejun Heo
2009-04-28  4:06 ` [PATCH 04/14] ps3disk: simplify request completion Tejun Heo
2009-04-28  4:06 ` [PATCH 05/14] sunvdc: kill vdc_end_request() Tejun Heo
2009-04-28  4:06 ` [PATCH 06/14] ubd: cleanup completion path Tejun Heo
2009-04-28  4:06 ` [PATCH 07/14] ubd: drop unnecessary rq->sector manipulation Tejun Heo
2009-04-28  4:06 ` [PATCH 08/14] hd: clean up request completion paths Tejun Heo
2009-04-28  4:06 ` [PATCH 09/14] swim3: " Tejun Heo
2009-04-28  6:44   ` Benjamin Herrenschmidt
2009-04-28  4:06 ` [PATCH 10/14] swim: " Tejun Heo
2009-04-28  4:06 ` [PATCH 11/14] mg_disk: fold mg_disk.h into mg_disk.c Tejun Heo
2009-04-28  4:06 ` [PATCH 12/14] mg_disk: clean up request completion paths Tejun Heo
2009-04-28  4:06 ` [PATCH 13/14] mg_disk: fix dependency on libata Tejun Heo
2009-04-28  4:06 ` [PATCH 14/14] mg_disk: use defines from <linux/ata.h> Tejun Heo
2009-04-28  6:15 ` [GIT PATCH linux-2.6-block#for-2.6.31] block: lld cleanup patches, take#2 Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox