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
/
bcache
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-09-19
bcache: fix set_at_max_writeback_rate() for multiple attached devices
Coly Li
1
-21
/
+52
2022-09-19
bcache:: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-09-19
bcache: bset: Fix comment typos
Jules Maselbas
1
-1
/
+1
2022-09-19
bcache: remove unused bch_mark_cache_readahead function def in stats.h
Lin Feng
1
-1
/
+0
2022-09-19
bcache: remove unnecessary flush_workqueue
Li Lei
1
-3
/
+2
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-08-02
bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...
Coly Li
1
-1
/
+1
2022-07-14
md/bcache: Combine two prio_io() arguments
Bart Van Assche
1
-5
/
+4
2022-07-14
md/bcache: Combine two uuid_io() arguments
Bart Van Assche
1
-8
/
+8
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-113
/
+130
2022-05-28
bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()
Coly Li
2
-10
/
+28
2022-05-27
md: bcache: check the return value of kzalloc() in detached_dev_do_request()
Jia-Ju Bai
1
-0
/
+6
2022-05-27
bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...
Coly Li
2
-0
/
+2
2022-05-24
bcache: avoid journal no-space deadlock by reserving 1 journal bucket
Coly Li
3
-5
/
+29
2022-05-24
bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
Coly Li
1
-28
/
+13
2022-05-24
bcache: improve multithreaded bch_sectors_dirty_init()
Coly Li
2
-38
/
+26
2022-05-24
bcache: improve multithreaded bch_btree_check()
Coly Li
2
-33
/
+27
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-10
/
+11
2022-04-19
bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()
Coly Li
1
-1
/
+1
2022-04-19
bcache: put bch_bio_map() back to correct location in journal_write_unlocked()
Coly Li
1
-1
/
+1
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
3
-5
/
+4
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-4
/
+6
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-7
/
+13
2022-03-06
bcache: fixup multiple threads crash
Mingzhe Zou
2
-4
/
+8
2022-03-06
bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing
Mingzhe Zou
1
-4
/
+7
2022-03-04
bcache: use bvec_kmap_local in bio_csum
Christoph Hellwig
1
-2
/
+2
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
1
-2
/
+3
2022-02-04
block: initialize the target bio in __bio_clone_fast
Christoph Hellwig
1
-1
/
+0
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
1
-1
/
+1
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2
-10
/
+6
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
6
-14
/
+11
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-7
/
+5
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-01-26
bcache: use default_groups in kobj_type
Greg Kroah-Hartman
3
-7
/
+13
2021-12-14
bcache: fix NULL pointer reference in cached_dev_detach_finish
Lin Feng
1
-1
/
+2
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+2
2021-11-08
bcache: Revert "bcache: use bvec_virt"
Coly Li
1
-1
/
+1
2021-11-03
bcache: fix use-after-free problem in bcache_device_free()
Coly Li
1
-1
/
+1
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-6
/
+2
2021-10-29
bcache: replace snprintf in show functions with sysfs_emit
Qing Wang
2
-19
/
+16
2021-10-29
bcache: move uapi header bcache.h to bcache code directory
Coly Li
5
-4
/
+450
2021-10-21
bcache: add error handling support for add_disk()
Luis Chamberlain
1
-5
/
+12
2021-10-20
bcache: remove bch_crc64_update
Christoph Hellwig
3
-10
/
+2
2021-10-20
bcache: use bvec_kmap_local in bch_data_verify
Christoph Hellwig
1
-6
/
+5
2021-10-20
bcache: remove the backing_dev_name field from struct cached_dev
Christoph Hellwig
6
-39
/
+29
[next]