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
2019-07-12
dm bufio: fix deadlock with loop device
Junxiao Bi
1
-3
/
+1
2019-04-29
dm bufio: Simplify stack trace retrieval
Thomas Gleixner
1
-9
/
+6
2018-12-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-18
dm bufio: update comment in dm-bufio.c
Shenghui Wang
1
-6
/
+6
2018-04-30
dm bufio: fix buffer alignment
Mikulas Patocka
1
-2
/
+3
2018-04-03
dm bufio: don't embed a bio in the dm_buffer structure
Mikulas Patocka
1
-60
/
+45
2018-04-03
dm bufio: support non-power-of-two block sizes
Mikulas Patocka
1
-25
/
+39
2018-04-03
dm bufio: use slab cache for dm_buffer structure allocations
Mikulas Patocka
1
-9
/
+19
2018-04-03
dm bufio: reorder fields in dm_buffer structure
Mikulas Patocka
1
-5
/
+5
2018-04-03
dm bufio: relax alignment constraint on slab cache
Mikulas Patocka
1
-2
/
+2
2018-04-03
dm bufio: remove code that merges slab caches
Mikulas Patocka
1
-39
/
+14
2018-04-03
dm bufio: get rid of slab cache name allocations
Mikulas Patocka
1
-18
/
+3
2018-04-03
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
1
-4
/
+4
2018-04-03
dm bufio: delete outdated comment
Mikulas Patocka
1
-4
/
+0
2018-03-07
dm bufio: avoid false-positive Wmaybe-uninitialized warning
Arnd Bergmann
1
-10
/
+6
2018-01-17
dm bufio: eliminate unnecessary labels in dm_bufio_client_create()
Mike Snitzer
1
-7
/
+5
2018-01-17
dm bufio: check result of register_shrinker()
Aliaksei Karaliou
1
-6
/
+9
2018-01-17
dm bufio: add missed destroys of client mutex
Aliaksei Karaliou
1
-0
/
+2
2018-01-17
dm bufio: use REQ_OP_READ and REQ_OP_WRITE
Mikulas Patocka
1
-6
/
+6
2017-12-08
dm bufio: fix shrinker scans when (nr_to_scan < retain_target)
Suren Baghdasaryan
1
-2
/
+6
2017-11-17
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-9
/
+6
2017-11-17
dm bufio: fix integer overflow when limiting maximum cache size
Eric Biggers
1
-9
/
+6
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-5
/
+5
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-28
/
+67
2017-08-28
dm integrity: optimize writing dm-bufio buffers that are partially changed
Mikulas Patocka
1
-28
/
+67
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-07-25
dm bufio: fix error code in dm_bufio_write_dirty_buffers()
Dan Carpenter
1
-2
/
+1
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-13
/
+15
2017-05-31
dm: make flush bios explicitly sync
Jan Kara
1
-1
/
+1
2017-05-16
dm bufio: make the parameter "retain_bytes" unsigned long
Mikulas Patocka
1
-8
/
+8
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-01
dm bufio: check new buffer allocation watermark every 30 seconds
Mikulas Patocka
1
-0
/
+10
2017-05-01
dm bufio: avoid a possible ABBA deadlock
Mikulas Patocka
1
-4
/
+5
2017-03-07
dm bufio: add sector start offset to dm-bufio interface
Mikulas Patocka
1
-19
/
+32
2017-03-02
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+1
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
1
-1
/
+1
2016-12-14
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-13
/
+15
2016-12-08
dm bufio: drop the lock when doing GFP_NOIO allocation
Mikulas Patocka
1
-0
/
+10
2016-12-08
dm bufio: don't take the lock in dm_bufio_shrink_count
Mikulas Patocka
1
-11
/
+2
2016-12-08
dm bufio: avoid sleeping while holding the dm_bufio lock
Douglas Anderson
1
-2
/
+3
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-3
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
2016-10-10
Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-22
/
+9
2016-09-22
dm bufio: remove dm_bufio_cond_resched()
Peter Zijlstra
1
-22
/
+9
2016-08-31
dm bufio: remove use of deprecated create_singlethread_workqueue()
Bhaktipriya Shridhar
1
-1
/
+1
2016-06-07
dm: use bio op accessors
Mike Christie
1
-3
/
+5
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-1
/
+2
2016-01-13
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
[next]