summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-06-14dm raid: introduce extended superblock and new raid types to support takeover...Heinz Mauelshagen
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown
2016-06-13md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown
2016-06-13md/raid10: simplify print_conf a little.NeilBrown
2016-06-13md/raid10: minor code improvement in fix_read_error()NeilBrown
2016-06-13md/raid10: add rcu protection to rdev access during reshape.NeilBrown
2016-06-13md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown
2016-06-13md/raid10: add rcu protection in raid10_status.NeilBrown
2016-06-13md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown
2016-06-13md: disconnect device from personality before trying to remove it.NeilBrown
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-11bcache: 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-25right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu