aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mdc/mdc_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-498/+0
2018-05-25staging: lustre: discard cfs_cap_t, use kernel_cap_tNeilBrown1-8/+9
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: mdc: add include path to MakefileJames Simmons1-2/+2
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: Move functions out of lustre_idl.hBen Evans1-0/+6
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-6/+6
2016-12-06staging: lustre: mdt: race between open and migratewang di1-25/+34
2016-11-14staging: lustre: hsm: Use file lease to implement migrationHenri Doreau1-15/+19
2016-10-16staging: lustre: remove Size on MDS supportJohn L. Hammond1-3/+4
2016-10-16staging: lustre: obd: remove client Size on MDS supportJohn L. Hammond1-16/+4
2016-09-19staging: lustre: mdc: Proper accessing struct lov_user_mdYoshifumi Uemura1-1/+1
2016-09-19staging: lustre: mdc: fix comparison between signed and unsignedDmitry Eremin1-13/+14
2016-08-21staging: lustre: obd: remove dead codeJohn L. Hammond1-15/+0
2016-08-21staging: lustre: fid: do open-by-fid by defaultLai Siyao1-4/+1
2016-08-21staging: lustre: mdt: add mbo_ prefix to members of struct mdt_bodyJohn L. Hammond1-31/+31
2016-08-21staging: lustre: llite: validate namesJohn L. Hammond1-24/+43
2016-08-21staging: lustre: obdclass: unified flow control interfacesFan Yong1-64/+0
2016-08-21staging: lustre: add ability to migrate inodes.wang di1-0/+2
2016-06-20staging/lustre/mdc: Zero atime in close RPCNiu Yawei1-0/+12
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-04-26staging/lustre: Fix blank line after/before {/} styleOleg Drokin1-1/+0
2016-04-11staging: lustre: hsm: Fix lu_ref for lease handleJinshan Xiong1-1/+1
2016-03-30staging/lustre: Remove struct ll_iattrOleg Drokin1-2/+1
2016-03-30staging/lustre/obd: remove struct client_obd_lockJohn L. Hammond1-9/+9
2016-02-25staging/lustre/mdc: Adjust comments to better conform to coding styleOleg Drokin1-1/+2
2016-02-20staging/lustre/mdc: Adjust NULL comparison codestyleOleg Drokin1-9/+3
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-2/+0
2015-09-29staging/lustre: Remove mds/ost capabilities supportOleg Drokin1-46/+2
2015-07-31staging/lustre: use ATTR_OPEN directly, remove ATTR_RAWOleg Drokin1-1/+1
2015-01-17staging: lustre: lustre: mdc: mdc_lib.c: Removed an unnecessary NULL checkRickard Strandqvist1-4/+3
2014-11-22staging: lustre: mdc: use __FMODE_EXEC macroJuston Li1-3/+1
2014-08-16staging: lustre: add blank lines after declarationsSrikrishan Malik1-0/+1
2014-08-16staging: lustre: replace c99 style comments with C89Srikrishan Malik1-3/+3
2014-08-16staging: lustre: Add missing spaces around operators and braces.Srikrishan Malik1-12/+13
2014-08-16staging: lustre: fix lines over 80 charsSrikrishan Malik1-3/+6
2014-08-16staging: lustre: move open brace to next line after functionsSrikrishan Malik1-1/+2
2014-08-16staging: lustre: remove space between function name and and open parenthesisSrikrishan Malik1-2/+2
2014-07-11staging: lustre: mdc: remove ccflags from MakefileGreg Kroah-Hartman1-2/+2
2014-02-11staging/lustre/llite: fix O_TMPFILE/O_LOV_DELAY_CREATE conflictAndreas Dilger1-1/+1
2013-12-03staging/lustre/hsm: Add hsm_release feature.Jinshan Xiong1-1/+25
2013-11-19staging/lustre/hsm: Implementation of exclusive openJinshan Xiong1-3/+4
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-1/+1
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-1/+1
2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao1-12/+13
2013-06-03staging/lustre: clean up and remove libcfs/linux/linux-fs.cPeng Tao1-1/+1
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+564