Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
987aec39a74373c55c3bedd5c3c83896d78fd0a2
/
drivers
/
md
0f1e5b5
Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 years ago
1c220c6
dm: fix casting bug in dm_merge_bvec()
by Joe Thornber
· 9 years ago
15b94a6
dm: fix reload failure of 0 path multipath mapping on blk-mq devices
by Junichi Nomura
· 9 years ago
c492e2d
Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
e5d8de3
dm: fix false warning in free_rq_clone() for unmapped requests
by Mike Snitzer
· 9 years ago
56ccc11
md: fix race when unfreezing sync_action
by NeilBrown
· 9 years ago
626f209
md/raid5: break stripe-batches when the array has failed.
by NeilBrown
· 9 years ago
787b76f
md/raid5: call break_stripe_batch_list from handle_stripe_clean_event
by NeilBrown
· 9 years ago
1b956f7
md/raid5: be more selective about distributing flags across batch.
by NeilBrown
· 9 years ago
3960ce7
md/raid5: add handle_flags arg to break_stripe_batch_list.
by NeilBrown
· 9 years ago
fb642b9
md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list
by NeilBrown
· 9 years ago
4e3d62f
md/raid5: remove condition test from check_break_stripe_batch_list.
by NeilBrown
· 9 years ago
b15a9db
md/raid5: Ensure a batch member is not handled prematurely.
by NeilBrown
· 9 years ago
d0852df5
md/raid5: close race between STRIPE_BIT_DELAY and batching.
by NeilBrown
· 9 years ago
2b6b245
md/raid5: ensure whole batch is delayed for all required bitmap updates.
by NeilBrown
· 9 years ago
45714fb
dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY
by Mike Snitzer
· 9 years ago
4c6dd53
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
by Mike Snitzer
· 9 years ago
3a14075
dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED
by Junichi Nomura
· 9 years ago
4ae9944
dm: run queue on re-queue
by Junichi Nomura
· 9 years ago
a30ec4b
Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
8532e34
md/bitmap: remove rcu annotation from pointer arithmetic.
by NeilBrown
· 9 years ago
a811577
md/raid0: fix restore to sector variable in raid0_make_request
by Eric Work
· 9 years ago
4876969
raid5: fix broken async operation chain
by Shaohua Li
· 9 years ago
c91aa67
Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
5d5df5e
Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 years ago
1daac19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
bb27051
md/raid5: fix handling of degraded stripes in batches.
by NeilBrown
· 9 years ago
738a273
md/raid5: fix allocation of 'scribble' array.
by NeilBrown
· 9 years ago
6e9eac2
md/raid5: don't record new size if resize_stripes fails.
by NeilBrown
· 9 years ago
10d82c5
md/raid5: avoid reading parity blocks for full-stripe write to degraded array
by NeilBrown
· 9 years ago
b0c783b
md/raid5: more incorrect BUG_ON in handle_stripe_fill.
by NeilBrown
· 9 years ago
f18c1a3
md/raid5: new alloc_stripe() to allocate an initialize a stripe.
by NeilBrown
· 9 years ago
b6538fe
md-raid0: conditional mddev->queue access to suit dm-raid
by Heinz Mauelshagen
· 9 years ago
c0403ec
Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"
by Rabin Vincent
· 10 years ago
aa6df8d
dm: fix free_rq_clone() NULL pointer when requeueing unmapped request
by Mike Snitzer
· 10 years ago
3e6180f
dm: only initialize the request_queue once
by Christoph Hellwig
· 10 years ago
6cd18e7
block: destroy bdi before blockdev is unregistered.
by NeilBrown
· 10 years ago
474095e
Merge tag 'md/4.1' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
9ffc8f7
md/raid5: don't do chunk aligned read on degraded array.
by Eric Mei
· 10 years ago
edbe83a
md/raid5: allow the stripe_cache to grow and shrink.
by NeilBrown
· 10 years ago
5423399
md/raid5: change ->inactive_blocked to a bit-flag.
by NeilBrown
· 10 years ago
486f064
md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_stripe
by NeilBrown
· 10 years ago
a9683a7
md/raid5: pass gfp_t arg to grow_one_stripe()
by NeilBrown
· 10 years ago
d06f191
md/raid5: introduce configuration option rmw_level
by Markus Stockhausen
· 10 years ago
584acdd
md/raid5: activate raid6 rmw feature
by Markus Stockhausen
· 10 years ago
dabc4ec
raid5: handle expansion/resync case with stripe batching
by shli@kernel.org
· 10 years ago
72ac733
raid5: handle io error of batch list
by shli@kernel.org
· 10 years ago
59fc630
RAID5: batch adjacent full stripe write
by shli@kernel.org
· 10 years ago
7a87f43
raid5: track overwrite disk count
by shli@kernel.org
· 10 years ago
da41ba6
raid5: add a new flag to track if a stripe can be batched
by shli@kernel.org
· 10 years ago
46d5b78
raid5: use flex_array for scribble data
by shli@kernel.org
· 10 years ago
753f285
md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raid
by Heinz Mauelshagen
· 10 years ago
ac8fa41
md: allow resync to go faster when there is competing IO.
by NeilBrown
· 10 years ago
0931479
md: remove 'go_faster' option from ->sync_request()
by NeilBrown
· 10 years ago
50c37b1
md: don't require sync_min to be a multiple of chunk_size.
by NeilBrown
· 10 years ago
d51e4fe
Merge branch 'cluster' into for-next
by NeilBrown
· 10 years ago
97f6cd3
md-cluster: re-add capabilities
by Goldwyn Rodrigues
· 10 years ago
a6da4ef
md: re-add a failed disk
by Goldwyn Rodrigues
· 10 years ago
88bcfef
md-cluster: remove capabilities
by Goldwyn Rodrigues
· 10 years ago
57d051d
md: Export and rename find_rdev_nr_rcu
by Goldwyn Rodrigues
· 10 years ago
fb56dfe
md: Export and rename kick_rdev_from_array
by Goldwyn Rodrigues
· 10 years ago
8c58f02
md-cluster: correct the num for comparison
by Guoqing Jiang
· 10 years ago
afad97e
Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
44c144f
dm crypt: fix missing error code return from crypt_ctr error path
by Wei Yongjun
· 10 years ago
0618764
dm crypt: fix deadlock when async crypto algorithm returns -EBUSY
by Ben Collins
· 10 years ago
5977907
dm crypt: leverage immutable biovecs when decrypting on read
by Mike Snitzer
· 10 years ago
e44f23b
dm crypt: update URLs to new cryptsetup project page
by Milan Broz
· 10 years ago
0e9cebe
dm: add log writes target
by Josef Bacik
· 10 years ago
7f61f5a
dm table: use bool function return values of true/false not 1/0
by Joe Perches
· 10 years ago
65ff5b7
dm verity: add error handling modes for corrupted blocks
by Sami Tolvanen
· 10 years ago
aca607b
dm delay: use msecs_to_jiffies for time conversion
by Nicholas Mc Guire
· 10 years ago
18cc980
dm log userspace base: fix compile warning
by Nicholas Mc Guire
· 10 years ago
c32a512
dm log userspace transfer: match wait_for_completion_timeout return type
by Nicholas Mc Guire
· 10 years ago
644bda6
dm table: fall back to getting device using name_to_dev_t()
by Dan Ehrenberg
· 10 years ago
17e149b
dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr
by Mike Snitzer
· 10 years ago
0223334
dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq
by Mike Snitzer
· 10 years ago
bfebd1c
dm: add full blk-mq support to request-based DM
by Mike Snitzer
· 10 years ago
0ce6579
dm: impose configurable deadline for dm_request_fn's merge heuristic
by Mike Snitzer
· 10 years ago
b898320
dm sysfs: introduce ability to add writable attributes
by Mike Snitzer
· 10 years ago
de3ec86
dm: don't start current request if it would've merged with the previous
by Mike Snitzer
· 10 years ago
d548b34
dm: reduce the queue delay used in dm_request_fn from 100ms to 10ms
by Mike Snitzer
· 10 years ago
9d1deb8
dm: don't schedule delayed run of the queue if nothing to do
by Mike Snitzer
· 10 years ago
9a0e609
dm: only run the queue on completion if congested or no requests pending
by Mike Snitzer
· 10 years ago
ff36ab3
dm: remove request-based logic from make_request_fn wrapper
by Mike Snitzer
· 10 years ago
47d6897
md/raid0: fix bug with chunksize not a power of 2.
by NeilBrown
· 10 years ago
74672d0
md: fix md io stats accounting broken
by Gu Zheng
· 10 years ago
d56b9b2
dm: remove request-based DM queue's lld_busy_fn hook
by Mike Snitzer
· 10 years ago
52b0991
dm: remove unnecessary wrapper around blk_lld_busy
by Mike Snitzer
· 10 years ago
09c2d53
dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()
by Mike Snitzer
· 10 years ago
e65ff87
dm cache policy mq: try not to writeback data that changed in the last second
by Joe Thornber
· 10 years ago
fdecee3
dm cache policy mq: remove unused generation member of struct entry
by Joe Thornber
· 10 years ago
3e45c91
dm cache policy mq: track entries hit this 'tick' via sentinel objects
by Joe Thornber
· 10 years ago
c74ffc5
dm cache policy mq: remove queue_shift_down()
by Joe Thornber
· 10 years ago
75da39b
dm cache policy mq: keep track of the number of entries in a multiqueue
by Joe Thornber
· 10 years ago
ac1f9ef
dm log userspace: split flush_entry_pool to be per dirty-log
by Mike Snitzer
· 10 years ago
be8a9bc
Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
124eb76
md: Fix bitmap offset calculations
by Goldwyn Rodrigues
· 10 years ago
63a4f06
dm: fix add_disk() NULL pointer due to race with free_dev()
by Mike Snitzer
· 10 years ago
1b717b1
Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
da6b9a2
Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
Next »