summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* md-cluster: choose correct label when clustered layout is not supportedLidong Zhong2018-02-251-1/+1
* md: raid5: avoid string overflow warningArnd Bergmann2018-02-211-3/+4
* raid5-ppl: fix handling flush requestsArtur Paszkiewicz2018-02-212-1/+12
* md raid10: fix NULL deference in handle_write_completed()Yufen Yu2018-02-191-2/+4
* md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-02-191-0/+4
* md: document lifetime of internal rdev pointer.NeilBrown2018-02-183-0/+37
* md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-182-0/+12
* MD: Free bioset when md_run failsXiao Ni2018-02-171-5/+21
* raid10: change the size of resync window for clustered raidGuoqing Jiang2018-02-171-1/+1
* md-multipath: Use seq_putc() in multipath_status()Markus Elfring2018-02-171-1/+1
* md/raid1: Fix trailing semicolonLuis de Bethencourt2018-02-171-1/+1
* md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou2018-02-171-3/+1
* Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-177-170/+106
|\
| * Merge branch 'nvme-4.16-rc' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-157-170/+106
| |\
| | * nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi2018-02-142-6/+7
| | * nvmet: Change return code of discard command if not supportedIsrael Rukshin2018-02-141-2/+5
| | * nvme-pci: Fix timeouts in connecting stateKeith Busch2018-02-141-1/+5
| | * nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch2018-02-141-11/+14
| | * nvme: fix the deadlock in nvme_update_formatsJianchao Wang2018-02-141-3/+8
| | * nvme: Don't use a stack buffer for keep-alive commandRoland Dreier2018-02-122-5/+4
| | * nvme_fc: cleanup io completionJames Smart2018-02-111-51/+12
| | * nvme_fc: correct abort race condition on resetsJames Smart2018-02-111-72/+26
| | * nvme: Fix discard buffer overrunKeith Busch2018-02-081-3/+5
| | * nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy2018-02-081-1/+0
| | * nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy2018-02-082-0/+4
| | * nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-086-24/+25
* | | Merge tag 'mmc-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2018-02-172-19/+3
|\ \ \
| * | | mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell2018-02-141-1/+2
| * | | Revert "mmc: meson-gx: include tx phase in the tuning process"Jerome Brunet2018-02-141-18/+1
* | | | Merge tag 'mtd/fixes-for-4.16-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds2018-02-172-5/+3
|\ \ \ \
| * | | | mtd: nand: MTD_NAND_MARVELL should depend on HAS_DMAGeert Uytterhoeven2018-02-121-1/+1
| * | | | mtd: nand: vf610: set correct ooblayoutStefan Agner2018-02-121-4/+2
| |/ / /
* | | | pvcalls-front: wait for other operations to return when release passive socketsStefano Stabellini2018-02-171-0/+6
* | | | pvcalls-front: introduce a per sock_mapping refcountStefano Stabellini2018-02-171-112/+79
* | | | xenbus: track caller request idJoao Martins2018-02-173-0/+5
* | | | Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-02-161-0/+1
|\ \ \ \
| * | | | powerpc/macio: set a proper dma_coherent_maskChristoph Hellwig2018-02-131-0/+1
| |/ / /
* | | | Merge tag 'mips_fixes_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-162-8/+6
|\ \ \ \
| * | | | sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}James Hogan2018-02-151-2/+0
| * | | | usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORTJames Hogan2018-02-152-8/+8
| |/ / /
* | | | Merge tag 'for-4.16/dm-chained-bios-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2018-02-161-1/+2
|\ \ \ \
| * | | | dm: correctly handle chained bios in dec_pending()NeilBrown2018-02-161-1/+2
| |/ / /
* | | | Merge tag 'platform-drivers-x86-v4.16-4' of git://git.infradead.org/linux-pla...Linus Torvalds2018-02-163-21/+3
|\ \ \ \
| * | | | platform/x86: dell-laptop: Removed duplicates in DMI whitelistAlexander Abrosimov2018-02-151-18/+0
| * | | | platform/x86: dell-laptop: fix kbd_get_state's request valueLaszlo Toth2018-02-151-1/+1
| * | | | platform/x86: ideapad-laptop: Increase timeout to wait for EC answerAaron Ma2018-02-151-1/+1
| * | | | platform/x86: wmi: fix off-by-one write in wmi_dev_probe()Andrey Ryabinin2018-02-151-1/+1
| |/ / /
* | | | Merge tag 'drm-fixes-for-v4.16-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-02-1617-154/+350
|\ \ \ \
| * \ \ \ Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-02-161-3/+3
| |\ \ \ \
| | * | | | drm/nouveau: Make clock gate support conditionalThierry Reding2018-02-161-3/+3