index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-writecache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-2
/
+2
2021-02-09
dm writecache: use bdev_nr_sectors() instead of open-coded equivalent
Mike Snitzer
1
-1
/
+1
2021-02-09
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
2020-03-27
dm writecache: add cond_resched to avoid CPU hangs
Mikulas Patocka
1
-1
/
+5
2020-03-24
dm writecache: optimize superblock write
Mikulas Patocka
1
-2
/
+32
2020-03-24
dm writecache: implement gradual cleanup
Mikulas Patocka
1
-1
/
+36
2020-03-24
dm writecache: implement the "cleaner" policy
Mikulas Patocka
1
-5
/
+43
2020-03-24
dm writecache: do direct write if the cache is full
Mikulas Patocka
1
-0
/
+13
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
1
-1
/
+1
2020-02-27
dm writecache: verify watermark during resume
Mikulas Patocka
1
-2
/
+10
2020-02-27
dm: report suspended device during destroy
Mikulas Patocka
1
-1
/
+1
2020-01-16
dm writecache: improve performance of large linear writes on SSDs
Mikulas Patocka
1
-4
/
+25
2020-01-14
dm writecache: fix incorrect flush sequence when doing SSD mode commit
Mikulas Patocka
1
-21
/
+21
2019-11-05
dm writecache: handle REQ_FUA
Maged Mokhtar
1
-1
/
+2
2019-11-05
dm writecache: fix uninitialized variable warning
Mikulas Patocka
1
-1
/
+1
2019-09-05
dm writecache: skip writecache_wait for pmem mode
Huaisheng Ye
1
-1
/
+2
2019-08-26
dm writecache: optimize performance by sorting the blocks for writeback_all
Huaisheng Ye
1
-3
/
+16
2019-08-26
dm writecache: add unlikely for getting two block with same LBA
Huaisheng Ye
1
-2
/
+2
2019-08-26
dm writecache: remove unused member pointer in writeback_struct
Huaisheng Ye
1
-1
/
+0
2019-04-26
dm writecache: avoid unnecessary lookups in writecache_find_entry()
Mikulas Patocka
1
-6
/
+5
2019-04-26
dm writecache: remove unused member page_offset in writeback_struct
Huaisheng Ye
1
-2
/
+0
2019-04-18
dm writecache: add unlikely for returned value of rb_next/prev
Huaisheng Ye
1
-2
/
+2
2019-04-18
dm writecache: remove needless dereferences in __writecache_writeback_pmem()
Huaisheng Ye
1
-6
/
+6
2019-03-05
dm writecache: fix typo in name for writeback_wq
Huaisheng Ye
1
-1
/
+1
2018-12-18
dm writecache: fix typo in error msg for creating writecache_flush_thread
Shenghui Wang
1
-1
/
+1
2018-10-22
dm writecache: remove disabled code in memory_entry()
Mike Snitzer
1
-4
/
+1
2018-08-25
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+1
2018-08-16
dm writecache: fix a crash due to reading past end of dirty_bitmap
Mikulas Patocka
1
-1
/
+1
[next]