-
- Downloads
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Been sitting on this for a while, but lets get this out the door. This fixes various important bugs for 3.3 final, along with a few more trivial ones. Please pull!" * 'for-linus' of git://git.kernel.dk/linux-block: block: fix ioc leak in put_io_context block, sx8: fix pointer math issue getting fw version Block: use a freezable workqueue for disk-event polling drivers/block/DAC960: fix -Wuninitialized warning drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warning block: fix __blkdev_get and add_disk race condition block: Fix setting bio flags in drivers (sd_dif/floppy) block: Fix NULL pointer dereference in sd_revalidate_disk block: exit_io_context() should call elevator_exit_icq_fn() block: simplify ioc_release_fn() block: replace icq->changed with icq->flags
Showing
- block/blk-ioc.c 88 additions, 47 deletionsblock/blk-ioc.c
- block/cfq-iosched.c 6 additions, 6 deletionsblock/cfq-iosched.c
- block/genhd.c 24 additions, 18 deletionsblock/genhd.c
- block/partition-generic.c 40 additions, 8 deletionsblock/partition-generic.c
- drivers/block/DAC960.c 10 additions, 8 deletionsdrivers/block/DAC960.c
- drivers/block/sx8.c 1 addition, 1 deletiondrivers/block/sx8.c
- fs/block_dev.c 12 additions, 4 deletionsfs/block_dev.c
- include/linux/genhd.h 1 addition, 0 deletionsinclude/linux/genhd.h
- include/linux/iocontext.h 7 additions, 3 deletionsinclude/linux/iocontext.h
- include/linux/workqueue.h 4 additions, 0 deletionsinclude/linux/workqueue.h
- kernel/workqueue.c 6 additions, 1 deletionkernel/workqueue.c
Loading
Please register or sign in to comment