summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-bufio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm bufio: update last_accessed when relinking a bufferJoe Thornber2014-10-051-0/+1
* | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-27/+14
|\
| * sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-27/+14
* | dm bufio: fully initialize shrinkerGreg Thelen2014-08-011-1/+1
|/
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-1/+1
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-0/+5
| |\
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* | | dm snapshot: use dm-bufio prefetchMikulas Patocka2014-01-141-2/+12
* | | dm snapshot: use dm-bufioMikulas Patocka2014-01-141-0/+22
| |/ |/|
* | dm bufio: initialize read-only module parametersMikulas Patocka2013-12-101-0/+5
|/
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-101-25/+39
* dm bufio: submit writes outside lockMikulas Patocka2013-07-101-15/+58
* dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka2013-07-101-1/+1
* dm bufio: avoid a possible __vmalloc deadlockMikulas Patocka2013-05-101-1/+23
* dm verity: avoid deadlockMikulas Patocka2013-03-201-0/+2
* dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka2013-03-011-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka2012-10-121-7/+3
* dm bufio: use list_moveWei Yongjun2012-10-121-2/+1
* dm bufio: prefetchMikulas Patocka2012-03-281-26/+82
* dm-bufio.c: there's no need to include linux/version.hJesper Juhl2012-02-031-1/+0
* device-mapper: dm-bufio.c needs to include module.hStephen Rothwell2011-11-071-0/+1
* dm: add bufioMikulas Patocka2011-10-311-0/+1699