summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md/3.18-fix' of git://neil.brown.name/mdLinus Torvalds2014-11-161-0/+4
|\
| * md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown2014-11-171-0/+4
* | Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2014-11-137-31/+50
|\ \ | |/ |/|
| * dm btree: fix a recursion depth bug in btree walking codeJoe Thornber2014-11-103-15/+17
| * dm thin: grab a virtual cell before looking up the mappingJoe Thornber2014-11-041-4/+12
| * dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen2014-10-291-1/+5
| * dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen2014-10-211-4/+7
| * dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka2014-10-171-6/+6
| * dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar2014-10-101-1/+3
* | Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds2014-10-188-87/+236
|\ \ | |/
| * dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov2014-10-051-1/+1
| * dm bufio: when done scanning return from __scan immediatelyMikulas Patocka2014-10-051-2/+2
| * dm bufio: update last_accessed when relinking a bufferJoe Thornber2014-10-051-0/+1
| * dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen2014-10-051-4/+34
| * dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen2014-10-051-2/+28
| * dm: allow active and inactive tables to share dm_devsBenjamin Marzinski2014-10-054-70/+165
| * dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski2014-10-051-1/+3
| * dm: use bioset_create_nobvec()Junichi Nomura2014-10-051-1/+1
| * dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura2014-10-051-10/+5
* | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\ \
| * | block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | | Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds2014-10-1811-526/+260
|\ \ \
| * | | md: move EXPORT_SYMBOL to after function in md.cNeilBrown2014-10-141-12/+11
| * | | md: discard PRINT_RAID_DEBUG ioctlNeilBrown2014-10-141-138/+0
| * | | md: remove MD_BUG()NeilBrown2014-10-141-46/+12
| * | | md: clean up 'exit' labels in md_ioctl().NeilBrown2014-10-141-41/+35
| * | | md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown2014-10-141-4/+1
| * | | md: don't allow "-sync" to be set for device in an active array.NeilBrown2014-10-141-4/+6
| * | | md: remove unwanted white space from md.cNeilBrown2014-10-1410-191/+114
| * | | md: don't start resync thread directly from md thread.NeilBrown2014-10-141-23/+36
| * | | md: Just use RCU when checking for overlap between arrays.NeilBrown2014-10-141-8/+7
| * | | md: avoid potential long delay under pers_lockChao Yu2014-10-141-1/+2
| * | | md: simplify export_array()NeilBrown2014-10-141-8/+4
| * | | md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown2014-10-141-14/+8
| * | | md: use wait_event() to simplify md_super_wait()NeilBrown2014-10-141-8/+1
| * | | md: be more relaxed about stopping an array which isn't started.NeilBrown2014-10-141-3/+3
| * | | md/raid1: process_checks doesn't use its return value.NeilBrown2014-10-141-4/+3
| * | | md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen2014-10-141-3/+1
| * | | md/raid10: another memory leak due to reshape.NeilBrown2014-10-141-1/+3
| * | | md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown2014-10-093-5/+5
| * | | md/raid1: minor typos and reformatting.NeilBrown2014-10-091-7/+7
| * | | md/bitmap: always wait for writes on unplug.NeilBrown2014-10-091-10/+6
* | | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \ \ \
| * | | | md: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | | | | crypto, dm: LLVMLinux: Remove VLAIS usage from dm-cryptJan-Simon Möller2014-10-141-20/+14
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | | | | md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-021-1/+17
* | | | | Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/mdLinus Torvalds2014-09-241-18/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown2014-09-221-2/+2
OpenPOWER on IntegriCloud