summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-06-13raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak
2016-06-13MD:Update superblock when err == 0 in size_storeXiao Ni
2016-06-13dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinat...Heinz Mauelshagen
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen
2016-06-12bcache: Remove deprecated create_workqueueBhaktipriya Shridhar
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer
2016-06-10dm mpath: reinstate bio-based supportMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-06-09md: use a mutex to protect a global listCong Wang
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-07md: use bio op accessorsMike Christie
2016-06-07bcache: use bio op accessorsMike Christie
2016-06-07dm: use bio op accessorsMike Christie
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie
2016-06-07block discard: use bio set op accessorMike Christie
2016-06-07bcache: use op_is_write instead of checking for REQ_WRITEMike Christie
2016-06-07dm: use op_is_write instead of checking for REQ_WRITEMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-03md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang
2016-06-03md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang
2016-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-26right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina
2016-05-24bcache: bch_writeback_thread() is not freezableJiri Kosina
2016-05-20Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-05-17Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber
2016-05-13dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer
2016-05-13dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen
2016-05-09md-cluster: check the return value of process_recvd_msgGuoqing Jiang
2016-05-09md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang
2016-05-09md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen
2016-05-09md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen
2016-05-09md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen
2016-05-05dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() callMichal Hocko
2016-05-05dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer