index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-bufio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-13
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-01-04
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
Al Viro
1
-1
/
+1
2015-12-10
dm bufio: use BUG_ON instead of conditional call to BUG
Anup Limbu
1
-2
/
+1
2015-12-10
dm bufio: store stacktrace in buffers to help find buffer leaks
Mikulas Patocka
1
-1
/
+38
2015-12-10
dm bufio: return NULL to improve code clarity
Mikulas Patocka
1
-1
/
+1
2015-11-01
dm: convert ffs to __ffs
Mikulas Patocka
1
-5
/
+5
2015-11-01
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
1
-6
/
+2
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-10
/
+16
2015-02-09
dm bufio: fix time comparison to use time_after_eq()
Asaf Vertz
1
-1
/
+2
2014-12-09
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-78
/
+148
2014-12-01
dm bufio: fix memleak when using a dm_buffer's inline bio
Darrick J. Wong
1
-1
/
+19
2014-11-13
Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...
Linus Torvalds
1
-6
/
+6
2014-11-10
dm bufio: evict buffers that are past the max age but retain some buffers
Joe Thornber
1
-34
/
+75
2014-11-10
dm bufio: switch from a huge hash table to an rbtree
Joe Thornber
1
-43
/
+54
2014-10-18
Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...
Linus Torvalds
1
-2
/
+3
2014-10-17
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
1
-6
/
+6
2014-10-06
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
1
-2
/
+2
2014-10-06
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-09-19
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...
Kirill Tkhai
1
-1
/
+0
2014-08-05
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-27
/
+14
2014-08-01
dm bufio: fully initialize shrinker
Greg Thelen
1
-1
/
+1
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
1
-27
/
+14
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-4
/
+4
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2014-01-15
dm snapshot: use dm-bufio prefetch
Mikulas Patocka
1
-2
/
+12
2014-01-15
dm snapshot: use dm-bufio
Mikulas Patocka
1
-0
/
+22
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
1
-0
/
+5
2013-12-11
dm bufio: initialize read-only module parameters
Mikulas Patocka
1
-0
/
+5
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-1
/
+1
2013-09-11
drivers: convert shrinkers to new count/scan API
Dave Chinner
1
-25
/
+39
2013-07-11
dm bufio: submit writes outside lock
Mikulas Patocka
1
-15
/
+58
2013-07-11
dm: use __GFP_HIGHMEM in __vmalloc
Mikulas Patocka
1
-1
/
+1
2013-05-10
dm bufio: avoid a possible __vmalloc deadlock
Mikulas Patocka
1
-1
/
+23
2013-03-20
dm verity: avoid deadlock
Mikulas Patocka
1
-0
/
+2
2013-03-02
dm bufio: use WRITE_FLUSH instead of REQ_FLUSH
Mikulas Patocka
1
-1
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2012-10-12
dm: use ACCESS_ONCE for sysfs values
Mikulas Patocka
1
-7
/
+3
2012-10-12
dm bufio: use list_move
Wei Yongjun
1
-2
/
+1
2012-03-28
dm bufio: prefetch
Mikulas Patocka
1
-26
/
+82
2012-02-04
dm-bufio.c: there's no need to include linux/version.h
Jesper Juhl
1
-1
/
+0
2011-11-07
device-mapper: dm-bufio.c needs to include module.h
Stephen Rothwell
1
-0
/
+1
2011-11-01
dm: add bufio
Mikulas Patocka
1
-0
/
+1699