index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
dm zoned: Fix reference counter initial value of chunk works
Shin'ichiro Kawasaki
2020-02-27
1
-4
/
+4
|
*
dm writecache: verify watermark during resume
Mikulas Patocka
2020-02-27
1
-2
/
+10
|
*
dm: report suspended device during destroy
Mikulas Patocka
2020-02-27
3
-8
/
+7
|
*
dm thin metadata: fix lockdep complaint
Theodore Ts'o
2020-02-27
1
-1
/
+1
|
*
dm cache: fix a crash due to incorrect work item cancelling
Mikulas Patocka
2020-02-27
1
-2
/
+2
|
*
dm integrity: fix invalid table returned due to argument count mismatch
Mikulas Patocka
2020-02-25
1
-1
/
+1
|
*
dm integrity: fix a deadlock due to offloading to an incorrect workqueue
Mikulas Patocka
2020-02-25
1
-4
/
+15
|
*
dm integrity: fix recalculation when moving from journal mode to bitmap mode
Mikulas Patocka
2020-02-25
1
-5
/
+12
*
|
Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-02-16
4
-24
/
+31
|
\
\
|
*
|
bcache: remove macro nr_to_fifo_front()
Coly Li
2020-02-13
1
-5
/
+2
|
*
|
bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"
Coly Li
2020-02-13
1
-17
/
+0
|
*
|
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
2020-02-13
2
-2
/
+29
*
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-02-08
1
-6
/
+10
|
\
\
\
|
*
|
|
fs: Enable bmap() function to properly return errors
Carlos Maiolino
2020-02-03
1
-6
/
+10
*
|
|
|
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-02-06
7
-15
/
+64
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
bcache: check return value of prio_read()
Coly Li
2020-02-01
1
-5
/
+16
|
*
|
|
bcache: fix incorrect data type usage in btree_flush_write()
Coly Li
2020-02-01
1
-1
/
+2
|
*
|
|
bcache: add readahead cache policy options via sysfs interface
Coly Li
2020-02-01
3
-5
/
+37
|
*
|
|
bcache: explicity type cast in bset_bkey_last()
Coly Li
2020-02-01
1
-1
/
+2
|
*
|
|
bcache: fix memory corruption in bch_cache_accounting_clear()
Coly Li
2020-02-01
1
-3
/
+7
*
|
|
|
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-8
/
+7
*
|
|
|
Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-01-29
16
-101
/
+578
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
dm: fix potential for q->make_request_fn NULL pointer
Mike Snitzer
2020-01-27
1
-2
/
+7
|
*
|
dm writecache: improve performance of large linear writes on SSDs
Mikulas Patocka
2020-01-16
1
-4
/
+25
|
*
|
dm mpath: Add timeout mechanism for queue_if_no_path
Anatol Pomazau
2020-01-14
1
-0
/
+66
|
*
|
dm thin: change data device's flush_bio to be member of struct pool
Mikulas Patocka
2020-01-14
1
-9
/
+10
|
*
|
dm thin: don't allow changing data device during thin-pool reload
Mikulas Patocka
2020-01-14
1
-5
/
+13
|
*
|
dm thin: fix use-after-free in metadata_pre_commit_callback
Mike Snitzer
2020-01-14
1
-4
/
+3
|
*
|
dm thin metadata: use pool locking at end of dm_pool_metadata_close
Mike Snitzer
2020-01-14
1
-4
/
+6
|
*
|
dm writecache: fix incorrect flush sequence when doing SSD mode commit
Mikulas Patocka
2020-01-14
1
-21
/
+21
|
*
|
dm crypt: fix benbi IV constructor crash if used in authenticated mode
Milan Broz
2020-01-14
1
-2
/
+8
|
*
|
dm crypt: Implement Elephant diffuser for Bitlocker compatibility
Milan Broz
2020-01-14
1
-4
/
+319
|
*
|
dm space map common: fix to ensure new block isn't already in use
Joe Thornber
2020-01-14
4
-3
/
+37
|
*
|
dm verity: don't prefetch hash blocks for already-verified data
xianrong.zhou
2020-01-07
1
-2
/
+16
|
*
|
dm crypt: fix GFP flags passed to skcipher_request_alloc()
Mikulas Patocka
2020-01-07
1
-1
/
+1
|
*
|
dm thin metadata: Fix trivial math error in on-disk format documentation
Jeffle Xu
2020-01-07
1
-1
/
+1
|
*
|
dm thin metadata: use true/false for bool variable
zhengbin
2020-01-07
1
-5
/
+5
|
*
|
dm snapshot: use true/false for bool variable
zhengbin
2020-01-07
1
-3
/
+3
|
*
|
dm bio prison v2: use true/false for bool variable
zhengbin
2020-01-07
1
-1
/
+1
|
*
|
dm mpath: use true/false for bool variable
zhengbin
2020-01-07
1
-1
/
+1
|
*
|
dm zoned: support zone sizes smaller than 128MiB
Dmitry Fomichev
2020-01-07
1
-9
/
+14
|
*
|
dm raid: table line rebuild status fixes
Heinz Mauelshagen
2020-01-07
1
-21
/
+22
|
*
|
dm dust: change ret to r in dust_map_write
Bryan Gurney
2020-01-07
1
-3
/
+3
|
|
/
*
|
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-27
11
-236
/
+469
|
\
\
|
*
|
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
2020-01-23
1
-5
/
+5
|
*
|
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
2020-01-23
1
-3
/
+3
|
*
|
bcache: remove member accessed from struct btree
Coly Li
2020-01-23
2
-8
/
+2
|
*
|
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
2020-01-23
1
-5
/
+75
|
*
|
bcache: add code comments for state->pool in __btree_sort()
Coly Li
2020-01-23
1
-0
/
+5
|
*
|
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
2020-01-23
1
-9
/
+7
[prev]
[next]