summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-2121-396/+3828
|\
| * dm: introduce DM_GET_TARGET_VERSIONMikulas Patocka2019-09-161-3/+29
| * dm bufio: introduce a global cache replacementMikulas Patocka2019-09-131-7/+91
| * dm bufio: remove old-style buffer cleanupMikulas Patocka2019-09-131-58/+3
| * dm bufio: introduce a global queueMikulas Patocka2019-09-131-3/+12
| * dm bufio: refactor adjust_total_allocatedMikulas Patocka2019-09-131-3/+11
| * dm bufio: call adjust_total_allocated from __link_buffer and __unlink_bufferMikulas Patocka2019-09-131-4/+4
| * dm: add clone targetNikos Tsironis2019-09-125-0/+3329
| * dm raid: fix updating of max_discard_sectors limitMing Lei2019-09-111-5/+5
| * dm writecache: skip writecache_wait for pmem modeHuaisheng Ye2019-09-051-1/+2
| * dm stats: use struct_size() helperGustavo A. R. Silva2019-09-041-1/+1
| * dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel2019-09-031-58/+0
| * dm crypt: switch to ESSIV crypto API templateArd Biesheuvel2019-09-032-170/+44
| * dm space map common: remove check for impossible sm_find_free() return valueZhangXiaoxu2019-08-261-4/+0
| * dm raid1: use struct_size() with kzalloc()Gustavo A. R. Silva2019-08-261-5/+2
| * dm writecache: optimize performance by sorting the blocks for writeback_allHuaisheng Ye2019-08-261-3/+16
| * dm writecache: add unlikely for getting two block with same LBAHuaisheng Ye2019-08-261-2/+2
| * dm writecache: remove unused member pointer in writeback_structHuaisheng Ye2019-08-261-1/+0
| * dm zoned: fix invalid memory accessMikulas Patocka2019-08-261-2/+0
| * dm verity: add root hash pkcs#7 signature verificationJaskaran Khurana2019-08-236-5/+249
| * dm crypt: reuse eboiv skcipher for IV generationArd Biesheuvel2019-08-231-48/+22
| * dm: make dm_table_find_target return NULLMikulas Patocka2019-08-234-15/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-2181-1856/+2552
|\ \
| * | RDMA: Fix double-free in srq creation error flowJack Morgenstein2019-09-161-1/+2
| * | RDMA/efa: Fix incorrect error printGal Pressman2019-09-161-1/+1
| * | IB/mlx5: Free mpi in mp_slave modeDanit Goldberg2019-09-161-0/+1
| * | IB/mlx5: Use the original address for the page during free_pagesDanit Goldberg2019-09-161-4/+5
| * | RDMA/bnxt_re: Fix spelling mistake "missin_resp" -> "missing_resp"Colin Ian King2019-09-161-1/+1
| * | RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou2019-09-161-39/+56
| * | RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu2019-09-162-13/+5
| * | IB/hfi1: Define variables as unsigned long to fix KASAN warningIra Weiny2019-09-131-26/+19
| * | IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan2019-09-135-16/+9
| * | IB/hfi1: Add traces for TID RDMA READKaike Wan2019-09-133-0/+51
| * | RDMA/siw: Relax from kmap_atomic() use in TX pathBernard Metzler2019-09-131-7/+5
| * | Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-13266-1780/+2527
| |\ \
| * | | IB/iser: Support up to 16MB data transfer in a single commandSergey Gorenko2019-09-131-3/+4
| * | | RDMA/siw: Fix page address mapping in TX pathBernard Metzler2019-09-131-5/+6
| * | | RDMA: Fix goto target to release the allocated memoryNavid Emamdoost2019-09-131-1/+1
| * | | RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann2019-09-131-2/+8
| * | | RDMA/odp: Add missing cast for 32 bitJason Gunthorpe2019-09-131-1/+1
| * | | RDMA/hns: Use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-131-3/+1
| * | | RDMA/cma: Fix false error messageHÃ¥kon Bugge2019-09-131-1/+1
| * | | RDMA/hns: Fix wrong assignment of qp_access_flagsLijun Ou2019-08-281-2/+2
| * | | RDMA/hns: Delete the not-used linesWenpeng Liang2019-08-281-1/+0
| * | | RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang2019-08-281-22/+7
| * | | RDMA/hns: Add reset process for function-clearLang Cheng2019-08-282-2/+98
| * | | RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng2019-08-286-126/+105
| * | | RDMA/hns: Remove the some magic numberLijun Ou2019-08-284-4/+11
| * | | RDMA/hns: Modify the data structure of hns_roce_avLang Cheng2019-08-284-31/+18
| * | | Merge branch 'mlx5-odp-dc' into rdma.git for-nextJason Gunthorpe2019-08-283-49/+10
| |\ \ \