Commit Graph

210220 Commits (c20f5b9633bb0953bd2422f0f1430a2028cdbd0a)
 

Author SHA1 Message Date
Andy Grover c20f5b9633 RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create() 15 years ago
Zach Brown d455ab6409 RDS/IB: always process recv completions 15 years ago
Zach Brown 80c51be56f RDS: return to a single-threaded krdsd 15 years ago
Zach Brown 515e079dab RDS/IB: create a work queue for FMR flushing 15 years ago
Zach Brown 8aeb1ba663 RDS/IB: destroy connections on rmmod 15 years ago
Zach Brown 24fa163a4b RDS/IB: wait for IB dev freeing work to finish during rmmod 15 years ago
Andy Grover b6fb0df12d RDS/IB: Make ib_recv_refill return void 15 years ago
Andy Grover fbf4d7e3d0 RDS: Remove unused XLIST_PTR_TAIL and xlist_protect() 15 years ago
Andy Grover c9455d9996 RDS: whitespace 15 years ago
Chris Mason 7a0ff5dbdd RDS: use delayed work for the FMR flushes 15 years ago
Chris Mason eabb732279 rds: more FMRs are faster 15 years ago
Chris Mason 6fa70da608 rds: recycle FMRs through lockless lists 15 years ago
Zach Brown 0f4b1c7e89 rds: fix rds_send_xmit() serialization 15 years ago
Zach Brown 501dcccdb7 rds: block ints when acquiring c_lock in rds_conn_message_info() 15 years ago
Zach Brown 671202f349 rds: remove unused rds_send_acked_before() 15 years ago
Chris Mason 037f18a307 RDS: use friendly gfp masks for prefill 15 years ago
Chris Mason 3324412587 RDS/IB: Add caching of frags and incs 15 years ago
Andy Grover fc24f78085 RDS/IB: Remove ib_recv_unmap_page() 15 years ago
Andy Grover 3427e854e1 RDS: Assume recv->r_frag is always NULL in refill_one() 15 years ago
Andy Grover 0b088e003c RDS: Use page_remainder_alloc() for recv bufs 15 years ago
Zach Brown fc19de38be RDS/IB: disconnect when IB devices are removed 15 years ago
Zach Brown f3c6808d3d RDS: introduce rds_conn_connect_if_down() 15 years ago
Zach Brown 3e0249f9c0 RDS/IB: add refcount tracking to struct rds_ib_device 15 years ago
Zach Brown 89bf9d4158 RDS/IB: get the xmit max_sge from the RDS IB device on the connection 15 years ago
Zach Brown a46ca94e7f RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock 15 years ago
Chris Mason 1cc2228c59 rds: Fix reference counting on the for xmit_atomic and xmit_rdma 15 years ago
Chris Mason bcf50ef2ce rds: use RCU to protect the connection hash 15 years ago
Chris Mason abf454398c RDS: use locking on the connection hash list 15 years ago
Chris Mason c9e65383a2 rds: Fix RDMA message reference counting 15 years ago
Chris Mason 7e3f2952ee rds: don't let RDS shutdown a connection while senders are present 15 years ago
Chris Mason 38a4e5e613 rds: Use RCU for the bind lookup searches 15 years ago
Andy Grover e4c52c98e0 RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() 15 years ago
Andy Grover 4a81802b5e RDS/IB: Remove unused variable in ib_remove_addr() 15 years ago
Chris Mason 764f2dd92f rds: rcu-ize rds_ib_get_device() 15 years ago
Chris Mason c83188dcd7 rds: per-rm flush_wait waitq 15 years ago
Chris Mason 976673ee1b rds: switch to rwlock on bind_lock 15 years ago
Andy Grover ce47f52f42 RDS: Update comments in rds_send_xmit() 15 years ago
Chris Mason 9e29db0e36 RDS: Use a generation counter to avoid rds_send_xmit loop 15 years ago
Andy Grover acfcd4d4ec RDS: Get pong working again 15 years ago
Andy Grover a40aa9233a RDS: Do wait_event_interruptible instead of wait_event 15 years ago
Andy Grover fcc5450c63 RDS: Remove send_quota from send_xmit() 15 years ago
Andy Grover 51e2cba8b5 RDS: Move atomic stats from general to ib-specific area 15 years ago
Andy Grover ab1a6926f5 RDS: rds_message_unmapped() doesn't need to check if queue active 15 years ago
Andy Grover cf4b7389ee RDS: Fix locking in send on m_rs_lock 15 years ago
Andy Grover f2ec76f288 RDS: Use NOWAIT in message_map_pages() 15 years ago
Andy Grover 2fa57129df RDS: Bypass workqueue when queueing cong updates 15 years ago
Andy Grover a7d3a28148 RDS: Call rds_send_xmit() directly from sendmsg() 15 years ago
Andy Grover 2ad8099b58 RDS: rds_send_xmit() locking/irq fixes 15 years ago
Andy Grover 049ee3f500 RDS: Change send lock from a mutex to a spinlock 15 years ago
Andy Grover f17a1a55fb RDS: Refill recv ring directly from tasklet 15 years ago