summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0711-55/+625
* | RDMA/rxe: Remove duplicate settingsXiao Yang2021-10-071-4/+0
* | RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang2021-10-071-20/+25
* | RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2021-10-072-3/+2
* | RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2021-10-074-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-051-55/+5
| | | * | ext4: factor out write end code of inline fileZhang Yi2021-09-053-109/+84
| | | * | ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi2021-09-052-12/+10
| | | * | ext4: check and update i_disksize properlyZhang Yi2021-09-051-16/+18
| | * | | ext4: add error checking to ext4_ext_replay_set_iblocks()Theodore Ts'o2021-09-021-5/+14
| * | | | objtool: print out the symbol type when complaining about itLinus Torvalds2021-10-031-4/+8
| * | | | kvm: fix objtool relocation warningLinus Torvalds2021-10-031-1/+0
| * | | | Merge tag 'char-misc-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-10-033-26/+108
| |\ \ \ \
| | * | | | ipack: ipoctal: fix module reference leakJohan Hovold2021-09-271-8/+21
| | * | | | ipack: ipoctal: fix missing allocation-failure checkJohan Hovold2021-09-271-1/+3
| | * | | | ipack: ipoctal: fix tty-registration error handlingJohan Hovold2021-09-271-0/+7
| | * | | | ipack: ipoctal: fix tty registration raceJohan Hovold2021-09-271-2/+2
| | * | | | ipack: ipoctal: fix stack information leakJohan Hovold2021-09-271-5/+14
| | * | | | Merge tag 'icc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-09-272-10/+61
| | |\ \ \ \
| | | * | | | interconnect: qcom: sdm660: Add missing a2noc qos clocksShawn Guo2021-09-131-0/+14