summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-0412-20/+18Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0454-231/+231
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-242-2/+2
|\
| * staging: lustre: checking for NULL instead of IS_ERRDan Carpenter2016-03-231-1/+1
| * staging: lustre: really make lustre dependent on LNetArnd Bergmann2016-03-231-1/+1
* | staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski2016-03-221-1/+1
|/
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-18256-12879/+14555
|\
| * staging: lustre: fix aligments in lnet selftestJames Simmons2016-03-125-19/+17Star
| * staging: lustre: report minimum of two buffers for LNet selftest load testJames Simmons2016-03-121-1/+1
| * staging: lustre: test for proper errno code in lstcon_rpc_trans_abortJames Simmons2016-03-121-1/+1
| * staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons2016-03-1213-370/+370
| * staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons2016-03-127-174/+174
| * staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons2016-03-126-72/+72
| * staging: lustre: fix spacing issues checkpatch reported in lnet selftestJames Simmons2016-03-124-8/+8
| * staging: lustre: remove returns in void function for lnet selftestJames Simmons2016-03-126-38/+3Star
| * staging: lustre: fix bogus lst errors for lnet selftestIsaac Huang2016-03-121-1/+8
| * staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: lnet: socklnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4Star
| * staging: lustre: lnet: socklnd_proto: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: libcfs: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2Star
| * staging: lustre: osc_cache: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4Star
| * staging: lustre: osc: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2Star
| * staging: lustre: lnet: api-ni: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-6/+4Star
| * staging: lustre: lnet: peer: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: lnet: config: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2Star
| * staging: lustre: lnet: router: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
| * staging: lustre: lnet: conrpc: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2Star
| * staging: lustre: lnet: lib-move: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4Star
| * staging: lustre: obdclass: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-3/+2Star
| * Staging: lustre: Use list_{next/prev}_entry instead of list_entryBhumika Goyal2016-03-122-7/+3Star
| * Staging: lustre: lnet: Use list_first_entry_or_nullBhumika Goyal2016-03-122-8/+6Star
| * staging: lustre: make lustre dependent on LNetJames Simmons2016-03-113-4/+4
| * staging: lustre: add help section of Kconfig config LNETJames Simmons2016-03-111-1/+7
| * staging: lustre: fixup kernel Kconfig option LNET_MAX_PAYLOADJames Simmons2016-03-111-2/+2
| * staging: lustre: move libcfs to lnet layerJames Simmons2016-03-1125-3/+3
| * staging: lustre: make LNet use lprocfs_call_handlerJames Simmons2016-03-083-30/+15Star
| * staging: lustre: rename proc_call_handler to lprocfs_call_handlerJames Simmons2016-03-081-9/+9
| * staging: lustre: change test to assert in LNetGetIdJames Simmons2016-03-081-3/+1Star
| * staging: lustre: Correct missing newlineJames Nunez2016-03-0819-32/+40
| * staging: lustre: fix 'data race condition' issue in framework.cSebastien Buisson2016-03-081-2/+1Star
| * staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson2016-03-089-40/+61
| * staging: lustre: fix 'data race condition' issue in conrpc.cSebastien Buisson2016-03-081-2/+6
| * staging: lustre: LNet network latency simulationLiang Zhen2016-03-087-35/+681
| * staging: lustre: LNet drop rule implementationLiang Zhen2016-03-088-1/+545
| * staging: lustre: handle complex strings in cfs_str2num_checkJames Simmons2016-03-051-1/+26
| * staging: lustre: do less intense allocating retry for ko2iblndLiang Zhen2016-03-031-4/+16
| * staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen2016-03-033-116/+258
| * staging: lustre: check wr_id returned by ib_poll_cqLiang Zhen2016-03-032-6/+24
| * staging: lustre: Change connect peer failed cleanup orderDoug Oucharek2016-03-031-0/+2
| * staging: lustre: take extra refcount in kiblnd_connreq_doneLiang Zhen2016-03-031-4/+12