summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre
AgeCommit message (Expand)Author
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-22staging: lustre: Align struct member identifiersFabian Huegel
2018-01-22staging: lustre: Fix comment styleFabian Huegel
2018-01-15staging: lustre: Align backslashes in multi-line macrosFabian Huegel
2018-01-15staging: lustre: Fix overlong linesFabian Huegel
2018-01-15staging: lustre: Add identifier names to function declarationsFabian Huegel
2018-01-15staging: lustre: Remove DECLARE_LU_VARS macroFabian Huegel
2018-01-15staging: lustre: Enclose complex macros in do-while loopsFabian Huegel
2018-01-09staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown
2018-01-09staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown
2018-01-08Staging: lustre: Fix prefer kcalloc over kzalloc with multiplySumit Pundir
2018-01-08Staging: lustre: Fix prefer seq_puts to seq_printfSumit Pundir
2018-01-08drivers: lustre: obdclass: simplify unregister_shrinker() usageAliaksei Karaliou
2018-01-08staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()NeilBrown
2018-01-08staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown
2018-01-08staging: lustre: obd_mount: fix possible race with module unload.NeilBrown
2018-01-08staging: lustre: obdclass: remove vfsmount option from client_fill_superNeilBrown
2018-01-08staging: lustre: obdclass: remove pointless struct lustre_mount_data2NeilBrown
2018-01-08staging: lustre: obdclass: discard FS_NEEDS_DEV flag.NeilBrown
2018-01-01lustre: don't set f_version in ll_readdirJeff Layton
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown
2017-12-21staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'Roman Storozhenko
2017-12-13drivers: lustre: obdclass: check result of register_shrinker()Aliaksei Karaliou
2017-12-13drivers: lustre: ldlm: check result of register_shrinker()Aliaksei Karaliou
2017-12-13drivers: lustre: ptlrpc: check result of register_shrinker()Aliaksei Karaliou
2017-12-13drivers: lustre: osc: check result of register_shrinker()Aliaksei Karaliou
2017-12-13staging: lustre: libcfs: discard KLASSERT()NeilBrown
2017-12-13staging: lustre: libcfs: discard MKSTR() macroNeilBrown
2017-12-13staging: lustre: lov: use list_for_each_entry in lov_obd.cNeilBrown
2017-12-13staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.cNeilBrown
2017-12-13staging: lustre: ldlm: minor list_entry improvements in ldlm_request.cNeilBrown
2017-12-13staging: lustre: ldlm: use list_first_entry in ldlm_lockd.cNeilBrown
2017-12-13staging: lustre: ldlm: use list_for_each_entry in ldlm_extent_shift_kms()NeilBrown
2017-12-13staging: lustre: use list_last_entry to simplify fld_cache_shrinkNeilBrown
2017-12-07staging: lustre: llite: Remove redundant else keywordLuis de Bethencourt
2017-12-07staging: lustre: llite: Remove redundant else keywordLuis de Bethencourt
2017-12-07staging: lustre: llite: Remove else after gotoLuis de Bethencourt
2017-12-06staging: lustre: Fix sparse, using plain integer as NULL pointer in lov_objec...Andrii
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman
2017-11-28staging: lustre: Fix line over 80 charactersTalat Batheesh
2017-11-28staging: lustre: obdclass: Remove a attribute group from a kobjectArvind Yadav
2017-11-28staging: lustre: ldlm: Remove a attribute group from a kobjectArvind Yadav
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27staging: lustre: obdclass: simplify cl_lock_fini()NeilBrown
2017-11-27staging: lustre: simplfy lov_finish_set()NeilBrown
2017-11-27staging: lustre: ldlm: use list_for_each_entry in ldlm_lock.cNeilBrown
2017-11-27staging: lustre: ldlm: use list_first_entry in ldlm_lockNeilBrown
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook