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
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
1
-6
/
+4
2019-04-24
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
1
-2
/
+3
2019-04-24
bcache: fix inaccurate result of unused buckets
Guoju Fang
1
-2
/
+0
2019-04-24
bcache: fix crashes stopping bcache device before read miss done
Guoju Fang
1
-5
/
+21
2019-04-18
dm thin metadata: do not write metadata if no changes occurred
Mike Snitzer
1
-3
/
+23
2019-04-18
dm thin metadata: add wrappers for managing write locking of metadata
Mike Snitzer
1
-44
/
+64
2019-04-18
dm thin metadata: check __commit_transaction()'s return
Mike Snitzer
1
-1
/
+6
2019-04-18
dm space map common: zero entire ll_disk
Mike Snitzer
1
-0
/
+2
2019-04-18
dm writecache: add unlikely for returned value of rb_next/prev
Huaisheng Ye
1
-2
/
+2
2019-04-18
dm writecache: remove needless dereferences in __writecache_writeback_pmem()
Huaisheng Ye
1
-6
/
+6
2019-04-18
dm snapshot: Use fine-grained locking scheme
Nikos Tsironis
1
-40
/
+44
2019-04-18
dm snapshot: Make exception tables scalable
Nikos Tsironis
2
-24
/
+116
2019-04-18
dm snapshot: Replace mutex with rw semaphore
Nikos Tsironis
1
-45
/
+43
2019-04-18
dm snapshot: Don't sleep holding the snapshot lock
Nikos Tsironis
1
-37
/
+65
2019-04-18
dm cache metadata: Fix loading discard bitset
Nikos Tsironis
1
-1
/
+8
2019-04-18
dm zoned: Fix zone report handling
Damien Le Moal
1
-0
/
+5
2019-04-18
dm zoned: Silence a static checker warning
Dan Carpenter
1
-1
/
+2
2019-04-18
dm crypt: fix endianness annotations around org_sector_of_dmreq
Christoph Hellwig
1
-4
/
+4
2019-04-16
md/raid: raid5 preserve the writeback action after the parity check
Nigel Croxon
1
-1
/
+9
2019-04-16
Revert "Don't jump to compute_result state from check_result state"
Song Liu
1
-4
/
+15
2019-04-16
md: return -ENODEV if rdev has no mddev assigned
Pawel Baldysiak
1
-2
/
+2
2019-04-15
Merge tag 'v5.1-rc5' into for-5.2/block
Jens Axboe
6
-27
/
+72
2019-04-10
md: add __acquires/__releases annotations to handle_active_stripes
Christoph Hellwig
1
-0
/
+2
2019-04-10
md: add __acquires/__releases annotations to (un)lock_two_stripes
Christoph Hellwig
1
-0
/
+4
2019-04-10
md: mark md_cluster_mod static
Christoph Hellwig
1
-2
/
+1
2019-04-10
md: use correct type in super_1_sync
Christoph Hellwig
1
-1
/
+1
2019-04-10
md: use correct type in super_1_load
Christoph Hellwig
1
-2
/
+2
2019-04-10
md: use correct types in md_bitmap_print_sb
Christoph Hellwig
1
-4
/
+4
2019-04-10
md: add a missing endianness conversion in check_sb_changes
Christoph Hellwig
1
-1
/
+1
2019-04-10
md: add mddev->pers to avoid potential NULL pointer dereference
Yufen Yu
1
-2
/
+4
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
3
-36
/
+6
2019-04-05
dm integrity: fix deadlock with overlapping I/O
Mikulas Patocka
1
-3
/
+1
2019-04-04
dm: disable DISCARD if the underlying storage no longer supports it
Mike Snitzer
3
-8
/
+24
2019-04-01
dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errors
Ilya Dryomov
1
-0
/
+39
2019-04-01
dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...
Mikulas Patocka
1
-9
/
+1
2019-04-01
dm init: fix const confusion for dm_allowed_targets array
Andi Kleen
1
-1
/
+1
2019-04-01
dm integrity: make dm_integrity_init and dm_integrity_exit static
YueHaibing
1
-2
/
+2
2019-04-01
dm integrity: change memcmp to strncmp in dm_integrity_ctr
Mikulas Patocka
1
-4
/
+4
2019-04-01
md: batch flush requests.
NeilBrown
2
-4
/
+26
2019-04-01
Revert "MD: fix lock contention for flush bios"
NeilBrown
2
-119
/
+62
2019-04-01
Don't jump to compute_result state from check_result state
Nigel Croxon
1
-15
/
+4
2019-03-16
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-1
/
+69
2019-03-12
md: Fix failed allocation of md_register_thread
Aditya Pakki
2
-0
/
+4
2019-03-12
It's wrong to add len to sector_nr in raid10 reshape twice
Xiao Ni
1
-1
/
+0
2019-03-12
raid5: set write hint for PPL
Mariusz Dabrowski
3
-0
/
+65
2019-03-12
md: convert to kvmalloc
Kent Overstreet
3
-56
/
+46
2019-03-09
Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-139
/
+647
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-74
/
+124
2019-03-06
dm integrity: limit the rate of error messages
Mikulas Patocka
1
-4
/
+4
2019-03-05
dm snapshot: don't define direct_access if we don't support it
Mikulas Patocka
1
-8
/
+0
[prev]
[next]