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