summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-126-10/+2
* RDMA/iwpm: Remove redundant initialization of pointer err_strColin Ian King2021-10-121-1/+1
* RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing2021-10-121-15/+5
* RDMA/mlx5: Add optional counter support in get_hw_stats callbackAharon Landau2021-10-121-3/+85
* RDMA/mlx5: Add modify_op_stat() supportAharon Landau2021-10-123-6/+76
* RDMA/mlx5: Add steering support in optional flow countersAharon Landau2021-10-123-0/+212
* RDMA/mlx5: Support optional counters in hw_stats initializationAharon Landau2021-10-122-16/+75
* RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau2021-10-121-4/+57
* RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau2021-10-121-46/+70
* RDMA/nldev: Add support to get status of all countersAharon Landau2021-10-122-0/+103
* RDMA/counter: Add optional counter supportAharon Landau2021-10-125-10/+74
* RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau2021-10-123-1/+26
* RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-124-31/+47
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-1213-245/+252
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-10-124-11/+69
|\
| * net/mlx5: Add priorities for counters in RDMA namespacesAharon Landau2021-10-093-8/+50
| * net/mlx5: Add ifc bits to support optional countersAharon Landau2021-10-091-3/+19
* | RDMA/efa: CQ notificationsGal Pressman2021-10-0611-55/+625
* | RDMA/rxe: Remove duplicate settingsXiao Yang2021-10-061-4/+0
* | RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang2021-10-061-20/+25
* | RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2021-10-062-3/+2
* | RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2021-10-064-9/+0
* | RDMA/irdma: Delete unused struct irdma_bthZhu Yanjun2021-10-061-8/+0
* | IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko2021-10-051-6/+4
* | RDMA/rw: switch to dma_map_sgtable()Logan Gunthorpe2021-10-051-25/+41
* | RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau2021-10-041-17/+9
* | RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration statsMd Haris Iqbal2021-10-043-13/+28
* | RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal2021-10-042-0/+11
* | RDMA/rtrs: Introduce destroy_cq helperMd Haris Iqbal2021-10-041-12/+13
* | RDMA/rtrs: Replace duplicate check with is_pollqueue helperJack Wang2021-10-041-3/+8
* | RDMA/rtrs: Fix warning when use poll mode on client side.Jack Wang2021-10-042-3/+15
* | RDMA/rtrs: Remove len parameter from helper print functions of sysfsMd Haris Iqbal2021-10-045-20/+12
* | RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2021-10-042-14/+12
* | RDMA/cma: Split apart the multiple uses of the same list headsJason Gunthorpe2021-10-042-18/+27
* | Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe2021-10-04721-4094/+7471
|\ \
| * | Linux 5.15-rc4v5.15-rc4Linus Torvalds2021-10-031-1/+1
| * | elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-031-1/+1
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-037-199/+182
| |\ \
| | * | ext4: recheck buffer uptodate bit under buffer lockZhang Yi2021-10-011-0/+6
| | * | ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-011-3/+3
| | * | ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| | * | ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5
| | * | ext4: fix reserved space counter leakageJeffle Xu2021-10-012-0/+11
| | * | ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-011-0/+6
| | * | ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney2021-09-091-6/+9
| | * | ext4: remove extent cache entries when truncating inline dataEric Whitney2021-09-091-0/+19
| | * | Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-093-179/+105
| | |\ \
| | | * | ext4: drop unnecessary journal handle in delalloc writeZhang Yi2021-09-041-55/+5
| | | * | ext4: factor out write end code of inline fileZhang Yi2021-09-043-109/+84
| | | * | ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi2021-09-042-12/+10