index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lustre
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-02-01
84
-2121
/
+949
|
\
|
*
staging: lustre: separate a connection destroy from free struct kib_conn
Dmitry Eremin
2018-01-26
3
-7
/
+8
|
*
staging: lustre: lnet/selftest: fix compile error on UP build
NeilBrown
2018-01-23
1
-9
/
+8
|
*
staging: lustre: libcfs: Prevent harmless read underflow
Dan Carpenter
2018-01-22
1
-1
/
+1
|
*
staging: lustre: lnet: remove null check before kfree
Sumit Pundir
2018-01-22
1
-2
/
+1
|
*
staging: lustre: lnet: prefer kcalloc over kzalloc with multiply
Sumit Pundir
2018-01-22
1
-2
/
+2
|
*
staging: lustre: Align struct member identifiers
Fabian Huegel
2018-01-22
1
-22
/
+22
|
*
staging: lustre: Fix comment style
Fabian Huegel
2018-01-22
1
-20
/
+27
|
*
staging: lustre: lnet: avoid uninitialized return value
Arnd Bergmann
2018-01-16
1
-2
/
+5
|
*
staging: lustre: lnet: fix build warning in module.c
Greg Kroah-Hartman
2018-01-16
1
-1
/
+1
|
*
staging: lustre: Align backslashes in multi-line macros
Fabian Huegel
2018-01-15
1
-83
/
+83
|
*
staging: lustre: Fix overlong lines
Fabian Huegel
2018-01-15
1
-4
/
+10
|
*
staging: lustre: Add identifier names to function declarations
Fabian Huegel
2018-01-15
1
-10
/
+12
|
*
staging: lustre: Remove DECLARE_LU_VARS macro
Fabian Huegel
2018-01-15
1
-8
/
+8
|
*
staging: lustre: Enclose complex macros in do-while loops
Fabian Huegel
2018-01-15
1
-4
/
+12
|
*
staging: lustre: libcfs: remove workitem code.
NeilBrown
2018-01-15
5
-582
/
+2
|
*
staging: lustre: lnet: convert selftest to use workqueues
NeilBrown
2018-01-15
4
-82
/
+68
|
*
staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.
NeilBrown
2018-01-09
1
-51
/
+0
|
*
staging: lustre: replace LIBCFS_CPT_ALLOC()
NeilBrown
2018-01-09
10
-110
/
+88
|
*
staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.
NeilBrown
2018-01-09
1
-4
/
+3
|
*
staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)
NeilBrown
2018-01-09
1
-3
/
+3
|
*
staging: lustre: use kmalloc for allocating ksock_tx
NeilBrown
2018-01-09
2
-3
/
+3
|
*
staging: lustre: lnet-route: use kmalloc for small allocation
NeilBrown
2018-01-09
1
-3
/
+2
|
*
staging: lustre: more conversions to GFP_KERNEL allocations.
NeilBrown
2018-01-09
6
-48
/
+40
|
*
staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.
NeilBrown
2018-01-09
4
-30
/
+23
|
*
staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNEL
NeilBrown
2018-01-09
4
-38
/
+26
|
*
staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)
NeilBrown
2018-01-09
7
-39
/
+29
|
*
staging: lustre: lnet: use kmalloc/kvmalloc in router_proc
NeilBrown
2018-01-09
1
-17
/
+17
|
*
staging: lustre: lnet: selftest: don't allocate small strings.
NeilBrown
2018-01-09
1
-151
/
+29
|
*
staging: lustre: lnet: switch to cpumask_var_t
NeilBrown
2018-01-09
5
-59
/
+49
|
*
staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.
NeilBrown
2018-01-09
22
-133
/
+124
|
*
Staging: lustre: Fix prefer kcalloc over kzalloc with multiply
Sumit Pundir
2018-01-08
1
-1
/
+1
|
*
Staging: lustre: Fix prefer seq_puts to seq_printf
Sumit Pundir
2018-01-08
1
-3
/
+3
|
*
drivers: lustre: obdclass: simplify unregister_shrinker() usage
Aliaksei Karaliou
2018-01-08
1
-2
/
+1
|
*
staging: lustre: lnet: discard CFS_ALLOC_PTR
NeilBrown
2018-01-08
2
-8
/
+5
|
*
staging: lustre: lnet-lib: opencode some alloc/free functions.
NeilBrown
2018-01-08
8
-89
/
+28
|
*
staging: lustre: libcfs: remove prng
NeilBrown
2018-01-08
3
-148
/
+1
|
*
staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()
NeilBrown
2018-01-08
3
-3
/
+3
|
*
staging: lustre: replace cfs_srand() calls with add_device_randomness().
NeilBrown
2018-01-08
3
-26
/
+13
|
*
staging: lustre: replace cfs_rand() with prandom_u32_max()
NeilBrown
2018-01-08
4
-23
/
+25
|
*
staging: lustre: libcfs: remove wi_data from cfs_workitem
NeilBrown
2018-01-08
4
-14
/
+11
|
*
staging: lustre: libcfs: use a workqueue for rehash work.
NeilBrown
2018-01-08
4
-75
/
+31
|
*
staging: lustre: obd_mount: fix possible race with module unload.
NeilBrown
2018-01-08
3
-17
/
+24
|
*
staging: lustre: obdclass: remove vfsmount option from client_fill_super
NeilBrown
2018-01-08
4
-12
/
+8
|
*
staging: lustre: obdclass: remove pointless struct lustre_mount_data2
NeilBrown
2018-01-08
1
-15
/
+4
|
*
staging: lustre: obdclass: discard FS_NEEDS_DEV flag.
NeilBrown
2018-01-08
1
-5
/
+5
|
*
staging: lustre: disable preempt while sampling processor id.
NeilBrown
2018-01-08
1
-6
/
+7
|
*
staging: lustre: use strim instead of cfs_trimwhite.
NeilBrown
2018-01-08
5
-31
/
+10
|
*
Merge 4.15-rc6 into staging-next
Greg Kroah-Hartman
2018-01-02
1
-13
/
+10
|
|
\
|
*
|
staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'
Roman Storozhenko
2017-12-21
4
-12
/
+12
[next]