index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
dm space map metadata: fix missing store of apply_bops() return value
ZhangXiaoxu
1
-1
/
+1
2019-08-29
dm raid: add missing cleanup in raid_ctr()
Wenwen Wang
1
-1
/
+1
2019-08-29
dm integrity: fix a crash due to BUG_ON in __journal_read_write()
Mikulas Patocka
1
-0
/
+15
2019-08-29
dm btree: fix order of block initialization in btree_split_beneath
ZhangXiaoxu
1
-15
/
+16
2019-08-29
dm kcopyd: always complete failed jobs
Dmitry Fomichev
1
-1
/
+4
2019-08-29
Revert "dm bufio: fix deadlock with loop device"
Mikulas Patocka
1
-1
/
+3
2019-08-25
dm: disable DISCARD if the underlying storage no longer supports it
Mike Snitzer
3
-8
/
+24
2019-07-26
dm bufio: fix deadlock with loop device
Junxiao Bi
1
-3
/
+1
2019-07-26
dm zoned: fix zone state management race
Damien Le Moal
2
-28
/
+24
2019-07-26
raid5-cache: Need to do start() part job after adding journal device
Xiao Ni
1
-2
/
+9
2019-07-26
bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread
Coly Li
1
-0
/
+1
2019-07-26
bcache: fix mistaken sysfs entry for io_error counter
Coly Li
1
-2
/
+2
2019-07-26
bcache: ignore read-ahead request failure on backing device
Coly Li
1
-0
/
+12
2019-07-26
bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
Coly Li
1
-1
/
+0
2019-07-26
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
3
-36
/
+15
2019-07-26
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
Coly Li
1
-17
/
+0
2019-07-26
bcache: fix potential deadlock in cached_def_free()
Coly Li
2
-2
/
+4
2019-07-26
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
1
-1
/
+1
2019-07-26
bcache: acquire bch_register_lock later in cached_dev_free()
Coly Li
1
-2
/
+2
2019-07-26
bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
Coly Li
1
-0
/
+4
2019-07-26
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
1
-0
/
+9
2019-07-21
dm verity: use message limit for data block corruption message
Milan Broz
1
-2
/
+2
2019-07-21
dm table: don't copy from a NULL pointer in realloc_argv()
Jerome Marchand
1
-1
/
+1
2019-07-14
md: fix for divide error in status_resync
Mariusz Tkaczyk
1
-14
/
+22
2019-07-10
md/raid0: Do not bypass blocking queue entered for raid0 bios
Guilherme G. Piccoli
1
-0
/
+2
2019-07-03
dm log writes: make sure super sector log updates are written in order
zhangyi (F)
1
-2
/
+21
2019-06-19
bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached
Coly Li
1
-1
/
+6
2019-06-19
bcache: fix stack corruption by PRECEDING_KEY()
Coly Li
2
-17
/
+33
2019-05-31
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
1
-2
/
+3
2019-05-31
bcache: add failure check to run_cache_set() for journal replay
Coly Li
1
-5
/
+12
2019-05-31
bcache: fix failure in journal relplay
Tang Junhui
1
-4
/
+21
2019-05-31
bcache: return error immediately in bch_journal_replay()
Coly Li
1
-3
/
+6
2019-05-31
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
1
-0
/
+8
2019-05-25
md/raid: raid5 preserve the writeback action after the parity check
Nigel Croxon
1
-1
/
+9
2019-05-25
Revert "Don't jump to compute_result state from check_result state"
Song Liu
1
-4
/
+15
2019-05-25
dm mpath: always free attached_handler_name in parse_path()
Martin Wilck
1
-1
/
+1
2019-05-25
dm integrity: correctly calculate the size of metadata area
Mikulas Patocka
1
-2
/
+2
2019-05-25
dm delay: fix a crash when invalid device is specified
Mikulas Patocka
1
-1
/
+2
2019-05-25
dm zoned: Fix zone report handling
Damien Le Moal
1
-0
/
+5
2019-05-25
dm cache metadata: Fix loading discard bitset
Nikos Tsironis
1
-1
/
+8
2019-05-25
md: add mddev->pers to avoid potential NULL pointer dereference
Yufen Yu
1
-2
/
+4
2019-05-25
md: batch flush requests.
NeilBrown
2
-4
/
+26
2019-05-25
Revert "MD: fix lock contention for flush bios"
NeilBrown
2
-123
/
+62
2019-05-22
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
1
-4
/
+7
2019-05-22
bcache: fix a race between cache register and cacheset unregister
Liang Chen
1
-1
/
+1
2019-05-16
Don't jump to compute_result state from check_result state
Nigel Croxon
1
-15
/
+4
2019-04-17
dm integrity: fix deadlock with overlapping I/O
Mikulas Patocka
1
-3
/
+1
2019-04-17
dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errors
Ilya Dryomov
1
-0
/
+39
2019-04-17
dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...
Mikulas Patocka
1
-9
/
+1
2019-04-17
dm integrity: change memcmp to strncmp in dm_integrity_ctr
Mikulas Patocka
1
-4
/
+4
[prev]
[next]