Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b2722752fe7bf21e76c87080add6d6c40af339f
/
drivers
/
md
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
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
2fe80d3
bcache: Fix a null ptr deref regression
by Kent Overstreet
· 11 years ago
88502b9
Merge 3.12-rc3 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
388975c
sysfs: clean up sysfs_get_dirent()
by Tejun Heo
· 11 years ago
e93dd91
Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 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
e860313
dm: add reserved_bio_based_ios module parameter
by Mike Snitzer
· 11 years ago
f479082
dm: add reserved_rq_based_ios module parameter
by Mike Snitzer
· 11 years ago
6cfa585
dm: lower bio-based mempool reservation
by Mike Snitzer
· 11 years ago
b60ab99
dm thin: do not expose non-zero discard limits if discards disabled
by Mike Snitzer
· 11 years ago
f84cb8a
dm mpath: disable WRITE SAME if it fails
by Mike Snitzer
· 11 years ago
60e356f
dm-snapshot: fix performance degradation due to small hash size
by Mikulas Patocka
· 11 years ago
5ea330a
dm snapshot: workaround for a false positive lockdep warning
by Mikulas Patocka
· 11 years ago
bbf3f8c
dm stats: fix possible counter corruption on 32-bit systems
by Mikulas Patocka
· 11 years ago
cc9d3c3
dm mpath: do not fail path on -ENOSPC
by Jun'ichi Nomura
· 11 years ago
26935fb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
7dc19d5
drivers: convert shrinkers to new count/scan API
by Dave Chinner
· 11 years ago
7426d62
Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 11 years ago
4d7696f
Merge tag 'md/3.12' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
7fff5e8
dm stripe: silence a couple sparse warnings
by Mike Snitzer
· 11 years ago
fd2ed4d
dm: add statistics support
by Mikulas Patocka
· 11 years ago
94563ba
dm thin: always return -ENOSPC if no_free_space is set
by Mike Snitzer
· 11 years ago
f11c1c5
dm ioctl: cleanup error handling in table_load
by Mike Snitzer
· 11 years ago
00c4fc3
dm ioctl: increase granularity of type_lock when loading table
by Mike Snitzer
· 11 years ago
c2b0482
dm ioctl: prevent rename to empty name or uuid
by Alasdair Kergon
· 11 years ago
d6fc204
dm thin: set pool read-only if breaking_sharing fails block allocation
by Mike Snitzer
· 11 years ago
4fa5971
dm thin: prefix pool error messages with pool device name
by Mike Snitzer
· 11 years ago
169e2cc
dm: allow error target to replace bio-based and request-based targets
by Mike Snitzer
· 11 years ago
f66c83d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
bfc90cb
raid5: only wakeup necessary threads
by Shaohua Li
· 11 years ago
4d77e3b
md/raid5: flush out all pending requests before proceeding with reshape.
by NeilBrown
· 11 years ago
c46501b
md/raid5: use seqcount to protect access to shape in make_request.
by NeilBrown
· 11 years ago
b721420
raid5: sysfs entry to control worker thread number
by Shaohua Li
· 11 years ago
851c30c
raid5: offload stripe handle to workqueue
by Shaohua Li
· 11 years ago
d265d9d
raid5: fix stripe release order
by Shaohua Li
· 11 years ago
773ca82
raid5: make release_stripe lockless
by Shaohua Li
· 11 years ago
260fa03
md: avoid deadlock when dirty buffers during md_stop.
by NeilBrown
· 11 years ago
7a0a535
md: Don't test all of mddev->flags at once.
by NeilBrown
· 11 years ago
c9ad020
md: Fix apparent cut-and-paste error in super_90_validate
by Dave Jones
· 11 years ago
275c51c
md: fix safe_mode buglet.
by NeilBrown
· 11 years ago
60559da
md: don't call md_allow_write in get_bitmap_file.
by NeilBrown
· 11 years ago
7e782af
[SCSI] Return ENODATA on medium error
by Hannes Reinecke
· 11 years ago
f722063
dm space map: optimise sm_ll_dec and sm_ll_inc
by Joe Thornber
· 11 years ago
04f17c8
dm btree: prefetch child nodes when walking tree for a dm_btree_del
by Joe Thornber
· 11 years ago
cd5acf0
dm btree: use pop_frame in dm_btree_del to cleanup code
by Joe Thornber
· 11 years ago
c9ec5d7
dm cache: eliminate holes in cache structure
by Mike Snitzer
· 11 years ago
f610937
dm cache: fix stacking of geometry limits
by Mike Snitzer
· 11 years ago
0cc67cd
dm thin: fix stacking of geometry limits
by Mike Snitzer
· 11 years ago
Next »