Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c484f2564db12fa2b01b198ecb6ff0751a3e5e32
/
drivers
/
md
/
md.c
2214c26
md: don't return -EAGAIN in md_allow_write for external metadata arrays
by Artur Paszkiewicz
· 8 years ago
97b20ef
md: handle read-only member devices better.
by NeilBrown
· 8 years ago
78b6350
md: support disabling of create-on-open semantics.
by NeilBrown
· 8 years ago
039b722
md: allow creation of mdNNN arrays via md_mod/parameters/new_array
by NeilBrown
· 8 years ago
b670883
md.c:didn't unlock the mddev before return EINVAL in array_size_store
by Zhilong Liu
· 8 years ago
065e519
md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop
by NeilBrown
· 8 years ago
4ad23a97
MD: use per-cpu counter for writes_pending
by NeilBrown
· 8 years ago
55cc39f
md: close a race with setting mddev->in_sync
by NeilBrown
· 8 years ago
6497709b
md: factor out set_in_sync()
by NeilBrown
· 8 years ago
4972805
md/raid5: use md_write_start to count stripes, not bios
by NeilBrown
· 8 years ago
48df498
md: move bitmap_destroy to the beginning of __md_stop
by Guoqing Jiang
· 8 years ago
ba903a3
raid5-ppl: runtime PPL enabling or disabling
by Artur Paszkiewicz
· 8 years ago
664aed0
md: add sysfs entries for PPL
by Artur Paszkiewicz
· 8 years ago
ea0213e
md: superblock changes for PPL
by Artur Paszkiewicz
· 8 years ago
818da59
md-cluster: add the support for resize
by Guoqing Jiang
· 8 years ago
0ba9597
md-cluster: use sync way to handle METADATA_UPDATED msg
by Guoqing Jiang
· 8 years ago
1345921
md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
by Jason Yan
· 8 years ago
3fb632e
md: fix super_offset endianness in super_1_rdev_size_change
by Jason Yan
· 8 years ago
1b3bae4
md: don't impose the MD_SB_DISKS limit on arrays without metadata.
by NeilBrown
· 8 years ago
c948363
md: move funcs from pers->resize to update_size
by Guoqing Jiang
· 8 years ago
99b3d74
md: delete dead code
by Shaohua Li
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
a682e00
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
818551e
Merge branch 'for-4.11/next' into for-4.11/linus-merge
by Jens Axboe
· 8 years ago
d7a1030
md: fast clone bio in bio_clone_mddev()
by Ming Lei
· 8 years ago
ed7ef73
md: remove unnecessary check on mddev
by Ming Lei
· 8 years ago
1027317
md: fail if mddev->bio_set can't be created
by Ming Lei
· 8 years ago
9356863
md: ensure md devices are freed before module is unloaded.
by NeilBrown
· 8 years ago
dc3b17c
block: Use pointer to backing_dev_info from request_queue
by Jan Kara
· 8 years ago
a85dd7b
md/r5cache: flush data only stripes in r5l_recovery_log()
by Song Liu
· 8 years ago
2073773
Merge branch 'md-next' into md-linus
by Shaohua Li
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
2953079
md: separate flags for superblock changes
by Shaohua Li
· 8 years ago
82a301c
md: MD_RECOVERY_NEEDED is set for mddev->recovery
by Shaohua Li
· 8 years ago
e2342ca
md: fix refcount problem on mddev when stopping array.
by NeilBrown
· 8 years ago
034e33f
md: stop write should stop journal reclaim
by Shaohua Li
· 8 years ago
ce1ccd0
raid5-cache: suspend reclaim thread instead of shutdown
by Shaohua Li
· 8 years ago
46533ff
md: Use REQ_FAILFAST_* on metadata writes where appropriate
by NeilBrown
· 8 years ago
688834e
md/failfast: add failfast flag for md to be used by some personalities.
by NeilBrown
· 8 years ago
504634f
md: add blktrace event for writes to superblock
by Shaohua Li
· 8 years ago
6119e67
md: remove md_super_wait() call after bitmap_flush()
by NeilBrown
· 8 years ago
060b068
md: perform async updates for metadata where possible.
by NeilBrown
· 8 years ago
9d48739
md: change all printk() to pr_err() or pr_warn() etc.
by NeilBrown
· 8 years ago
7f0f0d8
md: fix some issues with alloc_disk_sb()
by NeilBrown
· 8 years ago
91a6c4a
md: wake up personality thread after array state update
by Tomasz Majchrzak
· 8 years ago
dcbcb48
md: don't fail an array if there are unacknowledged bad blocks
by Tomasz Majchrzak
· 8 years ago
35b785f
md: add bad block support for external metadata
by Tomasz Majchrzak
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
1217e1d
md: be careful not lot leak internal curr_resync value into metadata. -- (all)
by NeilBrown
· 8 years ago
16f8894
md: report 'write_pending' state when array in sync
by Tomasz Majchrzak
· 8 years ago
bb086a8
md: set rotational bit
by Shaohua Li
· 8 years ago
90bcf133
md: fix a potential deadlock
by Shaohua Li
· 8 years ago
c20c33f
md-cluster: clean related infos of cluster
by Guoqing Jiang
· 8 years ago
af8d8e6
md: changes for MD_STILL_CLOSED flag
by Guoqing Jiang
· 8 years ago
e566aef
md-cluster: call md_kick_rdev_from_array once ack failed
by Guoqing Jiang
· 8 years ago
47a7b0d
md-cluster: make md-cluster also can work when compiled into kernel
by Guoqing Jiang
· 8 years ago
86a1679
Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
486b0f7
r5cache: set MD_JOURNAL_CLEAN correctly
by Song Liu
· 8 years ago
c622ca5
md: don't print the same repeated messages about delayed sync operation
by Artur Paszkiewicz
· 8 years ago
207efcd
md: remove obsolete ret in md_start_sync
by Guoqing Jiang
· 8 years ago
b347af8
md: do not count journal as spare in GET_ARRAY_INFO
by Song Liu
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
3f35e21
Merge branch 'mymd/for-next' into mymd/for-linus
by Shaohua Li
· 8 years ago
5d88178
MD: fix null pointer deference
by Shaohua Li
· 8 years ago
573275b
md: add missing sysfs_notify on array_state update
by Tomasz Majchrzak
· 8 years ago
4cb9da7
Fix kernel module refcount handling
by Alexey Obitotskiy
· 8 years ago
0e3ef49
md: use seconds granularity for error logging
by Arnd Bergmann
· 9 years ago
d787be4
md: reduce the number of synchronize_rcu() calls when multiple devices fail.
by NeilBrown
· 9 years ago
8430e7e
md: disconnect device from personality before trying to remove it.
by NeilBrown
· 9 years ago
4ba1e78
MD:Update superblock when err == 0 in size_store
by Xiao Ni
· 9 years ago
5b1f5bc3
md: use a mutex to protect a global list
by Cong Wang
· 9 years ago
28a8f0d
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
by Mike Christie
· 9 years ago
796a5cf
md: use bio op accessors
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
db76767
md: simplify the code with md_kick_rdev_from_array
by Guoqing Jiang
· 9 years ago
bb8bf15
md-cluster: fix deadlock issue when add disk to an recoverying array
by Guoqing Jiang
· 9 years ago
feaa7cb
Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 9 years ago
24b9f0c
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
85ad1d1
md: set MD_CHANGE_PENDING in a atomic region
by Guoqing Jiang
· 9 years ago
092398d
md: md.c: fix oops in mddev_suspend for raid0
by Heinz Mauelshagen
· 9 years ago
a578183
md-cluster: wakeup thread if activated a spare disk
by Guoqing Jiang
· 9 years ago
ab5a98b
md-cluster: change array_sectors and update size are not supported
by Guoqing Jiang
· 9 years ago
2c97cf1
md-cluser: make resync_finish only called after pers->sync_request
by Guoqing Jiang
· 9 years ago
41a9a0d
md-cluster: change resync lock from asynchronous to synchronous
by Guoqing Jiang
· 9 years ago
9c573de
MD: make bio mergeable
by Shaohua Li
· 9 years ago
56883a7
md: update to using blk_queue_write_cache()
by Jens Axboe
· 9 years ago
ed3b98c
MD: add rdev reference for super write
by Shaohua Li
· 9 years ago
466ad29
md: fix a trivial typo in comments
by Wei Fang
· 9 years ago
70d9798b
MD: warn for potential deadlock
by Shaohua Li
· 9 years ago
399146b
md: Drop sending a change uevent when stopping
by Sebastian Parschauer
· 9 years ago
3c28c9c
Merge tag 'md/4.5' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
d080827
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
1501efa
md/raid: only permit hot-add of compatible integrity profiles
by Dan Williams
· 9 years ago
87d4d91
MD: add journal with array suspended
by Shaohua Li
· 9 years ago
a62ab49
md: set MD_HAS_JOURNAL in correct places
by Shaohua Li
· 9 years ago
d3b407fb
badblocks: rename badblocks_free to badblocks_exit
by Dan Williams
· 9 years ago
fc974ee
md: convert to use the generic badblocks code
by Vishal Verma
· 9 years ago
274d8cb
md: Remove 'ready' field from mddev.
by NeilBrown
· 9 years ago
bb9ef71
md: remove unnecesary md_new_event_inintr
by Guoqing Jiang
· 9 years ago
f6b6ec5
raid5-cache: add journal hot add/remove support
by Shaohua Li
· 9 years ago
Next »