lkml.org 
[lkml]   [2012]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] block fixes for 3.3-rc
Hi Linus,

Time to push off some of the pending items. I really wanted to wait until
we had the regression nailed, but alas it's not quite there yet. But I'm
very confident that it's "just" a missing expire on exit, so fix from
Tejun should be fairly trivial. I'm headed out for a week on the slopes.

- Killing the barrier part of mtip32xx. It doesn't really support
barriers, and it doesn't need them (writes are fully ordered).

- A few fixes from Dan Carpenter, preventing overflows of integer
multiplication.

- A fixup for loop, fixing a previous commit that didn't quite solve the
partial read problem from Dave Young.

- A bio integer overflow fix from Kent Overstreet.

- Improvement/fix of the door "keep locked" part of the cdrom shared
code from Paolo Benzini.

- A few cfq fixes from Shaohua Li.

- A fix for bsg sysfs warning when removing a file it did not create
from Stanislaw Gruszka.

- Two fixes for floppy from Vivek, preventing a crash.

- A few block core fixes from Tejun. One killing the over-optimized ioc
exit path, cleaning that up nicely. Two others fixing an oops on
elevator switch, due to calling into the scheduler merge check code
without holding the queue lock.

Please pull!

git://git.kernel.dk/linux-block.git for-linus

Asai Thambi S P (1):
mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unused member of struct driver_data

Dan Carpenter (2):
cdrom: use copy_to_user() without the underscores
relay: prevent integer overflow in relay_open()

Dave Young (1):
loop: zero fill bio instead of return -EIO for partial read

Kent Overstreet (1):
bio: don't overflow in bio_get_nr_vecs()

Paolo Bonzini (1):
cdrom: move shared static to cdrom_device_info

Shaohua Li (3):
block,cfq: change code order
block: fix NULL icq_cache reference
block: fix ioc locking warning

Stanislaw Gruszka (1):
bsg: fix sysfs link remove warning

Tejun Heo (4):
block: strip out locking optimization in put_io_context()
block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions
block: don't call elevator callbacks for plug merges
block: fix lockdep warning on io_context release put_io_context()

Vivek Goyal (2):
floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never called
floppy: Fix a crash during rmmod

block/blk-cgroup.c | 2 +-
block/blk-core.c | 33 ++++++-----
block/blk-ioc.c | 111 ++++++++----------------------------
block/blk-merge.c | 37 ++++++++++++
block/blk.h | 2 +
block/bsg.c | 3 +-
block/cfq-iosched.c | 24 +++-----
block/elevator.c | 55 +-----------------
drivers/block/floppy.c | 17 +++++-
drivers/block/loop.c | 24 ++++----
drivers/block/mtip32xx/mtip32xx.c | 11 ++--
drivers/block/mtip32xx/mtip32xx.h | 5 --
drivers/cdrom/cdrom.c | 20 ++-----
fs/bio.c | 10 +--
fs/ioprio.c | 2 +-
include/linux/blkdev.h | 3 -
include/linux/cdrom.h | 3 +-
include/linux/elevator.h | 9 +---
include/linux/iocontext.h | 5 +-
kernel/fork.c | 2 +-
kernel/relay.c | 10 +++-
21 files changed, 155 insertions(+), 233 deletions(-)

--
Jens Axboe



\
 
 \ /
  Last update: 2012-02-11 13:13    [W:0.050 / U:0.540 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site