Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c4453f6a7ceff330ff37a9712ee8305fc3f8e9b6
/
drivers
/
md
« Previous
c4c1663
md/raid5: replace sh->lock with an 'active' flag.
by NeilBrown
· 13 years ago
cbe47ec
md/raid5: Protect some more code with ->device_lock.
by NeilBrown
· 13 years ago
83206d6
md/raid5: Remove use of sh->lock in sync_request
by NeilBrown
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
f151463
fs: seq_file - add event counter to simplify poll() support
by Kay Sievers
· 13 years ago
b119cba
md,rcu: Convert call_rcu(free_conf) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
ffd96e3
md/raid5: get rid of duplicated call to bio_data_dir()
by Namhyung Kim
· 13 years ago
6ce3284
md/raid5: use kmem_cache_zalloc()
by Namhyung Kim
· 13 years ago
c65060a
md/raid10: share pages between read and write bio's during recovery
by Namhyung Kim
· 13 years ago
778ca01
md/raid10: factor out common bio handling code
by Namhyung Kim
· 13 years ago
2c4193d
md/raid10: get rid of duplicated conditional expression
by Namhyung Kim
· 13 years ago
4274215
md: avoid endless recovery loop when waiting for fail device to complete.
by NeilBrown
· 13 years ago
fcde907
md/raid5: remove unusual use of bio_iovec_idx()
by Namhyung Kim
· 13 years ago
b062962
md/raid5: fix FUA request handling in ops_run_io()
by Namhyung Kim
· 13 years ago
9b2dc8b
md/raid5: fix raid5_set_bi_hw_segments
by Namhyung Kim
· 13 years ago
97b3d4a
md/bitmap: remove unused fields from struct bitmap
by Namhyung Kim
· 13 years ago
27d5ea0
md/bitmap: use proper accessor macro
by Namhyung Kim
· 13 years ago
01393f3
md: check ->hot_remove_disk when removing disk
by Namhyung Kim
· 13 years ago
9864c00
md: Using poll /proc/mdstat can monitor the events of adding a spare disks
by 马建朋
· 13 years ago
d744540
MD: use is_power_of_2 macro
by Jonathan Brassow
· 13 years ago
d6b212f
MD: raid5 do not set fullsync
by Jonathan Brassow
· 13 years ago
9c81075
MD: support initial bitmap creation in-kernel
by Jonathan Brassow
· 13 years ago
076f968
MD: add sync_super to mddev_t struct
by Jonathan Brassow
· 13 years ago
1ed7242
MD: raid1 changes to allow use by device mapper
by Jonathan Brassow
· 13 years ago
0fd018a
MD: move thread wakeups into resume
by Jonathan Brassow
· 13 years ago
ac42450
MD: possible typo
by Jonathan Brassow
· 13 years ago
68866e4
MD: no sync IO while suspended
by Jonathan Brassow
· 13 years ago
629acb6
MD: no integrity register if no gendisk
by Jonathan Brassow
· 13 years ago
fa34ce7
dm kcopyd: return client directly and not through a pointer
by Mikulas Patocka
· 13 years ago
5f43ba2
dm kcopyd: reserve fewer pages
by Mikulas Patocka
· 13 years ago
bda8efe
dm io: use fixed initial mempool size
by Mikulas Patocka
· 13 years ago
d047145
dm kcopyd: alloc pages from the main page allocator
by Mikulas Patocka
· 13 years ago
f99b55e
dm kcopyd: add gfp parm to alloc_pl
by Mikulas Patocka
· 13 years ago
4cc1b4c
dm kcopyd: remove superfluous page allocation spinlock
by Mikulas Patocka
· 13 years ago
c6ea41f
dm kcopyd: preallocate sub jobs to avoid deadlock
by Mikulas Patocka
· 13 years ago
a705a34
dm kcopyd: avoid pointless job splitting
by Mikulas Patocka
· 13 years ago
6f13f6f
dm mpath: do not fail paths after integrity errors
by Martin K. Petersen
· 13 years ago
f4808ca
dm table: reject devices without request fns
by Milan Broz
· 13 years ago
4c25932
dm table: allow targets to support discards internally
by Mike Snitzer
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
b098636
md: allow resync_start to be set while an array is active.
by NeilBrown
· 13 years ago
ab9d47e
md/raid10: reformat some loops with less indenting.
by NeilBrown
· 13 years ago
f17ed07
md/raid10: remove unused variable.
by NeilBrown
· 13 years ago
a8830bca
md/raid10: make more use of 'slot' in raid10d.
by NeilBrown
· 13 years ago
7c4e06f
md/raid10: some tidying up in fix_read_error
by NeilBrown
· 13 years ago
af6d7b7
md/raid1: improve handling of pages allocated for write-behind.
by NeilBrown
· 13 years ago
7ca78d5
md/raid1: try fix_sync_read_error before process_checks.
by NeilBrown
· 13 years ago
78d7f5f
md/raid1: tidy up new functions: process_checks and fix_sync_read_error.
by NeilBrown
· 13 years ago
a68e587
md/raid1: split out two sub-functions from sync_request_write
by NeilBrown
· 13 years ago
6f8d0c7
md: make error_handler functions more uniform and correct.
by NeilBrown
· 13 years ago
92f861a
md/multipath: discard ->working_disks in favour of ->degraded
by NeilBrown
· 13 years ago
7607305
md/raid1: clean up read_balance.
by NeilBrown
· 13 years ago
56d9912
md: simplify raid10 read_balance
by NeilBrown
· 13 years ago
8258c53
md/bitmap: fix saving of events_cleared and other state.
by NeilBrown
· 13 years ago
bedd86b
md: reject a re-add request that cannot be honoured.
by NeilBrown
· 13 years ago
b014089
md: Fix race when creating a new md device.
by NeilBrown
· 13 years ago
aeb878b
md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').
by Jesper Juhl
· 14 years ago
d76c842
raid5: fix build error, sector_t usage
by Randy Dunlap
· 14 years ago
fee6872
md: Cleanup after raid45->raid0 takeover
by Krzysztof Wojcik
· 14 years ago
3b71bd9
md: Fix dev_sectors on takeover from raid0 to raid4/5
by NeilBrown
· 14 years ago
2b7da30
md/raid5: remove setting of ->queue_lock
by NeilBrown
· 14 years ago
c3b328a
md: fix up raid1/raid10 unplugging.
by NeilBrown
· 14 years ago
7c13edc
md: incorporate new plugging into raid5.
by NeilBrown
· 14 years ago
97658cd
md: provide generic support for handling unplug callbacks.
by NeilBrown
· 14 years ago
482c083
md - remove old plugging code.
by NeilBrown
· 14 years ago
af1db72
md/dm - remove remains of plug_fn callback.
by NeilBrown
· 14 years ago
e1dfa0a
md: use new plugging interface for RAID IO.
by NeilBrown
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
a63a5cf
dm: improve block integrity support
by Mike Snitzer
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
89078d5
md: Fix integrity registration error when no devices are capable
by Martin K. Petersen
· 14 years ago
44bbd7a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
2991520
dm stripe: implement merge method
by Mustafa Mesanovic
· 14 years ago
a490a07
dm mpath: allow table load with no priority groups
by Mike Snitzer
· 14 years ago
19040c0
dm mpath: fail message ioctl if specified path is not valid
by Mike Snitzer
· 14 years ago
f868120
dm ioctl: add flag to wipe buffers for secure data
by Milan Broz
· 14 years ago
6bb43b5
dm ioctl: prepare for crypt key wiping
by Milan Broz
· 14 years ago
de8be5a
dm crypt: wipe keys string immediately after key is set
by Milan Broz
· 14 years ago
3407ef5
dm: add flakey target
by Josef Bacik
· 14 years ago
024d37e
dm: fix opening log and cow devices for read only tables
by Milan Broz
· 14 years ago
bb5cda3
dm: use little-endian bitops
by Akinobu Mita
· 14 years ago
6b33aff
md: use little-endian bitops
by Akinobu Mita
· 14 years ago
1e9bb88
block: fix non-atomic access to genhd inflight structures
by Shaohua Li
· 14 years ago
c55d267
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
a91a278
block: Require subsystems to explicitly allocate bio_set integrity mempool
by Martin K. Petersen
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
bd2895e
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
01a16b2
netlink: kill eff_cap from struct netlink_skb_parms
by Patrick McHardy
· 14 years ago
f0b4f7e
md: Fix - again - partition detection when array becomes active
by NeilBrown
· 14 years ago
43d133c
Merge branch 'master' into for-2.6.39
by Tejun Heo
· 14 years ago
da9cf50
md: avoid spinlock problem in blk_throtl_exit
by NeilBrown
· 14 years ago
8f5f02c
md: correctly handle probe of an 'mdp' device.
by NeilBrown
· 14 years ago
cbe6ef1
md: don't set_capacity before array is active.
by NeilBrown
· 14 years ago
f7bee80
md: Fix raid1->raid0 takeover
by Krzysztof Wojcik
· 14 years ago
751b2a7
[SCSI] dm mpath: propagate target errors immediately
by Hannes Reinecke
· 14 years ago
Next »