Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
981250ca89261f98bdfd2d6be1fcccb96cbbc00d
/
drivers
/
md
/
md.c
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
a05b7ea0
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
· 12 years ago
47525e5
DM RAID: Set recovery flags on resume
by Jonathan Brassow
· 12 years ago
a4a6125
md: allow array to be resized while bitmap is present.
by NeilBrown
· 12 years ago
1ec885c
md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.
by NeilBrown
· 12 years ago
ef99bf4
md/bitmap: allow a bitmap with no backing storage.
by NeilBrown
· 12 years ago
6409bb0
md/bitmap: add new 'space' attribute for bitmaps.
by NeilBrown
· 12 years ago
4fa2f32
md: move freeing of badblocks.page into md_rdev_clear
by NeilBrown
· 12 years ago
545c879
md: dm-raid should call helper function to clear rdev.
by NeilBrown
· 12 years ago
c804cde
md: use resync_max_sectors for reshape as well as resync.
by NeilBrown
· 12 years ago
1fdd6fc9
md: teach sync_page_io about new_data_offset.
by NeilBrown
· 12 years ago
c6563a8
md: add possibility to change data-offset for devices.
by NeilBrown
· 12 years ago
2c810cd
md: allow a reshape operation to be reversed.
by NeilBrown
· 12 years ago
b5e1b8c
md: using GFP_NOIO to allocate bio for flush request
by Shaohua Li
· 12 years ago
0d9f4f1
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
by Jonathan Brassow
· 12 years ago
30b8aa9
md: fix possible corruption of array metadata on shutdown.
by NeilBrown
· 13 years ago
ed20958
md: don't call ->add_disk unless there is good reason.
by NeilBrown
· 13 years ago
ecb178b
md: Add judgement bb->unacked_exist in function md_ack_all_badblocks().
by majianpeng
· 13 years ago
d096293
md: fix clearing of the 'changed' flags for the bad blocks list.
by NeilBrown
· 13 years ago
5714896
md/bitmap: move printing of bitmap status to bitmap.c
by NeilBrown
· 13 years ago
050b661
md/raid10: handle merge_bvec_fn in member devices.
by NeilBrown
· 13 years ago
dafb20f
md: tidy up rdev_for_each usage.
by NeilBrown
· 13 years ago
c744a65
md: don't set md arrays to readonly on shutdown.
by NeilBrown
· 13 years ago
4d39aa1
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
db91ff5
md: two small fixes to handling interrupt resync.
by NeilBrown
· 13 years ago
b3c9dd1
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
c086ae4
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
b1bd055
block: Introduce blk_set_stacking_limits function
by Martin K. Petersen
· 13 years ago
f2a371c
md: notify the 'degraded' sysfs attribute on failure.
by NeilBrown
· 13 years ago
2943c83
Merge tag 'md-3.3' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
ff01bb48
fs: move code out of buffer.c
by Al Viro
· 13 years ago
7bfec5f
md/raid5: If there is a spare and a want_replacement device, start replacement.
by NeilBrown
· 13 years ago
2d78f8c
md: create externally visible flags for supporting hot-replace.
by NeilBrown
· 13 years ago
b8321b6
md: change hot_remove_disk to take an rdev rather than a number.
by NeilBrown
· 13 years ago
476a7ab
md: remove test for duplicate device when setting slot number.
by NeilBrown
· 13 years ago
506c9e4
md: allow non-privileged uses to GET_*_INFO about raid arrays.
by NeilBrown
· 13 years ago
60fc137
md: don't give up looking for spares on first failure-to-add
by NeilBrown
· 13 years ago
8bd2f0a
md: ensure new badblocks are handled promptly.
by NeilBrown
· 13 years ago
52c6415
md: bad blocks shouldn't cause a Blocked status on a Faulty device.
by NeilBrown
· 13 years ago
af8a243
md: take a reference to mddev during sysfs access.
by NeilBrown
· 13 years ago
1d23f17
md: refine interpretation of "hold_active == UNTIL_IOCTL".
by NeilBrown
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
b4fdcb0
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
056075c
md: Add module.h to all files using it implicitly
by Paul Gortmaker
· 13 years ago
5c04b42
Merge branch 'v3.1-rc10' into for-3.2/core
by Jens Axboe
· 13 years ago
751e67c
md.c: trivial comment fix
by Chris Dunlop
· 13 years ago
d70ed2e
MD: Allow restarting an interrupted incremental recovery.
by Andrei Warkentin
· 13 years ago
d30519f
md: clear In_sync bit on devices added to an active array.
by NeilBrown
· 13 years ago
Next »