aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorFilesLines
2017-08-22staging: lustre: osc: add include path to MakefileGravatar James Simmons 9-28/+31
2017-08-22staging: lustre: obdecho: add include path to MakefileGravatar James Simmons 2-12/+15
2017-08-22staging: lustre: obdclass: add include path to MakefileGravatar James Simmons 28-109/+112
2017-08-22staging: lustre: mgc: add include path to MakefileGravatar James Simmons 4-13/+16
2017-08-22staging: lustre: mdc: add include path to MakefileGravatar James Simmons 7-31/+34
2017-08-22staging: lustre: lov: add include path to MakefileGravatar James Simmons 12-41/+44
2017-08-22staging: lustre: lmv: add include path to MakefileGravatar James Simmons 6-29/+32
2017-08-22staging: lustre: llite: add include path to MakefileGravatar James Simmons 23-89/+92
2017-08-22staging: lustre: ptlrpc: add include path to MakefileGravatar James Simmons 40-198/+202
2017-08-22staging: lustre: fld: add include path to MakefileGravatar James Simmons 5-28/+31
2017-08-22staging: lustre: fid: add include path to MakefileGravatar James Simmons 5-16/+19
2017-08-22staging: lustre: uapi: remove BIT macro from UAPI headersGravatar James Simmons 2-25/+25
2017-08-22staging: lustre: uapi: use proper byteorder functions in lustre_idl.hGravatar James Simmons 1-6/+7
2017-08-22staging: lustre: uapi: remove CONFIG_LUSTRE_OBD_MAX_IOCTLGravatar James Simmons 3-11/+2
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryGravatar James Simmons 67-81/+59
2017-08-22staging: lustre: uapi: remove libcfs.h from lustre_id.h/lustre_user.hGravatar James Simmons 2-1/+3
2017-08-22staging: lustre: lnet: remove BIT macro from lnetctl.hGravatar James Simmons 1-4/+4
2017-08-22staging: lustre: lnet: remove userland function prototype in lnetctl.hGravatar James Simmons 1-41/+0
2017-08-22staging: lustre: libcfs: sort headers in libcfs.hGravatar James Simmons 1-14/+12
2017-08-22staging: lustre: lnet: migrate headers to lnet uapi directoryGravatar James Simmons 28-31/+29
2017-08-22staging: lustre: lnet: delete lnet.hGravatar James Simmons 9-52/+4
2017-08-22staging: lustre: socklnd: create socklnd.h UAPI headerGravatar James Simmons 2-9/+45
2017-08-22staging: lustre: libcfs: create libcfs_debug.h UAPI headerGravatar James Simmons 2-102/+151
2017-08-22staging: lustre: libcfs: remove LOGL and LOGU macrosGravatar James Simmons 2-15/+3
2017-08-22staging: lustre: libcfs: remove htonl hack in libcfs.hGravatar James Simmons 1-12/+0
2017-08-22staging: lustre: uapi: label lustre_cfg.h as an uapi headerGravatar James Simmons 1-3/+3
2017-08-22staging: lustre: uapi: style cleanup of lustre_cfg.hGravatar James Simmons 1-50/+60
2017-08-22staging: lustre: uapi: check if argument for lustre_cfg_buf() is NULLGravatar James Simmons 1-0/+3
2017-08-22staging: lustre: uapi: change variable type to matchGravatar James Simmons 1-1/+1
2017-08-22staging: lustre: uapi: remove need for libcfs.h from lustre_cfg.hGravatar James Simmons 1-5/+10
2017-08-22staging: lustre: uapi: move lustre_cfg.h to uapi directoryGravatar James Simmons 3-6/+4
2017-08-22staging: lustre: obdclass: no need to check for kfreeGravatar James Simmons 1-5/+2
2017-08-22staging: lustre: uapi: move lustre_cfg_string() to obd_config.cGravatar James Simmons 4-29/+36
2017-08-22staging: lustre: uapi: don't memory allocate in UAPI headerGravatar James Simmons 4-20/+41
2017-08-22staging: lustre: uapi: remove lustre_cfg_free wrapperGravatar James Simmons 4-12/+6
2017-08-22staging: lustre: uapi: style cleanups for lustre_param.hGravatar James Simmons 1-33/+34
2017-08-22staging: lustre: uapi: label lustre_param.h as an uapi headerGravatar James Simmons 1-5/+3
2017-08-22staging: lustre: uapi: move lustre_param.h to uapi directoryGravatar James Simmons 8-7/+7
2017-08-22staging: lustre: uapi: remove included headers out of lustre_param.hGravatar James Simmons 1-3/+0
2017-08-22staging: lustre: uapi: move kernel only prototypes out of lustre_param.hGravatar James Simmons 2-11/+18
2017-08-22staging: lustre: uapi: label lustre_ioctl.h as a UAPI headerGravatar James Simmons 1-3/+3
2017-08-22staging: lustre: uapi: cleanup headers for lustre_ioctl.hGravatar James Simmons 1-9/+1
2017-08-22staging: lustre: uapi: use __ALIGN_KERNEL for lustre_ioctl.hGravatar James Simmons 1-6/+6
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryGravatar James Simmons 12-14/+13
2017-08-22staging: lustre: uapi: move obd_ioctl_is_invalid() to linux-module.cGravatar James Simmons 2-76/+76
2017-08-22staging: lustre: uapi: move obd_ioctl_getdata() declarationGravatar James Simmons 2-2/+3
2017-08-22staging: lustre: uapi: remove obd_ioctl_popdata() wrapperGravatar James Simmons 3-20/+7
2017-08-22staging: lustre: uapi: remove obd_ioctl_freedata() wrapperGravatar James Simmons 5-16/+9
2017-08-22staging: lustre: uapi: remove userland version of obd_ioctl_*()Gravatar James Simmons 1-87/+0
2017-08-22staging: lustre: uapi: remove unused function in lustre_disk.hGravatar James Simmons 1-18/+0