aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/lnet/lib-md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-463/+0
2018-01-08staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown1-4/+4
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: lnet: add include path to MakefileJames Simmons1-1/+1
2017-03-06staging: lustre: lnet: change lnet_unlink_t to proper enumJames Simmons1-2/+2
2017-03-06staging: lustre: lnet: change lnet_event_t to proper structureJames Simmons1-1/+1
2017-03-06staging: lustre: lnet: change lnet_md_t to proper structureJames Simmons1-5/+5
2017-03-06staging: lustre: lnet: change lnet_libmd_t to proper structureJames Simmons1-6/+6
2017-03-06staging: lustre: lnet: change lnet_me_t to proper structureJames Simmons1-1/+1
2017-03-06staging: lustre: lnet: change lnet_handle_me_t to proper structJames Simmons1-1/+1
2017-03-06staging: lustre: lnet: change lnet_handle_md_t to proper structJames Simmons1-3/+4
2017-03-06staging: lustre: lnet: change lnet_handle_eq_t to proper structJames Simmons1-2/+2
2016-09-19staging: lustre: lnet: potential deadlock in lnetQuentin Bouget1-11/+13
2016-08-15lustre: don't reinvent struct bio_vecAl Viro1-3/+3
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-22staging: lustre: assume a kernel buildJohn L. Hammond1-3/+0
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-21/+21
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-5/+5
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons1-3/+6
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons1-1/+0
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-10/+20
2016-02-11Staging: lustre: lnet: Remove explicit NULL comparisionBhumika Goyal1-6/+6
2015-06-08staging:lustre: assume a kernel buildJohn L. Hammond1-3/+3
2015-05-31staging: lustre: lnet: lnet: code cleanups - variable declarationsMike Shuey1-13/+13
2015-04-03Staging: lustre: lib-md.c format line too longMartin Vassor1-1/+1
2014-10-27Staging: lustre: lnet: Make functions staticTina Ruchandani1-1/+1
2014-08-31staging:lustre:lnet: lib-md.c erase C99 // commentsJanet Liu1-3/+3
2014-08-31staging:lustre:lnet: lib-md.c make line not over 80 charactersJanet Liu1-3/+6
2014-08-30staging:lustre:lnet lib-md.c erase space before ')' for code styleJanet Liu1-1/+1
2014-08-30staging:lustre:lnet: lib-md.c delete space before '(' for code styleJanet Liu1-9/+9
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-1/+1
2014-06-26staging/lustre/lnet: abort messages whose MD has been unlinkedIsaac Huang1-5/+5
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+451