aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman12-12172/+0
2018-06-01staging: lustre: remove ldebugfs_obd_seq_create() wrapper functionGreg Kroah-Hartman2-8/+4
2018-06-01staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman1-5/+4
2018-05-25staging: lustre: remove remaining libcfs_all.h includes from lustre/lustreNeilBrown2-2/+1
2018-05-25staging: lustre: remove libcfs_all.h from remaining .h files.NeilBrown1-2/+0
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown3-3/+3
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown2-4/+5
2018-05-25staging: lustre: discard CFS_TICKNeilBrown1-1/+1
2018-05-25staging: lustre: remove current_pid() and current_comm()NeilBrown1-1/+1
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+4
2018-05-25staging: lustre: osc: tidy up osc_init()NeilBrown1-13/+16
2018-04-23staging: lustre: add container_of_safe()NeilBrown4-8/+8
2018-04-23staging: lustre: convert osc_quota hash to rhashtableNeilBrown2-94/+47
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown2-2/+2
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown1-1/+1
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown1-2/+1
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown4-6/+6
2018-03-06staging: lustre: fix bug in osc_enter_cache_tryNeilBrown1-1/+1
2018-02-22staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown1-1/+1
2018-02-22staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown2-3/+3
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown2-8/+4
2018-02-16staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown1-13/+12
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown2-3/+3
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown2-6/+3
2017-12-21staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'Roman Storozhenko1-3/+3
2017-12-13drivers: lustre: osc: check result of register_shrinker()Aliaksei Karaliou1-1/+3
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman11-0/+11
2017-10-18staging: lustre: osc: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-22staging: lustre: osc: add include path to MakefileJames Simmons9-28/+31
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: move lustre_param.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: return error code for ostid_set_idBen Evans1-1/+8
2017-07-30staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons1-3/+4
2017-07-30staging: lustre: osc: soft lock - osc_makes_rpc()Bobi Jam1-3/+21
2017-07-30staging: lustre: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-24staging: lustre: lustre: fix all bare unsigned usageJames Simmons2-4/+4
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons2-6/+5
2017-05-15staging: lustre: remove unnecessary bracesThibaut Robert1-2/+1
2017-05-08lustre: replace CURRENT_TIME macroDeepa Dinamani1-2/+2
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarationsPushkar Jambhlekar1-0/+1
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-2/+3
2017-03-06staging: lustre: lov: trying smaller memory allocationsYang Sheng5-11/+11
2017-03-06staging: lustre: osc: further LRU OSC cleanup after evictionJinshan Xiong6-64/+118
2017-03-06staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong2-2/+10
2017-03-06staging: lustre: osc: remove obsolete assertsJinshan Xiong2-5/+0
2017-02-16staging: lustre: Fix incompatible argument in osc_match_baseMaxime Rossi Bellom1-3/+3
2017-02-03staging: lustre: osc: avoid 64 divide in osc_cache_too_muchJames Simmons1-3/+8
2017-02-03staging: lustre: osc: osc_match_base prototype differs from declarationSteve Guminski1-3/+3
2017-02-03staging: lustre: osc: limits the number of chunks in write RPCJinshan Xiong1-37/+87