summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-155-5/+10
* bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei2019-02-151-1/+5
* block: loop: pass multi-page bvec to iov_iterMing Lei2019-02-151-10/+10
* lightnvm: pblk: fix race condition on GCHeiner Litz2019-02-116-7/+18
* lightnvm: pblk: prevent stall due to wb thresholdJavier González2019-02-113-10/+22
* lightnvm: pblk: extend line wp balance checkHans Holmberg2019-02-111-18/+38
* lightnvm: pblk: fix TRACE_INCLUDE_PATHMasahiro Yamada2019-02-111-1/+1
* lightnvm: pblk: Switch to use new generic UUID APIAndy Shevchenko2019-02-114-15/+10
* lightnvm: Use u64 instead of __le64 for CPU visible sideAndy Shevchenko2019-02-111-2/+2
* lightnvm: pblk: use vfree to free metadata on error pathHans Holmberg2019-02-111-1/+1
* lightnvm: pblk: stop taking the free lock in in pblk_lines_freeHans Holmberg2019-02-111-2/+0
* block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-092-3/+0
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
* bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1
* bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
* bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8
* bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li2019-02-091-0/+10
* bcache: fix input overflow to sequential_cutoffColy Li2019-02-091-1/+3
* bcache: fix input integer overflow of congested thresholdColy Li2019-02-091-4/+6
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-02-091-3/+10
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-02-091-6/+7
* bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King2019-02-091-15/+15
* bcache: export backing_dev_uuid via sysfsColy Li2019-02-091-0/+9
* bcache: export backing_dev_name via sysfsColy Li2019-02-091-0/+8
* bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li2019-02-091-1/+1
* bcache: never writeback a discard operationDaniel Axtens2019-02-091-0/+3
* cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck2019-02-081-4/+3
* Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.1/blockJens Axboe2019-02-042-6/+3
|\
| * raid1: simplify raid1_error functionYufen Yu2019-02-041-4/+2
| * md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-041-2/+1
* | nvme: remove the .stop_ctrl calloutSagi Grimberg2019-02-044-19/+6
* | nvme: add support for the Write Zeroes commandChaitanya Kulkarni2019-02-041-2/+50
|/
* mtip32xx: ѕtop abusing the managed resource APIsChristoph Hellwig2019-01-311-21/+16
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-274-15/+15
|\
| * Merge tag 'irqchip-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-01-184-15/+15
| |\
| | * irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier2019-01-181-12/+13
| | * irqchip/madera: Drop GPIO includesLinus Walleij2019-01-171-2/+0
| | * irqchip/gic-v3-mbi: Fix uninitialized mbi_lockYang Yingliang2019-01-171-1/+1
| | * irqchip/stm32-exti: Add domain translate functionLoic Pallardy2019-01-171-0/+1
* | | Merge tag 'edac_fix_for_5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-271-2/+2
|\ \ \
| * | | EDAC, altera: Fix S10 persistent register offsetThor Thayer2019-01-241-2/+2
* | | | Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-271-2/+2
|\ \ \ \
| * | | | arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-231-2/+2
* | | | | Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-274-24/+71
|\ \ \ \ \
| * | | | | acpi/nfit: Fix command-supported detectionDan Williams2019-01-211-14/+40