index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-writecache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
1
-3
/
+4
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-3
/
+4
2021-12-04
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
1
-1
/
+1
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+2
2021-11-01
dm writecache: Make use of the helper macro kthread_run()
Cai Huoqing
1
-4
/
+2
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+3
2021-08-10
dm writecache: add event counters
Mikulas Patocka
1
-3
/
+53
2021-08-10
dm writecache: report invalid return from writecache_map helpers
Mikulas Patocka
1
-1
/
+4
2021-08-10
dm writecache: further writecache_map() cleanup
Mike Snitzer
1
-32
/
+43
2021-08-10
dm writecache: factor out writecache_map_remap_origin()
Mike Snitzer
1
-15
/
+15
2021-08-10
dm writecache: split up writecache_map() to improve code readability
Mike Snitzer
1
-151
/
+187
2021-08-02
dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
Christoph Hellwig
1
-3
/
+2
2021-06-28
dm writecache: make writeback pause configurable
Mikulas Patocka
1
-8
/
+40
2021-06-25
dm writecache: pause writeback if cache full and origin being written directly
Mikulas Patocka
1
-1
/
+20
2021-06-25
dm writecache: add optional "metadata_only" parameter
Mikulas Patocka
1
-4
/
+12
2021-06-21
dm writecache: write at least 4k when committing
Mikulas Patocka
1
-1
/
+5
2021-06-16
dm writecache: flush origin device when writing and cache is full
Mikulas Patocka
1
-2
/
+6
2021-06-15
dm writecache: have ssd writeback wait if the kcopyd workqueue is busy
Mikulas Patocka
1
-0
/
+5
2021-06-14
dm writecache: use list_move instead of list_del/list_add in writecache_write...
Baokun Li
1
-6
/
+3
2021-06-14
dm writecache: commit just one block, not a full page
Mikulas Patocka
1
-5
/
+1
2021-06-14
dm writecache: remove unused gfp_t argument from wc_add_block()
Mikulas Patocka
1
-3
/
+3
2021-06-04
dm writecache: interrupt writeback if suspended
Mikulas Patocka
1
-2
/
+3
2021-06-04
dm writecache: don't split bios when overwriting contiguous cache content
Mikulas Patocka
1
-8
/
+30
2021-03-26
dm writecache: fix flexible_array.cocci warnings
Julia Lawall
1
-1
/
+1
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-2
/
+2
2021-02-10
dm writecache: use bdev_nr_sectors() instead of open-coded equivalent
Mike Snitzer
1
-1
/
+1
2021-02-10
dm writecache: fix writing beyond end of underlying device when shrinking
Mikulas Patocka
1
-0
/
+18
2021-02-08
dm writecache: return the exact table values that were set
Mikulas Patocka
1
-24
/
+30
2021-02-03
dm writecache: fix unnecessary NULL check warnings
Tian Tao
1
-4
/
+2
2021-02-03
dm writecache: fix performance degradation in ssd mode
Mikulas Patocka
1
-1
/
+1
2020-12-01
dm writecache: remove BUG() and fail gracefully instead
Mike Snitzer
1
-1
/
+1
2020-11-17
dm writecache: fix the maximum number of arguments
Mikulas Patocka
1
-1
/
+1
2020-11-17
dm writecache: advance the number of arguments when reporting max_age
Mikulas Patocka
1
-0
/
+2
2020-10-12
Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+9
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
1
-6
/
+9
2020-09-01
dm writecache: handle DAX to partitions on persistent memory correctly
Mikulas Patocka
1
-2
/
+10
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-16
libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
Aneesh Kumar K.V
1
-1
/
+1
2020-07-08
dm writecache: reject asynchronous pmem devices
Michal Suchanek
1
-0
/
+6
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-1
/
+1
2020-06-19
dm writecache: add cond_resched to loop in persistent_memory_claim()
Mikulas Patocka
1
-0
/
+2
2020-06-17
dm writecache: skip writecache_wait when using pmem mode
Huaisheng Ye
1
-2
/
+4
2020-06-17
dm writecache: correct uncommitted_block when discarding uncommitted entry
Huaisheng Ye
1
-0
/
+2
2020-05-15
dm writecache: improve performance on DDR persistent memory (Optane)
Mikulas Patocka
1
-1
/
+37
2020-05-15
dm writecache: remove superfluous test in persistent_memory_claim
Mikulas Patocka
1
-4
/
+0
2020-04-16
dm writecache: fix data corruption when reloading the target
Mikulas Patocka
1
-15
/
+37
[next]