Age | Commit message (Expand) | Author | Files | Lines |
2017-06-01 | RDMA/SA: Fix kernel panic in CMA request handler flow | Majd Dibbiny | 1 | -1/+1 |
2017-06-01 | RDMA/srp: Fix NULL deref at srp_destroy_qp() | Israel Rukshin | 1 | -1/+1 |
2017-05-01 | IB/SA: Add support to query OPA path records | Dasaratharaman Chandramouli | 1 | -1/+5 |
2017-05-01 | IB/SA: Add OPA path record type | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-05-01 | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields | Dasaratharaman Chandramouli | 1 | -3/+4 |
2017-05-01 | IB/SA: Rename ib_sa_path_rec to sa_path_rec | Dasaratharaman Chandramouli | 2 | -2/+2 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -34/+60 |
2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2017-02-19 | IB/srp: Drain the send queue before destroying a QP | Bart Van Assche | 1 | -5/+14 |
2017-02-19 | IB/srp: Improve an error path | Bart Van Assche | 1 | -1/+2 |
2017-02-19 | IB/srp: Make a diagnostic message more informative | Bart Van Assche | 1 | -2/+3 |
2017-02-19 | IB/srp: Document locking conventions | Bart Van Assche | 1 | -0/+5 |
2017-02-19 | IB/srp: Fix race conditions related to task management | Bart Van Assche | 2 | -16/+30 |
2017-02-19 | IB/srp: Avoid that duplicate responses trigger a kernel bug | Bart Van Assche | 1 | -1/+3 |
2017-02-19 | IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS | Bart Van Assche | 1 | -9/+3 |
2017-02-06 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 1 | -0/+1 |
2017-01-24 | IB/srp: Switch from dma_device to dev.parent | Bart Van Assche | 1 | -2/+2 |
2017-01-24 | IB/srp: fix invalid indirect_sg_entries parameter value | Israel Rukshin | 1 | -0/+6 |
2017-01-24 | IB/srp: fix mr allocation when the device supports sg gaps | Israel Rukshin | 1 | -2/+7 |
2016-12-14 | IB/srp: Make writing the add_target sysfs attr interruptible | Bart Van Assche | 1 | -1/+4 |
2016-12-14 | IB/srp: Make mapping failures easier to debug | Bart Van Assche | 1 | -2/+10 |
2016-12-14 | IB/srp: Make login failures easier to debug | Bart Van Assche | 1 | -0/+3 |
2016-12-14 | IB/srp: Introduce a local variable in srp_add_one() | Bart Van Assche | 1 | -8/+9 |
2016-12-14 | IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n build | Bart Van Assche | 1 | -5/+6 |
2016-10-07 | IB/srp: Fix infinite loop when FMR sg[0].offset != 0 | Bart Van Assche | 1 | -3/+5 |
2016-10-07 | IB/srp: Remove an unused argument | Bart Van Assche | 1 | -2/+2 |
2016-09-23 | IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEY | Christoph Hellwig | 2 | -27/+20 |
2016-09-23 | IB/core: add support to create a unsafe global rkey to ib_create_pd | Christoph Hellwig | 1 | -1/+1 |
2016-06-06 | IB/srp: Fix srp_map_sg_dma() | Bart Van Assche | 1 | -2/+1 |
2016-06-06 | IB/srp: Always initialize use_fast_reg and use_fmr | Bart Van Assche | 1 | -3/+1 |
2016-05-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -53/+178 |
2016-05-13 | Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ... | Doug Ledford | 1 | -1/+1 |
2016-05-13 | IB/srp: Fix a debug kernel crash | Bart Van Assche | 1 | -1/+1 |
2016-05-13 | IB/srp: Do not register memory if never_register has been set | Bart Van Assche | 1 | -3/+9 |
2016-05-13 | IB/srp: Prevent mapping failures | Bart Van Assche | 2 | -19/+119 |
2016-05-13 | IB/srp: Swap two code blocks in srp_add_one() | Bart Van Assche | 1 | -11/+12 |
2016-05-13 | IB/core: Enhance ib_map_mr_sg() | Bart Van Assche | 1 | -1/+1 |
2016-05-13 | IB/srp: Fix srp_create_target() error handling | Bart Van Assche | 1 | -7/+7 |
2016-05-13 | IB/srp: Fix a memory descriptor leak in an error path | Bart Van Assche | 1 | -1/+6 |
2016-05-13 | IB/srp: Print "ib_srp: " prefix once | Bart Van Assche | 1 | -1/+1 |
2016-05-13 | IB/core: Add passing an offset into the SG to ib_map_mr_sg | Christoph Hellwig | 1 | -1/+1 |
2016-05-12 | IB/srp: Move common code into the caller | Bart Van Assche | 1 | -1/+0 |
2016-05-12 | IB/srp: Move code out of a loop | Bart Van Assche | 1 | -3/+3 |
2016-05-12 | IB/srp: Avoid that mapping failure triggers an infinite loop | Bart Van Assche | 1 | -0/+2 |
2016-05-12 | IB/srp: Introduce target->mr_pool_size | Bart Van Assche | 2 | -3/+4 |
2016-05-12 | IB/srp: Fix srp_map_data() error paths | Bart Van Assche | 1 | -11/+13 |
2016-05-12 | IB/srp: Document srp_map_data() return value | Bart Van Assche | 1 | -0/+9 |
2016-05-12 | IB/srp: Fix a comment | Bart Van Assche | 1 | -1/+1 |
2016-05-12 | IB/srp: Fix a spelling error in a source code comment | Bart Van Assche | 1 | -1/+1 |