summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/osc/osc_object.c
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2018-04-23staging: lustre: add container_of_safe()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-08-22staging: lustre: uapi: return error code for ostid_set_idBen Evans
2017-03-06staging: lustre: osc: further LRU OSC cleanup after evictionJinshan Xiong
2017-03-06staging: lustre: osc: remove obsolete assertsJinshan Xiong
2017-01-03staging: lustre: osc: handle osc eviction correctlyJinshan Xiong
2016-12-06staging: lustre: osc: Performance tune for LRUJinshan Xiong
2016-11-29staging: lustre: ldlm: remove ldlm_policy_data_t typedef usage from codeAndreas Dilger
2016-11-14staging: lustre: clio: get rid of cl_reqJinshan Xiong
2016-10-16staging: lustre: llite: remove duplicate fiemap definesBobi Jam
2016-09-19staging: lustre: clio: rename coo_attr_set to coo_attr_updateBobi Jam
2016-09-19staging: lustre: osc: osc_object_ast_clear() LBUGBobi Jam
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin
2016-04-11staging/lustre: Fix braces {} styleOleg Drokin
2016-03-30staging/lustre/clio: cl_lock simplificationJinshan Xiong
2016-03-30staging/lustre/clio: collapse layer of cl_pageJinshan Xiong
2016-03-01staging: lustre: osc: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla
2016-02-20staging/lustre/osc: Adjust NULL comparison codestyleOleg Drokin
2015-12-21Staging: lustre: osc: Declare osc_attr_set as staticShraddha Barke
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger
2015-10-24staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport
2015-06-08staging: lustre: osc: clean up whitespace and align function parametersChris Hanna
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman
2013-05-14staging: add Lustre file system client supportPeng Tao