| Commit message (Expand) | Author | Age | Files | Lines |
* | dm integrity: optimize writing dm-bufio buffers that are partially changed | Mikulas Patocka | 2017-08-28 | 1 | -28/+67 |
* | 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-09 | 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 |
|/ |
|
* | Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2016-10-10 | 1 | -22/+9 |
|\ |
|
| * | dm bufio: remove dm_bufio_cond_resched() | Peter Zijlstra | 2016-09-22 | 1 | -22/+9 |
* | | dm bufio: remove use of deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 2016-08-31 | 1 | -1/+1 |
|/ |
|
* | dm: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -3/+5 |
* | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 1 | -1/+2 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-13 | 1 | -1/+1 |
|\ |
|
| * | dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE | Al Viro | 2016-01-04 | 1 | -1/+1 |
* | | dm bufio: use BUG_ON instead of conditional call to BUG | Anup Limbu | 2015-12-10 | 1 | -2/+1 |
* | | dm bufio: store stacktrace in buffers to help find buffer leaks | Mikulas Patocka | 2015-12-10 | 1 | -1/+38 |
* | | dm bufio: return NULL to improve code clarity | Mikulas Patocka | 2015-12-10 | 1 | -1/+1 |
|/ |
|
* | dm: convert ffs to __ffs | Mikulas Patocka | 2015-11-01 | 1 | -5/+5 |
* | dm: drop NULL test before kmem_cache_destroy() and mempool_destroy() | Julia Lawall | 2015-11-01 | 1 | -6/+2 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -10/+16 |
* | dm bufio: fix time comparison to use time_after_eq() | Asaf Vertz | 2015-02-09 | 1 | -1/+2 |
* | Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-12-09 | 1 | -78/+148 |
|\ |
|
| * | dm bufio: fix memleak when using a dm_buffer's inline bio | Darrick J. Wong | 2014-12-01 | 1 | -1/+19 |
| * | dm bufio: evict buffers that are past the max age but retain some buffers | Joe Thornber | 2014-11-10 | 1 | -34/+75 |
| * | dm bufio: switch from a huge hash table to an rbtree | Joe Thornber | 2014-11-10 | 1 | -43/+54 |
* | | Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de... | Linus Torvalds | 2014-11-13 | 1 | -6/+6 |
|\| |
|
| * | dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks | Mikulas Patocka | 2014-10-17 | 1 | -6/+6 |
* | | Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m... | Linus Torvalds | 2014-10-18 | 1 | -2/+3 |
|\| |
|
| * | dm bufio: when done scanning return from __scan immediately | Mikulas Patocka | 2014-10-06 | 1 | -2/+2 |
| * | dm bufio: update last_accessed when relinking a buffer | Joe Thornber | 2014-10-06 | 1 | -0/+1 |
* | | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu... | Kirill Tkhai | 2014-09-19 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-05 | 1 | -27/+14 |
|\ |
|
| * | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | 1 | -27/+14 |
* | | dm bufio: fully initialize shrinker | Greg Thelen | 2014-08-01 | 1 | -1/+1 |
|/ |
|
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -4/+4 |
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 1 | -1/+1 |
|\ |
|
| * | Merge tag 'v3.13-rc6' into for-3.14/core | Jens Axboe | 2013-12-31 | 1 | -0/+5 |
| |\ |
|
| * | | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-24 | 1 | -1/+1 |
* | | | dm snapshot: use dm-bufio prefetch | Mikulas Patocka | 2014-01-15 | 1 | -2/+12 |