Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6984330a13efff2e5385c612b6fc2b3b38103be1
/
drivers
/
md
5164bec
dm: fix missed error code if .end_io isn't implemented by target_type
by zhendong chen
· 10 years ago
2b94e89
dm thin: fix crash by initializing thin device's refcount and completion earlier
by Marc Dionne
· 10 years ago
2c43fd2
dm thin: fix missing out-of-data-space to write mode transition if blocks are released
by Joe Thornber
· 10 years ago
45ec9bd
dm thin: fix inability to discard blocks when in out-of-data-space mode
by Joe Thornber
· 10 years ago
8fd9589
Merge tag 'md/3.19' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
9ea18f8
Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
f851b60
md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.
by NeilBrown
· 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
7d7e64f
md: fix semicolon.cocci warnings
by kbuild test robot
· 10 years ago
108cef3
md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.
by NeilBrown
· 10 years ago
1a71d6f
dm crypt: use memzero_explicit for on-stack buffer
by Milan Broz
· 10 years ago
02717d9
dm space map metadata: fix sm_bootstrap_get_count()
by Joe Thornber
· 10 years ago
c1c6156
dm space map metadata: fix sm_bootstrap_get_nr_blocks()
by Dan Carpenter
· 10 years ago
445559c
dm bufio: fix memleak when using a dm_buffer's inline bio
by Darrick J. Wong
· 10 years ago
f824a2a
dm cache: fix spurious cell_defer when dealing with partial block at end of device
by Joe Thornber
· 10 years ago
1e32134
dm cache: dirty flag was mistakenly being cleared when promoting via overwrite
by Joe Thornber
· 10 years ago
f29a314
dm cache: only use overwrite optimisation for promotion when in writeback mode
by Joe Thornber
· 10 years ago
2bb812d
dm cache: discard block size must be a multiple of cache block size
by Joe Thornber
· 10 years ago
43c32bf
dm cache: fix a harmless race when working out if a block is discarded
by Joe Thornber
· 10 years ago
3e2e1c3
dm cache: when reloading a discard bitset allow for a different discard block size
by Joe Thornber
· 10 years ago
2572629
dm cache: fix some issues with the new discard range support
by Joe Thornber
· 10 years ago
8001e87
dm array: if resizing the array is a noop set the new root to the old one
by Joe Thornber
· 10 years ago
18c0b22
md: use generic io stats accounting functions to simplify io stat accounting
by Gu Zheng
· 10 years ago
aae4933
md/bcache: use generic io stats accounting functions to simplify io stat accounting
by Gu Zheng
· 10 years ago
a12f5d4
dm: use rcu_dereference_protected instead of rcu_dereference
by Eric Dumazet
· 10 years ago
d200c30
dm thin: fix pool_io_hints to avoid looking at max_hw_sectors
by Mike Snitzer
· 10 years ago
583024d
dm thin: suspend/resume active thin devices when reloading thin-pool
by Mike Snitzer
· 10 years ago
ffcc393
dm: enhance internal suspend and resume interface
by Mike Snitzer
· 10 years ago
80e96c5
dm thin: do not allow thin device activation while pool is suspended
by Mike Snitzer
· 10 years ago
d67ee21
dm: add presuspend_undo hook to target_type
by Mike Snitzer
· 10 years ago
4d341d8
dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctl
by Mike Snitzer
· 10 years ago
0fbae13
Merge tag 'md/3.18-fix' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
45eaf45
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
by NeilBrown
· 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
5ec0208
dm thin: remove stale 'trim' message in block comment above pool_message
by Mike Snitzer
· 10 years ago
17181fb
dm thin: fix a race in thin_dtr
by Mikulas Patocka
· 10 years ago
d1d9220
dm cache: emit a warning message if there are a lot of cache blocks
by Joe Thornber
· 10 years ago
7ae34e7
dm cache: improve discard support
by Joe Thornber
· 10 years ago
08b1845
dm cache: revert "prevent corruption caused by discard_block_size > cache_block_size"
by Joe Thornber
· 10 years ago
1bad9bc
dm cache: revert "remove remainder of distinct discard block size"
by Joe Thornber
· 10 years ago
5f274d8
dm bio prison: introduce support for locking ranges of blocks
by Joe Thornber
· 10 years ago
f1afb36
dm cache policy mq: simplify ability to promote sequential IO to the cache
by Mike Snitzer
· 10 years ago
b155aa0
dm cache policy mq: tweak algorithm that decides when to promote a block
by Joe Thornber
· 10 years ago
41abc4e
dm: do not call dm_sync_table() when creating new devices
by Hannes Reinecke
· 10 years ago
6fa9952
dm: sparse: Annotate field with __rcu for checking
by Pranith Kumar
· 10 years ago
3342397
dm: Use rcu_dereference() for accessing rcu pointer
by Pranith Kumar
· 10 years ago
42d6a8c
dm thin: refactor requeue_io to eliminate spinlock bouncing
by Mike Snitzer
· 10 years ago
9d094ee
dm thin: optimize retry_bios_on_resume
by Mike Snitzer
· 10 years ago
ac4c3f3
dm thin: sort the deferred cells
by Joe Thornber
· 10 years ago
23ca2bb
dm thin: direct dispatch when breaking sharing
by Joe Thornber
· 10 years ago
2d759a4
dm thin: remap the bios in a cell immediately
by Joe Thornber
· 10 years ago
a374bb2
dm thin: defer whole cells rather than individual bios
by Joe Thornber
· 10 years ago
452d7a6
dm thin: factor out remap_and_issue_overwrite
by Mike Snitzer
· 10 years ago
7a7e97c
dm thin: performance improvement to discard processing
by Joe Thornber
· 10 years ago
36f12aeb
dm thin: implement thin_merge
by Mike Snitzer
· 10 years ago
148e51b
dm: improve documentation and code clarity in dm_merge_bvec
by Mike Snitzer
· 10 years ago
604ea90
dm thin: adjust max_sectors_kb based on thinp blocksize
by Mike Snitzer
· 10 years ago
7d327fe
dm thin: throttle incoming IO
by Joe Thornber
· 10 years ago
8a01a6a
dm thin: prefetch missing metadata pages
by Joe Thornber
· 10 years ago
4646015
dm transaction manager: add support for prefetching blocks of metadata
by Joe Thornber
· 10 years ago
e5cfc69
dm thin metadata: change dm_thin_find_block to allow blocking, but not issuing, IO
by Joe Thornber
· 10 years ago
a195db2
dm bio prison: switch to using a red black tree
by Joe Thornber
· 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
9b460d3
dm btree: fix a recursion depth bug in btree walking code
by Joe Thornber
· 10 years ago
c822ed96
dm thin: grab a virtual cell before looking up the mapping
by Joe Thornber
· 10 years ago
d20c4b0
dm raid: fix inaccessible superblocks causing oops in configure_discard_support
by Heinz Mauelshagen
· 10 years ago
40d43c4
dm raid: ensure superblock's size matches device's logical block size
by Heinz Mauelshagen
· 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
e75437f
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
88ed806
Merge tag 'md/3.18' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
9d28eb1
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
by Mikulas Patocka
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
b610626
crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
by Jan-Simon Möller
· 12 years ago
6c144d3
md: move EXPORT_SYMBOL to after function in md.c
by NeilBrown
· 10 years ago
2cbbca5
md: discard PRINT_RAID_DEBUG ioctl
by NeilBrown
· 10 years ago
403df47
md: remove MD_BUG()
by NeilBrown
· 10 years ago
3adc28d
md: clean up 'exit' labels in md_ioctl().
by NeilBrown
· 10 years ago
326eb17
md: remove unnecessary test for MD_MAJOR in md_ioctl()
by NeilBrown
· 10 years ago
e1960f8
md: don't allow "-sync" to be set for device in an active array.
by NeilBrown
· 10 years ago
f72ffdd
md: remove unwanted white space from md.c
by NeilBrown
· 10 years ago
ac05f25
md: don't start resync thread directly from md thread.
by NeilBrown
· 10 years ago
8b1afc3
md: Just use RCU when checking for overlap between arrays.
by NeilBrown
· 10 years ago
50bd377
md: avoid potential long delay under pers_lock
by Chao Yu
· 10 years ago
0638bb0
md: simplify export_array()
by NeilBrown
· 10 years ago
4878e9e
md: discard find_rdev_nr in favour of find_rdev_nr_rcu
by NeilBrown
· 10 years ago
1967cd5
md: use wait_event() to simplify md_super_wait()
by NeilBrown
· 10 years ago
9ba3b7f
md: be more relaxed about stopping an array which isn't started.
by NeilBrown
· 10 years ago
c95e638
md/raid1: process_checks doesn't use its return value.
by NeilBrown
· 10 years ago
b8e6a15
md/raid5: fix init_stripe() inconsistencies
by Markus Stockhausen
· 10 years ago
c4796e2
md/raid10: another memory leak due to reshape.
by NeilBrown
· 10 years ago
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
a3f2af2
dm stripe: fix potential for leak in stripe_ctr error path
by Pavitra Kumar
· 10 years ago
3fd8371
md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.
by NeilBrown
· 10 years ago
5965b64
md/raid1: minor typos and reformatting.
by NeilBrown
· 10 years ago
4b5060d
md/bitmap: always wait for writes on unplug.
by NeilBrown
· 10 years ago
56ec16c
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
by Alexey Khoroshilov
· 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
48cf06b
dm raid: add discard support for RAID levels 4, 5 and 6
by Heinz Mauelshagen
· 10 years ago
Next »