aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+3
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-09-04lustre: switch to kernel_writeChristoph Hellwig1-6/+1
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen5-10/+11
2017-08-28staging: lustre: obdclass: fix checking for obd_init_checks()Dan Carpenter1-1/+1
2017-08-28staging: lustre: obdclass: return -EFAULT if copy_from_user() failsDan Carpenter1-1/+2
2017-08-28staging: lustre: obdclass: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+0
2017-08-22staging: lustre: lustre: cleanup paths for lustre internal headersJames Simmons28-94/+96
2017-08-22staging: lustre: osc: add include path to MakefileJames Simmons9-28/+31
2017-08-22staging: lustre: obdecho: add include path to MakefileJames Simmons2-12/+15
2017-08-22staging: lustre: obdclass: add include path to MakefileJames Simmons28-109/+112
2017-08-22staging: lustre: mgc: add include path to MakefileJames Simmons4-13/+16
2017-08-22staging: lustre: mdc: add include path to MakefileJames Simmons7-31/+34
2017-08-22staging: lustre: lov: add include path to MakefileJames Simmons12-41/+44
2017-08-22staging: lustre: lmv: add include path to MakefileJames Simmons6-29/+32
2017-08-22staging: lustre: llite: add include path to MakefileJames Simmons23-89/+92
2017-08-22staging: lustre: ptlrpc: add include path to MakefileJames Simmons40-198/+202
2017-08-22staging: lustre: fld: add include path to MakefileJames Simmons5-28/+31
2017-08-22staging: lustre: fid: add include path to MakefileJames Simmons5-16/+19
2017-08-22staging: lustre: uapi: remove CONFIG_LUSTRE_OBD_MAX_IOCTLJames Simmons2-10/+2
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons63-4275/+49
2017-08-22staging: lustre: uapi: remove libcfs.h from lustre_id.h/lustre_user.hJames Simmons2-1/+3
2017-08-22staging: lustre: lnet: migrate headers to lnet uapi directoryJames Simmons6-7/+5
2017-08-22staging: lustre: libcfs: remove LOGL and LOGU macrosJames Simmons1-1/+3
2017-08-22staging: lustre: uapi: move lustre_cfg.h to uapi directoryJames Simmons3-247/+2
2017-08-22staging: lustre: obdclass: no need to check for kfreeJames Simmons1-5/+2
2017-08-22staging: lustre: uapi: move lustre_cfg_string() to obd_config.cJames Simmons4-29/+36
2017-08-22staging: lustre: uapi: don't memory allocate in UAPI headerJames Simmons4-20/+41
2017-08-22staging: lustre: uapi: remove lustre_cfg_free wrapperJames Simmons4-12/+6
2017-08-22staging: lustre: uapi: move lustre_param.h to uapi directoryJames Simmons8-102/+7
2017-08-22staging: lustre: uapi: remove included headers out of lustre_param.hJames Simmons1-3/+0
2017-08-22staging: lustre: uapi: move kernel only prototypes out of lustre_param.hJames Simmons2-11/+18
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons12-252/+11
2017-08-22staging: lustre: uapi: move obd_ioctl_is_invalid() to linux-module.cJames Simmons2-76/+76
2017-08-22staging: lustre: uapi: move obd_ioctl_getdata() declarationJames Simmons2-2/+3
2017-08-22staging: lustre: uapi: remove obd_ioctl_popdata() wrapperJames Simmons3-20/+7
2017-08-22staging: lustre: uapi: remove obd_ioctl_freedata() wrapperJames Simmons5-16/+9
2017-08-22staging: lustre: uapi: remove userland version of obd_ioctl_*()James Simmons1-87/+0
2017-08-22staging: lustre: uapi: remove unused function in lustre_disk.hJames Simmons1-18/+0
2017-08-22staging: lustre: uapi: move lu_fid, ost_id funcs out of lustre_idl.hBen Evans5-538/+57
2017-08-22staging: lustre: uapi: update URL doc link in lustre_fid.hBen Evans1-1/+1
2017-08-22staging: lustre: uapi: return error code for ostid_set_idBen Evans3-18/+21
2017-08-22staging: lustre: uapi: remove unused functions for lustre_fid.hJames Simmons1-29/+0
2017-08-22staging: lustre: uapi: Move functions out of lustre_idl.hBen Evans6-73/+58
2017-08-20staging: lustre: lustre: Off by two in lmv_fid2path()Dan Carpenter1-2/+2
2017-08-18staging: lustre: mgc: fix potential use after free in error pathCihangir Akturk1-13/+3
2017-08-18staging: lustre: obd: make echo_lock_ops constBhumika Goyal1-1/+1
2017-08-18staging: lustre: declare fiemap_for_stripe staticDavid Wittman1-5/+5