Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5c25c4fc74af40657606dd01df27cc5eb9efb26c
/
drivers
/
md
/
bcache
5c25c4f
bcache: finish incremental GC
by Tang Junhui
· 6 years ago
99a27d5
bcache: simplify the calculation of the total amount of flash dirty data
by Tang Junhui
· 6 years ago
c8b27ac
bcache: don't clone bio in bch_data_verify
by Christoph Hellwig
· 6 years ago
ddcf35d
block: Add and use op_stat_group() for indexing disk_stat fields.
by Michael Callahan
· 6 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
f459c34
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
d19936a
bcache: convert to bioset_init()/mempool_init()
by Kent Overstreet
· 7 years ago
ce4c3e1
bcache: Replace bch_read_string_list() by __sysfs_match_string()
by Andy Shevchenko
· 7 years ago
ecb37ce
bcache: Move couple of functions to sysfs.c
by Andy Shevchenko
· 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
1c1a2ee
bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
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
ecb2ba8
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
by Coly Li
· 7 years ago
bf78980
bcache: count backing device I/O error for writeback I/O
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
20d3a51
bcache: Reduce the number of sparse complaints about lock imbalances
by Bart Van Assche
· 7 years ago
4236146
bcache: Suppress more warnings about set-but-not-used variables
by Bart Van Assche
· 7 years ago
f0d3814
bcache: Remove an unused variable
by Bart Van Assche
· 7 years ago
47344e3
bcache: Fix kernel-doc warnings
by Bart Van Assche
· 7 years ago
9dfbdec
bcache: Annotate switch fall-through
by Bart Van Assche
· 7 years ago
4a4e443
bcache: Add __printf annotation to __bch_check_keys()
by Bart Van Assche
· 7 years ago
fd01991
bcache: Fix indentation
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
ca71df3
bcache: fix using of loop variable in memory shrink
by Tang Junhui
· 7 years ago
f3641c3
bcache: fix error return value in memory shrink
by Tang Junhui
· 7 years ago
688892b
bcache: fix incorrect sysfs output value of strip size
by Tang Junhui
· 7 years ago
bc082a5
bcache: fix inaccurate io state for detached bcache devices
by Tang Junhui
· 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
fadd94e
bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
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
60eb34e
bcache: fix kcrashes with fio in RAID5 backend dev
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
7f4fc93
bcache: return attach error when no cache set exist
by Tang Junhui
· 7 years ago
7a5e3ec
bcache: set writeback_rate_update_seconds in range [1, 60] seconds
by Coly Li
· 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
99361bb
bcache: properly set task state in bch_writeback_thread()
by Coly Li
· 7 years ago
c4dc249
bcache: fix high CPU occupancy during journal
by Tang Junhui
· 7 years ago
a728eac
bcache: add journal statistic
by Tang Junhui
· 7 years ago
3609c47
bcache: closures: move control bits one bit right
by Michael Lyle
· 7 years ago
616486a
bcache: fix writeback target calc on large devices
by Michael Lyle
· 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
b40503e
bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()
by Zhai Zhaoxuan
· 7 years ago
ce439bf
bcache: mark closure_sync() __sched
by Kent Overstreet
· 7 years ago
e4bf791
bcache: Fix, improve efficiency of closure_sync()
by Kent Overstreet
· 7 years ago
b1092c9
bcache: allow quick writeback when backing idle
by Michael Lyle
· 7 years ago
6e6ccc6
bcache: writeback: properly order backing device IO
by Michael Lyle
· 7 years ago
539d39e
bcache: fix wrong return value in bch_debug_init()
by Tang Junhui
· 7 years ago
4eca1cb
bcache: segregate flash only volume write streams
by Tang Junhui
· 7 years ago
9d13411
bcache: Use PTR_ERR_OR_ZERO()
by Vasyl Gomonovych
· 7 years ago
8d29c44
bcache: stop writeback thread after detaching
by Tang Junhui
· 7 years ago
b221fc1
bcache: ret IOERR when read meets metadata error
by Rui Hua
· 7 years ago
25d8be7
block: move bio_alloc_pages() to bcache
by Ming Lei
· 7 years ago
c2421ed
bcache: comment on direct access to bvec table
by Ming Lei
· 7 years ago
263663c
block: convert to bio_first_bvec_all & bio_first_page_all
by Ming Lei
· 7 years ago
6c4ca1e
bcache: check return value of register_shrinker
by Michael Lyle
· 7 years ago
e393aa2
bcache: recover data from backing when data is clean
by Rui Hua
· 7 years ago
cf33c1e
bcache: Fix building error on MIPS
by Huacai Chen
· 7 years ago
bb22caf
bcache: add a comment in journal bucket reading
by Tang Junhui
· 7 years ago
8376d3c
md: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
e2c5923
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
330a4db
bcache: explicitly destroy mutex while exiting
by Liang Chen
· 7 years ago
c157313
bcache: fix wrong cache_misses statistics
by tang.junhui
· 7 years ago
d44c2f9
bcache: update bucket_in_use in real time
by Tang Junhui
· 7 years ago
3b304d2
bcache: convert cached_dev.count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
d59b237
bcache: only permit to recovery read error when cache device is clean
by Coly Li
· 7 years ago
9ce762e
bcache: writeback rate clamping: make 32 bit safe
by Michael Lyle
· 7 years ago
6446c68
bcache: safeguard a dangerous addressing in closure_queue
by Liang Chen
· 7 years ago
a8500fc
bcache: rearrange writeback main thread ratelimit
by Michael Lyle
· 7 years ago
e41166c
bcache: writeback rate shouldn't artifically clamp
by Michael Lyle
· 7 years ago
ae82ddb
bcache: smooth writeback rate control
by Michael Lyle
· 7 years ago
1d316e6
bcache: implement PI controller for writeback rate
by Michael Lyle
· 7 years ago
5fa89fb
bcache: don't write back data if reading it failed
by Michael Lyle
· 7 years ago
2385010
bcache: remove unused parameter
by Yijing Wang
· 7 years ago
b41c9b0
bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
by Eric Wheeler
· 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
b1e8139
bcache: fix a comments typo in bch_alloc_sectors()
by Coly Li
· 7 years ago
91af830
bcache: check ca->alloc_thread initialized before wake up it
by Coly Li
· 7 years ago
58f913d
bcache: Avoid nested function definition
by Peter Foley
· 7 years ago
a5f3d8a
bcache: use llist_for_each_entry_safe() in __closure_wake_up()
by Coly Li
· 7 years ago
175206c
bcache: initialize dirty stripes in flash_dev_run()
by Tang Junhui
· 7 years ago
Next »