aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/fid (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22staging: lustre: fid: add include path to MakefileJames Simmons5-16/+19
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons2-2/+1
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-3/+3
2017-06-13staging: lustre: fid: Fixes debug output style problemRoman Storozhenko1-1/+1
2017-02-03staging: lustre: fid: Change positional struct initializers to C99Steve Guminski2-8/+11
2016-11-15staging: lustre: mdc: manage number of modify RPCs in flightGregoire Pichon1-4/+0
2016-10-30staging: lustre: headers: Create single .h for lu_seq_rangeBen Evans2-8/+8
2016-09-19staging: lustre: misc: remove unnecessary EXPORT_SYMBOLfrank zago1-2/+0
2016-09-15staging: lustre: Add space b/w concatenated stringsRehas Sachdeva2-5/+5
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin4-4/+4
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin4-16/+0
2016-06-17staging/lustre/fid: Fix Multiple AssignmentsNathaniel Clark1-2/+4
2016-05-09staging: lustre: fid: init FID client for OSP on MDT.wang di1-2/+5
2016-04-28staging: lustre: fld: add local fldb to each targetwang di1-2/+3
2016-03-01staging: lustre: make module_init/exit naming consistentAndreas Dilger1-4/+4
2016-03-01staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger1-1/+1
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-1/+1
2016-02-25staging/lustre/fid: Adjust comments to better conform to coding styleOleg Drokin1-2/+4
2016-02-20staging/lustre/fid: Adjust NULL comparison codestyleOleg Drokin2-19/+9
2016-02-03drivers/staging/lustre: Fix set-but-unused whinge.Valdis Kletnieks1-0/+2
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger2-2/+2
2015-11-15staging: lustre: Update module author to OpenSFSJames Simmons1-1/+1
2015-11-15Staging: lustre: fld: Remove unused seq_client_alloc_superShraddha Barke2-23/+0
2015-09-29staging/lustre/fid: Get rid of lcs_srv in lu_client_seqOleg Drokin2-33/+17
2015-09-29staging/lustre/fid: Remove unused seq_client_get_seq functionOleg Drokin1-51/+0
2015-09-29staging/lustre/fid: seq_client_init/fini don't need to be exportedOleg Drokin1-21/+18
2015-09-29staging/lustre: remove dt_object implementationArnd Bergmann1-1/+0
2015-07-13staging: lustre: fid: Use !x to check for kzalloc failureJulia Lawall1-2/+2
2015-06-08staging: lustre: cleanup not needed else clausesAntonio Murdaca1-3/+2
2015-06-08Staging: Lustre: lproc_fid: remove some dead codeDan Carpenter1-4/+2
2015-05-31staging/lustre/obd: final removal of procfs stuffDmitry Eremin1-2/+1
2015-05-31staging/lustre/fid: move all files from procfs to debugfsDmitry Eremin3-65/+53
2015-05-08staging: lustre: fid: Use kzalloc and kfreeJulia Lawall1-5/+5
2015-03-01staging: lustre: Convert uses of "int rc = seq_printf(...)"Joe Perches1-13/+10
2015-01-17staging: lustre: fid: Remove space before braces for defined() checkAndreas Ruprecht2-3/+3
2014-09-08staging: clean up checkpatch warnings in lustreEddie Kovsky1-2/+2
2014-08-30staging/lustre: remove md_object.hJohn L. Hammond1-1/+0
2014-08-30staging: lustre: fid,fld: expand the GOTO macroJulia Lawall1-7/+11
2014-08-17staging/lustre: get rid of seqno_t and mdsno_t typedefsOleg Drokin1-3/+3
2014-07-12staging: lustre: use CONFIG_PROC_FSGreg Kroah-Hartman2-6/+6
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman2-2/+2
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-2/+2
2014-07-12staging: lustre: remove LPF64 #defineGreg Kroah-Hartman1-2/+2
2014-07-12staging: lustre: fid: fid_request.c: checkpatch cleanup: align arguments to parenthesisGreg Kroah-Hartman1-6/+6
2014-07-11staging: lustre: fid: remove ccflags from MakefileGreg Kroah-Hartman5-18/+15
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman4-5/+5
2014-06-19staging : lustre : lustre : fid : lproc_fid.c: fixed warningAnil Belur1-2/+4
2014-04-27staging/lustre: Fix unsafe userspace access in many proc filesOleg Drokin1-12/+29