summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
AgeCommit message (Expand)Author
2017-07-27staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann
2016-09-19staging: lustre: o2iblnd: Put back work queue check previously removedDoug Oucharek
2016-09-01staging/lustre/o2iblnd: handle mixed page size configurations.James Simmons
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin
2016-08-21lustre: introduce lnet_copy_{k, }iov2iter(), kill lnet_copy_{k, }iov2{k, }iov()Al Viro
2016-08-21lustre: pass iov_iter to ->lnd_recv()Al Viro
2016-08-21staging: lustre: lnet: Stop Infinite CON RACE ConditionDoug Oucharek
2016-08-21staging: lustre: lnet: lock improvement for ko2iblndLiang Zhen
2016-08-21staging: lustre: lnet: make connection more stable with packet lossAlexander Boyko
2016-08-21staging: lustre: lnet: Correct position of lnet_ni_decref()Doug Oucharek
2016-08-15lustre: don't reinvent struct bio_vecAl Viro
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman
2016-06-19staging/lustre: Remove unnecessary space after a castOleg Drokin
2016-06-18staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin
2016-06-18staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin
2016-06-18staging: lustre: o2iblnd: remove typedefsJames Simmons
2016-06-10staging: lustre: lnet: Don't access NULL NI on failure pathDoug Oucharek
2016-06-08staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons
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-12staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar
2016-03-03staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen
2016-03-03staging: lustre: check wr_id returned by ib_poll_cqLiang Zhen
2016-03-03staging: lustre: Change connect peer failed cleanup orderDoug Oucharek
2016-03-03staging: lustre: take extra refcount in kiblnd_connreq_doneLiang Zhen
2016-03-03staging: lustre: make ko2iblnd connect parameters persistentAmir Shehata
2016-03-03staging: 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-02staging: lustre: lnet: Use list_entry() rather than container_of()Janani Ravichandran
2016-02-15staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons
2016-02-15staging: lustre: fix all NULL comparisons in LNet layerJames Simmons
2016-02-15staging: lustre: balance braces properly in LNet layerJames Simmons
2016-02-15staging: lustre: don't set more than one variable per line in LNet layerJames Simmons
2016-02-15staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons
2016-02-15staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons
2016-02-15staging: lustre: remove unnecessary parentheses around LNet function pointerJames Simmons
2016-02-15staging: lustre: align all code properly for LNet coreJames Simmons
2016-02-15staging: 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-17Staging: lustre: lnet: Remove unnecessary cast on void pointerShraddha Barke
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport