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
2016-01-06
md-cluster: Protect communication with mutexes
Guoqing Jiang
1
-10
/
+63
2016-01-06
md-cluster: Defer MD reloading to mddev->thread
Guoqing Jiang
3
-1
/
+11
2016-01-06
md-cluster: append some actions when change bitmap from clustered to none
Guoqing Jiang
3
-0
/
+72
2016-01-06
md-cluster: Allow spare devices to be marked as faulty
Goldwyn Rodrigues
1
-1
/
+0
2016-01-06
md-cluster: Fix the remove sequence with the new MD reload code
Goldwyn Rodrigues
2
-9
/
+2
2016-01-06
md-cluster: remove a disk asynchronously from cluster environment
Guoqing Jiang
3
-2
/
+18
2016-01-06
md-cluster: Avoid the resync ping-pong
Goldwyn Rodrigues
1
-0
/
+8
2016-01-06
md/raid5: remove redundant check in stripe_add_to_batch_list()
Roman Gushchin
1
-2
/
+0
2016-01-04
md: more open-coded offset_in_page()
Al Viro
2
-3
/
+3
2016-01-04
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
Al Viro
1
-1
/
+1
2015-12-31
bcache: Change refill_dirty() to always scan entire disk if necessary
Kent Overstreet
1
-7
/
+30
2015-12-31
bcache: prevent crash on changing writeback_running
Stefan Bader
1
-1
/
+2
2015-12-31
bcache: allows use of register in udev to avoid "device_busy" error.
Gabriel de Perthuis
1
-2
/
+3
2015-12-31
bcache: unregister reboot notifier if bcache fails to unregister device
Zheng Liu
1
-1
/
+3
2015-12-31
bcache: fix a leak in bch_cached_dev_run()
Al Viro
1
-1
/
+4
2015-12-31
bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
Zheng Liu
1
-0
/
+2
2015-12-31
bcache: Add a cond_resched() call to gc
Kent Overstreet
1
-0
/
+1
2015-12-31
bcache: fix a livelock when we cause a huge number of cache misses
Zheng Liu
1
-1
/
+3
2015-12-21
md: remove check for MD_RECOVERY_NEEDED in action_store.
NeilBrown
1
-4
/
+7
2015-12-18
Fix remove_and_add_spares removes drive added as spare in slot_store
Goldwyn Rodrigues
1
-3
/
+10
2015-12-18
md: fix bug due to nested suspend
Mikulas Patocka
1
-3
/
+4
2015-12-18
MD: change journal disk role to disk 0
Shaohua Li
2
-3
/
+7
2015-12-18
md/raid10: fix data corruption and crash during resync
Artur Paszkiewicz
1
-1
/
+3
2015-12-17
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
1
-2
/
+2
2015-12-14
dm space map metadata: remove unused variable in brb_pop()
Mike Snitzer
1
-3
/
+0
2015-12-10
dm verity: add ignore_zero_blocks feature
Sami Tolvanen
3
-10
/
+88
2015-12-10
dm verity: add support for forward error correction
Sami Tolvanen
6
-7
/
+1038
2015-12-10
dm verity: factor out verity_for_bv_block()
Sami Tolvanen
2
-23
/
+55
2015-12-10
dm verity: factor out structures and functions useful to separate object
Sami Tolvanen
2
-100
/
+128
2015-12-10
dm verity: move dm-verity.c to dm-verity-target.c
Sami Tolvanen
2
-0
/
+1
2015-12-10
dm verity: separate function for parsing opt args
Sami Tolvanen
1
-28
/
+43
2015-12-10
dm verity: clean up duplicate hashing code
Sami Tolvanen
1
-115
/
+147
2015-12-10
dm btree: factor out need_insert() helper
Mike Snitzer
1
-7
/
+10
2015-12-10
dm bufio: use BUG_ON instead of conditional call to BUG
Anup Limbu
1
-2
/
+1
2015-12-10
dm bufio: store stacktrace in buffers to help find buffer leaks
Mikulas Patocka
3
-10
/
+47
2015-12-10
dm bufio: return NULL to improve code clarity
Mikulas Patocka
1
-1
/
+1
2015-12-10
dm block manager: cleanup code that prints stacktrace
Mikulas Patocka
1
-10
/
+1
2015-12-10
dm: don't save and restore bi_private
Mikulas Patocka
3
-12
/
+2
2015-12-10
dm thin metadata: make dm_thin_find_mapped_range() atomic
Joe Thornber
1
-21
/
+43
2015-12-10
dm thin metadata: speed up discard of partially mapped volumes
Joe Thornber
1
-25
/
+41
2015-12-10
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-09
dm space map metadata: fix ref counting bug when bootstrapping a new space map
Joe Thornber
1
-10
/
+22
2015-12-09
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
1
-0
/
+6
2015-12-08
treewide: Fix typos in printk
Masanari Iida
1
-2
/
+2
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
3
-8
/
+115
2015-12-02
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-23
dm thin: fix regression in advertised discard limits
Mike Snitzer
1
-3
/
+2
2015-11-19
dm crypt: fix a possible hang due to race condition on exit
Mikulas Patocka
1
-9
/
+13
2015-11-17
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
1
-13
/
+15
2015-11-17
dm: do not reuse dm_blk_ioctl block_device input as local variable
Mike Snitzer
1
-2
/
+3
[prev]
[next]