summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: remove CONFIG_LBDAFChristoph Hellwig2019-04-067-77/+10
* nvme: log the error status on Identify Namespace failureKenneth Heitke2019-04-051-1/+1
* nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy2019-04-051-0/+2
* nvmet: never fail double namespace enablementMax Gurtovoy2019-04-051-3/+4
* nvme-pci: tidy up nvme_map_dataChristoph Hellwig2019-04-051-12/+5
* nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig2019-04-051-0/+22
* nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig2019-04-051-5/+40
* nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig2019-04-051-32/+6
* nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig2019-04-051-21/+27
* nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig2019-04-051-13/+10
* nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig2019-04-051-1/+2
* nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig2019-04-051-27/+17
* nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig2019-04-051-1/+1
* nvme-pci: remove nvme_init_iodChristoph Hellwig2019-04-051-34/+22
* nvme-pci: remove unused nvme_iod memberKeith Busch2019-04-051-2/+0
* nvme-pci: remove q_dmadev from nvme_queueKeith Busch2019-04-051-5/+3
* nvme-pci: use a flag for polled queuesKeith Busch2019-04-051-20/+13
* nvmet-tcp: implement C2HData SUCCESS optimizationSagi Grimberg2019-04-051-3/+21
* nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-04-051-5/+2
* nvmet: avoid double errno conversionsChristoph Hellwig2019-04-051-4/+2
* nvme: avoid double dereference to convert le to cpuMax Gurtovoy2019-04-051-2/+2
* md: batch flush requests.NeilBrown2019-04-012-4/+26
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-012-119/+62
* Don't jump to compute_result state from check_result stateNigel Croxon2019-04-011-15/+4
* block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei2019-04-011-4/+12
* block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-011-2/+3
* loop: properly observe rotational flag of underlying deviceHolger Hoffstätte2019-04-011-0/+19
* Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-03-311-3/+1
|\
| * dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...Pierre-Yves MORDRET2019-03-251-3/+1
* | Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-302-11/+13
|\ \
| * | leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes2019-03-301-1/+2
| * | leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu2019-03-301-2/+6
| * | leds: trigger: netdev: fix refcnt leak on interface renameRafał Miłecki2019-03-261-8/+5
| |/
* | Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-306-16/+25
|\ \
| * \ Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-03-293-9/+7
| |\ \
| | * | gpio: mockup: use simple_read_from_buffer() in debugfs read callbackBartosz Golaszewski2019-03-281-8/+2
| | * | gpio: mockup: fix debugfs readBartosz Golaszewski2019-03-271-4/+6
| | * | Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery2019-03-271-2/+2
| | * | gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2
| * | | gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven2019-03-281-1/+7
| * | | gpio: of: Check for "spi-cs-high" in child instead of parent nodeAndrey Smirnov2019-03-281-3/+3
| * | | gpio: of: Check propname before applying "cs-gpios" quirksAndrey Smirnov2019-03-281-1/+2
| |/ /
| * | gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-03-221-2/+4
| * | gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu2019-03-221-0/+2
| |/
* | Merge tag 'staging-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-3043-4587/+276
|\ \
| * | staging: vt6655: Remove vif check from vnt_interruptMalcolm Priestley2019-03-291-2/+1
| * | staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-03-291-20/+25
| * | staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen2019-03-253-7/+39
| * | staging: vc04_services: Fix an error code in vchiq_probe()Dan Carpenter2019-03-251-2/+6
| * | staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-03-251-13/+28