aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen1-2/+2
2017-08-22staging: lustre: lov: add include path to MakefileJames Simmons12-41/+44
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons5-7/+4
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: remove obd_ioctl_freedata() wrapperJames Simmons1-4/+4
2017-08-18staging: lustre: declare fiemap_for_stripe staticDavid Wittman1-5/+5
2017-07-30staging: lustre: lov: remove dead codeDmitriy Cherkasov1-6/+0
2017-07-30staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons1-4/+4
2017-07-30staging: lustre: lov: Ensure correct operation for large object sizesNathaniel Clark1-10/+13
2017-07-30staging: lustre: lov: remove unused codeJohn L. Hammond12-405/+52
2017-07-30staging: lustre: lov: fix 'control flow' error in lov_io_init_releasedSebastien Buisson1-0/+2
2017-07-30staging: lustre: lov: refactor lov_object_fiemap()Bobi Jam1-216/+225
2017-07-30staging: lustre: lov: use u64 instead of loff_t in lov_object_fiemap()Bobi Jam1-19/+19
2017-07-30staging: lustre: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-15/+14
2017-06-24staging: lustre: lustre: make all struct file_operations constantJames Simmons1-1/+1
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons5-14/+13
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-2/+2
2017-06-03staging/lustre/lov: remove set_fs() call from lov_getstripe()Oleg Drokin1-9/+0
2017-04-28staging: lustre: remove void function returnValentin Vidic1-1/+0
2017-03-06staging: lustre: lov: trying smaller memory allocationsYang Sheng2-22/+21
2017-03-06staging: lustre: lov: cleanup when cl_io_iter_init() failsJinshan Xiong1-11/+13
2017-02-03staging: lustre: obd: remove OBD_NOTIFY_CREATEJohn L. Hammond1-2/+0
2017-02-03staging: lustre: lov: ld_target could be NULLBobi Jam1-0/+7
2017-02-03staging: lustre: llite: handle inactive OSTs better in statfsAndreas Dilger1-3/+3
2017-02-03staging: lustre: llite: don't ignore layout for group lock requestJinshan Xiong2-1/+27
2017-02-03staging: lustre: llite: Remove access of stripe in ll_setattr_rawJinshan Xiong2-5/+5
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-3/+3
2017-01-03staging/lustre/lov: make lov_lsm_alloc() staticOleg Drokin1-1/+2
2016-12-07staging/lustre: Convert all bare unsigned to unsigned intOleg Drokin1-1/+2
2016-12-06staging: lustre: headers: sort headers affected by swab moveBen Evans2-10/+13
2016-12-06staging: lustre: headers: move swab functions to new header filesBen Evans2-0/+2
2016-11-14staging: lustre: clio: get rid of cl_reqJinshan Xiong4-140/+21
2016-11-14staging: lustre: obd: Remove dead code in precleanupHenri Doreau1-24/+0
2016-11-14staging: lustre: lov: init LOV stripe type beforehandBobi Jam3-4/+14
2016-11-14staging: lustre: lov: avoid infinite loop in lsm_alloc_plain()John L. Hammond1-1/+1
2016-11-07staging/lustre: Get rid of cl_env hash tableJinshan Xiong2-11/+1
2016-10-30staging: lustre: lov: remove LSM from struct lustre_mdJohn L. Hammond5-129/+116
2016-10-25Staging: lustre: lov: check return value of lov_sub_get()Jinshan Xiong1-0/+2
2016-10-25staging: lustre: restore initialization of return codeArnd Bergmann1-0/+2
2016-10-16staging: lustre: use 'unsigned int' not unsignedElizabeth Ferdman1-1/+1
2016-10-16staging: lustre: lov: move LSM to LOV layerJohn L. Hammond4-121/+117
2016-10-16staging: lustre: osc: remove remaining bits for capa supportJohn L. Hammond2-5/+4
2016-10-16staging: lustre: lov: copy_to_user uses wrong castingJames Simmons1-4/+4
2016-10-16staging: lustre: lov: use obd_get_info() to get def/max LOV EA sizesJohn L. Hammond1-11/+13
2016-10-16staging: lustre: obd: remove destroy cookie handlingJohn L. Hammond3-4/+0
2016-10-16staging: lustre: quota: remove obsolete quota codeNiu Yawei1-52/+2
2016-10-16staging: lustre: llite: add cl_object_maxbytes()John L. Hammond2-107/+101
2016-10-16staging: lustre: llite: remove lli_has_smdJinshan Xiong1-1/+8