summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
AgeCommit message (Expand)Author
2016-06-09staging: lustre: lnet: Don't access NULL NI on failure pathDoug Oucharek
2016-05-09staging: lustre: o2iblnd: properly set ibr_whyAmir Shehata
2016-05-09staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata
2016-05-09staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata
2016-05-09staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin
2016-05-09staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin
2016-05-09staging: lustre: o2iblnd: cache FMR key in kib_fmr_tDmitry Eremin
2016-03-28staging: lustre: lnet: Replace sg++ with sg = sg_next(sg)Amitoj Kaur Chawla
2016-03-11staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar
2016-03-02staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen
2016-03-02staging: lustre: check wr_id returned by ib_poll_cqLiang Zhen
2016-03-02staging: lustre: Change connect peer failed cleanup orderDoug Oucharek
2016-03-02staging: lustre: take extra refcount in kiblnd_connreq_doneLiang Zhen
2016-03-02staging: lustre: make ko2iblnd connect parameters persistentAmir Shehata
2016-03-02staging: lustre: Support different ko2iblnd configs between systemsJeremy Filizetti
2016-03-02staging: lustre: change ibh_mrs from array to pointerAmir Shehata
2016-03-02staging: lustre: make o2iblnd_cb.c local functions staticFrank Zago
2016-03-02staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu
2016-03-01staging: lustre: lnet: Use list_entry() rather than container_of()Janani Ravichandran
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons
2016-02-14staging: lustre: balance braces properly in LNet layerJames Simmons
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons
2016-02-14staging: lustre: remove unnecessary parentheses around LNet function pointerJames Simmons
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons
2016-02-03staging: lustre: add sparse locking annotationsfrank zago
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-16Staging: lustre: lnet: Remove unnecessary cast on void pointerShraddha Barke
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport
2015-10-13staging: lustre: add missing blank line after declarationsMike Rapoport
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-09-15staging/lustre/o2iblnd: wrong uses of kib_tx_t::tx_nfragsIsaac Huang
2015-09-15staging/lustre/o2iblnd: connection refcount fix for kiblnd_post_rxLiang Zhen
2015-09-12Staging: lustre: lnet: Remove braces for single statement blocksShraddha Barke
2015-08-18staging/lustre/o2iblnd: remove references to ib_reg_phsy_mr()Oleg Drokin
2015-08-07staging: lustre: Unnecessary line continuationMiguel Bernabeu Diaz
2015-05-31staging: lustre: lnet: o2iblnd: code cleanup - align whitespaceMike Shuey
2015-04-03Merge lustre patches based on 4.0-rc5 into staging-testingGreg Kroah-Hartman
2015-04-03Staging: lustre: o2iblnd_cb.c: Removed the rest of unnecessary spaces before ...Guillaume Matheron
2015-04-03Staging: lustre: o2iblnd_cb.c: Removed a bunch of spaces before parenthesisGuillaume Matheron
2015-03-15Staging: lustre: Iterate list using list_for_each_entrySomya Anand
2015-03-01Staging: lustre: lnet: klnds: o2iblnd: Remove space after the name of that fu...Hatice ERTÜRK
2015-01-25staging: lustre: fix min() comparison types lacks cast build warningJeremiah Mahler
2015-01-17staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler
2015-01-17lustre: don't use iovec instead of kvecAl Viro
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches