# SPDX-License-Identifier: GPL-2.0 # # Makefile for caching in a mounted filesystem # cachefiles-y := \ cache.o \ daemon.o \ interface.o \ io.o \ key.o \ main.o \ namei.o \ security.o \ volume.o \ xattr.o cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o obj-$(CONFIG_CACHEFILES) := cachefiles.o pe='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/restrack.h
AgeCommit message (Expand)Author
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky
2019-10-23RDMA/restrack: Remove PID namespace supportLeon Romanovsky
2019-07-05RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang
2019-07-05RDMA/restrack: Add an API to attach a task to a resourceMark Zhang