Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
067e5ef89f7152d437b5843229209554b0ebdea0
/
drivers
/
md
/
bcache
79b8a3d
bcache: Populate writeback_rate_minimum attribute
by Ben Peddell
· 6 years ago
e52ad8e
bcache: fix miss key refill->end in writeback
by Tang Junhui
· 6 years ago
9e9f19e
bcache: correct dirty data statistics
by Tang Junhui
· 6 years ago
32870e2
bcache: fix ioctl in flash device
by Tang Junhui
· 6 years ago
fec039e
bcache: trace missed reading by cache_missed
by Tang Junhui
· 6 years ago
0f843e6
bcache: add separate workqueue for journal_write to avoid deadlock
by Guoju Fang
· 6 years ago
3943b040
bcache: release dc->writeback_lock properly in bch_writeback_thread()
by Shan Hai
· 6 years ago
5bed49a
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
d235996
bcache: use routines from lib/crc64.c for CRC64 calculation
by Coly Li
· 6 years ago
eb2b3d0
bcache: add the missing comments for smp_mb()/smp_wmb()
by Coly Li
· 6 years ago
d0c1b89
bcache: remove unnecessary space before ioctl function pointer arguments
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
e1f08f1
bcache: add static const prefix to char * array declarations
by Coly Li
· 6 years ago
3be11db
bcache: fix code comments style
by Coly Li
· 6 years ago
3069211
bcache: do not check NULL pointer before calling kmem_cache_destroy
by Coly Li
· 6 years ago
bc81b47
bcache: prefer 'help' in Kconfig
by Coly Li
· 6 years ago
2b1edd2
bcache: fix typo 'succesfully' to 'successfully'
by Coly Li
· 6 years ago
d9c61d3
bcache: replace '%pF' by '%pS' in seq_printf()
by Coly Li
· 6 years ago
c63ca78
bcache: fix indent by replacing blank by tabs
by Coly Li
· 6 years ago
6ae63e3
bcache: replace printk() by pr_*() routines
by Coly Li
· 6 years ago
958bf49
bcache: replace Symbolic permissions by octal permission numbers
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
4645187
bcache: fix error setting writeback_rate through sysfs interface
by Coly Li
· 6 years ago
cbb751c
bcache: trivial - remove tailing backslash in macro BTREE_FLAG
by Shenghui Wang
· 6 years ago
e921efe
bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section
by Shenghui Wang
· 6 years ago
ea8c5356
bcache: set max writeback rate when I/O request is idle
by Coly Li
· 6 years ago
b467a6a
bcache: add code comments for bset.c
by Coly Li
· 6 years ago
0cba2e7
bcache: fix mistaken comments in request.c
by Coly Li
· 6 years ago
cb329de
bcache: fix mistaken code comments in bcache.h
by Coly Li
· 6 years ago
e57fd74
bcache: add a comment in super.c
by Coly Li
· 6 years ago
c2e8dcf
bcache: avoid unncessary cache prefetch bch_btree_node_get()
by Coly Li
· 6 years ago
b4cb6ef
bcache: display rate debug parameters to 0 when writeback is not running
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
6268dc2
bcache: free heap cache_set->flush_btree in bch_journal_free
by Shenghui Wang
· 6 years ago
a56489d
bcache: do not assign in if condition register_bcache()
by Florian Schmaus
· 6 years ago
94f71c1
bcache: fix I/O significant decline while backend devices registering
by Tang Junhui
· 6 years ago
7f4a59d
bcache: calculate the number of incremental GC nodes according to the total of btree nodes
by Tang Junhui
· 6 years ago
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
· 6 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
f459c34
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
d19936a
bcache: convert to bioset_init()/mempool_init()
by Kent Overstreet
· 6 years ago
ce4c3e1
bcache: Replace bch_read_string_list() by __sysfs_match_string()
by Andy Shevchenko
· 6 years ago
ecb37ce
bcache: Move couple of functions to sysfs.c
by Andy Shevchenko
· 6 years ago
04cbc21
bcache: Move couple of string arrays to sysfs.c
by Andy Shevchenko
· 6 years ago
0f0709e
bcache: stop bcache device when backing device is offline
by Coly Li
· 6 years ago
1c1a2ee
bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
by Coly Li
· 6 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
Next »