summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | io_uring: add need_resched() check in inner poll loopJens Axboe2019-08-221-1/+7
| * | | | | | | md: update MAINTAINERS infoSong Liu2019-08-221-2/+2
| * | | | | | | io_uring: don't enter poll loop if we have CQEs pendingJens Axboe2019-08-201-7/+15
| * | | | | | | nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello2019-08-203-1/+17
| * | | | | | | nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli2019-08-201-1/+3
| * | | | | | | nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman2019-08-201-0/+1
| * | | | | | | io_uring: fix potential hang with polled IOJens Axboe2019-08-201-11/+25
| |/ / / / / /
* | | | | | | Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-2312-60/+209
|\ \ \ \ \ \ \
| * | | | | | | dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-08-231-1/+4
| * | | | | | | dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-221-1/+1
| * | | | | | | dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-221-15/+16
| * | | | | | | dm raid: add missing cleanup in raid_ctr()Wenwen Wang2019-08-211-1/+1
| * | | | | | | dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-211-2/+2
| * | | | | | | dm dust: use dust block size for badblocklist indexBryan Gurney2019-08-211-3/+8
| * | | | | | | dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka2019-08-151-0/+15
| * | | | | | | dm zoned: fix a few typosDmitry Fomichev2019-08-152-5/+5
| * | | | | | | dm zoned: add SPDX license identifiersDmitry Fomichev2019-08-154-0/+4
| * | | | | | | dm zoned: properly handle backing device failureDmitry Fomichev2019-08-154-14/+110
| * | | | | | | dm zoned: improve error handling in i/o map codeDmitry Fomichev2019-08-151-6/+16
| * | | | | | | dm zoned: improve error handling in reclaimDmitry Fomichev2019-08-152-11/+21
| * | | | | | | dm kcopyd: always complete failed jobsDmitry Fomichev2019-08-151-1/+4
| * | | | | | | Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-151-1/+3
* | | | | | | | Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-234-88/+82
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny2019-08-201-1/+1
| * | | | | | | xfs: fix reflink source file racing with directio writesDarrick J. Wong2019-08-191-26/+37
| * | | | | | | vfs: fix page locking deadlocks when deduping filesDarrick J. Wong2019-08-171-8/+41
| * | | | | | | xfs: compat_ioctl: use compat_ptr()Christoph Hellwig2019-08-171-2/+2
| * | | | | | | xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig2019-08-171-52/+2
* | | | | | | | Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-08-231-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | modules: page-align module section allocations only for arches supporting str...He Zhe2019-08-211-1/+6
| * | | | | | | | modules: always page-align module section allocationsJessica Yu2019-07-301-6/+1
* | | | | | | | | Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2019-08-239-21/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-221-5/+4
| * | | | | | | | | ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton2019-08-221-2/+1
| * | | | | | | | | ceph: clear page dirty before invalidate pageErqi Chen2019-08-221-2/+3
| * | | | | | | | | ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-08-221-3/+4
| * | | | | | | | | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-08-224-6/+16
| * | | | | | | | | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-08-221-2/+6
| * | | | | | | | | libceph: allow ceph_buffer_put() to receive a NULL ceph_bufferLuis Henriques2019-08-221-1/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'drm-fixes-2019-08-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-2318-28/+126
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptableAlex Deucher2019-08-231-1/+1
| * | | | | | | | Merge tag 'drm-misc-fixes-2019-08-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-236-3/+40
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/omap: ensure we have a valid dma_maskTomi Valkeinen2019-08-121-1/+1
| | * | | | | | | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2019-08-12799-4541/+8057
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | drm/komeda: Add support for 'memory-region' DT node propertyMihail Atanassov2019-08-121-0/+9
| | * | | | | | | | drm/komeda: Adds internal bpp computing for arm afbc only format YU08 YU10Lowry Li (Arm Technology China)2019-08-123-2/+25
| | * | | | | | | | drm/komeda: Initialize and enable output polling on KomedaLowry Li (Arm Technology China)2019-08-091-0/+5
| * | | | | | | | | Merge tag 'drm-intel-fixes-2019-08-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-08-232-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/i915: Fix HW readout for crtc_clock in HDMI modeImre Deak2019-08-212-3/+3
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'drm-fixes-5.3-2019-08-21' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-08-227-13/+28
| |\ \ \ \ \ \ \ \ \