-
- Downloads
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A collection of fixes from the past few weeks that should go into 4.5. This contains: - Overflow fix for sysfs discard show function from Alan. - A stacking limit init fix for max_dev_sectors, so we don't end up artificially capping some use cases. From Keith. - Have blk-mq proper end unstarted requests on a dying queue, instead of pushing that to the driver. From Keith. - NVMe: - Update to Kconfig description for NVME_SCSI, since it was vague and having it on is important for some SUSE distros. From Christoph. - Set of fixes from Keith, around surprise removal. Also kills the no-merge flag, so it supports merging. - Set of fixes for lightnvm from Matias, Javier, and Wenwei. - Fix null_blk oops when asked for lightnvm, but not available. From Matias. - Copy-to-user EINTR fix from Hannes, fixing a case where SG_IO fails if interrupted by a signal. - Two floppy fixes from Jiri, fixing signal handling and blocking open. - A use-after-free fix for O_DIRECT, from Mike Krinkin. - A block module ref count fix from Roman Pen. - An fs IO wait accounting fix for O_DSYNC from Stephane Gasparini. - Smaller reallo fix for xen-blkfront from Bob Liu. - Removal of an unused struct member in the deadline IO scheduler, from Tahsin. - Also from Tahsin, properly initialize inode struct members associated with cgroup writeback, if enabled. - From Tejun, ensure that we keep the superblock pinned during cgroup writeback" * 'for-linus' of git://git.kernel.dk/linux-block: (25 commits) blk: fix overflow in queue_discard_max_hw_show writeback: initialize inode members that track writeback history writeback: keep superblock pinned during cgroup writeback association switches bio: return EINTR if copying to user space got interrupted NVMe: Rate limit nvme IO warnings NVMe: Poll device while still active during remove NVMe: Requeue requests on suspended queues NVMe: Allow request merges NVMe: Fix io incapable return values blk-mq: End unstarted requests on dying queue block: Initialize max_dev_sectors to 0 null_blk: oops when initializing without lightnvm block: fix module reference leak on put_disk() call for cgroups throttle nvme: fix Kconfig description for BLK_DEV_NVME_SCSI kernel/fs: fix I/O wait not accounted for RW O_DSYNC floppy: refactor open() flags handling lightnvm: allow to force mm initialization lightnvm: check overflow and correct mlc pairs lightnvm: fix request intersection locking in rrpc lightnvm: warn if irqs are disabled in lock laddr ...
No related branches found
No related tags found
Showing
- block/bio.c 6 additions, 3 deletionsblock/bio.c
- block/blk-cgroup.c 9 additions, 0 deletionsblock/blk-cgroup.c
- block/blk-mq.c 4 additions, 2 deletionsblock/blk-mq.c
- block/blk-settings.c 2 additions, 2 deletionsblock/blk-settings.c
- block/blk-sysfs.c 2 additions, 3 deletionsblock/blk-sysfs.c
- block/deadline-iosched.c 0 additions, 3 deletionsblock/deadline-iosched.c
- drivers/block/floppy.c 37 additions, 30 deletionsdrivers/block/floppy.c
- drivers/block/null_blk.c 5 additions, 3 deletionsdrivers/block/null_blk.c
- drivers/block/xen-blkfront.c 45 additions, 29 deletionsdrivers/block/xen-blkfront.c
- drivers/lightnvm/core.c 16 additions, 9 deletionsdrivers/lightnvm/core.c
- drivers/lightnvm/rrpc.c 3 additions, 1 deletiondrivers/lightnvm/rrpc.c
- drivers/lightnvm/rrpc.h 3 additions, 2 deletionsdrivers/lightnvm/rrpc.h
- drivers/nvme/host/Kconfig 3 additions, 2 deletionsdrivers/nvme/host/Kconfig
- drivers/nvme/host/core.c 0 additions, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/lightnvm.c 9 additions, 3 deletionsdrivers/nvme/host/lightnvm.c
- drivers/nvme/host/nvme.h 2 additions, 2 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 7 additions, 6 deletionsdrivers/nvme/host/pci.c
- fs/direct-io.c 1 addition, 1 deletionfs/direct-io.c
- fs/fs-writeback.c 11 additions, 4 deletionsfs/fs-writeback.c
- fs/inode.c 6 additions, 0 deletionsfs/inode.c
Loading
Please register or sign in to comment