summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rdma_core.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Release object lock if destroy failedArtemy Kovalyov2018-09-041-0/+2
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-131-45/+0
* | IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-101-45/+55
* | IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-011-11/+55
* | IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe2018-08-011-0/+11
* | IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe2018-08-011-11/+26
* | IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-011-22/+49
* | IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2018-08-011-37/+57
* | IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-129/+122
* | IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2018-08-011-24/+29
* | IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe2018-08-011-4/+1
* | IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-4/+10
* | IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe2018-07-251-37/+46
* | IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2018-07-251-2/+3
* | IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-251-13/+104
* | IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe2018-07-251-14/+12
* | IB/uverbs: Clarify and revise uverbs_close_fdJason Gunthorpe2018-07-251-13/+28
* | IB/uverbs: Revise the placement of get/puts on uobjectJason Gunthorpe2018-07-251-33/+50
* | IB/uverbs: Clarify the kref'ing ordering for alloc_commitJason Gunthorpe2018-07-251-4/+22
* | IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe2018-07-251-7/+15
* | IB/uverbs: Get rid of null_obj_typeJason Gunthorpe2018-07-251-32/+9
* | IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-28/+19
* | IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe2018-07-091-10/+9
* | IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2018-07-091-34/+32
* | IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-38/+34
* | IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe2018-07-091-0/+22
* | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-2/+2
* | IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-48/+65
* | IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak2018-06-191-40/+0
* | IB/uverbs: Export uverbs idr and fd typesMatan Barak2018-06-191-0/+2
|/
* IB/uverbs: Tidy uverbs_uobject_addJason Gunthorpe2018-02-281-9/+4
* IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe2018-02-151-2/+3
* IB/uverbs: Improve lockdep_checkJason Gunthorpe2018-02-151-7/+7
* RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky2018-02-151-1/+9
* IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe2018-02-151-1/+10
* IB/core: Explicitly destroy an object while keeping uobjectMatan Barak2017-08-311-0/+35
* IB/core: Add new ioctl interfaceMatan Barak2017-08-311-0/+46
* IB/core: Add support to finalize objects in one transactionMatan Barak2017-08-301-0/+40
* IB/core: Add a generic way to execute an operation on a uobjectMatan Barak2017-08-301-0/+58
* IB/core: Nullify ib_uobject during allocationMatan Barak2017-04-201-1/+1
* IB/core: Don't pass the lock state to _rdma_remove_commit_uobjectMatan Barak2017-04-201-12/+12
* IB/core: Rename write flag to exclusive in rdma_coreMatan Barak2017-04-201-29/+31
* IB/core: Add support for fd objectsMatan Barak2017-04-051-1/+176
* IB/core: Add support for idr typesMatan Barak2017-04-051-0/+450