summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/libcfs/linux/linux-module.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-08staging: lustre: move remaining code from linux-module.c to module.cNeilBrown1-168/+0
2018-05-08staging: lustre: move misc-device registration closer to related code.NeilBrown1-28/+0
2018-04-23staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond1-3/+2
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown1-2/+2
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-23staging: lustre: libcfs: add include path to MakefileJames Simmons1-1/+1
2017-07-30staging: lustre: libcfs: fix test for libcfs_ioctl_hdr minimum sizeJames Simmons1-1/+1
2017-02-03staging: lustre: libcfs: double copy bugDan Carpenter1-2/+13
2016-11-18staging: lustre: libcfs: remove use of __u* typesJames Simmons1-1/+1
2016-06-18staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-18staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-03-29staging/lustre/libcfs: Copy correct amount in libcfs_ioctl_getdataOleg Drokin1-1/+1
2016-03-28staging: lustre: libcfs: return size_t for libcfs_ioctl_packlenJames Simmons1-2/+2
2016-03-28staging: lustre: libcfs: use BIT macro in linux-module.cJames Simmons1-3/+3
2016-03-28staging: lustre: libcfs: return proper bool valuesJames Simmons1-13/+13
2016-03-28staging: lustre: libcfs: migrate inline functions to source fileJames Simmons1-0/+65
2016-03-28staging:lustre: remove libcfs pseudo device abstractionParinay Kondekar1-3/+1
2016-03-28staging:lustre: call libcfs_ioctl directlyParinay Kondekar1-9/+4
2016-03-28staging:lustre: remove libcfs_psdev_[open|release]Parinay Kondekar1-31/+1
2016-03-28staging:lustre: remove last bits of the IOC_LIBCFS_PANIC ioctlParinay Kondekar1-9/+0
2016-03-28staging: lustre: libcfs: remove libcfs_ioctl_popdata wrapperJohn L. Hammond1-7/+0
2016-03-28staging: lustre: libcfs: test if userland data is to smallLiang Zhen1-0/+5
2016-03-28staging: lustre: libcfs: update error messages in linux-module.cLiang Zhen1-2/+2
2016-03-28staging: lustre: libcfs: merge code from libcfs_ioctl into libcfs_ioctl_getdataLiang Zhen1-5/+18
2016-03-11staging: lustre: move libcfs to lnet layerJames Simmons1-0/+159