aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17staging/lustre/lov: Fix Multiple AssignmentsNathaniel Clark1-5/+4
2016-06-17staging/lustre/llite: Fix Multiple AssignmentsNathaniel Clark3-3/+6
2016-06-17staging/lustre/ldlm: Fix Multiple AssignmentsNathaniel Clark2-4/+7
2016-06-17staging/lustre/fid: Fix Multiple AssignmentsNathaniel Clark1-2/+4
2016-06-17staging/lustre/osc: Fix Multiple Assignment WarningsNathaniel Clark4-9/+18
2016-06-13staging: lustre: hide call to Posix ACL in ifdefArnd Bergmann1-0/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-3/+5
2016-06-09staging: lustre: lnet: Don't access NULL NI on failure pathDoug Oucharek1-3/+4
2016-06-09staging: lustre: lnet: Replace semaphore ln_rc_signal with completionBinoy Jayan2-5/+7
2016-06-09staging: lustre: llite: remove lloop deviceJames Simmons3-892/+0
2016-06-07staging: lustre: set function scope with staticTobin C Harding4-14/+14
2016-06-07staging/lustre/osc: Get rid of osc_page_protected()Oleg Drokin1-22/+0
2016-06-07staging/lustre/osc: Remove ops_temp from osc_pageOleg Drokin2-6/+1
2016-06-07staging/lustre/llite: define per open file cache for ll_cl_contextJinshan Xiong5-97/+88
2016-06-07staging/lustre/lov: calculate file offset correctlyJinshan Xiong1-1/+1
2016-06-07staging: lustre: llite: drop acl from cacheJames Simmons1-0/+1
2016-06-07staging: lustre: llite: kzalloc/copy_to_user to memdup_userTobin C Harding1-9/+3
2016-06-07staging/lustre/ptlrpc: Removes potential null dereferenceLidza Louina2-2/+9
2016-06-07staging: lustre: use setup_timer().Muhammad Falak R Wani1-3/+1
2016-06-07staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons2-4/+13
2016-06-07staging: lustre: libcfs: fix memort leak in libcfs crypto layerJames Simmons1-0/+1
2016-06-07staging: lustre: o2iblnd: make rdma_create_id() support containersLi Dongyang1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro2-6/+4
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds177-13499/+8958
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-05-09lustre: don't need to lock inode in directory lseekAl Viro1-3/+1
2016-05-09staging: lustre: lnet: enable configuration per NI interfaceAmir Shehata1-0/+42
2016-05-09staging: lustre: o2iblnd: properly set ibr_whyAmir Shehata1-1/+1
2016-05-09staging: lustre: o2iblnd: remove last of kiblnd_tunables_finiAmir Shehata1-1/+0
2016-05-09staging: lustre: o2iblnd: per NI map-on-demand valueAmir Shehata4-73/+125
2016-05-09staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunablesAmir Shehata3-34/+34
2016-05-09staging: lustre: o2iblnd: create default o2iblnd tunable settingsAmir Shehata3-8/+20
2016-05-09staging: lustre: o2iblnd: convert macros to inline functionsAmir Shehata4-35/+61
2016-05-09staging: lustre: lnet: add per NI configuration structuresAmir Shehata3-1/+33
2016-05-09staging: lustre: lnet: use struct lnet_ioctl_config_data for NI queryAmir Shehata2-46/+18
2016-05-09staging: lustre: lnet: use struct lnet_ioctl_config_data for NI bring upAmir Shehata3-25/+24
2016-05-09staging: lustre: o2iblnd: Add Fast Reg memory registration supportDmitry Eremin3-55/+257
2016-05-09staging: lustre: o2iblnd: add IBLND_WID_MRDmitry Eremin1-1/+2
2016-05-09staging: lustre: o2iblnd: handle unmapping of FMR in kiblnd_fmr_pool_unmapDmitry Eremin2-7/+11
2016-05-09staging: lustre: o2iblnd: cache FMR key in kib_fmr_tDmitry Eremin3-10/+14
2016-05-09staging: lustre: o2iblnd: break up kiblnd_create_fmr_poolDmitry Eremin1-14/+41
2016-05-09staging: lustre: o2iblnd: create union to contain FMRDmitry Eremin2-9/+13
2016-05-09staging: lustre: o2iblnd: Use list_for_each_entry_safe in kiblnd_destroy_fmr_pool_listDmitry Eremin1-3/+2
2016-05-09staging: lustre: o2iblnd: rename kib_fmr_pool_tDmitry Eremin1-11/+11
2016-05-09staging: lustre: lov: remove unused lov obd functionsJohn L. Hammond5-67/+0
2016-05-09staging: lustre: fid: init FID client for OSP on MDT.wang di1-2/+5
2016-05-09staging: lustre: ptlrpc: fix nrs cleanupNiu Yawei1-1/+5
2016-05-09staging: lustre: debug: clean up console messagesAndreas Dilger2-4/+2
2016-05-09staging: lustre: fid: packing ost_idx in IDIFFan Yong2-41/+57
2016-05-09staging: lustre: mdt: extra checking for getattr RPC.wang di2-3/+2