index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcache: set max writeback rate when I/O request is idle
Coly Li
2018-08-09
1
-0
/
+4
*
bcache: add a comment in super.c
Coly Li
2018-08-09
1
-0
/
+1
*
bcache: do not check return value of debugfs_create_dir()
Coly Li
2018-08-09
1
-1
/
+3
*
bcache: stop using the deprecated get_seconds()
Arnd Bergmann
2018-07-27
1
-6
/
+6
*
bcache: do not assign in if condition in bcache_device_init()
Florian Schmaus
2018-07-27
1
-5
/
+11
*
bcache: do not assign in if condition in bcache_init()
Florian Schmaus
2018-07-27
1
-3
/
+9
*
bcache: do not assign in if condition register_bcache()
Florian Schmaus
2018-07-27
1
-2
/
+6
*
bcache: simplify the calculation of the total amount of flash dirty data
Tang Junhui
2018-07-27
1
-0
/
+2
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-13
1
-2
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-3
/
+4
*
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-24
/
+14
*
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
2018-05-28
1
-18
/
+0
*
bcache: stop bcache device when backing device is offline
Coly Li
2018-05-28
1
-0
/
+53
*
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
Coly Li
2018-05-03
1
-1
/
+1
*
bcache: set dc->io_disable to true in conditional_stop_bcache_device()
Coly Li
2018-05-03
1
-0
/
+14
*
bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
Coly Li
2018-05-03
1
-0
/
+17
*
bcache: store disk name in struct cache and struct cached_dev
Coly Li
2018-05-03
1
-23
/
+21
*
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-24
/
+136
|
\
|
*
bcache: Fix a compiler warning in bcache_device_init()
Bart Van Assche
2018-03-19
1
-3
/
+3
|
*
bcache: add io_disable to struct cached_dev
Coly Li
2018-03-19
1
-0
/
+21
|
*
bcache: add backing_request_endio() for bi_end_io
Coly Li
2018-03-19
1
-0
/
+1
|
*
bcache: move closure debug file into debug directory
Chengguang Xu
2018-03-19
1
-2
/
+1
|
*
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
2018-03-19
1
-10
/
+68
|
*
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-03-19
1
-1
/
+5
|
*
bcache: stop dc->writeback_rate_update properly
Coly Li
2018-03-19
1
-4
/
+34
|
*
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
2018-03-19
1
-1
/
+0
|
*
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
2018-03-08
1
-3
/
+3
*
|
bcache: don't attach backing with duplicate UUID
Michael Lyle
2018-03-05
1
-0
/
+11
*
|
bcache: fix crashes in duplicate cache device register
Tang Junhui
2018-03-05
1
-6
/
+10
|
/
*
bcache: correct flash only vols (check all uuids)
Coly Li
2018-02-27
1
-1
/
+1
*
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
2018-02-07
1
-4
/
+6
*
bcache: fix for allocator and register thread race
Tang Junhui
2018-02-07
1
-1
/
+12
*
bcache: set error_limit correctly
Coly Li
2018-02-07
1
-1
/
+1
*
bcache: fix misleading error message in bch_count_io_errors()
Coly Li
2018-01-08
1
-1
/
+3
*
bcache: reduce cache_set devices iteration by devices_max_used
Coly Li
2018-01-08
1
-3
/
+6
*
bcache: stop writeback thread after detaching
Tang Junhui
2018-01-08
1
-0
/
+6
*
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
2018-01-06
1
-4
/
+4
*
bcache: explicitly destroy mutex while exiting
Liang Chen
2017-10-30
1
-2
/
+4
*
bcache: convert cached_dev.count from atomic_t to refcount_t
Elena Reshetova
2017-10-30
1
-3
/
+3
*
bcache: Remove redundant set_capacity
Yijing Wang
2017-10-16
1
-3
/
+0
*
bcache: rewrite multiple partitions support
Coly Li
2017-10-16
1
-12
/
+25
*
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
2017-09-07
1
-1
/
+2
*
bcache: silence static checker warning
Dan Carpenter
2017-09-06
1
-3
/
+0
*
bcache: fix for gc and write-back race
Tang Junhui
2017-09-06
1
-0
/
+2
*
bcache: Fix leak of bdev reference
Jan Kara
2017-09-06
1
-0
/
+2
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-3
/
+3
*
blk: make the bioset rescue_workqueue optional.
NeilBrown
2017-06-18
1
-2
/
+6
*
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-18
1
-2
/
+2
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-3
/
+3
*
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
2017-05-09
1
-6
/
+2
[next]