summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorLines
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-334/+308
2017-06-29staging: lustre: replace kmalloc with kmalloc_arrayDenis Petrovic-2/+3
2017-06-24staging: lustre: lustre: add all missing indentifier namesJames Simmons-24/+27
2017-06-24staging: lustre: lustre: fix all bare unsigned usageJames Simmons-13/+13
2017-06-24staging: lustre: lustre: make all struct file_operations constantJames Simmons-17/+17
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons-177/+175
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-20/+20
2017-06-14staging: lustre: llite: Replace the symbolic file permission mode with the nu...Roman Storozhenko-1/+1
2017-06-13staging: lustre: fid: Fixes debug output style problemRoman Storozhenko-1/+1
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman-9/+0
2017-06-03staging: lustre: in-place endianness functionsNikola Jelic-10/+10
2017-06-03staging: lustre: changed __u32 to __be32Nikola Jelic-1/+1
2017-06-03lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic-2/+2
2017-06-03staging: lustre: cleanup le32 assignment to ldp_flagsValentin Vidic-3/+4
2017-06-03staging: lustre: lprocfs: Use seq_puts instead of seq_printfMathias Rav-10/+10
2017-06-03staging: lustre: Use kstrtouint_from_user in ldlm_rw_uintMathias Rav-35/+19
2017-06-03staging: lustre: Replace printk_ratelimited with pr_warn_ratelimitedKonrad Malkowski-7/+5
2017-06-03staging/lustre/lov: remove set_fs() call from lov_getstripe()Oleg Drokin-9/+0
2017-05-15staging: lustre: remove unnecessary bracesThibaut Robert-30/+19
2017-05-15staging: lustre: ptlrpc: remove unnecessary codeGustavo A. R. Silva-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2017-05-08lustre: replace CURRENT_TIME macroDeepa Dinamani-5/+5
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko-10/+1
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1662/+1641
2017-04-28staging: lustre: remove void function returnValentin Vidic-3/+0
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+1
2017-04-20lustre: Convert to separately allocated bdiJan Kara-25/+3
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney-1/+1
2017-04-18staging: lustre: Fix sparse endianness warnings cast to restricted __le64 and...Skanda Guruanand-4/+4
2017-04-18Staging: lustre cleanup macros in libcfs_private.hCraig Inches-36/+15
2017-04-14staging: lustre: checking for NULL instead if IS_ERRDan Carpenter-2/+2
2017-04-08staging: lustre: fixed ../include/lustre_debug.h is included more than once.Darryl T. Agostinelli-1/+0
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarat...Pushkar Jambhlekar-0/+6
2017-03-29Staging: lustre: lnet: code style fixSergiy Redko-1/+1
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal-6/+6
2017-03-27Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman-2/+2
2017-03-21staging: lustre: libcfs: Define pr_fmt() to include relevant nameNarcisa Ana Maria Vasile-5/+6
2017-03-21staging: lustre: libcfs: Replace printk() with pr_*()Narcisa Ana Maria Vasile-28/+22
2017-03-17staging: lustre: llite: rw26: Remove unused function definitionsayli karnik-26/+0
2017-03-14staging: lustre shorten multiple lines over 80 char in lu_object.hCraig Inches-5/+5
2017-03-12staging: lustre: Use min3 macroGargi Sharma-3/+3
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-2/+2
2017-03-09staging: lustre: Remove max_u64 functionGargi Sharma-9/+4
2017-03-09staging: lustre: lustre: Remove unnecessary cast on void pointersimran singhal-1/+1
2017-03-09staging: lustre: Remove unnecessary cast on void pointersimran singhal-2/+2
2017-03-07staging: lustre: Remove lustre_eacl.hGargi Sharma-76/+0
2017-03-07staging: lustre: lnet: Constify kernel_param_ops structureGargi Sharma-4/+4
2017-03-07staging: lustre: fix sparse warning about different address spacesMario Bambagini-1/+2
2017-03-06staging: lustre: Replace typedef with structGargi Sharma-6/+6
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons-33/+32