summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
AgeCommit message (Expand)Author
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-15staging: lustre: libcfs: remove workitem code.NeilBrown
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown
2018-01-09staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.NeilBrown
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown
2018-01-09staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown
2018-01-09staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)NeilBrown
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown
2018-01-09staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown
2018-01-09staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown
2018-01-09staging: lustre: lnet: use kmalloc/kvmalloc in router_procNeilBrown
2018-01-09staging: lustre: lnet: selftest: don't allocate small strings.NeilBrown
2018-01-09staging: lustre: lnet: switch to cpumask_var_tNeilBrown
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.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: lnet: discard CFS_ALLOC_PTRNeilBrown
2018-01-08staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown
2018-01-08staging: lustre: libcfs: remove prngNeilBrown
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: libcfs: remove wi_data from cfs_workitemNeilBrown
2018-01-08staging: lustre: libcfs: use a workqueue for rehash work.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-08staging: lustre: disable preempt while sampling processor id.NeilBrown
2018-01-08staging: lustre: use strim instead of cfs_trimwhite.NeilBrown
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman
2017-12-21staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'Roman Storozhenko
2017-12-19staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown
2017-12-18Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman
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 LASSERT_CHECKEDNeilBrown
2017-12-13staging: lustre: libcfs: discard KLASSERT()NeilBrown
2017-12-13staging: lustre: libcfs: discard MAX_NUMERIC_VALUENeilBrown
2017-12-13staging: lustre: libcfs: discard MKSTR() macroNeilBrown