Age | Commit message (Expand) | Author |
2016-06-14 | dm raid: introduce extended superblock and new raid types to support takeover... | Heinz Mauelshagen |
2016-06-13 | md: reduce the number of synchronize_rcu() calls when multiple devices fail. | NeilBrown |
2016-06-13 | md: be extra careful not to take a reference to a Faulty device. | NeilBrown |
2016-06-13 | md/multipath: add rcu protection to rdev access in multipath_status. | NeilBrown |
2016-06-13 | md/raid5: add rcu protection to rdev accesses in raid5_status. | NeilBrown |
2016-06-13 | md/raid5: add rcu protection to rdev accesses in want_replace | NeilBrown |
2016-06-13 | md/raid5: add rcu protection to rdev accesses in handle_failed_sync. | NeilBrown |
2016-06-13 | md/raid1: add rcu protection to rdev in fix_read_error | NeilBrown |
2016-06-13 | md/raid1: small code cleanup in end_sync_write | NeilBrown |
2016-06-13 | md/raid1: small cleanup in raid1_end_read/write_request | NeilBrown |
2016-06-13 | md/raid10: simplify print_conf a little. | NeilBrown |
2016-06-13 | md/raid10: minor code improvement in fix_read_error() | NeilBrown |
2016-06-13 | md/raid10: add rcu protection to rdev access during reshape. | NeilBrown |
2016-06-13 | md/raid10: add rcu protection to rdev access in raid10_sync_request. | NeilBrown |
2016-06-13 | md/raid10: add rcu protection in raid10_status. | NeilBrown |
2016-06-13 | md/raid10: fix refounct imbalance when resyncing an array with a replacement ... | NeilBrown |
2016-06-13 | md/raid1, raid10: don't recheck "Faulty" flag in read-balance. | NeilBrown |
2016-06-13 | md: disconnect device from personality before trying to remove it. | NeilBrown |
2016-06-13 | raid1/raid10: slow down resync if there is non-resync activity pending | Tomasz Majchrzak |
2016-06-13 | MD:Update superblock when err == 0 in size_store | Xiao Ni |
2016-06-13 | dm raid: use rt_is_raid*() in all appropriate checks | Heinz Mauelshagen |
2016-06-13 | dm raid: more use of flag testing wrappers | Heinz Mauelshagen |
2016-06-13 | dm raid: check constructor arguments for invalid raid level/argument combinat... | Heinz Mauelshagen |
2016-06-13 | dm raid: cleanup / provide infrastructure | Heinz Mauelshagen |
2016-06-13 | dm raid: use dm_arg_set API in constructor | Heinz Mauelshagen |
2016-06-13 | dm raid: rename variable 'ret' to 'r' to conform to other dm code | Heinz Mauelshagen |
2016-06-11 | bcache: Remove deprecated create_workqueue | Bhaktipriya Shridhar |
2016-06-10 | dm mpath: add optional "queue_mode" feature | Mike Snitzer |
2016-06-10 | dm mpath: remove bio-based bloat from struct dm_mpath_io | Mike Snitzer |
2016-06-10 | dm mpath: reinstate bio-based support | Mike Snitzer |
2016-06-10 | dm: move request-based code out to dm-rq.[hc] | Mike Snitzer |
2016-06-09 | md: use a mutex to protect a global list | Cong Wang |
2016-06-09 | block: add a separate operation type for secure erase | Christoph Hellwig |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie |
2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie |
2016-06-07 | drivers: use req op accessor | Mike Christie |
2016-06-07 | md: use bio op accessors | Mike Christie |
2016-06-07 | bcache: use bio op accessors | Mike Christie |
2016-06-07 | dm: use bio op accessors | Mike Christie |
2016-06-07 | dm: pass dm stats data dir instead of bi_rw | Mike Christie |
2016-06-07 | block discard: use bio set op accessor | Mike Christie |
2016-06-07 | bcache: use op_is_write instead of checking for REQ_WRITE | Mike Christie |
2016-06-07 | dm: use op_is_write instead of checking for REQ_WRITE | Mike Christie |
2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie |
2016-06-03 | md: simplify the code with md_kick_rdev_from_array | Guoqing Jiang |
2016-06-03 | md-cluster: fix deadlock issue when add disk to an recoverying array | Guoqing Jiang |
2016-05-27 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-05-25 | right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW | Song Liu |