Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a58cad260bd37b7d20d222b083b4844d086b2d7
/
drivers
/
md
/
bcache
2fe80d3
bcache: Fix a null ptr deref regression
by Kent Overstreet
· 11 years ago
c0f04d8
bcache: Fix flushes in writeback mode
by Kent Overstreet
· 11 years ago
8478643
bcache: Fix for handling overlapping extents when reading in a btree node
by Kent Overstreet
· 11 years ago
a698e08
bcache: Fix a shrinker deadlock
by Kent Overstreet
· 11 years ago
79e3dab
bcache: Fix a dumb CPU spinning bug in writeback
by Kent Overstreet
· 11 years ago
1394d67
bcache: Fix a flush/fua performance bug
by Kent Overstreet
· 11 years ago
c2a4f31
bcache: Fix a writeback performance regression
by Kent Overstreet
· 11 years ago
61cbd25
bcache: Correct printf()-style format length modifier
by Geert Uytterhoeven
· 11 years ago
c426c4f
bcache: Fix for when no journal entries are found
by Kent Overstreet
· 11 years ago
aee6f1c
bcache: Strip endline when writing the label through sysfs
by Gabriel de Perthuis
· 11 years ago
6d9d21e
bcache: Fix a dumb journal discard bug
by Kent Overstreet
· 11 years ago
7dc19d5
drivers: convert shrinkers to new count/scan API
by Dave Chinner
· 11 years ago
d4c90b1
Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
79826c3
bcache: Allocation kthread fixes
by Kent Overstreet
· 11 years ago
29ebf46
bcache: Fix GC_SECTORS_USED() calculation
by Kent Overstreet
· 11 years ago
faa5673
bcache: Journal replay fix
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
d2a65ce
bcache: check for allocation failures
by Dan Carpenter
· 11 years ago
6aa8f1a
bcache: Fix a dumb race
by Kent Overstreet
· 11 years ago
80cc38b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
8e51e41
bcache: Use standard utility code
by Kent Overstreet
· 11 years ago
f3059a5
bcache: Delete fuzz tester
by Kent Overstreet
· 11 years ago
36c9ea9
bcache: Document shrinker reserve better
by Kent Overstreet
· 11 years ago
e49c7c3
bcache: FUA fixes
by Kent Overstreet
· 11 years ago
ab9e140
bcache: Send label uevents
by Gabriel de Perthuis
· 11 years ago
a25c32b
bcache: Send a uevent with a cached device's UUID
by Gabriel de Perthuis
· 11 years ago
72c2706
bcache: Write out full stripes
by Kent Overstreet
· 11 years ago
279afba
bcache: Track dirty data by stripe
by Kent Overstreet
· 11 years ago
444fc0b
bcache: Initialize sectors_dirty when attaching
by Kent Overstreet
· 11 years ago
6ded34d
bcache: Improve lazy sorting
by Kent Overstreet
· 11 years ago
85b1492
bcache: Rip out pkey()/pbtree()
by Kent Overstreet
· 11 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
· 11 years ago
bbc77aa
bcache: fix a spurious gcc complaint, use scnprintf
by Kent Overstreet
· 11 years ago
5c69412
md: bcache: io.c: fix a potential NULL pointer dereference
by Kumar Amit Mehta
· 11 years ago
48a7302
md: bcache: Fixed a typo with the word 'arithmetic'
by Phil Viana
· 11 years ago
f59fce8
bcache: Fix error handling in init code
by Kent Overstreet
· 11 years ago
bbb1c3b
bcache: drop "select CLOSURES"
by Paul Bolle
· 11 years ago
867e116
bcache: Fix incompatible pointer type warning
by Emil Goode
· 11 years ago
ee66850
bcache: Use bd_link_disk_holder()
by Kent Overstreet
· 12 years ago
86b26b8
bcache: Allocator cleanup/fixes
by Kent Overstreet
· 12 years ago
8abb2a5
bcache: Make sure blocksize isn't smaller than device blocksize
by Kent Overstreet
· 12 years ago
a09ded8
bcache: Fix merge_bvec_fn usage for when it modifies the bvm
by Kent Overstreet
· 12 years ago
1545f13
bcache: Correctly check against BIO_MAX_PAGES
by Kent Overstreet
· 12 years ago
bca97ad
bcache: Hack around stuff that clones up to bi_max_vecs
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
cef5279
bcache: Disable broken btree fuzz tester
by Kent Overstreet
· 12 years ago
91bbcfc
bcache: Fix a format string overflow
by Kent Overstreet
· 12 years ago
8ef7479
bcache: Fix a minor memory leak on device teardown
by Kent Overstreet
· 12 years ago
cc0f4ea
bcache: Use WARN_ONCE() instead of __WARN()
by Kent Overstreet
· 12 years ago
cd953ed
bcache: Add missing #include <linux/prefetch.h>
by Geert Uytterhoeven
· 12 years ago
c19ed23
bcache: Sparse fixes
by Kent Overstreet
· 12 years ago
169ef1c
bcache: Don't export utility code, prefix with bch_
by Kent Overstreet
· 12 years ago
29177b8
bcache: Fix for the build fixes
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