summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/libcfs/module.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-758/+0
* staging: lustre: remove libcfs_all.hNeilBrown2018-05-251-1/+0
* staging: lustre: start moving includes out of libcfs.hNeilBrown2018-05-251-1/+1
* staging: lustre: make lnet_debugfs_symlink_def local to libcfs/modules.cNeilBrown2018-05-251-6/+17
* staging: lustre: replace libcfs_register_ioctl with a blocking notifier_chainNeilBrown2018-05-251-50/+14
* staging: lustre: remove conditional compilation from libcfs_cpu.cNeilBrown2018-05-251-2/+0
* staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown2018-05-251-2/+2
* staging: lustre: refactor libcfs initialization.NeilBrown2018-05-251-20/+42
* staging: lustre: lnet: add static to libcfs_dev declarationJustin Skists2018-05-111-1/+1
* staging: lustre: move remaining code from linux-module.c to module.cNeilBrown2018-05-081-0/+131
* staging: lustre: move misc-device registration closer to related code.NeilBrown2018-05-081-1/+29
* staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond2018-04-231-0/+1
* staging: lustre: libcfs: remove workitem code.NeilBrown2018-01-151-10/+1
* staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown2018-01-091-5/+4
* staging: lustre: libcfs: use a workqueue for rehash work.NeilBrown2018-01-081-9/+7
* 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-221-4/+4
* staging: lustre: lnet: migrate headers to lnet uapi directoryJames Simmons2017-08-221-1/+1
* staging: lustre: lnet: delete lnet.hJames Simmons2017-08-221-1/+0
* staging: lustre: libcfs: use octal permissionsErnestas Kulik2017-01-271-2/+2
* staging: lustre: libcfs: remove lnet upcall codeAlexander Zarochentsev2016-12-061-8/+0
* staging: lustre: libcfs: white space cleanupJames Simmons2016-11-181-7/+7
* staging: lustre: libcfs: remove != 0 testingJames Simmons2016-11-181-2/+2
* staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-171-1/+1
* staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-171-4/+0
* staging: lustre: libcfs: add CFS_FAULT_CHECK()James Simmons2016-03-291-0/+7
* staging:lustre: remove libcfs pseudo device abstractionParinay Kondekar2016-03-281-7/+1
* staging:lustre: call libcfs_ioctl directlyParinay Kondekar2016-03-281-3/+2
* staging:lustre: remove libcfs_psdev_[open|release]Parinay Kondekar2016-03-281-16/+0
* staging:lustre: remove last bits of the IOC_LIBCFS_PANIC ioctlParinay Kondekar2016-03-281-4/+1
* staging: lustre: libcfs: remove libcfs_ioctl_popdata wrapperJohn L. Hammond2016-03-281-3/+4
* staging: lustre: libcfs: change variable nameJames Simmons2016-03-281-3/+3
* staging: lustre: libcfs: invert test condition for libcfs_ioctlLiang Zhen2016-03-281-6/+7
* staging: lustre: libcfs: test if data is NULLLiang Zhen2016-03-281-1/+1
* staging: lustre: libcfs: move comment in libcfs_ioctlLiang Zhen2016-03-281-6/+6
* staging: lustre: libcfs: add debugging info for libcfs_ioctlLiang Zhen2016-03-281-1/+5
* staging: lustre: libcfs: merge libcfs_ioctl_handle into libcfs_ioctlLiang Zhen2016-03-281-22/+15
* staging: lustre: libcfs: merge code from libcfs_ioctl into libcfs_ioctl_getdataLiang Zhen2016-03-281-25/+3
* staging: lustre: libcfs: use break in switch options for libcfs_ioctl_handleLiang Zhen2016-03-281-5/+4
* staging: lustre: libcfs: replace LNET_MAX_IOCTL_BUF_LEN with something biggerLiang Zhen2016-03-281-4/+1
* staging: lustre: move libcfs to lnet layerJames Simmons2016-03-101-0/+674