index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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-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-11
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-09
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-05
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-28
dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flag
Nathan Huckleberry
1
-3
/
+19
2022-07-28
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-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+2
2022-04-17
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-05
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+97
2020-06-05
dm bufio: introduce forget_buffer_locked
Mikulas Patocka
1
-4
/
+56
2020-06-05
dm bufio: clean up rbtree block ordering
Mikulas Patocka
1
-3
/
+3
2020-06-04
dm bufio: delete unused and inefficient dm_bufio_discard_buffers
Mikulas Patocka
1
-26
/
+0
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-2
/
+2
2020-05-15
dm bufio: implement discard
Mikulas Patocka
1
-5
/
+64
2019-09-13
dm bufio: introduce a global cache replacement
Mikulas Patocka
1
-7
/
+91
[next]