aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-87/+236
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-18Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds11-526/+260
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-14crypto, dm: LLVMLinux: Remove VLAIS usage from dm-cryptJan-Simon Möller1-20/+14
2014-10-14md: move EXPORT_SYMBOL to after function in md.cNeilBrown1-12/+11
2014-10-14md: discard PRINT_RAID_DEBUG ioctlNeilBrown1-138/+0
2014-10-14md: remove MD_BUG()NeilBrown1-46/+12
2014-10-14md: clean up 'exit' labels in md_ioctl().NeilBrown1-41/+35
2014-10-14md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown1-4/+1
2014-10-14md: don't allow "-sync" to be set for device in an active array.NeilBrown1-4/+6
2014-10-14md: remove unwanted white space from md.cNeilBrown10-191/+114
2014-10-14md: don't start resync thread directly from md thread.NeilBrown1-23/+36
2014-10-14md: Just use RCU when checking for overlap between arrays.NeilBrown1-8/+7
2014-10-14md: avoid potential long delay under pers_lockChao Yu1-1/+2
2014-10-14md: simplify export_array()NeilBrown1-8/+4
2014-10-14md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown1-14/+8
2014-10-14md: use wait_event() to simplify md_super_wait()NeilBrown1-8/+1
2014-10-14md: be more relaxed about stopping an array which isn't started.NeilBrown1-3/+3
2014-10-14md/raid1: process_checks doesn't use its return value.NeilBrown1-4/+3
2014-10-14md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen1-3/+1
2014-10-14md/raid10: another memory leak due to reshape.NeilBrown1-1/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-10-09md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown3-5/+5
2014-10-09md/raid1: minor typos and reformatting.NeilBrown1-7/+7
2014-10-09md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2014-10-05dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov1-1/+1
2014-10-05dm bufio: when done scanning return from __scan immediatelyMikulas Patocka1-2/+2
2014-10-05dm bufio: update last_accessed when relinking a bufferJoe Thornber1-0/+1
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen1-4/+34
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen1-2/+28
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski4-70/+165
2014-10-05dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski1-1/+3
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura1-1/+1
2014-10-05dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura1-10/+5
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-10-02md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown1-1/+17
2014-09-24Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/mdLinus Torvalds1-18/+22
2014-09-22md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown1-2/+2
2014-09-22md/raid1: count resync requests in nr_pending.NeilBrown1-0/+2
2014-09-22md/raid1: update next_resync under resync_lock.NeilBrown1-3/+3
2014-09-22md/raid1: Don't use next_resync to determine how far resync has progressedNeilBrown1-7/+5
2014-09-22md/raid1: make sure resync waits for conflicting writes to complete.NeilBrown1-2/+4
2014-09-22md/raid1: clean up request counts properly in close_sync()NeilBrown1-0/+5
2014-09-22md/raid1: be more cautious where we read-balance during resync.NeilBrown1-5/+1
2014-09-22md/raid1: intialise start_next_window for READ case to avoid hangNeilBrown1-0/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-09-10dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula1-2/+2
2014-08-28dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-6/+19
2014-08-26md: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter1-1/+1