summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber2015-12-101-1/+15
* dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber2015-12-091-10/+22
* dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber2015-12-091-0/+6
* dm thin metadata: fix bug in dm_thin_remove_range()Joe Thornber2015-12-023-8/+115
* dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer2015-12-021-1/+3
* dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
* dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
* dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
* dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
* dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-103-9/+16
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-073-9/+16
* | Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/mdLinus Torvalds2015-11-101-0/+1
|\ \
| * | raid5-cache: add crc32c Kconfig dependencyArnd Bergmann2015-11-091-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-4/+4
|\ \
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-4/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-3/+1
|\ \ | |/ |/|
| * bcache: Really show state of work pending bitPetr Mladek2015-11-061-3/+1
* | Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-11-0432-210/+327
|\ \
| * | dm switch: simplify conditional in alloc_region_table()Tomohiro Kusumi2015-10-311-2/+2
| * | dm delay: document that offsets are specified in sectorsTomohiro Kusumi2015-10-311-0/+1
| * | dm delay: capitalize the start of an delay_ctr() error messageTomohiro Kusumi2015-10-311-1/+1
| * | dm delay: Use DM_MAPIO macros instead of open-coded equivalentsTomohiro Kusumi2015-10-311-2/+2
| * | dm linear: remove redundant target name from error messagesTomohiro Kusumi2015-10-311-3/+3
| * | dm persistent data: eliminate unnecessary return valuesMikulas Patocka2015-10-3113-82/+67
| * | dm: eliminate unused "bioset" process for each bio-based DM deviceMikulas Patocka2015-10-311-2/+6
| * | dm: convert ffs to __ffsMikulas Patocka2015-10-317-11/+11
| * | dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-317-28/+12
| * | dm: add support for passing through persistent reservationsChristoph Hellwig2015-10-312-1/+124
| * | dm: refactor ioctl handlingChristoph Hellwig2015-10-317-72/+91
| * | Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira2015-10-311-5/+2
| * | dm: initialize non-blk-mq queue data before queue is usedMikulas Patocka2015-10-291-3/+7
* | | Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-0413-309/+1917
|\ \ \
| * | | MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RWSong Liu2015-11-011-2/+25
| * | | MD: set journal disk ->raid_diskShaohua Li2015-11-012-7/+26
| * | | MD: kick out journal disk if it's not freshSong Liu2015-11-011-1/+2
| * | | raid5-cache: start raid5 readonly if journal is missingShaohua Li2015-11-012-1/+9
| * | | MD: add new bit to indicate raid array with journalSong Liu2015-11-012-3/+8
| * | | raid5-cache: IO error handlingShaohua Li2015-11-013-2/+19
| * | | raid5: journal disk can't be removedShaohua Li2015-11-011-0/+11
| * | | raid5-cache: add trim support for logShaohua Li2015-11-011-1/+62
| * | | MD: fix info output for journal diskShaohua Li2015-11-011-5/+4
| * | | raid5-cache: use bio chainingChristoph Hellwig2015-11-011-22/+16
| * | | raid5-cache: small log->seq cleanupChristoph Hellwig2015-11-011-2/+1
| * | | raid5-cache: new helper: r5_reserve_log_entryChristoph Hellwig2015-11-011-11/+19
| * | | raid5-cache: inline r5l_alloc_io_unit into r5l_new_metaChristoph Hellwig2015-11-011-18/+8
| * | | raid5-cache: take rdev->data_offset into account early onChristoph Hellwig2015-11-011-5/+2
| * | | raid5-cache: refactor bio allocationChristoph Hellwig2015-11-011-25/+20
| * | | raid5-cache: clean up r5l_get_metaChristoph Hellwig2015-11-011-8/+4