aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rdma_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe1-37/+46
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe1-2/+3
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-13/+104
2018-07-25IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe1-14/+12
2018-07-25IB/uverbs: Clarify and revise uverbs_close_fdJason Gunthorpe1-13/+28
2018-07-25IB/uverbs: Revise the placement of get/puts on uobjectJason Gunthorpe1-33/+50
2018-07-25IB/uverbs: Clarify the kref'ing ordering for alloc_commitJason Gunthorpe1-4/+22
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe1-7/+15
2018-07-25IB/uverbs: Get rid of null_obj_typeJason Gunthorpe1-32/+9
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe1-28/+19
2018-07-09IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe1-10/+9
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe1-34/+32
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe1-38/+34
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe1-0/+22
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe1-2/+2
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-48/+65
2018-06-19IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak1-40/+0
2018-06-19IB/uverbs: Export uverbs idr and fd typesMatan Barak1-0/+2
2018-02-28IB/uverbs: Tidy uverbs_uobject_addJason Gunthorpe1-9/+4
2018-02-15IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe1-2/+3
2018-02-15IB/uverbs: Improve lockdep_checkJason Gunthorpe1-7/+7
2018-02-15RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky1-1/+9
2018-02-15IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe1-1/+10
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak1-0/+35
2017-08-31IB/core: Add new ioctl interfaceMatan Barak1-0/+46
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak1-0/+40
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak1-0/+58
2017-04-20IB/core: Nullify ib_uobject during allocationMatan Barak1-1/+1
2017-04-20IB/core: Don't pass the lock state to _rdma_remove_commit_uobjectMatan Barak1-12/+12
2017-04-20IB/core: Rename write flag to exclusive in rdma_coreMatan Barak1-29/+31
2017-04-05IB/core: Add support for fd objectsMatan Barak1-1/+176
2017-04-05IB/core: Add support for idr typesMatan Barak1-0/+450