summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-0512-12172/+0
* staging: lustre: remove ldebugfs_obd_seq_create() wrapper functionGreg Kroah-Hartman2018-06-012-8/+4
* staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman2018-06-011-5/+4
* staging: lustre: remove remaining libcfs_all.h includes from lustre/lustreNeilBrown2018-05-252-2/+1
* staging: lustre: remove libcfs_all.h from remaining .h files.NeilBrown2018-05-251-2/+0
* staging: lustre: start moving includes out of libcfs.hNeilBrown2018-05-253-3/+3
* staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown2018-05-252-4/+5
* staging: lustre: discard CFS_TICKNeilBrown2018-05-251-1/+1
* staging: lustre: remove current_pid() and current_comm()NeilBrown2018-05-251-1/+1
* staging: lustre: refactor libcfs initialization.NeilBrown2018-05-251-0/+4
* staging: lustre: osc: tidy up osc_init()NeilBrown2018-05-251-13/+16
* staging: lustre: add container_of_safe()NeilBrown2018-04-234-8/+8
* staging: lustre: convert osc_quota hash to rhashtableNeilBrown2018-04-232-94/+47
* staging: lustre: libcfs: discard cfs_time_after()NeilBrown2018-04-232-2/+2
* staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2018-04-231-1/+1
* staging: lustre: libcfs: discard cfs_time_add/subNeilBrown2018-04-231-2/+1
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-234-6/+6
* staging: lustre: fix bug in osc_enter_cache_tryNeilBrown2018-03-061-1/+1
* staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown2018-02-221-1/+1
* staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown2018-02-222-3/+3
* staging: lustre: introduce and use l_wait_event_abortable()NeilBrown2018-02-162-8/+4
* staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown2018-02-161-13/+12
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-162-3/+3
* staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown2018-02-162-6/+3
* staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'Roman Storozhenko2017-12-211-3/+3
* drivers: lustre: osc: check result of register_shrinker()Aliaksei Karaliou2017-12-131-1/+3
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-1111-0/+11
* staging: lustre: osc: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
* staging: lustre: osc: add include path to MakefileJames Simmons2017-08-229-28/+31
* staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons2017-08-221-1/+1
* staging: lustre: uapi: move lustre_param.h to uapi directoryJames Simmons2017-08-221-1/+1
* staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons2017-08-221-1/+1
* staging: lustre: uapi: return error code for ostid_set_idBen Evans2017-08-221-1/+8
* staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons2017-07-301-3/+4
* staging: lustre: osc: soft lock - osc_makes_rpc()Bobi Jam2017-07-301-3/+21
* staging: lustre: constify attribute_group structures.Arvind Yadav2017-07-301-1/+1
* staging: lustre: lustre: fix all bare unsigned usageJames Simmons2017-06-242-4/+4
* staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons2017-06-242-6/+5
* staging: lustre: remove unnecessary bracesThibaut Robert2017-05-151-2/+1
* lustre: replace CURRENT_TIME macroDeepa Dinamani2017-05-081-2/+2
* drivers/staging/lustre: Coding-guideline: Missing a blank line after declarat...Pushkar Jambhlekar2017-04-081-0/+1
* staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2017-03-061-2/+3
* staging: lustre: lov: trying smaller memory allocationsYang Sheng2017-03-065-11/+11
* staging: lustre: osc: further LRU OSC cleanup after evictionJinshan Xiong2017-03-066-64/+118
* staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong2017-03-062-2/+10
* staging: lustre: osc: remove obsolete assertsJinshan Xiong2017-03-062-5/+0
* staging: lustre: Fix incompatible argument in osc_match_baseMaxime Rossi Bellom2017-02-161-3/+3
* staging: lustre: osc: avoid 64 divide in osc_cache_too_muchJames Simmons2017-02-031-3/+8
* staging: lustre: osc: osc_match_base prototype differs from declarationSteve Guminski2017-02-031-3/+3
* staging: lustre: osc: limits the number of chunks in write RPCJinshan Xiong2017-02-031-37/+87
OpenPOWER on IntegriCloud