aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-log.c
Commit message (Expand)AuthorAgeFilesLines
* dm: suppress endian warningsAlasdair G Kergon2014-04-041-7/+13
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-291-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-03-251-1/+1
|\
| * dm: fix opening log and cow devices for read only tablesMilan Broz2011-03-241-1/+1
* | dm: use little-endian bitopsAkinobu Mita2011-03-231-4/+4
|/
* dm log: use PTR_ERR value instead of ENOMEMDan Carpenter2011-01-131-1/+1
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-1/+1
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-2/+1
* dm raid1: report flush errors separately in statusMikulas Patocka2009-12-101-4/+12
* dm log: use flush callback fnMikulas Patocka2009-12-101-2/+15
* dm log: add flush callback fnMikulas Patocka2009-12-101-2/+4
* dm log: introduce flush_failed variableMikulas Patocka2009-12-101-1/+4
* dm log: add flush_header functionMikulas Patocka2009-12-101-1/+22
* dm raid1: split touched state into twoMikulas Patocka2009-12-101-7/+11
* dm log: fix create_log_context to use logical_block_size of log deviceMike Snitzer2009-06-221-3/+4
* dm: use i_size_readMikulas Patocka2009-06-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+2
* dm log: remove struct dm_dirty_log_internalMike Snitzer2009-04-021-44/+14
* dm log: use standard kernel module refcountMike Snitzer2009-04-021-16/+3
* dm log: ensure log bitmap fits on log deviceMilan Broz2009-01-061-0/+8
* dm log: move region_size validationMilan Broz2009-01-061-2/+14
* dm log: avoid reinitialising io_req on every operationTakahiro Yasui2009-01-061-10/+7
* dm log: fix dm_io_client leak on error pathsTakahiro Yasui2009-01-061-0/+5
* dm: remove dm header from targetsMikulas Patocka2008-10-211-1/+1
* dm log: make dm_dirty_log init and exit staticAdrian Bunk2008-07-211-2/+2
* dm: move include filesAlasdair G Kergon2008-04-251-2/+2
* dm log: make module use tracking internalJonathan Brassow2008-04-251-29/+94
* dm log: move register functionsAlasdair G Kergon2008-04-251-26/+26
* dm log: clean interfaceHeinz Mauelshagen2008-04-251-44/+45
* dm io: clean interfaceHeinz Mauelshagen2008-04-251-1/+1
* dm log: move dirty region log code into separate moduleHeinz Mauelshagen2008-04-251-1/+8
* dm log: generalise name in messagesHeinz Mauelshagen2008-04-251-7/+8
* dm log: auto load modulesJonathan Brassow2008-02-081-1/+50
* dm log: split suspendJonathan Brassow2007-10-201-1/+1
* dm log: fix resume failed log deviceJonathan Brassow2007-05-091-1/+8
* dm log: update dm io interfaceHeinz Mauelshagen2007-05-091-7/+24
* dm log: report fault statusJonathan E Brassow2007-05-091-3/+4
* dm log: fault detectionJonathan E Brassow2007-05-091-3/+27
* [PATCH] dm: raid1: reset sync_search on resumeJonathan E Brassow2006-12-081-0/+9
* [PATCH] dm: log: rename complete_resync_workJonathan E Brassow2006-12-081-6/+9
* [PATCH] dm: improve error message consistencyAlasdair G Kergon2006-06-261-0/+2
* [PATCH] dm mirror log: sync_count fixAlasdair G Kergon2006-06-261-1/+5
* [PATCH] dm mirror log: bitset_size fixAlasdair G Kergon2006-06-261-2/+2
* [PATCH] dm mirror log: refactor contextAlasdair G Kergon2006-06-261-50/+63
* [PATCH] dm mirror log: sector size fixKevin Corry2006-06-261-49/+19
* [PATCH] device-mapper log bitset: fix big endian find_next_zero_bitStefan Bader2006-02-021-1/+2
* [PATCH] device-mapper log bitset: fix endianPatrick Caulfield2006-02-011-34/+11
* [PATCH] make dm-mirror not issue invalid resync requestsDarrick J. Wong2006-01-061-1/+1
* [PATCH] device-mapper: mirror log bitset fixAlasdair G Kergon2005-11-221-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+711