index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
bcache: pass the make_request methods to blk_queue_make_request
Christoph Hellwig
3
-9
/
+11
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2
-0
/
+2
2020-03-24
bcache: remove dupplicated declaration from btree.h
Coly Li
1
-7
/
+3
2020-03-24
dm integrity: improve discard in journal mode
Mikulas Patocka
1
-0
/
+16
2020-03-24
dm integrity: add optional discard support
Mikulas Patocka
1
-32
/
+145
2020-03-24
dm integrity: allow resize of the integrity device
Mikulas Patocka
1
-7
/
+27
2020-03-24
dm integrity: factor out get_provided_data_sectors()
Mikulas Patocka
1
-10
/
+23
2020-03-24
dm integrity: don't replay journal data past the end of the device
Mikulas Patocka
1
-0
/
+4
2020-03-24
dm integrity: remove sector type casts
Mikulas Patocka
1
-17
/
+16
2020-03-24
dm integrity: fix a crash with unusually large tag size
Mikulas Patocka
1
-2
/
+2
2020-03-24
dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()
Bob Liu
1
-1
/
+0
2020-03-24
dm verity fec: fix memory leak in verity_fec_dtr
Shetty, Harshini X (EXT-Sony Mobile)
1
-0
/
+1
2020-03-24
dm writecache: optimize superblock write
Mikulas Patocka
1
-2
/
+32
2020-03-24
dm writecache: implement gradual cleanup
Mikulas Patocka
1
-1
/
+36
2020-03-24
dm writecache: implement the "cleaner" policy
Mikulas Patocka
1
-5
/
+43
2020-03-24
dm writecache: do direct write if the cache is full
Mikulas Patocka
1
-0
/
+13
2020-03-24
dm integrity: print device name in integrity_metadata() error message
Erich Eckner
1
-1
/
+2
2020-03-24
dm crypt: use crypt_integrity_aead() helper
Yang Yingliang
1
-2
/
+4
2020-03-24
block: cleanup how md_autodetect_dev is called
Christoph Hellwig
1
-0
/
+1
2020-03-24
block: remove __bdevname
Christoph Hellwig
1
-2
/
+2
2020-03-22
bcache: optimize barrier usage for atomic operations
Coly Li
2
-6
/
+6
2020-03-22
bcache: optimize barrier usage for Rmw atomic bitops
Davidlohr Bueso
1
-3
/
+3
2020-03-22
bcache: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-03-22
bcache: make bch_sectors_dirty_init() to be multithreaded
Coly Li
2
-3
/
+174
2020-03-22
bcache: make bch_btree_check() to be multithreaded
Coly Li
2
-3
/
+188
2020-03-22
bcache: add bcache_ prefix to btree_root() and btree() macros
Coly Li
2
-9
/
+10
2020-03-22
bcache: move macro btree() and btree_root() into btree.h
Coly Li
2
-59
/
+67
2020-03-17
md: check arrays is suspended in mddev_detach before call quiesce operations
Guoqing Jiang
1
-1
/
+1
2020-03-07
Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-29
/
+2
2020-03-04
Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
9
-67
/
+92
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
6
-6
/
+6
2020-03-03
dm: fix congested_fn for request-based device
Hou Tao
1
-11
/
+10
2020-03-03
dm integrity: use dm_bio_record and dm_bio_restore
Mike Snitzer
1
-23
/
+9
2020-03-03
dm bio record: save/restore bi_end_io and bi_integrity
Mike Snitzer
1
-0
/
+15
2020-03-02
Revert "bcache: ignore pending signals when creating gc and allocator thread"
Jens Axboe
2
-29
/
+2
2020-02-27
dm zoned: Fix reference counter initial value of chunk works
Shin'ichiro Kawasaki
1
-4
/
+4
2020-02-27
dm writecache: verify watermark during resume
Mikulas Patocka
1
-2
/
+10
2020-02-27
dm: report suspended device during destroy
Mikulas Patocka
3
-8
/
+7
2020-02-27
dm thin metadata: fix lockdep complaint
Theodore Ts'o
1
-1
/
+1
2020-02-27
dm cache: fix a crash due to incorrect work item cancelling
Mikulas Patocka
1
-2
/
+2
2020-02-25
dm integrity: fix invalid table returned due to argument count mismatch
Mikulas Patocka
1
-1
/
+1
2020-02-25
dm integrity: fix a deadlock due to offloading to an incorrect workqueue
Mikulas Patocka
1
-4
/
+15
2020-02-25
dm integrity: fix recalculation when moving from journal mode to bitmap mode
Mikulas Patocka
1
-5
/
+12
2020-02-16
Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-24
/
+31
2020-02-13
bcache: remove macro nr_to_fifo_front()
Coly Li
1
-5
/
+2
2020-02-13
bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"
Coly Li
1
-17
/
+0
2020-02-13
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
2
-2
/
+29
2020-02-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+10
2020-02-06
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-15
/
+64
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-8
/
+7
[prev]
[next]