Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f851689b5ae3eb8e1b4d397eaf2805ccfd88bf77
/
drivers
/
md
/
dm-bufio.c
dff4d1f
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
1e3b21c
dm integrity: optimize writing dm-bufio buffers that are partially changed
by Mikulas Patocka
· 8 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
edc11d4
dm bufio: fix error code in dm_bufio_write_dirty_buffers()
by Dan Carpenter
· 7 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
ff0361b
dm: make flush bios explicitly sync
by Jan Kara
· 8 years ago
13840d3
dm bufio: make the parameter "retain_bytes" unsigned long
by Mikulas Patocka
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
390020a
dm bufio: check new buffer allocation watermark every 30 seconds
by Mikulas Patocka
· 8 years ago
1b0fb5a
dm bufio: avoid a possible ABBA deadlock
by Mikulas Patocka
· 8 years ago
400a0be
dm bufio: add sector start offset to dm-bufio interface
by Mikulas Patocka
· 8 years ago
5b3cc15
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
642fa44
sched/core: Remove set_task_state()
by Davidlohr Bueso
· 8 years ago
775a2e2
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
41c73a4
dm bufio: drop the lock when doing GFP_NOIO allocation
by Mikulas Patocka
· 8 years ago
d12067f
dm bufio: don't take the lock in dm_bufio_shrink_count
by Mikulas Patocka
· 8 years ago
9ea61ca
dm bufio: avoid sleeping while holding the dm_bufio lock
by Douglas Anderson
· 8 years ago
3a83f46
block: bio: pass bvec table to bio_init()
by Ming Lei
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
48915c2
Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
7cd3267
dm bufio: remove dm_bufio_cond_resched()
by Peter Zijlstra
· 8 years ago
edd1ea2
dm bufio: remove use of deprecated create_singlethread_workqueue()
by Bhaktipriya Shridhar
· 8 years ago
e604714
dm: use bio op accessors
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
756d097
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
by Al Viro
· 9 years ago
86a49e2
dm bufio: use BUG_ON instead of conditional call to BUG
by Anup Limbu
· 9 years ago
86bad0c
dm bufio: store stacktrace in buffers to help find buffer leaks
by Mikulas Patocka
· 9 years ago
f98c8f7
dm bufio: return NULL to improve code clarity
by Mikulas Patocka
· 9 years ago
a3d939a
dm: convert ffs to __ffs
by Mikulas Patocka
· 9 years ago
6f65985
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
by Julia Lawall
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
f495339
dm bufio: fix time comparison to use time_after_eq()
by Asaf Vertz
· 10 years ago
140dfc9
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
445559c
dm bufio: fix memleak when using a dm_buffer's inline bio
by Darrick J. Wong
· 10 years ago
5a7a662
Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
33096a7
dm bufio: evict buffers that are past the max age but retain some buffers
by Joe Thornber
· 10 years ago
4e420c4
dm bufio: switch from a huge hash table to an rbtree
by Joe Thornber
· 10 years ago
929254d
Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
9d28eb1
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
by Mikulas Patocka
· 10 years ago
0e82586
dm bufio: when done scanning return from __scan immediately
by Mikulas Patocka
· 10 years ago
eb76faf
dm bufio: update last_accessed when relinking a buffer
by Joe Thornber
· 10 years ago
f139caf
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
by Kirill Tkhai
· 10 years ago
9895994
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d8c712e
dm bufio: fully initialize shrinker
by Greg Thelen
· 10 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 10 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
55b082e
dm snapshot: use dm-bufio prefetch
by Mikulas Patocka
· 11 years ago
55494bf
dm snapshot: use dm-bufio
by Mikulas Patocka
· 11 years ago
b28bc9b
Merge tag 'v3.13-rc6' into for-3.14/core
by Jens Axboe
· 11 years ago
4cb57ab
dm bufio: initialize read-only module parameters
by Mikulas Patocka
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
7dc19d5
drivers: convert shrinkers to new count/scan API
by Dave Chinner
· 11 years ago
2480945
dm bufio: submit writes outside lock
by Mikulas Patocka
· 11 years ago
220cd05
dm: use __GFP_HIGHMEM in __vmalloc
by Mikulas Patocka
· 11 years ago
502624b
dm bufio: avoid a possible __vmalloc deadlock
by Mikulas Patocka
· 12 years ago
3b6b781
dm verity: avoid deadlock
by Mikulas Patocka
· 12 years ago
3daec3b
dm bufio: use WRITE_FLUSH instead of REQ_FLUSH
by Mikulas Patocka
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
fe5fe90
dm: use ACCESS_ONCE for sysfs values
by Mikulas Patocka
· 12 years ago
54499af
dm bufio: use list_move
by Wei Yongjun
· 12 years ago
a66cc28
dm bufio: prefetch
by Mikulas Patocka
· 13 years ago
ad07537
dm-bufio.c: there's no need to include linux/version.h
by Jesper Juhl
· 13 years ago
6f66263
device-mapper: dm-bufio.c needs to include module.h
by Stephen Rothwell
· 13 years ago
95d402f
dm: add bufio
by Mikulas Patocka
· 13 years ago