summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-0232-82/+145
|\
| * block: fix a typoJiufei Xue2018-03-011-1/+1
| * block: display the correct diskname for bioJiufei Xue2018-03-012-3/+7
| * block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue2018-03-011-1/+1
| * mq-deadline: Make sure to always unlock zonesDamien Le Moal2018-03-011-3/+13
| * Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-287-23/+28
| |\
| | * nvmet: fix PSDT field check in command formatMax Gurtovoy2018-02-281-3/+6
| | * nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-282-14/+13
| | * nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang2018-02-261-1/+4
| | * nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig2018-02-221-2/+2
| | * nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig2018-02-221-2/+2
| | * nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig2018-02-221-1/+1
| * | nbd: fix return value in error handling pathGustavo A. R. Silva2018-02-271-1/+1
| * | bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1
| * | bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
| * | blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers2018-02-261-1/+1
| * | blockdev: Avoid two active bdev inodes for one deviceJan Kara2018-02-261-2/+23
| * | genhd: Fix BUG in blkdev_open()Jan Kara2018-02-262-1/+21
| * | genhd: Fix use after free in __blkdev_get()Jan Kara2018-02-261-2/+5
| * | genhd: Add helper put_disk_and_module()Jan Kara2018-02-264-27/+24
| * | genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-2610-15/+13
| * | genhd: Fix leaked module reference for NVME devicesJan Kara2018-02-261-0/+3
| * | direct-io: Fix sleep in atomic due to sync AIOJan Kara2018-02-261-2/+1
| * | block: kyber: fix domain token leak during requeueMing Lei2018-02-241-0/+1
| * | blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei2018-02-241-1/+3
| * | block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei2018-02-231-1/+1
* | | Merge tag 'mmc-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2018-03-028-38/+94
|\ \ \
| * | | mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson2018-02-271-4/+0
| * | | mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin2018-02-271-0/+4
| * | | mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin2018-02-276-1/+14
| * | | mmc: dw_mmc: Factor out dw_mci_init_slot_capsShawn Lin2018-02-271-30/+43
| * | | mmc: dw_mmc-k3: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-271-0/+3
| * | | mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllersAdrian Hunter2018-02-271-4/+31
* | | | Merge tag 'pm-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-03-023-8/+22
|\ \ \ \
| * \ \ \ Merge branch 'cpufreq-scpi'Rafael J. Wysocki2018-03-022-7/+15
| |\ \ \ \
| | * | | | cpufreq: scpi: Fix incorrect arm_big_little config dependencySudeep Holla2018-02-261-3/+3
| | * | | | cpufreq: scpi: invoke frequency-invariance setter functionDietmar Eggemann2018-02-261-4/+12
| * | | | | cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()Viresh Kumar2018-02-271-1/+7
| | |/ / / | |/| | |
* | | | | Merge tag 'drm-fixes-for-v4.16-rc4' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-03-0124-74/+89
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-03-018-33/+32
| |\ \ \ \ \
| | * | | | | drm/amdgpu: skip ECC for SRIOV in gmc late_initMonk Liu2018-02-281-1/+1
| | * | | | | drm/amd/amdgpu: Correct VRAM width for APUs with GMC9Tom St Denis2018-02-281-1/+4
| | * | | | | drm/amdgpu: fix&cleanups for wb_clearMonk Liu2018-02-282-3/+4
| | * | | | | drm/amdgpu: Correct sdma_v4 get_wptr(v2)Emily Deng2018-02-281-11/+7
| | * | | | | drm/amd/powerplay: fix power over limit on FijiEric Huang2018-02-281-7/+0
| | * | | | | drm/amdgpu:Fixed wrong emit frame size for encJames Zhu2018-02-281-1/+1
| | * | | | | drm/amdgpu: move WB_FREE to correct placeMonk Liu2018-02-281-5/+7
| | * | | | | drm/amdgpu: only flush hotplug work without DCMonk Liu2018-02-281-2/+4
| | * | | | | drm/amd/display: check for ipp before calling cursor operationsShirish S2018-02-281-2/+4
| * | | | | | Merge tag 'drm-misc-fixes-2018-02-28' of git://people.freedesktop.org/drm-mis...Dave Airlie2018-03-016-8/+23
| |\ \ \ \ \ \