index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
restrack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-23
RDMA/restrack: Remove PID namespace support
Leon Romanovsky
1
-19
/
+1
2019-08-20
RDMA/restrack: Rewrite PID namespace check to be reliable
Leon Romanovsky
1
-8
/
+7
2019-07-05
RDMA/restrack: Make is_visible_in_pid_ns() as an API
Mark Zhang
1
-0
/
+13
2019-07-05
RDMA/restrack: Add an API to attach a task to a resource
Mark Zhang
1
-0
/
+14
2019-07-05
RDMA/restrack: Introduce statistic counter
Mark Zhang
1
-5
/
+17
2019-03-12
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-23
/
+2
2019-02-19
RDMA/nldev: Connect QP number to .doit callback
Leon Romanovsky
1
-1
/
+10
2019-02-19
RDMA/restrack: Prepare restrack_root to addition of extra fields per-type
Leon Romanovsky
1
-39
/
+24
2019-02-19
RDMA/restrack: Hide restrack DB from IB/core
Leon Romanovsky
1
-26
/
+57
2019-02-19
RDMA/restrack: Reduce scope of synchronization lock while updating DB
Leon Romanovsky
1
-2
/
+0
2019-02-19
RDMA/restrack: Translate from ID to restrack object
Leon Romanovsky
1
-0
/
+25
2019-02-19
RDMA/restrack: Convert internal DB from hash to XArray
Leon Romanovsky
1
-32
/
+71
2019-01-31
RDMA/core: Use the ops infrastructure to keep all callbacks in one place
Leon Romanovsky
1
-7
/
+0
2019-01-31
RDMA/restrack: Refactor user/kernel restrack additions
Leon Romanovsky
1
-11
/
+9
2019-01-31
RDMA/core: Simplify restrack interface
Leon Romanovsky
1
-5
/
+21
2018-12-19
RDMA/restrack: Resource-tracker should not use uobject pointers
Shamir Rabinovitch
1
-25
/
+25
2018-12-03
RDMA/restrack: Track ucontext
Leon Romanovsky
1
-0
/
+5
2018-10-16
RDMA/restrack: Protect from reentry to resource return path
Leon Romanovsky
1
-1
/
+3
2018-10-06
RDMA/restrack: Release task struct which was hold by CM_ID object
Leon Romanovsky
1
-2
/
+4
2018-10-06
RDMA/restrack: Consolidate task name updates in one place
Leon Romanovsky
1
-4
/
+9
2018-10-06
RDMA/restrack: Un-inline set task implementation
Leon Romanovsky
1
-0
/
+10
2018-09-26
RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
1
-2
/
+1
2018-06-05
RDMA/restrack: Change SPDX tag to properly reflect license
Leon Romanovsky
1
-1
/
+1
2018-05-03
RDMA/nldev: add driver-specific resource tracking
Steve Wise
1
-0
/
+7
2018-03-22
RDMA/restrack: Remove ambiguity in resource track clean logic
Leon Romanovsky
1
-1
/
+44
2018-03-17
RDMA/restrack: Don't rely on uninitialized variable in restrack_add flow
Leon Romanovsky
1
-1
/
+3
2018-03-08
RDMA/nldev: provide detailed MR information
Steve Wise
1
-13
/
+23
2018-03-08
RDMA/nldev: provide detailed CM_ID information
Steve Wise
1
-3
/
+11
2018-03-08
RDMA/restrack: clean up res_to_dev()
Steve Wise
1
-19
/
+5
2018-02-16
RDMA/restrack: don't use uaccess_kernel()
Steve Wise
1
-2
/
+16
2018-02-16
RDMA/restrack: Remove unimplemented XRCD object
Leon Romanovsky
1
-5
/
+0
2018-01-30
RDMA/restrack: Add general infrastructure to track RDMA resources
Leon Romanovsky
1
-0
/
+164