aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22staging: lustre: uapi: move kernel only prototypes out of lustre_param.hJames Simmons2-11/+18
2017-08-22staging: lustre: uapi: label lustre_ioctl.h as a UAPI headerJames Simmons1-3/+3
2017-08-22staging: lustre: uapi: cleanup headers for lustre_ioctl.hJames Simmons1-9/+1
2017-08-22staging: lustre: uapi: use __ALIGN_KERNEL for lustre_ioctl.hJames Simmons1-6/+6
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons12-14/+13
2017-08-22staging: lustre: uapi: move obd_ioctl_is_invalid() to linux-module.cJames Simmons2-76/+76
2017-08-22staging: lustre: uapi: move obd_ioctl_getdata() declarationJames Simmons2-2/+3
2017-08-22staging: lustre: uapi: remove obd_ioctl_popdata() wrapperJames Simmons3-20/+7
2017-08-22staging: lustre: uapi: remove obd_ioctl_freedata() wrapperJames Simmons5-16/+9
2017-08-22staging: lustre: uapi: remove userland version of obd_ioctl_*()James Simmons1-87/+0
2017-08-22staging: lustre: uapi: remove unused function in lustre_disk.hJames Simmons1-18/+0
2017-08-22staging: lustre: uapi: move lu_fid, ost_id funcs out of lustre_idl.hBen Evans7-538/+587
2017-08-22staging: lustre: uapi: update URL doc link in lustre_fid.hBen Evans1-1/+1
2017-08-22staging: lustre: uapi: return error code for ostid_set_idBen Evans3-18/+21
2017-08-22staging: lustre: uapi: remove unused functions for lustre_fid.hJames Simmons1-29/+0
2017-08-22staging: lustre: uapi: Move functions out of lustre_idl.hBen Evans6-73/+58
2017-08-20staging: lustre: lustre: Off by two in lmv_fid2path()Dan Carpenter1-2/+2
2017-08-18staging: lustre: mgc: fix potential use after free in error pathCihangir Akturk1-13/+3
2017-08-18staging: lustre: obd: make echo_lock_ops constBhumika Goyal1-1/+1
2017-08-18staging: lustre: declare fiemap_for_stripe staticDavid Wittman1-5/+5
2017-08-18staging: lustre: fix minor typos in commentsNeilBrown2-3/+3
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-30staging: lustre: lov: remove dead codeDmitriy Cherkasov1-6/+0
2017-07-30staging: lustre: llite: set security xattr using __vfs_setxattrJames Simmons1-8/+15
2017-07-30staging: lustre: llite: add xattr.h header to xattr.cDmitry Eremin1-0/+1
2017-07-30staging: lustre: llite: allow cached aclsDmitry Eremin2-3/+1
2017-07-30staging: lustre: libcfs: fix test for libcfs_ioctl_hdr minimum sizeJames Simmons1-1/+1
2017-07-30staging: lustre: ptlrpc: print times in microsecondsBob Glosman1-3/+12
2017-07-30staging: lustre: ptlrpc: don't use CFS_DURATION_T for time64_tJames Simmons2-11/+9
2017-07-30staging: lustre: ptlrpc: restore 64-bit time for struct ptlrpc_cli_reqJames Simmons2-6/+6
2017-07-30staging: lustre: linkea: linkEA size limitationFan Yong5-27/+80
2017-07-30staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons5-10/+11
2017-07-30staging: lustre: ldlm: restore interval_iterate_reverse functionJames Simmons2-0/+44
2017-07-30staging: lustre: ptlrpc: no need to reassign mbits for replayNiu Yawei1-6/+22
2017-07-30staging: lustre: ptlrpc: correct use of list_add_tail()John L. Hammond1-1/+1
2017-07-30staging: lustre: lov: Ensure correct operation for large object sizesNathaniel Clark1-10/+13
2017-07-30staging: lustre: lmv: assume a real connection in lmv_connect()John L. Hammond6-152/+23
2017-07-30staging: lustre: lov: remove unused codeJohn L. Hammond13-413/+53
2017-07-30staging: lustre: lov: fix 'control flow' error in lov_io_init_releasedSebastien Buisson1-0/+2
2017-07-30staging: lustre: ldlm: crash on umount in cleanup_resourceAndriy Skulysh3-62/+31
2017-07-30staging: lustre: ldlm: restore missing newlines in ldlm sysfs filesJohn L. Hammond1-2/+2
2017-07-30staging: lustre: osc: soft lock - osc_makes_rpc()Bobi Jam1-3/+21
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: obdclass: linux: constify attribute_group structures.Arvind Yadav2-2/+2
2017-07-30staging: lustre: ldlm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-30staging: lustre: constify attribute_group structures.Arvind Yadav6-7/+7
2017-07-30staging: lustre: lnet: fix incorrect arguments order calling lstcon_session_newColin Ian King1-1/+1
2017-07-23Merge 4.13-rc2 into staging-nextGreg Kroah-Hartman1-4/+15
2017-07-18staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann1-4/+15