summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-10block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2-3/+0
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li1-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li1-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li1-8/+8
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li1-0/+10
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li1-4/+6
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King1-15/+15
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li1-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li1-0/+8
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li1-1/+1
2019-02-09bcache: never writeback a discard operationDaniel Axtens1-0/+3
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck1-4/+3
2019-02-04Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.1/blockJens Axboe2-6/+3
2019-02-04raid1: simplify raid1_error functionYufen Yu1-4/+2
2019-02-04md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg4-19/+6
2019-02-04nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-2/+50
2019-01-31mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig1-21/+16
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-15/+15
2019-01-27Merge tag 'edac_fix_for_5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-01-27Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-01-27Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-24/+71
2019-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-4/+9
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-193/+251
2019-01-27Merge tag 'vfio-v5.0-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2-25/+17
2019-01-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-45/+47
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds4-32/+69
2019-01-26qed: Revert error handling changes.David S. Miller16-706/+198
2019-01-26Merge tag 'mmc-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds4-20/+26
2019-01-26Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-195/+264
2019-01-26Merge tag 'staging-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-10/+12
2019-01-26Merge tag 'tty-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-52/+44
2019-01-26Merge tag 'usb-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds18-23/+47
2019-01-25Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2-1/+8
2019-01-25ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon1-2/+0
2019-01-25net: usb: asix: ax88772_bind return error when hw_reset failZhang Run1-2/+7
2019-01-25Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller4-68/+129
2019-01-25Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/...David S. Miller2-16/+15
2019-01-25net/mlx4_core: Fix error handling when initializing CQ bufs in the driverJack Morgenstein1-2/+4
2019-01-25net/mlx4_core: Add masking for a few queries on HCA capsAya Levin1-29/+46
2019-01-25Merge tag 'drm-fixes-2019-01-25-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-30/+72