aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/libcfs/hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-10staging: lustre: move libcfs to lnet layerJames Simmons1-2085/+0
2016-02-25staging: lustre: libcfs: Remove comparison with zeroAmitoj Kaur Chawla1-1/+1
2016-02-25staging: lustre: libcfs: Remove unnecessary bracesAmitoj Kaur Chawla1-4/+2
2016-02-25staging: lustre: libcfs: Use swap() in cfs_hash_bd_order()Amitoj Kaur Chawla1-6/+2
2016-02-20staging/lustre/libcfs: Update comments style to match kernelOleg Drokin1-6/+12
2016-02-20staging/lustre/libcfs: Move EXPORT_SYMBOLs under function/variableOleg Drokin1-1/+0
2016-02-20staging/lustre/libcfs: Cleanup: parenthesis alignment adjustmentsOleg Drokin1-9/+9
2016-02-20staging/lustre/libcfs: Adjust NULL comparison codestyleOleg Drokin1-55/+49
2015-12-21staging: lustre: hash.c: Replace IS_PO2 by is_power_of_2Aya Mahfouz1-1/+2
2015-11-15staging: lustre: fix buffer overflow of string bufferDmitry Eremin1-2/+1
2015-11-15staging: lustre: remove unnecessary EXPORT_SYMBOL in libcfsfrank zago1-10/+0
2015-11-15staging: lustre: wrong parameter to cfs_hash_keycpyLiang Zhen1-1/+1
2015-11-15Staging: lustre: libcfs: Remove unused functionsShraddha Barke1-21/+0
2015-11-15staging: lustre: place linux header first in hash.cJames Simmons1-1/+1
2015-11-15staging: lustre: remove white space in hash.cJames Simmons1-165/+177
2015-10-29staging: lustre: convert last typedef data types in hash.cJames Simmons1-9/+9
2015-10-29staging: lustre: change cfs_hash_head*_t to structJames Simmons1-14/+19
2015-10-29staging: lustre: change cfs_hash_dhead*_t to structJames Simmons1-18/+22
2015-10-29staging: lustre: change cfs_hash_ops_t to structJames Simmons1-1/+1
2015-10-29staging: lustre: change cfs_hash_hlist_ops_t to structJames Simmons1-4/+4
2015-10-29staging: lustre: change cfs_hash_lock_ops_t to structJames Simmons1-6/+6
2015-09-15staging/lustre/libcfs: minor fix in cfs_hash_for_each_relax()Niu Yawei1-0/+4
2015-09-12Staging: lustre: libcfs: Prefer using the BIT macroShraddha Barke1-4/+4
2015-09-12staging: lustre: libcfs: put constant on the right of binary operatorJulia Lawall1-3/+3
2015-06-17staging:lustre fix lines starting with spaces in libcfs/hash.cMaxime Lorrillere1-16/+16
2015-03-01staging: lustre: Convert seq_ hash functions to return voidJoe Perches1-10/+4
2015-03-01staging: lustre: Convert "return seq_printf(...)" usesJoe Perches1-5/+6
2015-01-25staging: lustre: remove the CFS_HOP() macroDan Carpenter1-7/+7
2015-01-25staging: lustre: fix sparse warnings related to lock context imbalanceLoic Pefferkorn1-0/+4
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-2/+1
2014-10-29drivers: staging: lustre: Fix 'that open brace { should be on the previous line' errorsGreg Donald1-16/+9
2014-09-11staging/lustre: remove portals_compat25.hJames Simmons1-2/+1
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-1/+2
2014-08-30drivers: staging: lustre: Fix that open brace { should be on the previous line errorsGreg Donald1-12/+6
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-2/+2
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-1/+1
2013-12-17staging: lustre: Fix typo in lustre/lustre/libcfsMasanari Iida1-4/+4
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao1-2/+2
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen1-87/+87
2013-10-26staging: lustre: Remove typedef and update cfs_hash_bd structLisa Nguyen1-57/+57
2013-10-26staging: lustre: Remove typedef and update cfs_hash_bucket structLisa Nguyen1-11/+11
2013-10-21staging: lustre: Remove typedef and update cfs_hash_lock unionLisa Nguyen1-6/+6
2013-09-25staging: lustre: Fix typo in lustre/libcfsMasanari Iida1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-7/+7
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-2/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-8/+0
2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao1-27/+15
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+2135