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