Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
99a27d59bd7b2ce1a82a4e826e8e7881f4d4954d
/
drivers
/
md
/
bcache
/
bcache.h
99a27d5
bcache: simplify the calculation of the total amount of flash dirty data
by Tang Junhui
· 6 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
6e916a7
bcache: store disk name in struct cache and struct cached_dev
by Coly Li
· 7 years ago
c7b7bd0
bcache: add io_disable to struct cached_dev
by Coly Li
· 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
73ac105
bcache: fix for data collapse after re-attaching an attached device
by Tang Junhui
· 7 years ago
7ba0d83
bcache: set error_limit correctly
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
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
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
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
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
e41166c
bcache: writeback rate shouldn't artifically clamp
by Michael Lyle
· 7 years ago
1d316e6
bcache: implement PI controller for writeback rate
by Michael Lyle
· 7 years ago
9baf309
bcache: fix for gc and write-back race
by Tang Junhui
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
be628be
bcache: Make gc wakeup sane, remove set_task_state()
by Kent Overstreet
· 8 years ago
749b61d
bcache: remove driver private bio splitting code
by Kent Overstreet
· 11 years ago
bf0c55c
bcache: fix crash with incomplete cache set
by Slava Pestov
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
3a2fd9d
bcache: Kill bucket->gc_gen
by Kent Overstreet
· 11 years ago
2531d9ee
bcache: Kill unused freelist
by Kent Overstreet
· 11 years ago
0a63b66
bcache: Rework btree cache reserve handling
by Kent Overstreet
· 11 years ago
56b3077
bcache: Kill btree_io_wq
by Kent Overstreet
· 11 years ago
4fe6a81
bcache: Add a real GC_MARK_RECLAIMABLE
by Kent Overstreet
· 11 years ago
da415a0
bcache: Fix moving_gc deadlocking with a foreground write
by Nicholas Swenson
· 11 years ago
9471744
bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED
by Darrick J. Wong
· 11 years ago
e0a985a
bcache: Improve bucket_prio() calculation
by Kent Overstreet
· 11 years ago
a85e968
bcache: Add struct btree_keys
by Kent Overstreet
· 11 years ago
ee81128
bcache: Rename/shuffle various code around
by Kent Overstreet
· 11 years ago
67539e8
bcache: Add struct bset_sort_state
by Kent Overstreet
· 11 years ago
fafff81
bcache: Bkey indexing renaming
by Kent Overstreet
· 11 years ago
9a02b7e
bcache: Remove/fix some header dependencies
by Kent Overstreet
· 11 years ago
0a45114
bcache: Use a mempool for mergesort temporary space
by Kent Overstreet
· 11 years ago
78b77bf
bcache: Btree verify code improvements
by Kent Overstreet
· 11 years ago
88b9f8c
bcache: kill index()
by Kent Overstreet
· 11 years ago
7836541
bcache: Rework allocator reserves
by Kent Overstreet
· 11 years ago
cb7a583
bcache: kill closure locking usage
by Kent Overstreet
· 11 years ago
b28bc9b
Merge tag 'v3.13-rc6' into for-3.14/core
by Jens Axboe
· 11 years ago
16749c2
bcache: New writeback PD controller
by Kent Overstreet
· 11 years ago
981aa8c
bcache: bugfix - moving_gc now moves only correct buckets
by Nicholas Swenson
· 11 years ago
20d0189
block: Introduce new bio_split()
by Kent Overstreet
· 11 years ago
ed9c47b
bcache: Kill unaligned bvec hack
by Kent Overstreet
· 11 years ago
5ceaaad
bcache: Bypass torture test
by Kent Overstreet
· 11 years ago
c4d951d
bcache: Fix sysfs splat on shutdown with flash only devs
by Kent Overstreet
· 11 years ago
48a915a
bcache: Better full stripe scanning
by Kent Overstreet
· 11 years ago
65d22e9
bcache: Move spinlock into struct time_stats
by Kent Overstreet
· 11 years ago
8aee122
bcache: Kill sequential_merge option
by Kent Overstreet
· 11 years ago
a1f0358
bcache: Incremental gc
by Kent Overstreet
· 11 years ago
280481d
bcache: Debug code improvements
by Kent Overstreet
· 11 years ago
81ab419
bcache: Pull on disk data structures out into a separate header
by Kent Overstreet
· 11 years ago
2599b53
bcache: Move sector allocator to alloc.c
by Kent Overstreet
· 11 years ago
48dad8b
bcache: Add btree_map() functions
by Kent Overstreet
· 11 years ago
5e6926da
bcache: Convert writeback to a kthread
by Kent Overstreet
· 11 years ago
72a4451
bcache: Convert gc to a kthread
by Kent Overstreet
· 11 years ago
35fcd84
bcache: Convert bucket_wait to wait_queue_head_t
by Kent Overstreet
· 11 years ago
e8e1d46
bcache: Convert try_wait to wait_queue_head_t
by Kent Overstreet
· 11 years ago
e7c590e
bcache: Convert btree_insert_check_key() to btree_insert_node()
by Kent Overstreet
· 11 years ago
2d679fc
bcache: Stripe size isn't necessarily a power of two
by Kent Overstreet
· 11 years ago
77c320e
bcache: Add on error panic/unregister setting
by Kent Overstreet
· 12 years ago
49b1212
bcache: Use blkdev_issue_discard()
by Kent Overstreet
· 11 years ago
c2a4f31
bcache: Fix a writeback performance regression
by Kent Overstreet
· 11 years ago
79826c3
bcache: Allocation kthread fixes
by Kent Overstreet
· 12 years ago
c9502ea
bcache: Fix a sysfs splat on shutdown
by Kent Overstreet
· 12 years ago
72c2706
bcache: Write out full stripes
by Kent Overstreet
· 12 years ago
279afba
bcache: Track dirty data by stripe
by Kent Overstreet
· 12 years ago
444fc0b
bcache: Initialize sectors_dirty when attaching
by Kent Overstreet
· 12 years ago
6ded34d
bcache: Improve lazy sorting
by Kent Overstreet
· 12 years ago
c37511b
bcache: Fix/revamp tracepoints
by Kent Overstreet
· 12 years ago
5794351
bcache: Refactor btree io
by Kent Overstreet
· 12 years ago
119ba0f
bcache: Convert allocator thread to kthread
by Kent Overstreet
· 12 years ago
f59fce8
bcache: Fix error handling in init code
by Kent Overstreet
· 12 years ago
2903381
bcache: Take data offset from the bdev superblock.
by Kent Overstreet
· 12 years ago
169ef1c
bcache: Don't export utility code, prefix with bch_
by Kent Overstreet
· 12 years ago
b1a67b0
bcache: Style/checkpatch fixes
by Kent Overstreet
· 12 years ago
cafe563
bcache: A block layer cache
by Kent Overstreet
· 12 years ago