aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/lustre/lustre/llite/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-1708/+0
2018-05-25staging: lustre: discard cfs_cap_t, use kernel_cap_tNeilBrown1-1/+1
2018-05-06staging: lustre: llite: fix potential missing-check bug when copying lumvWenwen Wang1-0/+2
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown1-1/+1
2018-02-22staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown1-4/+4
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2018-01-01lustre: don't set f_version in ll_readdirJeff Layton1-3/+0
2017-12-07staging: lustre: llite: Remove else after gotoLuis de Bethencourt1-2/+2
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-10-20staging: lustre: llite: fix coding style for error messagesAastha Gupta1-6/+5
2017-10-20staging: lustre: llite: fix lines over 80 characters in llite filesAastha Gupta1-3/+6
2017-08-22staging: lustre: llite: add include path to MakefileJames Simmons1-8/+8
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-3/+3
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-6/+6
2017-06-14staging: lustre: llite: Replace the symbolic file permission mode with the numeric oneRoman Storozhenko1-1/+1
2017-02-03staging: lustre: llite: normal user can't set FS default stripeLai Siyao1-5/+9
2017-01-27staging: lustre: llite: use octal permissionsErnestas Kulik1-1/+1
2016-12-06staging: lustre: llite: ll_dir_ioctl cleanup of redundant comparisonsParinay Kondekar1-3/+0
2016-12-06staging: lustre: mdt: race between open and migratewang di1-1/+1
2016-12-06staging: lustre: headers: move swab functions to new header filesBen Evans1-0/+2
2016-10-30staging: lustre: llite: Inform copytool of dataversion changesHenri Doreau1-2/+2
2016-10-30staging: lustre: llite: report back to user bad stripe countwang di1-0/+12
2016-10-30staging: lustre: llite: basic support of SELinux in CLIOSebastien Buisson1-0/+11
2016-10-30staging: lustre: dne: setdirstripe should fail if not supportedLai Siyao1-0/+4
2016-10-16staging: lustre: quota: remove obsolete quota codeNiu Yawei1-65/+0
2016-10-16staging: lustre: clio: add CIT_DATA_VERSION and remove IOC_LOV_GETINFOJohn L. Hammond1-71/+0
2016-10-16staging: lustre: obd: remove unused LSM parametersJohn L. Hammond1-1/+1
2016-10-16staging: lustre: llite: Report first encountered errorHenri Doreau1-8/+8
2016-10-16staging: lustre: obd: remove client Size on MDS supportJohn L. Hammond1-2/+1
2016-09-27staging: lustre: llite: add missing LMV_MAGIC_V1 casewang di1-0/+4
2016-09-19staging: lustre: llite: Add ioctl to get parent fids from link EA.Henri Doreau1-0/+2
2016-09-19staging: lustre: remove lustre_lite.hJohn L. Hammond1-9/+3
2016-09-19staging: lustre: lmv: fix some byte order issuesJohn L. Hammond1-4/+4
2016-09-19staging: lustre: lmv: honor MDT index when creating volatile filewang di1-0/+17
2016-08-21staging: lustre: llite: move dir cache to MDC layerwang di1-315/+19
2016-08-21staging: lustre: llite: set op_max_pageswang di1-0/+1
2016-08-21staging: lustre: mdt: add mbo_ prefix to members of struct mdt_bodyJohn L. Hammond1-15/+15
2016-08-21staging: lustre: llite: use the correct mode for striped directorywang di1-13/+27
2016-08-21staging: lustre: llite: a few fixes about readdir of striped dir.wang di1-0/+27
2016-08-21staging: lustre: llite: Change readdir BRW metricsJinshan Xiong1-1/+1
2016-08-21staging: lustre: lmv: separate master object with master stripewang di1-21/+10
2016-08-21staging: lustre: move ioctls to lustre_ioctl.hJohn L. Hammond1-6/+3
2016-08-21staging: lustre: llite: a few fixes for migration.wang di1-16/+6
2016-08-21staging: lustre: add ability to migrate inodes.wang di1-2/+41
2016-08-21staging: lustre: delete striped directorywang di1-10/+0
2016-08-21staging: lustre: llite: fix "getdirstripe" to show stripe infowang di1-41/+143
2016-08-21staging: lustre: create striped directorywang di1-5/+21
2016-08-21staging: lustre: llite: change remove parameter to boolwang di1-5/+5
2016-08-21staging: lustre: llite: pass inode to ll_release_pagewang di1-8/+9