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