aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-212/+59
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds63-24/+84
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman63-0/+63
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18staging: lustre: rpc: mark expected switch fall-throughsGustavo A. R. Silva1-4/+9
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: lustre: lnet: net_fault: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro3-109/+25
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro4-121/+52
2017-10-11lnet_return_rx_credits_locked: don't abuse list_entryAl Viro1-1/+1
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed1-11/+3
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia1-1/+1
2017-09-18staging: lustre: lnet: Replace list_for_each with list_for_each_entryHaneen Mohammed1-7/+2
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+2
2017-09-04lustre: switch to kernel_writeChristoph Hellwig1-8/+2
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen2-3/+3
2017-08-22staging: lustre: libcfs: add include path to MakefileJames Simmons21-24/+27
2017-08-22staging: lustre: ksocklnd: add include path to MakefileJames Simmons2-3/+6
2017-08-22staging: lustre: ko2iblnd: add include path to MakefileJames Simmons2-2/+5
2017-08-22staging: lustre: lnet: add include path to MakefileJames Simmons18-24/+32
2017-08-22staging: lustre: lnet: selftest: add include path to MakefileJames Simmons8-18/+21
2017-08-22staging: lustre: lnet: migrate headers to lnet uapi directoryJames Simmons11-11/+11
2017-08-22staging: lustre: lnet: delete lnet.hJames Simmons7-7/+1
2017-07-30staging: lustre: libcfs: fix test for libcfs_ioctl_hdr minimum sizeJames Simmons1-1/+1
2017-07-30staging: lustre: ldlm: crash on umount in cleanup_resourceAndriy Skulysh1-16/+31
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
2017-07-16staging: lustre: fix sparse error: incompatible types in comparison expressionRui Teng1-3/+2
2017-07-16staging: lustre: lnet: remove dead code and useless wrapperDmitriy Cherkasov2-21/+10
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-22/+21
2017-06-29staging: lustre: replace kmalloc with kmalloc_arrayDenis Petrovic1-2/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar6-9/+9
2017-06-03staging: lustre: in-place endianness functionsNikola Jelic1-10/+10
2017-06-03staging: lustre: changed __u32 to __be32Nikola Jelic1-1/+1
2017-06-03lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic1-2/+2
2017-06-03staging: lustre: Replace printk_ratelimited with pr_warn_ratelimitedKonrad Malkowski1-7/+5
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-10/+1
2017-03-29Staging: lustre: lnet: code style fixSergiy Redko1-1/+1
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal2-5/+5
2017-03-27Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman1-2/+2
2017-03-21staging: lustre: libcfs: Define pr_fmt() to include relevant nameNarcisa Ana Maria Vasile1-5/+6
2017-03-21staging: lustre: libcfs: Replace printk() with pr_*()Narcisa Ana Maria Vasile1-28/+22
2017-03-12staging: lustre: Use min3 macroGargi Sharma1-3/+3
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+2
2017-03-07staging: lustre: lnet: Constify kernel_param_ops structureGargi Sharma1-4/+4
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons7-22/+22