aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-bufio.c
AgeCommit message (Expand)Author
2015-10-31dm: convert ffs to __ffsMikulas Patocka
2015-10-31dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-02-09dm bufio: fix time comparison to use time_after_eq()Asaf Vertz
2014-12-08Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-01dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong
2014-11-13Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2014-11-10dm bufio: evict buffers that are past the max age but retain some buffersJoe Thornber
2014-11-10dm bufio: switch from a huge hash table to an rbtreeJoe Thornber
2014-10-18Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds
2014-10-17dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka
2014-10-05dm bufio: when done scanning return from __scan immediatelyMikulas Patocka
2014-10-05dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-01dm bufio: fully initialize shrinkerGreg Thelen
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-14dm snapshot: use dm-bufio prefetchMikulas Patocka
2014-01-14dm snapshot: use dm-bufioMikulas Patocka
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-10dm bufio: initialize read-only module parametersMikulas Patocka
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2013-07-10dm bufio: submit writes outside lockMikulas Patocka
2013-07-10dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka
2013-05-10dm bufio: avoid a possible __vmalloc deadlockMikulas Patocka
2013-03-20dm verity: avoid deadlockMikulas Patocka
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-10-12dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka
2012-10-12dm bufio: use list_moveWei Yongjun
2012-03-28dm bufio: prefetchMikulas Patocka
2012-02-03dm-bufio.c: there's no need to include linux/version.hJesper Juhl
2011-11-07device-mapper: dm-bufio.c needs to include module.hStephen Rothwell
2011-10-31dm: add bufioMikulas Patocka