aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/llog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-524/+0
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown1-0/+1
2018-05-14staging: lustre: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-1/+1
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown1-2/+2
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown1-1/+1
2018-02-22staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown1-6/+12
2018-02-22staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown1-3/+3
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: obdclass: add include path to MakefileJames Simmons1-3/+3
2016-12-06staging: lustre: llog: reset llog bitmapwang di1-0/+7
2016-12-06staging: lustre: headers: sort headers affected by swab moveBen Evans1-1/+1
2016-12-06staging: lustre: headers: move swab functions to new header filesBen Evans1-0/+1
2016-11-19staging: lustre: llog: fix wrong offset in llog_process_thread()Mikhail Pershin1-24/+58
2016-10-30staging: lustre: llog: record the minimum record sizewang di1-0/+1
2016-10-30staging: lustre: obdclass: variable llog chunk sizeAndreas Dilger1-20/+28
2016-09-19staging: lustre: llog: prevent out-of-bound indexfrank zago1-0/+4
2016-09-19staging: lustre: Flexible changelog format.Henri Doreau1-1/+3
2016-08-21staging/lustre: Fix unnecessary parentheses around variablesEmoly Liu1-1/+1
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-06-17staging/lustre/obdclass: Fix Multiple AssignmentsNathaniel Clark1-2/+4
2016-04-26staging/lustre: Fix blank line after/before {/} styleOleg Drokin1-1/+0
2016-03-01Staging: lustre: Remove print statement on function failureBhumika Goyal1-3/+1
2016-02-25staging/lustre/obdclass: Adjust comments to better conform to coding styleOleg Drokin1-2/+4
2016-02-20staging/lustre/obdclass: Adjust NULL comparison codestyleOleg Drokin1-10/+8
2016-02-20staging: lustre: remove uses of IS_ERR_VALUE()John L. Hammond1-5/+8
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-1/+0
2015-09-29staging/lustre/llog: remove unused server codeArnd Bergmann1-544/+0
2015-09-29staging/lustre: use 64-bit timestamps for mdcArnd Bergmann1-1/+1
2015-09-12staging: lustre: fix whitespace errors reported by checkpatch.plMike Rapoport1-2/+2
2015-07-13staging: lustre: obdclass: llog: drop trivially useless initializationJulia Lawall1-1/+1
2015-07-13staging: lustre: obdclass: Use !x to check for kzalloc failureJulia Lawall1-3/+3
2015-05-08staging: lustre: obdclass: llog: remove unneeded null test before freeJulia Lawall1-2/+1
2015-05-08staging: lustre: obdclass: Use kzalloc and kfreeJulia Lawall1-12/+12
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-2/+2
2014-09-08staging: lustre: obdclass: expand the GOTO macroJulia Lawall1-32/+48
2014-09-08staging: lustre: obdclass: expand double GOTO macrosJulia Lawall1-2/+3
2014-09-02staging: lustre: declare some functions as staticZheng Di1-2/+2
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman1-1/+1
2014-07-11staging: lustre: obdclass: remove ccflags from MakefileGreg Kroah-Hartman1-2/+2
2013-12-03staging/lustre/llog: MGC to use OSD API for backup logsMikhail Pershin1-78/+134
2013-11-15staging/lustre/llog: fix return value of llog_alloc_handleLi Xi1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-46/+46
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-32/+0
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+966