Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
131cd131a9ff63d4b84f3fe15073a2984ac30066
/
drivers
/
md
/
md.c
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
5c85121b
Merge tag 'md/3.14' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
cb335f8
md: check command validity early in md_ioctl().
by Nicolas Schichan
· 11 years ago
1a60864
Merge tag 'md/3.13-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
830778a
md: ensure metadata is writen after raid level change.
by NeilBrown
· 11 years ago
7eb4188
md: allow a partially recovered device to be hot-added to an array.
by NeilBrown
· 11 years ago
f466722
md: Change handling of save_raid_disk and metadata update during recovery.
by NeilBrown
· 11 years ago
8313b8e
md: fix problem when adding device to read-only array with bitmap.
by NeilBrown
· 11 years ago
b28bc9b
Merge tag 'v3.13-rc6' into for-3.14/core
by Jens Axboe
· 11 years ago
5ee5406
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
142d44c
md: test mddev->flags more safely in md_check_recovery.
by NeilBrown
· 11 years ago
c170bbb
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
33879d4
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
6d6e352
Merge tag 'md/3.13' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
82592c3
md: Convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
30b8feb
md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes.
by NeilBrown
· 11 years ago
c91abf5
md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.
by NeilBrown
· 11 years ago
29f097c
md: fix some places where mddev_lock return value is not checked.
by NeilBrown
· 11 years ago
02e5f5c
md: fix calculation of stacking limits on level change.
by NeilBrown
· 11 years ago
0910c0b
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 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
905b029
md: avoid deadlock when md_set_badblocks.
by Bian Yu
· 11 years ago
388975c
sysfs: clean up sysfs_get_dirent()
by Tejun Heo
· 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
5024c29
md: Remove recent change which allows devices to skip recovery.
by NeilBrown
· 11 years ago
c4a3955
MD: Remember the last sync operation that was performed
by Jonathan Brassow
· 11 years ago
b29bebd
md: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
90f5f7a
md: Wait for md_check_recovery before attempting device removal.
by Hannes Reinecke
· 12 years ago
82ea4be
Merge tag 'md-3.10-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
6b6204e
md: md_stop_writes() should always freeze recovery.
by NeilBrown
· 12 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
486adf7
md: bad block list should default to disabled.
by NeilBrown
· 12 years ago
a91d5ac
MD: Export 'md_reap_sync_thread' function
by Jonathan Brassow
· 12 years ago
b6d428c
md: don't update metadata when stopping a read-only array.
by NeilBrown
· 12 years ago
7ceb17e
md: Allow devices to be re-added to a read-only array.
by NeilBrown
· 12 years ago
3ea8929d
md: HOT_DISK_REMOVE shouldn't make a read-auto device active.
by NeilBrown
· 12 years ago
746d320
md: use common code for all calls to ->hot_remove_disk()
by NeilBrown
· 12 years ago
d87f064
md: never update metadata when array is read-only.
by NeilBrown
· 12 years ago
64f8de4
Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core
by Jens Axboe
· 12 years ago
fb9e353
md: Convert md_trim_bio() to use bio_advance()
by Kent Overstreet
· 12 years ago
90584fc
MD: Prevent sysfs operations on uninitialized kobjects
by Jonathan Brassow
· 12 years ago
f3378b4
md: expedite metadata update when switching read-auto -> active
by NeilBrown
· 12 years ago
a646853
md: fix two bugs when attempting to resize RAID0 array.
by NeilBrown
· 12 years ago
bbfa57c
md: protect against crash upon fsync on ro array
by Sebastian Riemer
· 12 years ago
ea88eea
Merge tag 'md-3.8' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
9228ff9
Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
0a19caa
md: Use ->curr_resync as last completed request when cleanly aborting resync.
by majianpeng
· 12 years ago
54f8934
md: Update checkpoint of resync/recovery based on time.
by majianpeng
· 12 years ago
35d78c6
md:Add place to update ->recovery_cp.
by kernelmail
· 12 years ago
c02c0ae
md.c: re-indent various 'switch' statements.
by NeilBrown
· 12 years ago
a7a3f08
md: close race between removing and adding a device.
by NeilBrown
· 12 years ago
1f3c990
md: removed unused variable in calc_sb_1_csm.
by NeilBrown
· 12 years ago
eed8c02
wait: add wait_event_lock_irq() interface
by Lukas Czerner
· 12 years ago
5eff3c4
md: make sure everything is freed when dm-raid stops an array.
by NeilBrown
· 12 years ago
35f9ac2
md: Avoid write invalid address if read_seqretry returned true.
by majianpeng
· 12 years ago
ab05613
md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock.
by majianpeng
· 12 years ago
83f0d77
md: Fix typo in drivers/md
by Masanari Iida
· 12 years ago
9db9088
Merge tag 'md-3.7' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
72f36d5
md: refine reporting of resync/reshape delays.
by NeilBrown
· 12 years ago
db07d85
md: make sure manual changes to recovery checkpoint are saved.
by NeilBrown
· 12 years ago
48c26dd
md: writing to sync_action should clear the read-auto state.
by NeilBrown
· 12 years ago
7f7583d
Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races
by Jianpeng Ma
· 12 years ago
2863b9e
MD RAID10: Prep for DM RAID10 device replacement capability
by Jonathan Brassow
· 12 years ago
1ca69c4
md: avoid taking the mutex on some ioctls.
by NeilBrown
· 12 years ago
4ed8731
MD: change the parameter of md thread
by Shaohua Li
· 12 years ago
ce40be7
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
6dafab6
md: make sure metadata is updated when spares are activated or removed.
by NeilBrown
· 12 years ago
bf800ef
block: Add bio_clone_bioset(), bio_clone_kmalloc()
by Kent Overstreet
· 12 years ago
1e2a410f
block: Ues bi_pool for bio_integrity_alloc()
by Kent Overstreet
· 12 years ago
395c72a
block: Generalized bio pool freeing
by Kent Overstreet
· 12 years ago
667a531
md: Don't truncate size at 4TB for RAID0 and Linear
by NeilBrown
· 12 years ago
eff0d13
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
74018dc
blk: pass from_schedule to non-request unplug functions.
by NeilBrown
· 12 years ago
9cbb175
blk: centralize non-request unplug handling.
by NeilBrown
· 12 years ago
0021b7b
md: remove plug_cnt feature of plugging.
by NeilBrown
· 12 years ago
90cf195
md: remove duplicated test on ->openers when calling do_md_stop()
by NeilBrown
· 12 years ago
a05b7ea
md: avoid crash when stopping md array races with closing other open fds.
by NeilBrown
· 12 years ago
25f7fd4
md: fix bug in handling of new_data_offset
by NeilBrown
· 12 years ago
f456309
md: support re-add of recovering devices.
by NeilBrown
· 12 years ago
0232605
md: make 'name' arg to md_register_thread non-optional.
by NeilBrown
· 12 years ago
7c2c57c
md:Add blk_plug in sync_thread.
by majianpeng
· 12 years ago
0c09822
md: check the return of mddev_find()
by Yuanhan Liu
· 13 years ago
47525e5
DM RAID: Set recovery flags on resume
by Jonathan Brassow
· 13 years ago
a4a6125
md: allow array to be resized while bitmap is present.
by NeilBrown
· 13 years ago
1ec885c
md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.
by NeilBrown
· 13 years ago
ef99bf4
md/bitmap: allow a bitmap with no backing storage.
by NeilBrown
· 13 years ago
6409bb0
md/bitmap: add new 'space' attribute for bitmaps.
by NeilBrown
· 13 years ago
4fa2f32
md: move freeing of badblocks.page into md_rdev_clear
by NeilBrown
· 13 years ago
545c879
md: dm-raid should call helper function to clear rdev.
by NeilBrown
· 13 years ago
c804cde
md: use resync_max_sectors for reshape as well as resync.
by NeilBrown
· 13 years ago
1fdd6fc9
md: teach sync_page_io about new_data_offset.
by NeilBrown
· 13 years ago
c6563a8
md: add possibility to change data-offset for devices.
by NeilBrown
· 13 years ago
Next »