aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-08-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-06-07dm: use bio op accessorsMike Christie1-2/+3
2012-07-30dm: use memweight()Akinobu Mita1-11/+2
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-1/+2
2011-08-02dm: use vzallocJoe Perches1-2/+1
2011-08-02dm log: clean up bit little endian bitopsAkinobu Mita1-5/+4
2011-08-02dm: suppress endian warningsAlasdair G Kergon1-7/+13
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka1-2/+1
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-1/+1
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz1-1/+1
2011-03-23dm: use little-endian bitopsAkinobu Mita1-4/+4
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter1-1/+1
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-1/+1
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-2/+1
2009-12-10dm raid1: report flush errors separately in statusMikulas Patocka1-4/+12
2009-12-10dm log: use flush callback fnMikulas Patocka1-2/+15
2009-12-10dm log: add flush callback fnMikulas Patocka1-2/+4
2009-12-10dm log: introduce flush_failed variableMikulas Patocka1-1/+4
2009-12-10dm log: add flush_header functionMikulas Patocka1-1/+22
2009-12-10dm raid1: split touched state into twoMikulas Patocka1-7/+11
2009-06-22dm log: fix create_log_context to use logical_block_size of log deviceMike Snitzer1-3/+4
2009-06-22dm: use i_size_readMikulas Patocka1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+2
2009-04-02dm log: remove struct dm_dirty_log_internalMike Snitzer1-44/+14
2009-04-02dm log: use standard kernel module refcountMike Snitzer1-16/+3
2009-01-06dm log: ensure log bitmap fits on log deviceMilan Broz1-0/+8
2009-01-06dm log: move region_size validationMilan Broz1-2/+14
2009-01-06dm log: avoid reinitialising io_req on every operationTakahiro Yasui1-10/+7
2009-01-06dm log: fix dm_io_client leak on error pathsTakahiro Yasui1-0/+5
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+1
2008-07-21dm log: make dm_dirty_log init and exit staticAdrian Bunk1-2/+2
2008-04-25dm: move include filesAlasdair G Kergon1-2/+2
2008-04-25dm log: make module use tracking internalJonathan Brassow1-29/+94
2008-04-25dm log: move register functionsAlasdair G Kergon1-26/+26
2008-04-25dm log: clean interfaceHeinz Mauelshagen1-44/+45
2008-04-25dm io: clean interfaceHeinz Mauelshagen1-1/+1
2008-04-25dm log: move dirty region log code into separate moduleHeinz Mauelshagen1-1/+8
2008-04-25dm log: generalise name in messagesHeinz Mauelshagen1-7/+8
2008-02-08dm log: auto load modulesJonathan Brassow1-1/+50
2007-10-20dm log: split suspendJonathan Brassow1-1/+1
2007-05-09dm log: fix resume failed log deviceJonathan Brassow1-1/+8
2007-05-09dm log: update dm io interfaceHeinz Mauelshagen1-7/+24
2007-05-09dm log: report fault statusJonathan E Brassow1-3/+4
2007-05-09dm log: fault detectionJonathan E Brassow1-3/+27
2006-12-08[PATCH] dm: raid1: reset sync_search on resumeJonathan E Brassow1-0/+9
2006-12-08[PATCH] dm: log: rename complete_resync_workJonathan E Brassow1-6/+9
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-0/+2
2006-06-26[PATCH] dm mirror log: sync_count fixAlasdair G Kergon1-1/+5
2006-06-26[PATCH] dm mirror log: bitset_size fixAlasdair G Kergon1-2/+2