Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c9d2203bcb813805cd74abe17e9a4c811fc0bf02
/
drivers
/
md
/
bcache
/
super.c
5d9e06d
bcache: fix possible memory leak in bch_cached_dev_run()
by Wei Yongjun
· 5 years ago
1df3877
bcache: shrink btree node cache after bch_btree_check()
by Coly Li
· 6 years ago
7e865eb
bcache: fix potential deadlock in cached_def_free()
by Coly Li
· 6 years ago
80265d8
bcache: acquire bch_register_lock later in cached_dev_free()
by Coly Li
· 6 years ago
97ba3b8
bcache: acquire bch_register_lock later in cached_dev_detach_finish()
by Coly Li
· 6 years ago
a59ff6c
bcache: avoid a deadlock in bcache_reboot()
by Coly Li
· 6 years ago
5c2a634
bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed
by Coly Li
· 6 years ago
0c277e2
bcache: add pendings_cleanup to stop pending bcache device
by Coly Li
· 6 years ago
68a53c9
bcache: remove "XXX:" comment line from run_cache_set()
by Coly Li
· 6 years ago
e0faa3d
bcache: improve error message in bch_cached_dev_run()
by Coly Li
· 6 years ago
633bb2c
bcache: add more error message in bch_cached_dev_attach()
by Coly Li
· 6 years ago
4b6efb4
bcache: more detailed error message to bcache_device_link()
by Coly Li
· 6 years ago
0b13efe
bcache: add return value check to bch_cached_dev_run()
by Coly Li
· 6 years ago
08ec1e6
bcache: add io error counting in write_bdev_super_endio()
by Coly Li
· 6 years ago
e6dcbd3
bcache: avoid flushing btree node in cache_set_flush() if io disabled
by Coly Li
· 6 years ago
695277f
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
by Coly Li
· 6 years ago
b387e9b
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
by Coly Li
· 6 years ago
cdca22b
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
by Coly Li
· 6 years ago
95f18c9
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_set
by Shenghui Wang
· 6 years ago
eb8cbb6
bcache: improve bcache_reboot()
by Coly Li
· 6 years ago
63d63b5
bcache: add comments for closure_fn to be called in closure_queue()
by Coly Li
· 6 years ago
bb6d355
bcache: Add comments for blkdev_put() in registration code path
by Coly Li
· 6 years ago
88c12d4
bcache: add error check for calling register_bdev()
by Coly Li
· 6 years ago
2d17456
bcache: add comments for kobj release callback routine
by Coly Li
· 6 years ago
ce3e4cf
bcache: add failure check to run_cache_set() for journal replay
by Coly Li
· 6 years ago
a4b732a
bcache: fix a race between cache register and cacheset unregister
by Liang Chen
· 6 years ago
792732d
bcache: use kmemdup_nul for CACHED_LABEL buffer
by Geliang Tang
· 6 years ago
e8cf978
bcache: fix indentation issue, remove tabs on a hunk of code
by Colin Ian King
· 6 years ago
9aaf516
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
by Coly Li
· 6 years ago
009673d
bcache: add MODULE_DESCRIPTION information
by Coly Li
· 6 years ago
ae17102
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
by Shenghui Wang
· 6 years ago
3a646fd
bcache: panic fix for making cache device
by Dongbo Cao
· 6 years ago
f6027bc
bcache: split combined if-condition code into separate ones
by Dongbo Cao
· 6 years ago
91bafdf
bcache: remove useless parameter of bch_debug_init()
by Dongbo Cao
· 6 years ago
4601014
bcache: recal cached_dev_sectors on detach
by Shenghui Wang
· 6 years ago
2e17a26
bcache: correct dirty data statistics
by Tang Junhui
· 6 years ago
dd0c917
bcache: fix ioctl in flash device
by Tang Junhui
· 6 years ago
7a55948
bcache: account size of buckets used in uuid write to ca->meta_sectors_written
by Shenghui Wang
· 6 years ago
0f843e6
bcache: add separate workqueue for journal_write to avoid deadlock
by Guoju Fang
· 6 years ago
eb2b3d0
bcache: add the missing comments for smp_mb()/smp_wmb()
by Coly Li
· 6 years ago
87418ef
bcache: add missing SPDX header
by Coly Li
· 6 years ago
b3cf37b
bcache: move open brace at end of function definitions to next line
by Coly Li
· 6 years ago
3be11db
bcache: fix code comments style
by Coly Li
· 6 years ago
6ae63e3
bcache: replace printk() by pr_*() routines
by Coly Li
· 6 years ago
b0d3098
bcache: style fixes for lines over 80 characters
by Coly Li
· 6 years ago
fc2d598
bcache: add identifier names to arguments of function definitions
by Coly Li
· 6 years ago
1fae7cf
bcache: style fix to add a blank line after declarations
by Coly Li
· 6 years ago
6f10f7d
bcache: style fix to replace 'unsigned' by 'unsigned int'
by Coly Li
· 6 years ago
ea8c5356
bcache: set max writeback rate when I/O request is idle
by Coly Li
· 6 years ago
e57fd74
bcache: add a comment in super.c
by Coly Li
· 6 years ago
78ac210
bcache: do not check return value of debugfs_create_dir()
by Coly Li
· 6 years ago
75cbb3f
bcache: stop using the deprecated get_seconds()
by Arnd Bergmann
· 6 years ago
9b4e9f5
bcache: do not assign in if condition in bcache_device_init()
by Florian Schmaus
· 6 years ago
16c1fdf
bcache: do not assign in if condition in bcache_init()
by Florian Schmaus
· 6 years ago
a56489d
bcache: do not assign in if condition register_bcache()
by Florian Schmaus
· 6 years ago
99a27d5
bcache: simplify the calculation of the total amount of flash dirty data
by Tang Junhui
· 6 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
d19936a
bcache: convert to bioset_init()/mempool_init()
by Kent Overstreet
· 7 years ago
04cbc21
bcache: Move couple of string arrays to sysfs.c
by Andy Shevchenko
· 7 years ago
0f0709e
bcache: stop bcache device when backing device is offline
by Coly Li
· 7 years ago
09a44ca
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
by Coly Li
· 7 years ago
4fd8e13
bcache: set dc->io_disable to true in conditional_stop_bcache_device()
by Coly Li
· 7 years ago
6147305
bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
by Coly Li
· 7 years ago
6e916a7
bcache: store disk name in struct cache and struct cached_dev
by Coly Li
· 7 years ago
3526dd0
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
5f2b18e
bcache: Fix a compiler warning in bcache_device_init()
by Bart Van Assche
· 7 years ago
c7b7bd0
bcache: add io_disable to struct cached_dev
by Coly Li
· 7 years ago
27a40ab
bcache: add backing_request_endio() for bi_end_io
by Coly Li
· 7 years ago
df2b943
bcache: move closure debug file into debug directory
by Chengguang Xu
· 7 years ago
7e027ca
bcache: add stop_when_cache_set_failed option to backing device
by Coly Li
· 7 years ago
771f393
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
by Coly Li
· 7 years ago
3fd47bf
bcache: stop dc->writeback_rate_update properly
by Coly Li
· 7 years ago
804f3c6
bcache: fix cached_dev->count usage for bch_cache_set_error()
by Coly Li
· 7 years ago
44e1ebe
bcache: Use the blk_queue_flag_{set,clear}() functions
by Bart Van Assche
· 7 years ago
86755b7a
bcache: don't attach backing with duplicate UUID
by Michael Lyle
· 7 years ago
cc40daf
bcache: fix crashes in duplicate cache device register
by Tang Junhui
· 7 years ago
02aa8a8
bcache: correct flash only vols (check all uuids)
by Coly Li
· 7 years ago
73ac105
bcache: fix for data collapse after re-attaching an attached device
by Tang Junhui
· 7 years ago
682811b
bcache: fix for allocator and register thread race
by Tang Junhui
· 7 years ago
7ba0d83
bcache: set error_limit correctly
by Coly Li
· 7 years ago
5138ac6
bcache: fix misleading error message in bch_count_io_errors()
by Coly Li
· 7 years ago
2831231
bcache: reduce cache_set devices iteration by devices_max_used
by Coly Li
· 7 years ago
8d29c44
bcache: stop writeback thread after detaching
by Tang Junhui
· 7 years ago
263663c
block: convert to bio_first_bvec_all & bio_first_page_all
by Ming Lei
· 7 years ago
330a4db
bcache: explicitly destroy mutex while exiting
by Liang Chen
· 7 years ago
3b304d2
bcache: convert cached_dev.count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
e89d675
bcache: Remove redundant set_capacity
by Yijing Wang
· 7 years ago
1dbe32a
bcache: rewrite multiple partitions support
by Coly Li
· 7 years ago
175206c
bcache: initialize dirty stripes in flash_dev_run()
by Tang Junhui
· 7 years ago
da22f0e
bcache: silence static checker warning
by Dan Carpenter
· 7 years ago
9baf309
bcache: fix for gc and write-back race
by Tang Junhui
· 7 years ago
4b758df
bcache: Fix leak of bdev reference
by Jan Kara
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
47e0fb4
blk: make the bioset rescue_workqueue optional.
by NeilBrown
· 8 years ago
011067b
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
by NeilBrown
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
bc4e54f
drivers/md/bcache/super.c: use kvmalloc
by Michal Hocko
· 8 years ago
dc3b17c
block: Use pointer to backing_dev_info from request_queue
by Jan Kara
· 8 years ago
b8c0d91
bcache: partition support: add 16 minors per bcacheN device
by Eric Wheeler
· 8 years ago
Next »