index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lustre
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
staging: lustre: libcfs: remove workitem code.
NeilBrown
5
-582
/
+2
2018-01-15
staging: lustre: lnet: convert selftest to use workqueues
NeilBrown
4
-82
/
+68
2018-01-09
staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.
NeilBrown
1
-51
/
+0
2018-01-09
staging: lustre: replace LIBCFS_CPT_ALLOC()
NeilBrown
10
-110
/
+88
2018-01-09
staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.
NeilBrown
1
-4
/
+3
2018-01-09
staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)
NeilBrown
1
-3
/
+3
2018-01-09
staging: lustre: use kmalloc for allocating ksock_tx
NeilBrown
2
-3
/
+3
2018-01-09
staging: lustre: lnet-route: use kmalloc for small allocation
NeilBrown
1
-3
/
+2
2018-01-09
staging: lustre: more conversions to GFP_KERNEL allocations.
NeilBrown
6
-48
/
+40
2018-01-09
staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.
NeilBrown
4
-30
/
+23
2018-01-09
staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNEL
NeilBrown
4
-38
/
+26
2018-01-09
staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)
NeilBrown
7
-39
/
+29
2018-01-09
staging: lustre: lnet: use kmalloc/kvmalloc in router_proc
NeilBrown
1
-17
/
+17
2018-01-09
staging: lustre: lnet: selftest: don't allocate small strings.
NeilBrown
1
-151
/
+29
2018-01-09
staging: lustre: lnet: switch to cpumask_var_t
NeilBrown
5
-59
/
+49
2018-01-09
staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.
NeilBrown
22
-133
/
+124
2018-01-08
Staging: lustre: Fix prefer kcalloc over kzalloc with multiply
Sumit Pundir
1
-1
/
+1
2018-01-08
Staging: lustre: Fix prefer seq_puts to seq_printf
Sumit Pundir
1
-3
/
+3
2018-01-08
drivers: lustre: obdclass: simplify unregister_shrinker() usage
Aliaksei Karaliou
1
-2
/
+1
2018-01-08
staging: lustre: lnet: discard CFS_ALLOC_PTR
NeilBrown
2
-8
/
+5
2018-01-08
staging: lustre: lnet-lib: opencode some alloc/free functions.
NeilBrown
8
-89
/
+28
2018-01-08
staging: lustre: libcfs: remove prng
NeilBrown
3
-148
/
+1
2018-01-08
staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()
NeilBrown
3
-3
/
+3
2018-01-08
staging: lustre: replace cfs_srand() calls with add_device_randomness().
NeilBrown
3
-26
/
+13
2018-01-08
staging: lustre: replace cfs_rand() with prandom_u32_max()
NeilBrown
4
-23
/
+25
2018-01-08
staging: lustre: libcfs: remove wi_data from cfs_workitem
NeilBrown
4
-14
/
+11
2018-01-08
staging: lustre: libcfs: use a workqueue for rehash work.
NeilBrown
4
-75
/
+31
2018-01-08
staging: lustre: obd_mount: fix possible race with module unload.
NeilBrown
3
-17
/
+24
2018-01-08
staging: lustre: obdclass: remove vfsmount option from client_fill_super
NeilBrown
4
-12
/
+8
2018-01-08
staging: lustre: obdclass: remove pointless struct lustre_mount_data2
NeilBrown
1
-15
/
+4
2018-01-08
staging: lustre: obdclass: discard FS_NEEDS_DEV flag.
NeilBrown
1
-5
/
+5
2018-01-08
staging: lustre: disable preempt while sampling processor id.
NeilBrown
1
-6
/
+7
2018-01-08
staging: lustre: use strim instead of cfs_trimwhite.
NeilBrown
5
-31
/
+10
2018-01-02
Merge 4.15-rc6 into staging-next
Greg Kroah-Hartman
1
-13
/
+10
2017-12-21
staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'
Roman Storozhenko
4
-12
/
+12
2017-12-19
staging: lustre: lnet: Fix recent breakage from list_for_each conversion
NeilBrown
1
-13
/
+10
2017-12-18
Merge 4.15-rc4 into staging-next
Greg Kroah-Hartman
1
-6
/
+2
2017-12-13
drivers: lustre: obdclass: check result of register_shrinker()
Aliaksei Karaliou
1
-5
/
+22
2017-12-13
drivers: lustre: ldlm: check result of register_shrinker()
Aliaksei Karaliou
1
-2
/
+6
2017-12-13
drivers: lustre: ptlrpc: check result of register_shrinker()
Aliaksei Karaliou
1
-2
/
+6
2017-12-13
drivers: lustre: osc: check result of register_shrinker()
Aliaksei Karaliou
1
-1
/
+3
2017-12-13
staging: lustre: libcfs: discard LASSERT_CHECKED
NeilBrown
1
-7
/
+0
2017-12-13
staging: lustre: libcfs: discard KLASSERT()
NeilBrown
2
-4
/
+2
2017-12-13
staging: lustre: libcfs: discard MAX_NUMERIC_VALUE
NeilBrown
1
-3
/
+0
2017-12-13
staging: lustre: libcfs: discard MKSTR() macro
NeilBrown
2
-9
/
+1
2017-12-13
staging: lustre: libcfs: remove unused rounding functions.
NeilBrown
1
-28
/
+1
2017-12-13
staging: lustre: libcfs: simplify memory allocation.
NeilBrown
1
-30
/
+12
2017-12-13
staging: lustre: lov: use list_for_each_entry in lov_obd.c
NeilBrown
1
-4
/
+2
2017-12-13
staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.c
NeilBrown
1
-13
/
+7
2017-12-13
staging: lustre: ldlm: minor list_entry improvements in ldlm_request.c
NeilBrown
1
-8
/
+4
[next]