aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov12-20/+18
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov54-231/+231
2016-03-24Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-2/+2
2016-03-22staging: lustre: checking for NULL instead of IS_ERRDan Carpenter1-1/+1
2016-03-22staging: lustre: really make lustre dependent on LNetArnd Bergmann1-1/+1
2016-03-22staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski1-1/+1
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds256-12879/+14555
2016-03-11staging: lustre: fix aligments in lnet selftestJames Simmons5-19/+17
2016-03-11staging: lustre: report minimum of two buffers for LNet selftest load testJames Simmons1-1/+1
2016-03-11staging: lustre: test for proper errno code in lstcon_rpc_trans_abortJames Simmons1-1/+1
2016-03-11staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons13-370/+370
2016-03-11staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons7-174/+174
2016-03-11staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons6-72/+72
2016-03-11staging: lustre: fix spacing issues checkpatch reported in lnet selftestJames Simmons4-8/+8
2016-03-11staging: lustre: remove returns in void function for lnet selftestJames Simmons6-38/+3
2016-03-11staging: lustre: fix bogus lst errors for lnet selftestIsaac Huang1-1/+8
2016-03-11staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-11staging: lustre: lnet: socklnd: Use list_for_each_entry_safeBhaktipriya Shridhar1-5/+4
2016-03-11staging: lustre: lnet: socklnd_proto: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-11staging: lustre: libcfs: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-11staging: lustre: osc_cache: Use list_for_each_entry_safeBhaktipriya Shridhar1-5/+4
2016-03-11staging: lustre: osc: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-11staging: lustre: lnet: api-ni: Use list_for_each_entry_safeBhaktipriya Shridhar1-6/+4
2016-03-11staging: lustre: lnet: peer: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-11staging: lustre: lnet: config: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-11staging: lustre: lnet: router: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-11staging: lustre: lnet: conrpc: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-11staging: lustre: lnet: lib-move: Use list_for_each_entry_safeBhaktipriya Shridhar1-5/+4
2016-03-11staging: lustre: obdclass: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-11Staging: lustre: Use list_{next/prev}_entry instead of list_entryBhumika Goyal2-7/+3
2016-03-11Staging: lustre: lnet: Use list_first_entry_or_nullBhumika Goyal2-8/+6
2016-03-10staging: lustre: make lustre dependent on LNetJames Simmons3-4/+4
2016-03-10staging: lustre: add help section of Kconfig config LNETJames Simmons1-1/+7
2016-03-10staging: lustre: fixup kernel Kconfig option LNET_MAX_PAYLOADJames Simmons1-2/+2
2016-03-10staging: lustre: move libcfs to lnet layerJames Simmons25-3/+3
2016-03-07staging: lustre: make LNet use lprocfs_call_handlerJames Simmons3-30/+15
2016-03-07staging: lustre: rename proc_call_handler to lprocfs_call_handlerJames Simmons1-9/+9
2016-03-07staging: lustre: change test to assert in LNetGetIdJames Simmons1-3/+1
2016-03-07staging: lustre: Correct missing newlineJames Nunez19-32/+40
2016-03-07staging: lustre: fix 'data race condition' issue in framework.cSebastien Buisson1-2/+1
2016-03-07staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson9-40/+61
2016-03-07staging: lustre: fix 'data race condition' issue in conrpc.cSebastien Buisson1-2/+6
2016-03-07staging: lustre: LNet network latency simulationLiang Zhen7-35/+681
2016-03-07staging: lustre: LNet drop rule implementationLiang Zhen8-1/+545
2016-03-05staging: lustre: handle complex strings in cfs_str2num_checkJames Simmons1-1/+26
2016-03-02staging: lustre: do less intense allocating retry for ko2iblndLiang Zhen1-4/+16
2016-03-02staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen3-116/+258
2016-03-02staging: lustre: check wr_id returned by ib_poll_cqLiang Zhen2-6/+24
2016-03-02staging: lustre: Change connect peer failed cleanup orderDoug Oucharek1-0/+2
2016-03-02staging: lustre: take extra refcount in kiblnd_connreq_doneLiang Zhen1-4/+12