Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e6d53bdcc38d451fa6afbe412a759f132d44f361
/
drivers
/
md
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
f412f2c
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
b89241e
llists: move llist_reverse_order from raid5 to llist.c
by Christoph Hellwig
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
7f2dc5c
Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 11 years ago
0910c0b
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
7b6b2bc
dm cache: resolve small nits and improve Documentation
by Mike Snitzer
· 11 years ago
65790ff
dm cache: add cache block invalidation support
by Joe Thornber
· 11 years ago
532906a
dm cache: add remove_cblock method to policy interface
by Joe Thornber
· 11 years ago
633618e
dm cache policy mq: reduce memory requirements
by Joe Thornber
· 11 years ago
53d4981
dm cache metadata: check the metadata version when reading the superblock
by Joe Thornber
· 11 years ago
2ee57d5
dm cache: add passthrough mode
by Joe Thornber
· 11 years ago
f494a9c
dm cache: cache shrinking support
by Joe Thornber
· 11 years ago
c869494
bcache: defensively handle format strings
by Kees Cook
· 11 years ago
5ceaaad
bcache: Bypass torture test
by Kent Overstreet
· 11 years ago
098fb25
bcache: Delete some slower inline asm
by Kent Overstreet
· 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
17e21a9
bcache: Have btree_split() insert into parent directly
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
5031016
bcache: Kill bch_next_recurse_key()
by Kent Overstreet
· 11 years ago
bc9389e
bcache: Avoid deadlocking in garbage collection
by Kent Overstreet
· 11 years ago
a1f0358
bcache: Incremental gc
by Kent Overstreet
· 11 years ago
8835c12
bcache: Add make_btree_freeing_key()
by Kent Overstreet
· 11 years ago
f269af5
bcache: Add btree_node_write_sync()
by Kent Overstreet
· 11 years ago
0eacac2
bcache: PRECEDING_KEY()
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
280481d
bcache: Debug code improvements
by Kent Overstreet
· 11 years ago
e58ff15
bcache: Fix bch_ptr_bad()
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
220bb38
bcache: Break up struct search
by Kent Overstreet
· 11 years ago
cc7b881
bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()
by Kent Overstreet
· 11 years ago
6054c6d
bcache: Don't use op->insert_collision
by Kent Overstreet
· 11 years ago
1b207d8
bcache: Kill op->replace
by Kent Overstreet
· 11 years ago
faadf0c
bcache: Drop some closure stuff
by Kent Overstreet
· 11 years ago
b54d693
bcache: Kill op->cl
by Kent Overstreet
· 11 years ago
c18536a
bcache: Prune struct btree_op
by Kent Overstreet
· 11 years ago
cc23196
bcache: Clean up cache_lookup_fn
by Kent Overstreet
· 11 years ago
2c1953e
bcache: Convert bch_btree_read_async() to bch_btree_map_keys()
by Kent Overstreet
· 11 years ago
df8e897
bcache: Move some stuff to btree.c
by Kent Overstreet
· 11 years ago
48dad8b
bcache: Add btree_map() functions
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
0b93207
bcache: Move keylist out of btree_op
by Kent Overstreet
· 11 years ago
a34a8bf
bcache: Refactor journalling flow control
by Kent Overstreet
· 11 years ago
cdd972b
bcache: Refactor read request code a bit
by Kent Overstreet
· 11 years ago
84f0db0
bcache: Refactor request_write()
by Kent Overstreet
· 11 years ago
c2f95ae
bcache: Clean up keylist code
by Kent Overstreet
· 11 years ago
4f3d401
bcache: Add explicit keylist arg to btree_insert()
by Kent Overstreet
· 11 years ago
e7c590e
bcache: Convert btree_insert_check_key() to btree_insert_node()
by Kent Overstreet
· 11 years ago
403b6cd
bcache: Insert multiple keys at a time
by Kent Overstreet
· 11 years ago
26c949f
bcache: Add btree_insert_node()
by Kent Overstreet
· 11 years ago
d6fd3b1
bcache: Explicitly track btree node's parent
by Kent Overstreet
· 11 years ago
8304ad4
bcache: Remove unnecessary check in should_split()
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
dd9ec84
bcache: Fix a lockdep splat
by Kent Overstreet
· 11 years ago
7857d5d4
bcache: Fix a journalling performance bug
by Kent Overstreet
· 11 years ago
1fa8455
bcache: Fix dirty_data accounting
by Kent Overstreet
· 11 years ago
c9d28d5
dm cache: promotion optimisation for writes
by Joe Thornber
· 11 years ago
c86c307
dm cache: be much more aggressive about promoting writes to discarded blocks
by Joe Thornber
· 11 years ago
01911c1
dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty()
by Joe Thornber
· 11 years ago
ffcbcb6
dm cache: optimize commit_if_needed
by Heinz Mauelshagen
· 11 years ago
40c57f4
dm space map disk: optimise sm_disk_dec_block
by Joe Thornber
· 11 years ago
5442851
dm: fix Kconfig menu indentation
by Mikulas Patocka
· 11 years ago
2c140a2
dm: allow remove to be deferred
by Mikulas Patocka
· 11 years ago
7833b08
dm table: print error on preresume failure
by Mike Snitzer
· 11 years ago
ed04d98
dm crypt: add TCW IV mode for old CBC TCRYPT containers
by Milan Broz
· 11 years ago
da31a07
dm crypt: properly handle extra key string in initialization
by Milan Broz
· 11 years ago
2c2263c
dm cache: log error message if dm_kcopyd_copy() fails
by Heinz Mauelshagen
· 11 years ago
80f659f
dm cache: use cell_defer() boolean argument consistently
by Heinz Mauelshagen
· 11 years ago
4cb3e1d
dm cache: return -EINVAL if the user specifies unknown cache policy
by Mikulas Patocka
· 11 years ago
dd8b0c2
dm cache metadata: return bool from __superblock_all_zeroes
by Joe Thornber
· 11 years ago
0184b44
dm cache policy mq: a few small fixes
by Joe Thornber
· 11 years ago
3351937
dm cache policy: remove return from void policy_remove_mapping
by Joe Thornber
· 11 years ago
238f836
dm cache: improve efficiency of quiescing flag management
by Joe Thornber
· 11 years ago
66cb191
dm cache: fix a race condition between queuing new migrations and quiescing for a shutdown
by Joe Thornber
· 11 years ago
f8e5f01
dm cache: io destined for the cache device can now serve as tick bios
by Joe Thornber
· 11 years ago
99ba2ae
dm cache policy mq: protect residency method with existing mutex
by Joe Thornber
· 11 years ago
6678d83
block: Consolidate duplicated bio_trim() implementations
by Kent Overstreet
· 11 years ago
0324e74
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
9c1d4de
dm array: fix bug in growing array
by Joe Thornber
· 11 years ago
b63349a
dm mpath: requeue I/O during pg_init
by Hannes Reinecke
· 11 years ago
954a73d
dm mpath: fix race condition between multipath_dtr and pg_init_done
by Shiva Krishna Merla
· 11 years ago
f36afb3
dm: allocate buffer for messages with small number of arguments using GFP_NOIO
by Mikulas Patocka
· 11 years ago
d47648f
raid5: avoid finding "discard" stripe
by Shaohua Li
· 11 years ago
37c61ff
raid5: set bio bi_vcnt 0 for discard request
by Shaohua Li
· 11 years ago
905b029
md: avoid deadlock when md_set_badblocks.
by Bian Yu
· 11 years ago
61e4947
md: Fix skipping recovery for read-only arrays.
by Lukasz Dorau
· 11 years ago
d4eddd4
bcache: Fixed incorrect order of arguments to bio_alloc_bioset()
by Kent Overstreet
· 11 years ago
a7204d7
Merge 3.12-rc6 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
e9c6a18
dm snapshot: fix data corruption
by Mikulas Patocka
· 11 years ago
aa5e5dc
treewide: fix "distingush" typo
by Michael Opdenacker
· 11 years ago
Next »