index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
*
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-28
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-06
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
*
dm bufio: add missed destroys of client mutex
Aliaksei Karaliou
2018-01-17
1
-0
/
+2
*
dm bufio: use REQ_OP_READ and REQ_OP_WRITE
Mikulas Patocka
2018-01-17
1
-6
/
+6
*
dm bufio: fix shrinker scans when (nr_to_scan < retain_target)
Suren Baghdasaryan
2017-12-08
1
-2
/
+6
*
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-17
1
-9
/
+6
|
\
|
*
dm bufio: fix integer overflow when limiting maximum cache size
Eric Biggers
2017-11-16
1
-9
/
+6
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-5
/
+5
|
/
*
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
1
-28
/
+67
|
\
|
*
dm integrity: optimize writing dm-bufio buffers that are partially changed
Mikulas Patocka
2017-08-28
1
-28
/
+67
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
|
/
*
dm bufio: fix error code in dm_bufio_write_dirty_buffers()
Dan Carpenter
2017-07-25
1
-2
/
+1
*
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-1
/
+1
|
\
|
*
dm: make flush bios explicitly sync
Jan Kara
2017-05-31
1
-1
/
+1
*
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-13
/
+15
|
/
*
dm bufio: make the parameter "retain_bytes" unsigned long
Mikulas Patocka
2017-05-16
1
-8
/
+8
*
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
2017-05-08
1
-1
/
+1
*
dm bufio: check new buffer allocation watermark every 30 seconds
Mikulas Patocka
2017-05-01
1
-0
/
+10
*
dm bufio: avoid a possible ABBA deadlock
Mikulas Patocka
2017-05-01
1
-4
/
+5
*
dm bufio: add sector start offset to dm-bufio interface
Mikulas Patocka
2017-03-07
1
-19
/
+32
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/core: Remove set_task_state()
Davidlohr Bueso
2017-01-14
1
-1
/
+1
*
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-12-14
1
-13
/
+15
|
\
|
*
dm bufio: drop the lock when doing GFP_NOIO allocation
Mikulas Patocka
2016-12-08
1
-0
/
+10
|
*
dm bufio: don't take the lock in dm_bufio_shrink_count
Mikulas Patocka
2016-12-08
1
-11
/
+2
|
*
dm bufio: avoid sleeping while holding the dm_bufio lock
Douglas Anderson
2016-12-08
1
-2
/
+3
*
|
block: bio: pass bvec table to bio_init()
Ming Lei
2016-11-22
1
-3
/
+1
*
|
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-1
/
+1
|
/
[next]