Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
453d63c6a1afff9aa7e83ac9c3a9dbd6254a1fcd
/
drivers
/
md
355bbd8
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
3969522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
3c5820c
block: Optimal I/O limit wrapper
by Martin K. Petersen
· 15 years ago
a9327ca
Seperate read and write statistics of in_flight requests
by Nikanth Karthikesan
· 15 years ago
1f98a13
bio: first step in sanitizing the bio->bi_rw flag testing
by Jens Axboe
· 15 years ago
0d03d59
md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
by Geert Uytterhoeven
· 15 years ago
ae0b744
dm snapshot: fix on disk chunk size validation
by Mikulas Patocka
· 15 years ago
2defcc3
dm exception store: split set_chunk_size
by Mikulas Patocka
· 15 years ago
61578dc
dm snapshot: fix header corruption race on invalidation
by Mikulas Patocka
· 15 years ago
02d2fd3
dm snapshot: refactor zero_disk_area to use chunk_io
by Mikulas Patocka
· 15 years ago
7ec23d5
dm log: userspace add luid to distinguish between concurrent log instances
by Jonathan Brassow
· 15 years ago
d2b6986
dm raid1: do not allow log_failure variable to unset after being set
by Jonathan Brassow
· 15 years ago
b8313b6
dm log: remove incorrect field from userspace table output
by Jonathan Brassow
· 15 years ago
4142a96
dm log: fix userspace status output
by Jonathan Brassow
· 15 years ago
40bea43
dm stripe: expose correct io hints
by Mike Snitzer
· 15 years ago
a963a95
dm table: add more context to terse warning messages
by Mike Snitzer
· 15 years ago
f6a1ed1
dm table: fix queue_limit checking device iterator
by Mikulas Patocka
· 15 years ago
8811f46
dm snapshot: implement iterate devices
by Mike Snitzer
· 15 years ago
a77e28c
dm multipath: fix oops when request based io fails when no paths
by Kiyoshi Ueda
· 15 years ago
2bfd2e1
[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.
by Chandra Seetharaman
· 15 years ago
435a71d
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 15 years ago
80ffb3c
Fix new incorrect error return from do_md_stop.
by NeilBrown
· 15 years ago
894ef82
dm-log-userspace: fix printk format warning
by Randy Dunlap
· 15 years ago
4d484a4
md: allow upper limit for resync/reshape to be set when array is read-only
by NeilBrown
· 15 years ago
1a67dde
md/raid5: Properly remove excess drives after shrinking a raid5/6
by NeilBrown
· 15 years ago
a639755
md/raid5: make sure a reshape restarts at the correct address.
by NeilBrown
· 15 years ago
67ac601
md/raid5: allow new reshape modes to be restarted in the middle.
by NeilBrown
· 15 years ago
51d5668
md: never advance 'events' counter by more than 1.
by NeilBrown
· 15 years ago
c8c00a6
Remove deadlock potential in md_open
by NeilBrown
· 15 years ago
449aad3
md: Use revalidate_disk to effect changes in size of device.
by NeilBrown
· 15 years ago
64bd660
md: allow raid5_quiesce to work properly when reshape is happening.
by NeilBrown
· 15 years ago
e516402
md/raid5: set reshape_position correctly when reshape starts.
by NeilBrown
· 15 years ago
70471da
md: Handle growth of v1.x metadata correctly.
by NeilBrown
· 15 years ago
3673f30
md: avoid array overflow with bad v1.x metadata
by NeilBrown
· 15 years ago
3a981b0
md: when a level change reduces the number of devices, remove the excess.
by NeilBrown
· 15 years ago
ac5e711
md: Push down data integrity code to personalities.
by Andre Noll
· 15 years ago
95fc17a
md/raid6: release spare page at ->stop()
by Dan Williams
· 15 years ago
5dea271
dm table: pass correct dev area size to device_area_is_valid
by Mike Snitzer
· 15 years ago
a732c20
dm: remove queue next_ordered workaround for barriers
by Mike Snitzer
· 15 years ago
6988568
dm raid1: wake kmirrord when requeueing delayed bios after remote recovery
by Mikulas Patocka
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
2027bd9
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
544ae5f
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 15 years ago
7878cba
block: Create bip slabs with embedded integrity vectors
by Martin K. Petersen
· 15 years ago
e62e58a
md: use interruptible wait when duration is controlled by userspace.
by NeilBrown
· 15 years ago
a5c308d
md/raid5: suspend shouldn't affect read requests.
by NeilBrown
· 15 years ago
0909dc4
md: tidy up error paths in md_alloc
by NeilBrown
· 15 years ago
1ec22eb
md: fix error path when duplicate name is found on md device creation.
by NeilBrown
· 15 years ago
b8d966e
md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.
by NeilBrown
· 15 years ago
8f6c2e4
md: Use new topology calls to indicate alignment and I/O sizes
by Martin K. Petersen
· 15 years ago
ea9df47
dm table: fix blk_stack_limits arg to use bytes not sectors
by Mike Snitzer
· 15 years ago
874d2f6
dm exception store: really fix type lookup
by Milan Broz
· 15 years ago
f40c67f
dm mpath: change to be request based
by Kiyoshi Ueda
· 15 years ago
523d929
dm: disable interrupt when taking map_lock
by Kiyoshi Ueda
· 15 years ago
5d67aa2
dm: do not set QUEUE_ORDERED_DRAIN if request based
by Kiyoshi Ueda
· 15 years ago
e6ee8c0
dm: enable request based option
by Kiyoshi Ueda
· 15 years ago
cec47e3
dm: prepare for request based option
by Kiyoshi Ueda
· 15 years ago
f5db4af
dm raid1: add userspace log
by Jonthan Brassow
· 15 years ago
754c5fc
dm: calculate queue limits during resume not load
by Mike Snitzer
· 15 years ago
18d8594
dm log: fix create_log_context to use logical_block_size of log device
by Mike Snitzer
· 15 years ago
af4874e
dm target:s introduce iterate devices fn
by Mike Snitzer
· 15 years ago
1197764
dm table: establish queue limits by copying table limits
by Mike Snitzer
· 15 years ago
5ab9758
dm table: replace struct io_restrictions with struct queue_limits
by Mike Snitzer
· 15 years ago
be6d430
dm table: validate device logical_block_size
by Mike Snitzer
· 15 years ago
02acc3a
dm table: ensure targets are aligned to logical_block_size
by Mike Snitzer
· 15 years ago
60935eb
dm ioctl: support cookies for udev
by Milan Broz
· 15 years ago
486d220
dm: sysfs add suspended attribute
by Peter Rajnoha
· 15 years ago
1b6da75
dm table: improve warning message when devices not freed before destruction
by Jonthan Brassow
· 15 years ago
f392ba8
dm mpath: add service time load balancer
by Kiyoshi Ueda
· 15 years ago
fd5e033
dm mpath: add queue length load balancer
by Kiyoshi Ueda
· 15 years ago
02ab823
dm mpath: add start_io and nr_bytes to path selectors
by Kiyoshi Ueda
· 15 years ago
2bd0234
dm snapshot: use barrier when writing exception store
by Mikulas Patocka
· 15 years ago
51aa322
dm io: retry after barrier error
by Mikulas Patocka
· 15 years ago
5af443a
dm io: record eopnotsupp
by Mikulas Patocka
· 15 years ago
494b3ee
dm snapshot: support barriers
by Mikulas Patocka
· 15 years ago
8627921
dm mpath: support barriers
by Mikulas Patocka
· 15 years ago
c927259
dm delay: support barriers
by Mikulas Patocka
· 15 years ago
647c7db
dm crypt: support flush
by Mikulas Patocka
· 15 years ago
374bf7e
dm: stripe support flush
by Mikulas Patocka
· 15 years ago
433bcac
dm: linear support flush
by Mikulas Patocka
· 15 years ago
52b1fd5
dm: send empty barriers to targets in dm_flush
by Mikulas Patocka
· 15 years ago
9015df2
dm: initialise tio in alloc_tio
by Alasdair G Kergon
· 15 years ago
f9ab94c
dm: introduce num_flush_requests
by Mikulas Patocka
· 15 years ago
27eaa14
dm: remove check that prevents mapping empty bios
by Mikulas Patocka
· 15 years ago
fdb9572
dm: remove EOPNOTSUPP for barriers
by Mikulas Patocka
· 15 years ago
5aa2781
dm: store only first barrier error
by Mikulas Patocka
· 15 years ago
2761e95
dm: process requeue in dm_wq_work
by Mikulas Patocka
· 15 years ago
531fe96
dm: make dm_flush return void
by Mikulas Patocka
· 15 years ago
32a926d
dm: always hold bdev reference
by Mikulas Patocka
· 15 years ago
db8fef4
dm: rename suspended_bdev to bdev
by Mikulas Patocka
· 15 years ago
f6bd4eb
dm exception store: fix exstore lookup to be case insensitive
by Jonathan Brassow
· 15 years ago
5657e8f
dm: use i_size_read
by Mikulas Patocka
· 15 years ago
8cbeb67
dm: avoid unsupported spanning of md stripe boundaries
by Mikulas Patocka
· 15 years ago
53b351f
dm mpath: flush keventd queue in destructor
by Mikulas Patocka
· 15 years ago
a72986c
dm raid1: keep retrying alloc if mempool_alloc failed
by Mikulas Patocka
· 15 years ago
e54f77d
dm mpath: call activate fn for each path in pg_init
by Chandra Seetharaman
· 15 years ago
a0cf7ea
dm mpath: change attached scsi_dh
by Hannes Reinecke
· 15 years ago
4d89b7b
dm: sysfs skip output when device is being destroyed
by Milan Broz
· 15 years ago
e094f4f
dm mpath: validate hw_handler argument count
by Mikulas Patocka
· 15 years ago
Next »