mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-19 08:37:08 +00:00
Pull block layer updates from Jens Axboe:
"This is the first pull request for 4.14, containing most of the code
changes. It's a quiet series this round, which I think we needed after
the churn of the last few series. This contains:
- Fix for a registration race in loop, from Anton Volkov.
- Overflow complaint fix from Arnd for DAC960.
- Series of drbd changes from the usual suspects.
- Conversion of the stec/skd driver to blk-mq. From Bart.
- A few BFQ improvements/fixes from Paolo.
- CFQ improvement from Ritesh, allowing idling for group idle.
- A few fixes found by Dan's smatch, courtesy of Dan.
- A warning fixup for a race between changing the IO scheduler and
device remova. From David Jeffery.
- A few nbd fixes from Josef.
- Support for cgroup info in blktrace, from Shaohua.
- Also from Shaohua, new features in the null_blk driver to allow it
to actually hold data, among other things.
- Various corner cases and error handling fixes from Weiping Zhang.
- Improvements to the IO stats tracking for blk-mq from me. Can
drastically improve performance for fast devices and/or big
machines.
- Series from Christoph removing bi_bdev as being needed for IO
submission, in preparation for nvme multipathing code.
- Series from Bart, including various cleanups and fixes for switch
fall through case complaints"
* 'for-4.14/block' of git://git.kernel.dk/linux-block: (162 commits)
kernfs: checking for IS_ERR() instead of NULL
drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_set
drbd: Fix allyesconfig build, fix recent commit
drbd: switch from kmalloc() to kmalloc_array()
drbd: abort drbd_start_resync if there is no connection
drbd: move global variables to drbd namespace and make some static
drbd: rename "usermode_helper" to "drbd_usermode_helper"
drbd: fix race between handshake and admin disconnect/down
drbd: fix potential deadlock when trying to detach during handshake
drbd: A single dot should be put into a sequence.
drbd: fix rmmod cleanup, remove _all_ debugfs entries
drbd: Use setup_timer() instead of init_timer() to simplify the code.
drbd: fix potential get_ldev/put_ldev refcount imbalance during attach
drbd: new disk-option disable-write-same
drbd: Fix resource role for newly created resources in events2
drbd: mark symbols static where possible
drbd: Send P_NEG_ACK upon write error in protocol != C
drbd: add explicit plugging when submitting batches
drbd: change list_for_each_safe to while(list_first_entry_or_null)
drbd: introduce drbd_recv_header_maybe_unplug
...
|
||
|---|---|---|
| .. | ||
| aec62xx.c | ||
| ali14xx.c | ||
| alim15x3.c | ||
| amd74xx.c | ||
| atiixp.c | ||
| au1xxx-ide.c | ||
| buddha.c | ||
| cmd64x.c | ||
| cmd640.c | ||
| cs5520.c | ||
| cs5530.c | ||
| cs5535.c | ||
| cs5536.c | ||
| cy82c693.c | ||
| delkin_cb.c | ||
| dtc2278.c | ||
| falconide.c | ||
| gayle.c | ||
| hpt366.c | ||
| ht6560b.c | ||
| icside.c | ||
| ide_platform.c | ||
| ide-4drives.c | ||
| ide-acpi.c | ||
| ide-atapi.c | ||
| ide-cd_ioctl.c | ||
| ide-cd_verbose.c | ||
| ide-cd.c | ||
| ide-cd.h | ||
| ide-cs.c | ||
| ide-devsets.c | ||
| ide-disk_ioctl.c | ||
| ide-disk_proc.c | ||
| ide-disk.c | ||
| ide-disk.h | ||
| ide-dma-sff.c | ||
| ide-dma.c | ||
| ide-eh.c | ||
| ide-floppy_ioctl.c | ||
| ide-floppy_proc.c | ||
| ide-floppy.c | ||
| ide-floppy.h | ||
| ide-gd.c | ||
| ide-gd.h | ||
| ide-generic.c | ||
| ide-io-std.c | ||
| ide-io.c | ||
| ide-ioctls.c | ||
| ide-iops.c | ||
| ide-legacy.c | ||
| ide-lib.c | ||
| ide-park.c | ||
| ide-pci-generic.c | ||
| ide-pio-blacklist.c | ||
| ide-pm.c | ||
| ide-pnp.c | ||
| ide-probe.c | ||
| ide-proc.c | ||
| ide-scan-pci.c | ||
| ide-sysfs.c | ||
| ide-tape.c | ||
| ide-taskfile.c | ||
| ide-timings.c | ||
| ide-xfer-mode.c | ||
| ide.c | ||
| it821x.c | ||
| it8172.c | ||
| it8213.c | ||
| jmicron.c | ||
| Kconfig | ||
| macide.c | ||
| Makefile | ||
| ns87415.c | ||
| opti621.c | ||
| palm_bk3710.c | ||
| pdc202xx_new.c | ||
| pdc202xx_old.c | ||
| piix.c | ||
| pmac.c | ||
| q40ide.c | ||
| qd65xx.c | ||
| qd65xx.h | ||
| rapide.c | ||
| rz1000.c | ||
| sc1200.c | ||
| serverworks.c | ||
| setup-pci.c | ||
| sgiioc4.c | ||
| siimage.c | ||
| sis5513.c | ||
| sl82c105.c | ||
| slc90e66.c | ||
| tc86c001.c | ||
| triflex.c | ||
| trm290.c | ||
| tx4938ide.c | ||
| tx4939ide.c | ||
| umc8672.c | ||
| via82cxxx.c | ||