aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
Commit message (Expand)AuthorAgeFilesLines
* rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-201-0/+3
* 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
* RDS: fold rdma.h into rds.hAndy Grover2010-09-081-1/+0
* RDS: Explicitly allocate rm in sendmsg()Andy Grover2010-09-081-21/+30
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-081-15/+15
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-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-291-2/+1
* RDS: Export symbols from core RDSAndy Grover2009-08-231-0/+6
* RDS: Message parsingAndy Grover2009-02-261-0/+402