index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-bufio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-12
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-10
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-06
1
-1
/
+2
|
\
\
|
*
|
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-04
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-18
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
*
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-06
1
-12
/
+97
|
\
|
*
dm bufio: introduce forget_buffer_locked
Mikulas Patocka
2020-06-05
1
-4
/
+56
|
*
dm bufio: clean up rbtree block ordering
Mikulas Patocka
2020-06-05
1
-3
/
+3
|
*
dm bufio: delete unused and inefficient dm_bufio_discard_buffers
Mikulas Patocka
2020-06-05
1
-26
/
+0
|
*
dm bufio: implement discard
Mikulas Patocka
2020-05-15
1
-5
/
+64
*
|
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
1
-2
/
+2
|
/
*
dm bufio: introduce a global cache replacement
Mikulas Patocka
2019-09-13
1
-7
/
+91
*
dm bufio: remove old-style buffer cleanup
Mikulas Patocka
2019-09-13
1
-58
/
+3
*
dm bufio: introduce a global queue
Mikulas Patocka
2019-09-13
1
-3
/
+12
*
dm bufio: refactor adjust_total_allocated
Mikulas Patocka
2019-09-13
1
-3
/
+11
*
dm bufio: call adjust_total_allocated from __link_buffer and __unlink_buffer
Mikulas Patocka
2019-09-13
1
-4
/
+4
*
Revert "dm bufio: fix deadlock with loop device"
Mikulas Patocka
2019-08-15
1
-1
/
+3
*
dm bufio: fix deadlock with loop device
Junxiao Bi
2019-07-12
1
-3
/
+1
*
dm bufio: Simplify stack trace retrieval
Thomas Gleixner
2019-04-29
1
-9
/
+6
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-29
1
-1
/
+1
|
\
|
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
|
dm bufio: update comment in dm-bufio.c
Shenghui Wang
2018-12-18
1
-6
/
+6
|
/
*
dm bufio: fix buffer alignment
Mikulas Patocka
2018-04-30
1
-2
/
+3
*
dm bufio: don't embed a bio in the dm_buffer structure
Mikulas Patocka
2018-04-03
1
-60
/
+45
*
dm bufio: support non-power-of-two block sizes
Mikulas Patocka
2018-04-03
1
-25
/
+39
*
dm bufio: use slab cache for dm_buffer structure allocations
Mikulas Patocka
2018-04-03
1
-9
/
+19
*
dm bufio: reorder fields in dm_buffer structure
Mikulas Patocka
2018-04-03
1
-5
/
+5
*
dm bufio: relax alignment constraint on slab cache
Mikulas Patocka
2018-04-03
1
-2
/
+2
*
dm bufio: remove code that merges slab caches
Mikulas Patocka
2018-04-03
1
-39
/
+14
*
dm bufio: get rid of slab cache name allocations
Mikulas Patocka
2018-04-03
1
-18
/
+3
*
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
2018-04-03
1
-4
/
+4
*
dm bufio: delete outdated comment
Mikulas Patocka
2018-04-03
1
-4
/
+0
*
dm bufio: avoid false-positive Wmaybe-uninitialized warning
Arnd Bergmann
2018-03-07
1
-10
/
+6
*
dm bufio: eliminate unnecessary labels in dm_bufio_client_create()
Mike Snitzer
2018-01-17
1
-7
/
+5
*
dm bufio: check result of register_shrinker()
Aliaksei Karaliou
2018-01-17
1
-6
/
+9
[next]