aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-bufio.c
AgeCommit message (Expand)Author
2019-04-29dm bufio: Simplify stack trace retrievalThomas Gleixner
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang
2018-04-30dm bufio: fix buffer alignmentMikulas Patocka
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka
2018-04-03dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka
2018-04-03dm bufio: reorder fields in dm_buffer structureMikulas Patocka
2018-04-03dm bufio: relax alignment constraint on slab cacheMikulas Patocka
2018-04-03dm bufio: remove code that merges slab cachesMikulas Patocka
2018-04-03dm bufio: get rid of slab cache name allocationsMikulas Patocka
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka
2018-04-03dm bufio: delete outdated commentMikulas Patocka
2018-03-06dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou
2018-01-17dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-28dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-25dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-31dm: make flush bios explicitly syncJan Kara
2017-05-16dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka
2017-05-01dm bufio: avoid a possible ABBA deadlockMikulas Patocka
2017-03-07dm bufio: add sector start offset to dm-bufio interfaceMikulas Patocka
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-08dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka
2016-12-08dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka
2016-12-08dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-09-22dm bufio: remove dm_bufio_cond_resched()Peter Zijlstra
2016-08-30dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-06-07dm: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-04dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro