summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/libcfs/linux/linux-module.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: move remaining code from linux-module.c to module.cNeilBrown2018-05-081-168/+0Star
* staging: lustre: move misc-device registration closer to related code.NeilBrown2018-05-081-28/+0Star
* staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond2018-04-231-3/+2Star
* staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown2018-01-091-2/+2
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: libcfs: add include path to MakefileJames Simmons2017-08-231-1/+1
* staging: lustre: libcfs: fix test for libcfs_ioctl_hdr minimum sizeJames Simmons2017-07-301-1/+1
* staging: lustre: libcfs: double copy bugDan Carpenter2017-02-031-2/+13
* staging: lustre: libcfs: remove use of __u* typesJames Simmons2016-11-181-1/+1
* staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-181-1/+1
* staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-181-4/+0Star
* staging/lustre/libcfs: Copy correct amount in libcfs_ioctl_getdataOleg Drokin2016-03-291-1/+1
* staging: lustre: libcfs: return size_t for libcfs_ioctl_packlenJames Simmons2016-03-281-2/+2
* staging: lustre: libcfs: use BIT macro in linux-module.cJames Simmons2016-03-281-3/+3
* staging: lustre: libcfs: return proper bool valuesJames Simmons2016-03-281-13/+13
* staging: lustre: libcfs: migrate inline functions to source fileJames Simmons2016-03-281-0/+65
* staging:lustre: remove libcfs pseudo device abstractionParinay Kondekar2016-03-281-3/+1Star
* staging:lustre: call libcfs_ioctl directlyParinay Kondekar2016-03-281-9/+4Star
* staging:lustre: remove libcfs_psdev_[open|release]Parinay Kondekar2016-03-281-31/+1Star
* staging:lustre: remove last bits of the IOC_LIBCFS_PANIC ioctlParinay Kondekar2016-03-281-9/+0Star
* staging: lustre: libcfs: remove libcfs_ioctl_popdata wrapperJohn L. Hammond2016-03-281-7/+0Star
* staging: lustre: libcfs: test if userland data is to smallLiang Zhen2016-03-281-0/+5
* staging: lustre: libcfs: update error messages in linux-module.cLiang Zhen2016-03-281-2/+2
* staging: lustre: libcfs: merge code from libcfs_ioctl into libcfs_ioctl_getdataLiang Zhen2016-03-281-5/+18
* staging: lustre: move libcfs to lnet layerJames Simmons2016-03-111-0/+159