index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-2
/
+3
2018-06-13
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
1
-4
/
+11
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
9
-32
/
+38
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
7
-12
/
+16
2018-06-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
6
-70
/
+148
2018-06-09
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-0
/
+77
2018-06-09
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
Dan Williams
4
-0
/
+77
2018-06-08
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-41
/
+34
2018-06-08
md: Unify mddev destruction paths
Kent Overstreet
1
-35
/
+18
2018-06-08
dm: use bioset_init_from_src() to copy bio_set
Jens Axboe
1
-6
/
+16
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+6
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-1
/
+1
2018-06-05
overflow.h: Add allocation size calculation helpers
Kees Cook
1
-5
/
+5
2018-06-05
Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
7
-7
/
+7
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
43
-514
/
+490
2018-06-03
dm-crypt: fix warning in shutdown path
Kent Overstreet
1
-4
/
+3
2018-05-31
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
17
-206
/
+197
2018-05-31
md: convert to bioset_init()/mempool_init()
Kent Overstreet
15
-181
/
+159
2018-05-31
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
7
-52
/
+37
2018-05-31
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
1
-1
/
+1
2018-05-28
bcache: Replace bch_read_string_list() by __sysfs_match_string()
Andy Shevchenko
1
-35
/
+9
2018-05-28
bcache: Move couple of functions to sysfs.c
Andy Shevchenko
3
-40
/
+35
2018-05-28
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
3
-20
/
+18
2018-05-28
bcache: stop bcache device when backing device is offline
Coly Li
2
-0
/
+55
2018-05-23
dax: Introduce a ->copy_to_iter dax operation
Dan Williams
4
-0
/
+77
2018-05-21
MD: fix lock contention for flush bios
Xiao Ni
2
-60
/
+120
2018-05-18
Merge tag 'for-linus-20180518' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2018-05-17
md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...
Amy Chiang
1
-3
/
+3
2018-05-17
md/raid1: add error handling of read error from FailFast device
Gioh Kim
1
-0
/
+2
2018-05-17
md: fix NULL dereference of mddev->pers in remove_and_add_spares()
Yufen Yu
1
-0
/
+3
2018-05-17
raid5: copy write hint from origin bio to stripe
Mariusz Dabrowski
2
-0
/
+7
2018-05-17
bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
Coly Li
1
-1
/
+3
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-1
/
+2
2018-05-10
Merge tag 'for-4.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-11
/
+15
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
1
-1
/
+1
2018-05-04
dm mirror: remove VLA usage
Kees Cook
1
-4
/
+6
2018-05-03
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
Coly Li
1
-1
/
+1
2018-05-03
bcache: set dc->io_disable to true in conditional_stop_bcache_device()
Coly Li
1
-0
/
+14
2018-05-03
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
Coly Li
1
-1
/
+4
2018-05-03
bcache: count backing device I/O error for writeback I/O
Coly Li
1
-1
/
+3
2018-05-03
bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
Coly Li
1
-0
/
+17
2018-05-03
bcache: store disk name in struct cache and struct cached_dev
Coly Li
5
-34
/
+30
2018-05-01
md: fix two problems with setting the "re-add" device state.
NeilBrown
1
-1
/
+3
2018-05-01
raid10: check bio in r10buf_pool_free to void NULL pointer dereference
Guoqing Jiang
1
-3
/
+5
2018-05-01
md: fix an error code format and remove unsed bio_sector
Yufen Yu
2
-3
/
+1
2018-05-01
dm: fix some sparse warnings and whitespace in dax methods
Mike Snitzer
1
-3
/
+4
2018-04-30
dm cache background tracker: fix sparse warning
Mike Snitzer
1
-1
/
+1
2018-04-30
dm bufio: fix buffer alignment
Mikulas Patocka
1
-2
/
+3
2018-04-30
dm integrity: use kvfree for kvmalloc'd memory
Mikulas Patocka
1
-1
/
+1
[next]