summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bufio.c
Commit message (Expand)AuthorAgeFilesLines
* dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer2018-01-171-7/+5
* dm bufio: check result of register_shrinker()Aliaksei Karaliou2018-01-171-6/+9
* dm bufio: add missed destroys of client mutexAliaksei Karaliou2018-01-171-0/+2
* dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka2018-01-171-6/+6
* dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan2017-12-081-2/+6
* Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-171-9/+6
|\
| * dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers2017-11-161-9/+6
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-5/+5
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-28/+67
|\
| * dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka2017-08-281-28/+67
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
|/
* dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter2017-07-251-2/+1
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-1/+1
|\
| * dm: make flush bios explicitly syncJan Kara2017-05-311-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-13/+15
|/
* dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka2017-05-161-8/+8
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka2017-05-011-0/+10
* dm bufio: avoid a possible ABBA deadlockMikulas Patocka2017-05-011-4/+5
* dm bufio: add sector start offset to dm-bufio interfaceMikulas Patocka2017-03-071-19/+32
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-1/+1
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-141-13/+15
|\
| * dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka2016-12-081-0/+10
| * dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2016-12-081-11/+2
| * dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2016-12-081-2/+3
* | block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-3/+1
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-091-22/+9
|\
| * dm bufio: remove dm_bufio_cond_resched()Peter Zijlstra2016-09-221-22/+9
* | dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-08-301-1/+1
|/
* dm: use bio op accessorsMike Christie2016-06-071-3/+5
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-1/+1
|\
| * dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro2016-01-041-1/+1
* | dm bufio: use BUG_ON instead of conditional call to BUGAnup Limbu2015-12-101-2/+1
* | dm bufio: store stacktrace in buffers to help find buffer leaksMikulas Patocka2015-12-101-1/+38
* | dm bufio: return NULL to improve code clarityMikulas Patocka2015-12-101-1/+1
|/
* dm: convert ffs to __ffsMikulas Patocka2015-10-311-5/+5
* dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-311-6/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-10/+16
* dm bufio: fix time comparison to use time_after_eq()Asaf Vertz2015-02-091-1/+2
* Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-081-78/+148
|\
| * dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong2014-12-011-1/+19
| * dm bufio: evict buffers that are past the max age but retain some buffersJoe Thornber2014-11-101-34/+75
| * dm bufio: switch from a huge hash table to an rbtreeJoe Thornber2014-11-101-43/+54
* | Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2014-11-131-6/+6
|\ \ | |/
| * dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka2014-10-171-6/+6
* | Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds2014-10-181-2/+3
|\ \ | |/
| * dm bufio: when done scanning return from __scan immediatelyMikulas Patocka2014-10-051-2/+2
OpenPOWER on IntegriCloud