Linus Torvalds
|
775a2e29c3
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
|
8 years ago |
Mikulas Patocka
|
41c73a49df
dm bufio: drop the lock when doing GFP_NOIO allocation
|
8 years ago |
Mikulas Patocka
|
d12067f428
dm bufio: don't take the lock in dm_bufio_shrink_count
|
8 years ago |
Douglas Anderson
|
9ea61cac0b
dm bufio: avoid sleeping while holding the dm_bufio lock
|
8 years ago |
Ming Lei
|
3a83f46775
block: bio: pass bvec table to bio_init()
|
8 years ago |
Christoph Hellwig
|
70fd76140a
block,fs: use REQ_* flags directly
|
8 years ago |
Linus Torvalds
|
48915c2cbc
Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
|
8 years ago |
Peter Zijlstra
|
7cd326747f
dm bufio: remove dm_bufio_cond_resched()
|
9 years ago |
Bhaktipriya Shridhar
|
edd1ea2a8a
dm bufio: remove use of deprecated create_singlethread_workqueue()
|
9 years ago |
Mike Christie
|
e6047149db
dm: use bio op accessors
|
9 years ago |
Mike Christie
|
4e49ea4a3d
block/fs/drivers: remove rw argument from submit_bio
|
9 years ago |
Linus Torvalds
|
33caf82acf
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 years ago |
Al Viro
|
756d097b95
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
|
9 years ago |
Anup Limbu
|
86a49e2dac
dm bufio: use BUG_ON instead of conditional call to BUG
|
9 years ago |
Mikulas Patocka
|
86bad0c707
dm bufio: store stacktrace in buffers to help find buffer leaks
|
9 years ago |
Mikulas Patocka
|
f98c8f7970
dm bufio: return NULL to improve code clarity
|
9 years ago |
Mikulas Patocka
|
a3d939ae7b
dm: convert ffs to __ffs
|
9 years ago |
Julia Lawall
|
6f65985e26
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
|
10 years ago |
Christoph Hellwig
|
4246a0b63b
block: add a bi_error field to struct bio
|
10 years ago |
Asaf Vertz
|
f495339c44
dm bufio: fix time comparison to use time_after_eq()
|
10 years ago |
Linus Torvalds
|
140dfc9299
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
|
10 years ago |
Darrick J. Wong
|
445559cdcb
dm bufio: fix memleak when using a dm_buffer's inline bio
|
10 years ago |
Linus Torvalds
|
5a7a662cc6
Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
|
10 years ago |
Joe Thornber
|
33096a7822
dm bufio: evict buffers that are past the max age but retain some buffers
|
10 years ago |
Joe Thornber
|
4e420c452b
dm bufio: switch from a huge hash table to an rbtree
|
10 years ago |
Linus Torvalds
|
929254d8da
Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
|
10 years ago |
Mikulas Patocka
|
9d28eb1244
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
|
10 years ago |
Mikulas Patocka
|
0e825862f3
dm bufio: when done scanning return from __scan immediately
|
11 years ago |
Joe Thornber
|
eb76faf53b
dm bufio: update last_accessed when relinking a buffer
|
11 years ago |
Kirill Tkhai
|
f139caf2e8
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
|
11 years ago |