index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
Age
Commit message (
Expand
)
Author
2018-10-08
bcache: panic fix for making cache device
Dongbo Cao
2018-10-08
bcache: split combined if-condition code into separate ones
Dongbo Cao
2018-10-08
bcache: remove useless parameter of bch_debug_init()
Dongbo Cao
2018-10-08
bcache: recal cached_dev_sectors on detach
Shenghui Wang
2018-10-08
bcache: correct dirty data statistics
Tang Junhui
2018-10-08
bcache: fix ioctl in flash device
Tang Junhui
2018-10-08
bcache: account size of buckets used in uuid write to ca->meta_sectors_written
Shenghui Wang
2018-09-27
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
2018-08-11
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
2018-08-11
bcache: add missing SPDX header
Coly Li
2018-08-11
bcache: move open brace at end of function definitions to next line
Coly Li
2018-08-11
bcache: fix code comments style
Coly Li
2018-08-11
bcache: replace printk() by pr_*() routines
Coly Li
2018-08-11
bcache: style fixes for lines over 80 characters
Coly Li
2018-08-11
bcache: add identifier names to arguments of function definitions
Coly Li
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-08-09
bcache: set max writeback rate when I/O request is idle
Coly Li
2018-08-09
bcache: add a comment in super.c
Coly Li
2018-08-09
bcache: do not check return value of debugfs_create_dir()
Coly Li
2018-07-27
bcache: stop using the deprecated get_seconds()
Arnd Bergmann
2018-07-27
bcache: do not assign in if condition in bcache_device_init()
Florian Schmaus
2018-07-27
bcache: do not assign in if condition in bcache_init()
Florian Schmaus
2018-07-27
bcache: do not assign in if condition register_bcache()
Florian Schmaus
2018-07-27
bcache: simplify the calculation of the total amount of flash dirty data
Tang Junhui
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-05-30
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-28
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
2018-05-28
bcache: stop bcache device when backing device is offline
Coly Li
2018-05-03
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
Coly Li
2018-05-03
bcache: set dc->io_disable to true in conditional_stop_bcache_device()
Coly Li
2018-05-03
bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
Coly Li
2018-05-03
bcache: store disk name in struct cache and struct cached_dev
Coly Li
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-03-18
bcache: Fix a compiler warning in bcache_device_init()
Bart Van Assche
2018-03-18
bcache: add io_disable to struct cached_dev
Coly Li
2018-03-18
bcache: add backing_request_endio() for bi_end_io
Coly Li
2018-03-18
bcache: move closure debug file into debug directory
Chengguang Xu
2018-03-18
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-03-18
bcache: stop dc->writeback_rate_update properly
Coly Li
2018-03-18
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
2018-03-08
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
2018-03-05
bcache: don't attach backing with duplicate UUID
Michael Lyle
2018-03-05
bcache: fix crashes in duplicate cache device register
Tang Junhui
2018-02-27
bcache: correct flash only vols (check all uuids)
Coly Li
2018-02-07
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
2018-02-07
bcache: fix for allocator and register thread race
Tang Junhui
2018-02-07
bcache: set error_limit correctly
Coly Li
[next]