Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bbdc2821db041fb07ffa52e4a0e1ebb5410790e9
/
drivers
/
md
c9a3f6d
dm: use unlocked variants of queue flag check/set
by Jens Axboe
· 17 years ago
bd5d435
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
c7705f3
drivers: use non-racy method for proc entries creation (2)
by Denis V. Lunev
· 17 years ago
992b5bc
block: no need to initialize rq->cmd with blk_get_request
by FUJITA Tomonori
· 17 years ago
75ad23b
block: make queue flags non-atomic
by Nick Piggin
· 17 years ago
62b0559
drivers/md: use time_before, time_before_eq, etc
by Julia Lawall
· 17 years ago
d7a420c
raid: remove leading TAB on printk messages
by Nick Andrew
· 17 years ago
4ef197d8
md: raid5.c convert simple_strtoul to strict_strtoul
by Dan Williams
· 17 years ago
8b3e6cd
md: introduce get_priority_stripe() to improve raid456 write performance
by Dan Williams
· 17 years ago
e46b272
md: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
9a7b2b0
md: fix integer as NULL pointer warnings in md.c
by Harvey Harrison
· 17 years ago
cf13ab8
dm: remove md argument from specific_minor
by Frederik Deweerdt
· 17 years ago
4fdfe40
dm table: remove unused dm_create_error_table
by Adrian Bunk
· 17 years ago
e8488d0
dm table: drop void suspend_targets return
by Adrian Bunk
· 17 years ago
7ff14a3
dm: unplug queues in threads
by Mikulas Patocka
· 17 years ago
a2aebe0
dm raid1: use timer
by Mikulas Patocka
· 17 years ago
a765e20
dm: move include files
by Alasdair G Kergon
· 17 years ago
2d1e580
dm kcopyd: rename
by Alasdair G Kergon
· 17 years ago
0da336e
dm: expose macros
by Alasdair G Kergon
· 17 years ago
945fa4d
dm kcopyd: remove redundant client counting
by Mikulas Patocka
· 17 years ago
08d8757
dm kcopyd: private mempool
by Mikulas Patocka
· 17 years ago
8c0cbc2
dm kcopyd: per device
by Mikulas Patocka
· 17 years ago
2a23aa1
dm log: make module use tracking internal
by Jonathan Brassow
· 17 years ago
b8206bc
dm log: move register functions
by Alasdair G Kergon
· 17 years ago
416cd17
dm log: clean interface
by Heinz Mauelshagen
· 17 years ago
eb69aca
dm kcopyd: clean interface
by Heinz Mauelshagen
· 17 years ago
22a1ceb
dm io: clean interface
by Heinz Mauelshagen
· 17 years ago
e01fd7e
dm io: rename error to error_bits
by Alasdair G Kergon
· 17 years ago
72727ba
dm snapshot: store pointer to target instance
by Mikulas Patocka
· 17 years ago
769aef3
dm log: move dirty region log code into separate module
by Heinz Mauelshagen
· 17 years ago
b7fd54a
dm log: generalise name in messages
by Heinz Mauelshagen
· 17 years ago
c12bfc9
dm raid1: use list_split_init
by Robert P. J. Day
· 17 years ago
8ee2767
dm snapshot: reduce default memory allocation
by Milan Broz
· 17 years ago
9243626
dm snapshot: fix chunksize sector conversion
by Mikulas Patocka
· 17 years ago
fdefa4d
RAID: remove trailing space from printk line
by Nick Andrew
· 17 years ago
bd2ab67
md: close a livelock window in handle_parity_checks5
by Dan Williams
· 17 years ago
4cdc1d1
dm io: write error bits form long not int
by Alasdair G Kergon
· 17 years ago
3f1e907
dm crypt: fix ctx pending
by Milan Broz
· 17 years ago
9ea85eb
drivers/md/raid5.c: fix printk warnings
by Andrew Morton
· 17 years ago
0e82989
md: remove the 'super' sysfs attribute from devices in an 'md' array
by NeilBrown
· 17 years ago
7be3dfe
md: reduce CPU wastage on idle md array with a write-intent bitmap
by NeilBrown
· 17 years ago
52720ae
md: fix formatting error in /proc/mdstat
by NeilBrown
· 17 years ago
a07e6ab
md: the md RAID10 resync thread could cause a md RAID10 array deadlock
by K.Tanaka
· 17 years ago
1c83053
md: fix possible raid1/raid10 deadlock on read error during resync
by NeilBrown
· 17 years ago
8ed3a19
md: don't attempt read-balancing for raid10 'far' layouts
by Keld Simonsen
· 17 years ago
27c529b
md: lock access to rdev attributes properly
by NeilBrown
· 17 years ago
2515619
md: make sure a reshape is started when device switches to read-write
by NeilBrown
· 17 years ago
d0fae18
md: clean up irregularity with raid autodetect
by NeilBrown
· 17 years ago
a1801f8
md: guard against possible bad array geometry in v1 metadata
by NeilBrown
· 17 years ago
8311c29
md: reduce CPU wastage on idle md array with a write-intent bitmap
by NeilBrown
· 17 years ago
a35e63e
md: fix deadlock in md/raid1 and md/raid10 when handling a read error
by NeilBrown
· 17 years ago
e03f1a8
dm-raid1.c: fix NULL dereferences
by Adrian Bunk
· 17 years ago
cf28b48
d_path: Make d_path() use a struct path
by Jan Blunck
· 17 years ago
c32c2f6
d_path: Make seq_path() use a struct path argument
by Jan Blunck
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
39ed7ad
dm-raid1 breakage on 64bit
by Al Viro
· 17 years ago
af195ac
dm raid1: report fault status
by Jonathan Brassow
· 17 years ago
06386bb
dm raid1: handle read failures
by Jonathan Brassow
· 17 years ago
b80aa7a
dm raid1: fix EIO after log failure
by Jonathan Brassow
· 17 years ago
8f0205b
dm raid1: handle recovery failures
by Jonathan Brassow
· 17 years ago
72f4b31
dm raid1: handle write failures
by Jonathan Brassow
· 17 years ago
d74f81f
dm snapshot: combine consecutive exceptions in memory
by Milan Broz
· 17 years ago
4f7f5c6
dm: stripe enhanced status return
by Brian Wood
· 17 years ago
a25eb94
dm: stripe trigger event on failure
by Brian Wood
· 17 years ago
fb8b284
dm log: auto load modules
by Jonathan Brassow
· 17 years ago
304f3f6
dm: move deferred bio flushing to workqueue
by Milan Broz
· 17 years ago
3a7f6c9
dm crypt: use async crypto
by Milan Broz
· 17 years ago
95497a9
dm crypt: prepare async callback fn
by Milan Broz
· 17 years ago
43d6903
dm crypt: add completion for async
by Milan Broz
· 17 years ago
ddd42ed
dm crypt: add async request mempool
by Milan Broz
· 17 years ago
01482b7
dm crypt: extract scatterlist processing
by Milan Broz
· 17 years ago
899c95d
dm crypt: tidy io ref counting
by Milan Broz
· 17 years ago
84131db
dm crypt: introduce crypt_write_io_loop
by Milan Broz
· 17 years ago
dec1ced
dm crypt: abstract crypt_write_done
by Milan Broz
· 17 years ago
0c395b0
dm crypt: store sector mapping in dm_crypt_io
by Milan Broz
· 17 years ago
395b167
dm crypt: move queue functions
by Alasdair G Kergon
· 17 years ago
4e4eef6
dm crypt: adjust io processing functions
by Milan Broz
· 17 years ago
ee7a491
dm crypt: tidy crypt_endio
by Milan Broz
· 17 years ago
5742fd7
dm crypt: move error setting outside crypt_dec_pending
by Milan Broz
· 17 years ago
fcd369d
dm crypt: remove unnecessary crypt_context write parm
by Milan Broz
· 17 years ago
5301703
dm crypt: move convert_context inside dm_crypt_io
by Milan Broz
· 17 years ago
009cd09
dm mpath: add missing static
by Alasdair G Kergon
· 17 years ago
0149e57
dm: targets no longer experimental
by Alasdair G Kergon
· 17 years ago
46125c1
dm: refactor dm_suspend completion wait
by Milan Broz
· 17 years ago
94d6351
dm: split dm_suspend io_lock hold into two
by Milan Broz
· 17 years ago
73d410c
dm: tidy dm_suspend
by Milan Broz
· 17 years ago
6d6f10d
dm: refactor deferred bio_list processing
by Milan Broz
· 17 years ago
6ed7ade
dm: tidy alloc_dev labels
by Milan Broz
· 17 years ago
a26ffd4
dm ioctl: use uninitialized_var
by Andrew Morton
· 17 years ago
69a2ce7
dm: table use uninitialized_var
by Andrew Morton
· 17 years ago
e48b9db
dm snapshot: use uninitialized_var
by Andrew Morton
· 17 years ago
e61290a
dm: convert suspend_lock semaphore to mutex
by Daniel Walker
· 17 years ago
8defd83
dm snapshot: use rounddown_pow_of_two
by Robert P. J. Day
· 17 years ago
82d601d
dm: table remove unused total
by Jun'ichi Nomura
· 17 years ago
afb2452
dm: table use list_for_each
by Paul Jimenez
· 17 years ago
76c072b
dm ioctl: move compat code
by Milan Broz
· 17 years ago
27238b2
dm ioctl: remove lock_kernel
by Alasdair G Kergon
· 17 years ago
b9249e5
dm: mark function lists static
by Alasdair G Kergon
· 17 years ago
7e5c1e8
dm: add missing memory barrier to dm_suspend
by Milan Broz
· 17 years ago
Next »