| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2016-10-09 | 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-30 | 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-12 | 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-10-31 | 1 | -5/+5 |
* | dm: drop NULL test before kmem_cache_destroy() and mempool_destroy() | Julia Lawall | 2015-10-31 | 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-08 | 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-05 | 1 | -2/+2 |
| * | dm bufio: update last_accessed when relinking a buffer | Joe Thornber | 2014-10-05 | 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-04 | 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-23 | 1 | -1/+1 |
* | | | dm snapshot: use dm-bufio prefetch | Mikulas Patocka | 2014-01-14 | 1 | -2/+12 |
* | | | dm snapshot: use dm-bufio | Mikulas Patocka | 2014-01-14 | 1 | -0/+22 |
| |/
|/| |
|
* | | dm bufio: initialize read-only module parameters | Mikulas Patocka | 2013-12-10 | 1 | -0/+5 |
|/ |
|
* | drivers: convert shrinkers to new count/scan API | Dave Chinner | 2013-09-10 | 1 | -25/+39 |
* | dm bufio: submit writes outside lock | Mikulas Patocka | 2013-07-10 | 1 | -15/+58 |
* | dm: use __GFP_HIGHMEM in __vmalloc | Mikulas Patocka | 2013-07-10 | 1 | -1/+1 |
* | dm bufio: avoid a possible __vmalloc deadlock | Mikulas Patocka | 2013-05-10 | 1 | -1/+23 |
* | dm verity: avoid deadlock | Mikulas Patocka | 2013-03-20 | 1 | -0/+2 |
* | dm bufio: use WRITE_FLUSH instead of REQ_FLUSH | Mikulas Patocka | 2013-03-01 | 1 | -1/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -2/+1 |
* | dm: use ACCESS_ONCE for sysfs values | Mikulas Patocka | 2012-10-12 | 1 | -7/+3 |
* | dm bufio: use list_move | Wei Yongjun | 2012-10-12 | 1 | -2/+1 |
* | dm bufio: prefetch | Mikulas Patocka | 2012-03-28 | 1 | -26/+82 |
* | dm-bufio.c: there's no need to include linux/version.h | Jesper Juhl | 2012-02-03 | 1 | -1/+0 |
* | device-mapper: dm-bufio.c needs to include module.h | Stephen Rothwell | 2011-11-07 | 1 | -0/+1 |
* | dm: add bufio | Mikulas Patocka | 2011-10-31 | 1 | -0/+1699 |