aboutsummaryrefslogtreecommitdiff
path: root/net/rds/message.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2010-11-08rds: Fix rds message leak in rds_message_map_pagesGravatar Pavel Emelyanov 1-1/+3
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLGravatar Andy Grover 1-0/+5
2010-10-21rds: make local functions/variables staticGravatar stephen hemminger 1-22/+2
2010-09-08rds: don't let RDS shutdown a connection while senders are presentGravatar Chris Mason 1-1/+4
2010-09-08rds: per-rm flush_wait waitqGravatar Chris Mason 1-4/+3
2010-09-08RDS: Do wait_event_interruptible instead of wait_eventGravatar Andy Grover 1-2/+2
2010-09-08RDS: rds_message_unmapped() doesn't need to check if queue activeGravatar Andy Grover 1-2/+1
2010-09-08RDS: Use NOWAIT in message_map_pages()Gravatar Andy Grover 1-1/+1
2010-09-08RDS: Add a warning if trying to allocate 0 sgsGravatar Andy Grover 1-0/+1
2010-09-08RDS: Do not set op_active in r_m_copy_from_user().Gravatar Andy Grover 1-2/+0
2010-09-08RDS: Rename data op members prefix from m_ to op_Gravatar Andy Grover 1-11/+11
2010-09-08RDS: Remove struct rds_rdma_opGravatar Andy Grover 1-4/+4
2010-09-08RDS: purge atomic resources too in rds_message_purge()Gravatar Andy Grover 1-0/+5
2010-09-08RDS: Implement silent atomicsGravatar Andy Grover 1-0/+2
2010-09-08RDS: Move loop-only function to loop.cGravatar Andy Grover 1-6/+0
2010-09-08RDS: inc_purge() transport function unused - remove itGravatar Andy Grover 1-6/+0
2010-09-08RDS: make sure all sgs alloced are initializedGravatar Andy Grover 1-1/+1
2010-09-08RDS: make m_rdma_op a member of rds_messageGravatar Andy Grover 1-3/+6
2010-09-08RDS: fold rdma.h into rds.hGravatar Andy Grover 1-1/+0
2010-09-08RDS: Explicitly allocate rm in sendmsg()Gravatar Andy Grover 1-21/+30
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageGravatar Andy Grover 1-15/+15
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsGravatar Andy Grover 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-2/+1
2009-08-23RDS: Export symbols from core RDSGravatar Andy Grover 1-0/+6
2009-02-26RDS: Message parsingGravatar Andy Grover 1-0/+402