All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH block#for-linus] block: various fixes
@ 2009-04-15 13:10 Tejun Heo
  2009-04-15 13:10 ` [PATCH 1/5] scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings Tejun Heo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tejun Heo @ 2009-04-15 13:10 UTC (permalink / raw)
  To: axboe, bharrosh, linux-kernel, fujita.tomonori

Hello,

This patchset contains the following five block related fix patches.

 0001-scatterlist-make-sure-sg_miter_next-doesn-t-retur.patch
 0002-block-fix-SG_IO-vector-request-data-length-handling.patch
 0003-block-fix-queue-bounce-limit-setting.patch
 0004-bio-fix-bio_kmalloc.patch
 0005-bio-use-bio_kmalloc-in-copy-map-functions.patch

0001-0003 are unchanged re-posting of the first three patches of
blk-map-related-fixes[1].  The fourth patch of the previous patchset
is dropped and 0004 reimplements bio_kmalloc() as per Jens'
suggestion.  0005 is new and uses bio_kmalloc() in the map functions.

This patchset is also available in the following git tree.

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git blk-fixes

and contains the following changes.

 block/blk-settings.c |   20 ++++----
 block/scsi_ioctl.c   |   13 +++++
 fs/bio.c             |  114 +++++++++++++++++++++++++--------------------------
 include/linux/bio.h  |    1 
 lib/scatterlist.c    |    9 ++--
 5 files changed, 88 insertions(+), 69 deletions(-)

--
tejun

[1] http://thread.gmane.org/gmane.linux.kernel/815647

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

end of thread, other threads:[~2009-04-15 16:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 13:10 [GIT PATCH block#for-linus] block: various fixes Tejun Heo
2009-04-15 13:10 ` [PATCH 1/5] scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings Tejun Heo
2009-04-15 13:10 ` [PATCH 2/5] block: fix SG_IO vector request data length handling Tejun Heo
2009-04-15 13:10 ` [PATCH 3/5] block: fix queue bounce limit setting Tejun Heo
2009-04-15 13:10 ` [PATCH 4/5] bio: fix bio_kmalloc() Tejun Heo
2009-04-15 13:10 ` [PATCH 5/5] bio: use bio_kmalloc() in copy/map functions Tejun Heo
2009-04-15 16:15 ` [GIT PATCH block#for-linus] block: various fixes 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.