summaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
Commit message (Expand)AuthorAgeFilesLines
* rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello2023-02-131-1/+1
* rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-091-3/+3
* net/rds: remove variable total_copiedColin Ian King2022-10-261-2/+0
* net/rds: Pass a pointer to virt_to_page()Linus Walleij2022-08-311-1/+1
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
* Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds2021-04-241-1/+0
* net/rds: Avoid potential use after free in rds_send_remove_from_sockAditya Pakki2021-04-071-0/+1
* net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong2021-03-311-1/+2
* net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-151-13/+6
* net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-091-3/+3
* rds: use DIV_ROUND_UP instead of ceilJacob Wen2019-01-071-2/+2
* net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch2018-12-191-6/+18
* rds: remove trailing whitespace and blank linesStephen Hemminger2018-07-241-1/+0
* rds: remove redundant variable 'sg_off'Colin Ian King2018-03-121-2/+0
* rds: rds_info_from_znotifier() can be statickbuild test robot2018-03-081-1/+1
* rds: rds_message_zcopy_from_user() can be statickbuild test robot2018-03-081-1/+1
* rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-071-28/+49
* rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan2018-03-071-48/+60
* rds: deliver zerocopy completion notification with dataSowmini Varadhan2018-02-271-22/+16
* rds: zerocopy Tx support.Sowmini Varadhan2018-02-161-1/+50
* rds: support for zcopy completion notificationSowmini Varadhan2018-02-161-7/+76
* rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan2018-02-161-1/+7
* net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-6/+6
* RDS: TCP: Track peer's connection generation numberSowmini Varadhan2016-11-171-0/+1
* RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan2016-07-151-0/+1
* rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan2015-02-071-4/+4
* rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven2014-12-151-1/+2
* rds: switch rds_message_copy_from_user() to iov_iterAl Viro2014-11-241-30/+12
* rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-241-27/+8
* rds: simplify a warning messageCong Wang2013-03-041-4/+1
* rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-041-0/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov2010-11-081-1/+3
* RDS: Let rds_message_alloc_sgs() return NULLAndy Grover2010-10-301-0/+5
* rds: make local functions/variables staticstephen hemminger2010-10-211-22/+2
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-081-1/+4
* rds: per-rm flush_wait waitqChris Mason2010-09-081-4/+3
* RDS: Do wait_event_interruptible instead of wait_eventAndy Grover2010-09-081-2/+2
* RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover2010-09-081-2/+1
* RDS: Use NOWAIT in message_map_pages()Andy Grover2010-09-081-1/+1
* RDS: Add a warning if trying to allocate 0 sgsAndy Grover2010-09-081-0/+1
* RDS: Do not set op_active in r_m_copy_from_user().Andy Grover2010-09-081-2/+0
* RDS: Rename data op members prefix from m_ to op_Andy Grover2010-09-081-11/+11
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-081-4/+4
* RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-081-0/+5
* RDS: Implement silent atomicsAndy Grover2010-09-081-0/+2
* RDS: Move loop-only function to loop.cAndy Grover2010-09-081-6/+0
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-6/+0
* RDS: make sure all sgs alloced are initializedAndy Grover2010-09-081-1/+1
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-081-3/+6