aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc/osc_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-473/+0
2018-04-23staging: lustre: add container_of_safe()NeilBrown1-1/+1
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown1-1/+1
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown1-2/+1
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown1-2/+2
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-1/+1
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown1-3/+1
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: uapi: return error code for ostid_set_idBen Evans1-1/+8
2017-03-06staging: lustre: osc: further LRU OSC cleanup after evictionJinshan Xiong1-1/+7
2017-03-06staging: lustre: osc: remove obsolete assertsJinshan Xiong1-4/+0
2017-01-03staging: lustre: osc: handle osc eviction correctlyJinshan Xiong1-0/+19
2016-12-06staging: lustre: osc: Performance tune for LRUJinshan Xiong1-9/+0
2016-11-29staging: lustre: ldlm: remove ldlm_policy_data_t typedef usage from codeAndreas Dilger1-1/+1
2016-11-14staging: lustre: clio: get rid of cl_reqJinshan Xiong1-1/+72
2016-10-16staging: lustre: llite: remove duplicate fiemap definesBobi Jam1-1/+90
2016-09-19staging: lustre: clio: rename coo_attr_set to coo_attr_updateBobi Jam1-3/+3
2016-09-19staging: lustre: osc: osc_object_ast_clear() LBUGBobi Jam1-1/+0
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-04-11staging/lustre: Fix braces {} styleOleg Drokin1-1/+2
2016-03-30staging/lustre/clio: cl_lock simplificationJinshan Xiong1-2/+31
2016-03-30staging/lustre/clio: collapse layer of cl_pageJinshan Xiong1-0/+2
2016-03-01staging: lustre: osc: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-1/+1
2016-02-20staging/lustre/osc: Adjust NULL comparison codestyleOleg Drokin1-2/+2
2015-12-21Staging: lustre: osc: Declare osc_attr_set as staticShraddha Barke1-2/+2
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-10-24staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport1-1/+1
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport1-1/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-2/+0
2015-06-08staging: lustre: osc: clean up whitespace and align function parametersChris Hanna1-9/+9
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-2/+1
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-5/+3
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman1-2/+2
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-1/+1
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-1/+0
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+275