index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2019-05-08
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-232
/
+275
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-5
/
+0
2019-05-01
bcache: make is_discard_enabled() static
Jens Axboe
1
-1
/
+1
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
3
-7
/
+5
2019-04-30
bcache: clean up do_btree_node_write a bit
Christoph Hellwig
1
-4
/
+5
2019-04-30
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
1
-1
/
+0
2019-04-29
dm persistent data: Simplify stack trace handling
Thomas Gleixner
1
-10
/
+9
2019-04-29
dm bufio: Simplify stack trace retrieval
Thomas Gleixner
1
-9
/
+6
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2
-5
/
+0
2019-04-24
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
1
-0
/
+8
2019-04-24
bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...
Shenghui Wang
1
-1
/
+1
2019-04-24
bcache: fix failure in journal relplay
Tang Junhui
1
-4
/
+21
2019-04-24
bcache: improve bcache_reboot()
Coly Li
1
-2
/
+10
2019-04-24
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
1
-0
/
+6
2019-04-24
bcache: Add comments for blkdev_put() in registration code path
Coly Li
1
-0
/
+8
2019-04-24
bcache: add error check for calling register_bdev()
Coly Li
1
-6
/
+10
2019-04-24
bcache: return error immediately in bch_journal_replay()
Coly Li
1
-3
/
+6
2019-04-24
bcache: add comments for kobj release callback routine
Coly Li
1
-0
/
+4
2019-04-24
bcache: add failure check to run_cache_set() for journal replay
Coly Li
1
-5
/
+12
2019-04-24
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
1
-4
/
+7
2019-04-24
bcache: move definition of 'int ret' out of macro read_bucket()
Coly Li
1
-2
/
+3
2019-04-24
bcache: fix a race between cache register and cacheset unregister
Liang Chen
1
-1
/
+1
2019-04-24
bcache: Clean up bch_get_congested()
George Spelvin
3
-15
/
+28
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-17
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-11
md: add __acquires/__releases annotations to handle_active_stripes
Christoph Hellwig
1
-0
/
+2
2019-04-11
md: add __acquires/__releases annotations to (un)lock_two_stripes
Christoph Hellwig
1
-0
/
+4
2019-04-11
md: mark md_cluster_mod static
Christoph Hellwig
1
-2
/
+1
2019-04-11
md: use correct type in super_1_sync
Christoph Hellwig
1
-1
/
+1
2019-04-11
md: use correct type in super_1_load
Christoph Hellwig
1
-2
/
+2
2019-04-11
md: use correct types in md_bitmap_print_sb
Christoph Hellwig
1
-4
/
+4
2019-04-11
md: add a missing endianness conversion in check_sb_changes
Christoph Hellwig
1
-1
/
+1
2019-04-11
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-06
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
[next]