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
2023-11-17
dm-bufio: fix no-sleep mode
Mikulas Patocka
1
-25
/
+62
2023-10-04
dm: dynamically allocate the dm-bufio shrinker
Qi Zheng
1
-11
/
+17
2023-06-27
dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmalloc
Mikulas Patocka
1
-17
/
+0
2023-06-17
dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client
Li Lingfeng
1
-0
/
+7
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-03-30
dm: improve hash_locks sizing and hash function
Joe Thornber
1
-1
/
+1
2023-03-30
dm bufio: intelligently size dm_buffer_cache's buffer_trees
Mike Snitzer
1
-6
/
+8
2023-03-30
dm bufio: prepare to intelligently size dm_buffer_cache's buffer_trees
Mike Snitzer
1
-22
/
+26
2023-03-30
dm bufio: use multi-page bio vector
Mikulas Patocka
1
-20
/
+4
2023-03-30
dm bufio: use waitqueue_active in __free_buffer_wake
Mikulas Patocka
1
-1
/
+6
2023-03-30
dm bufio: move dm_bufio_client members to avoid spanning cachelines
Mike Snitzer
1
-11
/
+13
2023-03-30
dm bufio: add lock_history optimization for cache iterators
Joe Thornber
1
-8
/
+111
2023-03-30
dm bufio: improve concurrent IO performance
Joe Thornber
1
-463
/
+478
2023-03-30
dm bufio: add dm_buffer_cache abstraction
Joe Thornber
1
-62
/
+526
2023-03-30
dm bufio: add LRU abstraction
Joe Thornber
1
-0
/
+235
2023-03-30
dm bufio: don't bug for clear developer oversight
Mike Snitzer
1
-5
/
+8
2023-03-30
dm bufio: never crash if dm_bufio_in_request()
Mike Snitzer
1
-6
/
+12
2023-03-30
dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exit
Mike Snitzer
1
-4
/
+4
2023-03-30
dm bufio: remove unused dm_bufio_release_move interface
Joe Thornber
1
-77
/
+0
2023-02-14
dm: fix use of sizeof() macro
Heinz Mauelshagen
1
-3
/
+3
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
1
-8
/
+8
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
1
-0
/
+9
2023-02-14
dm: add argument identifier names
Heinz Mauelshagen
1
-3
/
+3
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
1
-10
/
+20
2023-02-14
dm: avoid initializing static variables
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
1
-29
/
+29
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
1
-0
/
+1
2023-01-30
dm: improve shrinker debug names
Mike Snitzer
1
-1
/
+1
2022-11-18
dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create...
Zhihao Cheng
1
-0
/
+2
2022-10-18
dm bufio: use the acquire memory barrier when testing for B_READING
Mikulas Patocka
1
-6
/
+7
2022-08-12
Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+13
2022-08-11
dm bufio: fix some cases where the code sleeps with spinlock held
Mikulas Patocka
1
-1
/
+9
2022-08-10
dm bufio: simplify DM_BUFIO_CLIENT_NO_SLEEP locking
Mike Snitzer
1
-6
/
+4
2022-08-06
Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+28
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2022-08-04
dm bufio: conditionally enable branching for DM_BUFIO_CLIENT_NO_SLEEP
Mike Snitzer
1
-4
/
+11
2022-07-29
dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flag
Nathan Huckleberry
1
-3
/
+19
2022-07-29
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
1
-1
/
+2
2022-07-14
dm/core: Combine request operation type and flags
Bart Van Assche
1
-9
/
+10
2022-07-14
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
1
-6
/
+3
2022-07-04
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+2
2022-04-18
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-5
/
+4
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2021-11-01
dm: Remove redundant flush_workqueue() calls
Christophe JAILLET
1
-1
/
+0
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-03-04
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
Mikulas Patocka
1
-0
/
+4
2021-01-08
dm integrity: fix flush with external metadata device
Mikulas Patocka
1
-0
/
+6
2020-07-20
dm bufio: do buffer cleanup from a workqueue
Mikulas Patocka
1
-19
/
+41
2020-06-06
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+97
[next]