Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a664d0f05a2ec02c8f042db536d84d15d6e19e81
/
drivers
/
md
/
bcache
/
super.c
a664d0f
bcache: fix crash on shutdown in passthrough mode
by Slava Pestov
· 11 years ago
e511220
bcache: fix lockdep warnings on shutdown
by Slava Pestov
· 11 years ago
5b1016e
bcache: Fix a bug when detaching
by Kent Overstreet
· 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
2a28568
bcache: btree locking rework
by Kent Overstreet
· 11 years ago
da415a0
bcache: Fix moving_gc deadlocking with a foreground write
by Nicholas Swenson
· 11 years ago
90db691
bcache: Fix discard granularity
by Kent Overstreet
· 11 years ago
4fa0340
bcache: Fix a lockdep splat in an error path
by Kent Overstreet
· 11 years ago
dabb443
bcache: Fix a shutdown bug
by Kent Overstreet
· 11 years ago
dc9d98d
bcache: Convert debug code to btree_keys
by Kent Overstreet
· 11 years ago
65d4523
bcache: Abstract out stuff needed for sorting
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
0a45114
bcache: Use a mempool for mergesort temporary space
by Kent Overstreet
· 11 years ago
5c41c8a
bcache: Trivial error handling fix
by Kent Overstreet
· 11 years ago
c78afc6
bcache/md: Use raid stripe size
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
9eb8ebe
bcache: Fix for can_attach_cache()
by Nicholas Swenson
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
ed9c47b
bcache: Kill unaligned bvec hack
by Kent Overstreet
· 11 years ago
c869494
bcache: defensively handle format strings
by Kees Cook
· 11 years ago
28935ab
bcache: Use ida for bcache block dev minor
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
bc9389e
bcache: Avoid deadlocking in garbage collection
by Kent Overstreet
· 11 years ago
d5cc66e
bcache: bch_(btree|extent)_ptr_invalid()
by Kent Overstreet
· 11 years ago
3a3b6a4
bcache: Don't bother with bucket refcount for btree node allocations
by Kent Overstreet
· 11 years ago
81ab419
bcache: Pull on disk data structures out into a separate header
by Kent Overstreet
· 11 years ago
c18536a
bcache: Prune struct btree_op
by Kent Overstreet
· 11 years ago
5e6926d
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
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
· 11 years ago
49b1212
bcache: Use blkdev_issue_discard()
by Kent Overstreet
· 11 years ago
79826c3
bcache: Allocation kthread fixes
by Kent Overstreet
· 11 years ago
5caa52a
bcache: Shutdown fix
by Kent Overstreet
· 11 years ago
c9502ea
bcache: Fix a sysfs splat on shutdown
by Kent Overstreet
· 11 years ago
54d12f2
bcache: Advertise that flushes are supported
by Kent Overstreet
· 11 years ago
ab9e140
bcache: Send label uevents
by Gabriel de Perthuis
· 12 years ago
a25c32b
bcache: Send a uevent with a cached device's UUID
by Gabriel de Perthuis
· 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
85b1492
bcache: Rip out pkey()/pbtree()
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
a9dd53a
bcache: Warn when a device is already registered.
by Gabriel de Perthuis
· 12 years ago
f59fce8
bcache: Fix error handling in init code
by Kent Overstreet
· 12 years ago
867e116
bcache: Fix incompatible pointer type warning
by Emil Goode
· 12 years ago
ee66850
bcache: Use bd_link_disk_holder()
by Kent Overstreet
· 12 years ago
8abb2a5
bcache: Make sure blocksize isn't smaller than device blocksize
by Kent Overstreet
· 12 years ago
4f0fd95
bcache: Set ra_pages based on backing device's ra_pages
by Kent Overstreet
· 12 years ago
2903381
bcache: Take data offset from the bdev superblock.
by Kent Overstreet
· 12 years ago
8ef7479
bcache: Fix a minor memory leak on device teardown
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
07e86cc
bcache: Build fixes from test robot
by Kent Overstreet
· 12 years ago
cafe563
bcache: A block layer cache
by Kent Overstreet
· 12 years ago