summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bufio.c
AgeCommit message (Expand)AuthorLines
2020-06-05Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+97
2020-06-05dm bufio: introduce forget_buffer_lockedMikulas Patocka-4/+56
2020-06-05dm bufio: clean up rbtree block orderingMikulas Patocka-3/+3
2020-06-04dm bufio: delete unused and inefficient dm_bufio_discard_buffersMikulas Patocka-26/+0
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-2/+2
2020-05-15dm bufio: implement discardMikulas Patocka-5/+64
2019-09-13dm bufio: introduce a global cache replacementMikulas Patocka-7/+91
2019-09-13dm bufio: remove old-style buffer cleanupMikulas Patocka-58/+3
2019-09-13dm bufio: introduce a global queueMikulas Patocka-3/+12
2019-09-13dm bufio: refactor adjust_total_allocatedMikulas Patocka-3/+11
2019-09-13dm bufio: call adjust_total_allocated from __link_buffer and __unlink_bufferMikulas Patocka-4/+4
2019-08-15Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka-1/+3
2019-07-12dm bufio: fix deadlock with loop deviceJunxiao Bi-3/+1
2019-04-29dm bufio: Simplify stack trace retrievalThomas Gleixner-9/+6
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang-6/+6
2018-04-30dm bufio: fix buffer alignmentMikulas Patocka-2/+3
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka-60/+45
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka-25/+39
2018-04-03dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka-9/+19
2018-04-03dm bufio: reorder fields in dm_buffer structureMikulas Patocka-5/+5
2018-04-03dm bufio: relax alignment constraint on slab cacheMikulas Patocka-2/+2
2018-04-03dm bufio: remove code that merges slab cachesMikulas Patocka-39/+14
2018-04-03dm bufio: get rid of slab cache name allocationsMikulas Patocka-18/+3
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka-4/+4
2018-04-03dm bufio: delete outdated commentMikulas Patocka-4/+0
2018-03-06dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann-10/+6
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer-7/+5
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou-6/+9
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou-0/+2
2018-01-17dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka-6/+6
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan-2/+6
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+6
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers-9/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-5/+5
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-28/+67
2017-08-28dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka-28/+67
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-07-25dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter-2/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-13/+15
2017-05-31dm: make flush bios explicitly syncJan Kara-1/+1
2017-05-16dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka-8/+8
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-1/+1
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka-0/+10
2017-05-01dm bufio: avoid a possible ABBA deadlockMikulas Patocka-4/+5
2017-03-07dm bufio: add sector start offset to dm-bufio interfaceMikulas Patocka-19/+32
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar-0/+1
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso-1/+1