aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lmv (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03staging: lustre: lmv: remove nlink check in lmv_revalidate_slaveswang di1-15/+1
2017-02-03staging: lustre: lustre: Remove old commented out codeBen Evans1-8/+1
2017-02-03staging: lustre: lmv: remove unused placement parameterJohn L. Hammond2-69/+0
2017-02-03staging: lustre: lmv: Error not handled for lmv_find_targetUlka Vaze1-7/+18
2017-02-03staging: lustre: lmv: Correctly generate target_obdGiuseppe Di Natale1-2/+15
2017-02-03staging: lustre: statahead: drop support for remote entryLai Siyao1-7/+23
2017-01-05Staging: lustre: lustre: lmv: Compress return logic into one line.Gustavo A. R. Silva1-42/+16
2016-11-29staging: lustre: ldlm: remove ldlm_policy_data_t typedef usage from codeAndreas Dilger1-5/+6
2016-11-14staging: lustre: lmv: lock necessary part of lmv_add_targetwang di1-26/+27
2016-11-14staging: lustre: obd: rename obd_unpackmd() to md_unpackmd()John L. Hammond2-22/+6
2016-11-14staging: lustre: lmv: revalidate the dentry for striped dirwang di1-2/+9
2016-11-14staging: lustre: obd: Remove dead code in precleanupHenri Doreau1-16/+3
2016-11-14staging: lustre: hsm: prevent migration of HSM archived filesJohn L. Hammond1-12/+13
2016-10-30staging: lustre: mdc: deactive MDT permanentlywang di1-0/+1
2016-10-30staging: lustre: lmv: allow cross-MDT rename and linkwang di1-20/+57
2016-10-16staging: lustre: lov: move LSM to LOV layerJohn L. Hammond1-105/+0
2016-10-16staging: lustre: obd: remove destroy cookie handlingJohn L. Hammond1-17/+6
2016-10-16staging: lustre: quota: remove obsolete quota codeNiu Yawei1-30/+1
2016-10-16staging: lustre: obd: remove unused LSM parametersJohn L. Hammond1-5/+3
2016-10-16staging: lustre: obd: remove client Size on MDS supportJohn L. Hammond1-29/+2
2016-09-20Staging: lustre: lmv_obd: Remove redundant test.Sandhya Bankar1-1/+1
2016-09-19staging: lustre: lmv: fix parent FID for migrationwang di1-5/+25
2016-09-19staging: lustre: llite: make default_easize writeable in /sysfsNed Bass1-1/+34
2016-09-19staging: lustre: mdt: add indexing option to default dir stripewang di1-0/+5
2016-09-19staging: lustre: misc: remove unnecessary EXPORT_SYMBOLfrank zago1-1/+0
2016-09-19staging: lustre: lmv: Do not revalidate stripes with master lockwang di3-54/+19
2016-09-19staging: lustre: client: Fix mkdir -i 1 from DNE2 client to DNE1 serverArtem Blagodarenko1-8/+12
2016-09-19staging: lustre: mdc: fix comparison between signed and unsignedDmitry Eremin2-16/+18
2016-09-19staging: lustre: lmv: add testing for bad name hashFan Yong1-3/+7
2016-09-19staging: lustre: lmv: move some inline functions to lustre_lmv.hFan Yong3-66/+3
2016-09-19staging: lustre: lmv: remove dead codeDmitry Eremin1-25/+0
2016-09-19staging: lustre: lmv: change type of lmv_obd->tgts_size to u32Dmitry Eremin1-2/+2
2016-09-19staging: lustre: obd: change type of lmv_tgt_desc->ltd_idx to u32Dmitry Eremin3-8/+8
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond1-2/+0
2016-09-19staging: lustre: lmv: release request in lmv_revalidate_slaves()John L. Hammond1-7/+9
2016-09-19staging: lustre: lmv: release locks if lmv_intent_lock() failsJohn L. Hammond1-0/+22
2016-09-19staging: lustre: lmv: fix some byte order issuesJohn L. Hammond1-1/+1
2016-09-19staging: lustre: lmv: Do not ignore ENOENT in lmv_unlinkwang di1-1/+1
2016-09-19staging: lustre: lmv: honor MDT index when creating volatile filewang di3-10/+63
2016-09-18Staging: lustre: lmv_obd: Remove redundant if-statement.Sandhya Bankar1-4/+2
2016-09-17staging: lustre: lmv: mark symbols static where possibleBaoyou Xie1-17/+21
2016-09-01staging: lustre: constify lmv_proc_target_fops structureJulia Lawall2-2/+2
2016-09-01staging/lustre: avoid clearing i_nlink for inodes in useAndrew Perepechko1-42/+0
2016-09-01staging/lustre: const correct set_lock_data()John L. Hammond2-3/+4
2016-08-21staging: lustre: obd: decruft md_enqueue() and md_intent_lock()John L. Hammond3-98/+27
2016-08-21staging: lustre: obd: remove unused lmv_readpages()/mdc_readpage()Jian Yu1-146/+0
2016-08-21staging: lustre: lmv: implement lmv version of read_pagewang di1-0/+329
2016-08-21staging: lustre: lmv: build error with gcc 4.7.0 20110509Dmitry Eremin1-16/+18
2016-08-21staging: lustre: lmv: build master LMV EA dynamically build via readdirFan Yong1-4/+0
2016-08-21staging: lustre: lmv: try all stripes for unknown hash functionswang di3-48/+178