summaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* rds: remove redundant variable 'sg_off'Colin Ian King2018-03-121-2/+0Star
* rds: rds_info_from_znotifier() can be statickbuild test robot2018-03-091-1/+1
* rds: rds_message_zcopy_from_user() can be statickbuild test robot2018-03-091-1/+1
* rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-081-28/+49
* rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan2018-03-081-48/+60
* rds: deliver zerocopy completion notification with dataSowmini Varadhan2018-02-271-22/+16Star
* 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-081-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/+12Star
* rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-241-27/+8Star
* rds: simplify a warning messageCong Wang2013-03-041-4/+1Star
* 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-11-011-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-311-0/+5
* rds: make local functions/variables staticstephen hemminger2010-10-211-22/+2Star
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-091-1/+4
* rds: per-rm flush_wait waitqChris Mason2010-09-091-4/+3Star
* RDS: Do wait_event_interruptible instead of wait_eventAndy Grover2010-09-091-2/+2
* RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover2010-09-091-2/+1Star
* RDS: Use NOWAIT in message_map_pages()Andy Grover2010-09-091-1/+1
* RDS: Add a warning if trying to allocate 0 sgsAndy Grover2010-09-091-0/+1
* RDS: Do not set op_active in r_m_copy_from_user().Andy Grover2010-09-091-2/+0Star
* RDS: Rename data op members prefix from m_ to op_Andy Grover2010-09-091-11/+11
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-091-4/+4
* RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-091-0/+5
* RDS: Implement silent atomicsAndy Grover2010-09-091-0/+2
* RDS: Move loop-only function to loop.cAndy Grover2010-09-091-6/+0Star
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-091-6/+0Star
* RDS: make sure all sgs alloced are initializedAndy Grover2010-09-091-1/+1
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-091-3/+6
* RDS: fold rdma.h into rds.hAndy Grover2010-09-091-1/+0Star
* RDS: Explicitly allocate rm in sendmsg()Andy Grover2010-09-091-21/+30
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-091-15/+15
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-2/+1Star
* RDS: Export symbols from core RDSAndy Grover2009-08-241-0/+6
* RDS: Message parsingAndy Grover2009-02-271-0/+402