summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-2817-82/+121
|\
| * dm: do not allow readahead to limit IO sizeJaegeuk Kim2018-12-181-0/+3
| * dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen2018-12-181-2/+1
| * dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer2018-12-181-3/+1
| * dm verity: log the hash algorithm implementationEric Biggers2018-12-181-0/+9
| * dm crypt: log the encryption algorithm implementationEric Biggers2018-12-181-0/+9
| * dm integrity: fix spelling mistake in workqueue nameColin Ian King2018-12-181-1/+1
| * dm flakey: Properly corrupt multi-page bios.Sweet Tea2018-12-181-11/+22
| * dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-186-6/+7
| * dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2018-12-181-3/+3
| * dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis2018-12-181-5/+14
| * dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis2018-12-181-0/+22
| * dm bufio: update comment in dm-bufio.cShenghui Wang2018-12-181-6/+6
| * dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang2018-12-181-1/+1
| * dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer2018-12-181-10/+7
| * dm mpath: only flush workqueue when neededwuzhouhui2018-12-181-2/+4
| * dm rq: remove unused arguments from rq_completed()Mike Snitzer2018-12-181-9/+5
| * dm: avoid indirect call in __dm_make_requestMikulas Patocka2018-12-181-23/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-28198-4406/+7759
|\ \
| * | RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-221-1/+1
| * | RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-221-1/+1
| * | IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-221-1/+1
| * | IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas2018-12-213-2/+26
| * | IB/umad: Start using dev_groups of classParav Pandit2018-12-211-16/+12
| * | IB/umad: Use class_groups and let core create class fileParav Pandit2018-12-211-9/+14
| * | IB/umad: Refactor code to use cdev_device_add()Parav Pandit2018-12-211-85/+86
| * | IB/umad: Avoid destroying device while it is accessedParav Pandit2018-12-211-9/+13
| * | IB/umad: Simplify and avoid dynamic allocation of classParav Pandit2018-12-211-21/+21
| * | IB/mlx5: Fix wrong error unwindJason Gunthorpe2018-12-201-3/+5
| * | IB/mlx4: Remove set but not used variable 'pd'YueHaibing2018-12-201-3/+0
| * | RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise2018-12-201-4/+8
| * | IB/mlx5: Fix long EEH recover time with NVMe offloadsHuy Nguyen2018-12-201-3/+16
| * | IB/mlx5: Simplify netdev unbindingOr Gerlitz2018-12-201-5/+9
| * | IB/core: Move query port to ioctlMichael Guralnik2018-12-205-53/+118
| * | RDMA/nldev: Expose port_cap_flags2Michael Guralnik2018-12-202-3/+9
| * | IB/core: uverbs copy to struct or zero helperMichael Guralnik2018-12-202-0/+19
| * | IB/rxe: Reuse code which sets port stateYuval Shaia2018-12-203-21/+11
| * | IB/rxe: Make counters thread safeParav Pandit2018-12-202-4/+4
| * | IB/mlx5: Use the correct commands for UMEM and UCTX allocationYishai Hadas2018-12-202-39/+57
| * | IB/mlx5: Use uid as part of alloc/dealloc transport domainYishai Hadas2018-12-201-0/+2
| * | Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-2027-188/+404
| |\ \
| | * | IB/mlx5: Introduce uid as part of alloc/dealloc transport domainYishai Hadas2018-12-201-2/+2
| | * | net/mlx5: Add shared Q counter bitsLeon Romanovsky2018-12-191-1/+5
| | * | net/mlx5: Continue driver initialization despite debugfs failureLeon Romanovsky2018-12-171-5/+3
| * | | RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma2018-12-193-26/+68
| * | | RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier2018-12-192-0/+32
| * | | IB/usnic: Fix potential deadlockParvi Kaustubhi2018-12-191-4/+7
| * | | RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman2018-12-193-5/+8
| * | | RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman2018-12-193-5/+8
| * | | RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-1936-60/+75