index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-2
/
+1
*
RDMA: Start use ib_device_ops
Kamal Heib
2018-12-12
1
-7
/
+7
*
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
2018-12-03
1
-3
/
+1
*
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
2018-12-03
1
-11
/
+12
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write
Jason Gunthorpe
2018-11-27
1
-2
/
+46
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
2018-11-27
1
-3
/
+2
*
RDMA/uverbs: Prohibit write() calls with too small buffers
Jason Gunthorpe
2018-11-27
1
-4
/
+28
*
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
2018-11-27
1
-2
/
+1
*
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
2018-11-27
1
-5
/
+7
*
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
2018-11-22
1
-114
/
+11
*
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
2018-11-22
1
-1
/
+1
*
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
2018-11-22
1
-1
/
+1
*
RDMA/uverbs: Use kernel API to allocate uverbs indexes
Leon Romanovsky
2018-10-16
1
-6
/
+6
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
1
-0
/
+1
|
\
|
*
RDMA/uverbs: Atomically flush and mark closed the comp event queue
Steve Wise
2018-09-12
1
-0
/
+1
*
|
RDMA/core: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
1
-1
/
+1
*
|
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
2018-09-20
1
-0
/
+223
*
|
RDMA/uverbs: Fix error unwind in ib_uverbs_add_one
Jason Gunthorpe
2018-09-19
1
-13
/
+10
*
|
RDMA/uverbs: Remove is_closed from ib_uverbs_file
Jason Gunthorpe
2018-09-19
1
-6
/
+2
*
|
RDMA/uverbs: Use device.groups to initialize device attributes
Parav Pandit
2018-09-06
1
-13
/
+17
*
|
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
Parav Pandit
2018-09-06
1
-37
/
+29
|
/
*
RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()
Parav Pandit
2018-09-06
1
-3
/
+2
*
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
2018-08-13
1
-27
/
+1
*
IB/uverbs: Build the specs into a radix tree at runtime
Jason Gunthorpe
2018-08-11
1
-2
/
+12
*
IB/uverbs: Have the core code create the uverbs_root_spec
Jason Gunthorpe
2018-08-11
1
-17
/
+33
*
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
2018-08-01
1
-3
/
+4
*
IB/uverbs: Do not block disassociate during write()
Jason Gunthorpe
2018-08-01
1
-12
/
+8
*
IB/uverbs: Do not pass struct ib_device to the write based methods
Jason Gunthorpe
2018-08-01
1
-4
/
+2
*
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
2018-07-25
1
-14
/
+24
*
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
2018-07-25
1
-87
/
+11
*
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
Jason Gunthorpe
2018-07-25
1
-2
/
+2
*
IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobject
Jason Gunthorpe
2018-07-09
1
-1
/
+1
*
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
2018-07-09
1
-3
/
+5
*
IB/uverbs: Tidy up remaining references to ucontext
Jason Gunthorpe
2018-07-09
1
-2
/
+0
*
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
2018-07-09
1
-7
/
+8
*
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
Jason Gunthorpe
2018-07-09
1
-0
/
+4
*
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
2018-07-04
1
-7
/
+9
*
IB/core: Expose ib_ucontext from a given ib_uverbs_file
Yishai Hadas
2018-06-19
1
-0
/
+6
*
RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib core
Wei Hu(Xavier)
2018-05-31
1
-1
/
+41
*
IB/uverbs: Enable ioctl() uAPI by default for new verbs
Matan Barak
2018-03-19
1
-4
/
+0
*
RDMA/uverbs: Reduce number of command header flags checks
Leon Romanovsky
2018-02-23
1
-9
/
+2
*
RDMA/uverbs: Replace user's types with kernel's types
Leon Romanovsky
2018-02-23
1
-5
/
+5
*
RDMA/uverbs: Refactor the header validation logic
Leon Romanovsky
2018-02-23
1
-43
/
+47
*
RDMa/uverbs: Copy ex_hdr outside of SRCU read lock
Leon Romanovsky
2018-02-23
1
-7
/
+6
*
RDMA/uverbs: Move uncontext check before SRCU read lock
Leon Romanovsky
2018-02-23
1
-11
/
+4
*
RDMA/uverbs: Properly check command supported mask
Leon Romanovsky
2018-02-23
1
-12
/
+6
*
RDMA/uverbs: Refactor command header processing
Leon Romanovsky
2018-02-23
1
-30
/
+32
*
RDMA/uverbs: Unify return values of not supported command
Leon Romanovsky
2018-02-23
1
-12
/
+4
*
RDMA/uverbs: Return not supported error code for unsupported commands
Leon Romanovsky
2018-02-23
1
-1
/
+1
*
RDMA/uverbs: Fail as early as possible if not enough header data was provided
Leon Romanovsky
2018-02-23
1
-6
/
+7
[next]