- c183e17 Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 2 months ago
- f635237 dm writecache: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 3 months ago
- 6dcbb52 dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them by Christoph Hellwig · 3 years, 3 months ago
- 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 6 months ago
- e3a35d0 dm writecache: add event counters by Mikulas Patocka · 3 years, 6 months ago
- df699cc dm writecache: report invalid return from writecache_map helpers by Mikulas Patocka · 3 years, 6 months ago
- 15cb6f3 dm writecache: further writecache_map() cleanup by Mike Snitzer · 3 years, 6 months ago
- 4d020b3 dm writecache: factor out writecache_map_remap_origin() by Mike Snitzer · 3 years, 6 months ago
- cdd4d78 dm writecache: split up writecache_map() to improve code readability by Mike Snitzer · 3 years, 6 months ago
- 18a6234 dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq by Christoph Hellwig · 3 years, 6 months ago
- 5c0de3d dm writecache: make writeback pause configurable by Mikulas Patocka · 3 years, 7 months ago
- 95b88f4 dm writecache: pause writeback if cache full and origin being written directly by Mikulas Patocka · 3 years, 7 months ago
- 611c3e1 dm writecache: add optional "metadata_only" parameter by Mikulas Patocka · 3 years, 7 months ago
- 867de40 dm writecache: write at least 4k when committing by Mikulas Patocka · 3 years, 7 months ago
- ee55b92 dm writecache: flush origin device when writing and cache is full by Mikulas Patocka · 3 years, 7 months ago
- 293128b1 dm writecache: have ssd writeback wait if the kcopyd workqueue is busy by Mikulas Patocka · 3 years, 7 months ago
- 8c77f1c dm writecache: use list_move instead of list_del/list_add in writecache_writeback() by Baokun Li · 3 years, 7 months ago
- 991bd8d dm writecache: commit just one block, not a full page by Mikulas Patocka · 3 years, 7 months ago
- 620cbe4 dm writecache: remove unused gfp_t argument from wc_add_block() by Mikulas Patocka · 3 years, 7 months ago
- af4f6ca dm writecache: interrupt writeback if suspended by Mikulas Patocka · 3 years, 8 months ago
- ee50cc1 dm writecache: don't split bios when overwriting contiguous cache content by Mikulas Patocka · 3 years, 8 months ago
- c40819f dm writecache: fix flexible_array.cocci warnings by Julia Lawall · 4 years ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- d9928ac dm writecache: use bdev_nr_sectors() instead of open-coded equivalent by Mike Snitzer · 4 years ago
- 4134455 dm writecache: fix writing beyond end of underlying device when shrinking by Mikulas Patocka · 4 years ago
- 054bee1 dm writecache: return the exact table values that were set by Mikulas Patocka · 4 years ago
- 21ec672 dm writecache: fix unnecessary NULL check warnings by Tian Tao · 4 years ago
- cb72848 dm writecache: fix performance degradation in ssd mode by Mikulas Patocka · 4 years ago
- 857c4c0 dm writecache: remove BUG() and fail gracefully instead by Mike Snitzer · 4 years, 2 months ago
- 67aa3ec dm writecache: fix the maximum number of arguments by Mikulas Patocka · 4 years, 2 months ago
- e5d41cb dm writecache: advance the number of arguments when reporting max_age by Mikulas Patocka · 4 years, 2 months ago
- ca1b669 Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- ec6347b x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() by Dan Williams · 4 years, 3 months ago
- f9e040e dm writecache: handle DAX to partitions on persistent memory correctly by Mikulas Patocka · 4 years, 5 months ago
- 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
- 3e79f08 libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier by Aneesh Kumar K.V · 4 years, 7 months ago
- a466245 dm writecache: reject asynchronous pmem devices by Michal Suchanek · 4 years, 7 months ago
- ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
- d35bd76 dm writecache: add cond_resched to loop in persistent_memory_claim() by Mikulas Patocka · 4 years, 7 months ago
- a143e17 dm writecache: skip writecache_wait when using pmem mode by Huaisheng Ye · 4 years, 7 months ago
- 39495b1 dm writecache: correct uncommitted_block when discarding uncommitted entry by Huaisheng Ye · 4 years, 7 months ago
- 48338da dm writecache: improve performance on DDR persistent memory (Optane) by Mikulas Patocka · 4 years, 9 months ago
- 499c180 dm writecache: remove superfluous test in persistent_memory_claim by Mikulas Patocka · 4 years, 9 months ago
- 31b2212 dm writecache: fix data corruption when reloading the target by Mikulas Patocka · 4 years, 9 months ago
- 1edaa44 dm writecache: add cond_resched to avoid CPU hangs by Mikulas Patocka · 4 years, 10 months ago
- dc8a01a dm writecache: optimize superblock write by Mikulas Patocka · 5 years ago
- 3923d485 dm writecache: implement gradual cleanup by Mikulas Patocka · 5 years ago
- 93de44e dm writecache: implement the "cleaner" policy by Mikulas Patocka · 5 years ago
- d53f1fa dm writecache: do direct write if the cache is full by Mikulas Patocka · 5 years ago
- 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 11 months ago
- 41c526c dm writecache: verify watermark during resume by Mikulas Patocka · 5 years ago
- adc0daa dm: report suspended device during destroy by Mikulas Patocka · 5 years ago
- dcd1950 dm writecache: improve performance of large linear writes on SSDs by Mikulas Patocka · 5 years ago
- aa95092 dm writecache: fix incorrect flush sequence when doing SSD mode commit by Mikulas Patocka · 5 years ago
- c100532 dm writecache: handle REQ_FUA by Maged Mokhtar · 5 years ago
- 8dd8587 dm writecache: fix uninitialized variable warning by Mikulas Patocka · 5 years ago
- 6d19591 dm writecache: skip writecache_wait for pmem mode by Huaisheng Ye · 5 years ago
- 5229b48 dm writecache: optimize performance by sorting the blocks for writeback_all by Huaisheng Ye · 5 years ago
- 62421b3 dm writecache: add unlikely for getting two block with same LBA by Huaisheng Ye · 5 years ago
- 58912dbc dm writecache: remove unused member pointer in writeback_struct by Huaisheng Ye · 5 years ago
- f8011d3 dm writecache: avoid unnecessary lookups in writecache_find_entry() by Mikulas Patocka · 6 years ago
- 08a8e80 dm writecache: remove unused member page_offset in writeback_struct by Huaisheng Ye · 6 years ago
- 84420b1 dm writecache: add unlikely for returned value of rb_next/prev by Huaisheng Ye · 6 years ago
- 09f2d65 dm writecache: remove needless dereferences in __writecache_writeback_pmem() by Huaisheng Ye · 6 years ago
- f87e033 dm writecache: fix typo in name for writeback_wq by Huaisheng Ye · 6 years ago
- e8ea141 dm writecache: fix typo in error msg for creating writecache_flush_thread by Shenghui Wang · 6 years ago
- da4ad3a dm writecache: remove disabled code in memory_entry() by Mike Snitzer · 6 years ago
- 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 1e1132e dm writecache: fix a crash due to reading past end of dirty_bitmap by Mikulas Patocka · 6 years ago
- f742267 md/dm-writecache: Don't request pointer dummy_addr when not required by Huaisheng Ye · 6 years ago
- 9ff07e7 dm writecache: report start_sector in status line by Mikulas Patocka · 6 years ago
- d284f82 dm writecache: support optional offset for start of device by Mikulas Patocka · 7 years ago
- 50a7d3b dm writecache: use 2-factor allocator arguments by Kees Cook · 7 years ago
- 48debaf dm: add writecache target by Mikulas Patocka · 7 years ago