Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
133712a2ec8493596565e9de3d25659d6e66a47e
/
drivers
/
md
d235996
bcache: use routines from lib/crc64.c for CRC64 calculation
by Coly Li
· 7 years ago
08b5fa8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 7 years ago
b0e5c29
Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
1e1132e
dm writecache: fix a crash due to reading past end of dirty_bitmap
by Mikulas Patocka
· 7 years ago
b219a1d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 7 years ago
bc9e9cf
dm crypt: don't decrease device limits
by Mikulas Patocka
· 7 years ago
4645187
bcache: fix error setting writeback_rate through sysfs interface
by Coly Li
· 7 years ago
5b1fe7b
dm cache metadata: set dirty on all cache blocks after a crash
by Ilya Dryomov
· 7 years ago
cbb751c
bcache: trivial - remove tailing backslash in macro BTREE_FLAG
by Shenghui Wang
· 7 years ago
e921efe
bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section
by Shenghui Wang
· 7 years ago
ea8c5356
bcache: set max writeback rate when I/O request is idle
by Coly Li
· 7 years ago
b467a6a
bcache: add code comments for bset.c
by Coly Li
· 7 years ago
0cba2e7
bcache: fix mistaken comments in request.c
by Coly Li
· 7 years ago
cb329de
bcache: fix mistaken code comments in bcache.h
by Coly Li
· 7 years ago
e57fd74
bcache: add a comment in super.c
by Coly Li
· 7 years ago
c2e8dcf
bcache: avoid unncessary cache prefetch bch_btree_node_get()
by Coly Li
· 7 years ago
b4cb6ef
bcache: display rate debug parameters to 0 when writeback is not running
by Coly Li
· 7 years ago
78ac210
bcache: do not check return value of debugfs_create_dir()
by Coly Li
· 7 years ago
c9a5e6a9
dm snapshot: remove stale FIXME in snapshot_map()
by Mike Snitzer
· 7 years ago
3db2776
dm snapshot: improve performance by switching out_of_order_list to rbtree
by David Jeffery
· 7 years ago
784c9a2
dm kcopyd: avoid softlockup in run_complete_job
by John Pittman
· 7 years ago
fd2fa95
dm cache metadata: save in-core policy_hint_size to on-disk superblock
by Mike Snitzer
· 7 years ago
7529444
dm thin: stop no_space_timeout worker when switching to write-mode
by Hou Tao
· 7 years ago
05b9ba4
Merge tag 'v4.18-rc6' into for-4.19/block2
by Jens Axboe
· 7 years ago
d63e2fc
md/raid5: fix data corruption of replacements after originals dropped
by BingJing Chang
· 7 years ago
e64e4018
md: Avoid namespace collision with bitmap API
by Andy Shevchenko
· 7 years ago
5cc9cdf
dm: Avoid namespace collision with bitmap API
by Andy Shevchenko
· 7 years ago
7209049d
dm kcopyd: return void from dm_kcopyd_copy()
by Mike Snitzer
· 7 years ago
63c8ecb
dm thin: include metadata_low_watermark threshold in pool status
by Andy Grover
· 7 years ago
9ff07e7
dm writecache: report start_sector in status line
by Mikulas Patocka
· 7 years ago
c07c88f
dm crypt: convert essiv from ahash to shash
by Kees Cook
· 7 years ago
c7329ef
dm crypt: use wake_up_process() instead of a wait queue
by Mikulas Patocka
· 7 years ago
a3fcf72
dm integrity: recalculate checksums on creation
by Mikulas Patocka
· 7 years ago
747829a
dm integrity: flush journal on suspend when using separate metadata device
by Mikulas Patocka
· 7 years ago
1f9fc0b
dm integrity: use version 2 for separate metadata
by Mikulas Patocka
· 7 years ago
356d9d5
dm integrity: allow separate metadata device
by Mikulas Patocka
· 7 years ago
71e9ddb
dm integrity: add ic->start in get_data_sector()
by Mikulas Patocka
· 7 years ago
f84fd2c
dm integrity: report provided data sectors in the status
by Mikulas Patocka
· 7 years ago
724376a
dm integrity: implement fair range locks
by Mikulas Patocka
· 7 years ago
518748b
dm integrity: decouple common code in dm_integrity_map_continue()
by Mikulas Patocka
· 7 years ago
c21b163
dm integrity: change 'suspending' variable from bool to int
by Mikulas Patocka
· 7 years ago
cda6b5a
dm delay: add flush as a third class of IO
by Mikulas Patocka
· 7 years ago
3876ac7
dm delay: refactor repetitive code
by Mikulas Patocka
· 7 years ago
af9313c
dm cache: only allow a single io_mode cache feature to be requested
by John Pittman
· 7 years ago
75cbb3f
bcache: stop using the deprecated get_seconds()
by Arnd Bergmann
· 7 years ago
9b4e9f5
bcache: do not assign in if condition in bcache_device_init()
by Florian Schmaus
· 7 years ago
16c1fdf
bcache: do not assign in if condition in bcache_init()
by Florian Schmaus
· 7 years ago
6268dc2
bcache: free heap cache_set->flush_btree in bch_journal_free
by Shenghui Wang
· 7 years ago
a56489d
bcache: do not assign in if condition register_bcache()
by Florian Schmaus
· 7 years ago
94f71c1
bcache: fix I/O significant decline while backend devices registering
by Tang Junhui
· 7 years ago
7f4a59d
bcache: calculate the number of incremental GC nodes according to the total of btree nodes
by Tang Junhui
· 7 years ago
5c25c4f
bcache: finish incremental GC
by Tang Junhui
· 7 years ago
99a27d5
bcache: simplify the calculation of the total amount of flash dirty data
by Tang Junhui
· 7 years ago
3ed122e
md: remove a bogus comment
by Christoph Hellwig
· 7 years ago
c8b27ac
bcache: don't clone bio in bch_data_verify
by Christoph Hellwig
· 7 years ago
08edaaa
drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call
by Anna-Maria Gleixner
· 7 years ago
b4460a9
Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
685dbca
drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()
by Anna-Maria Gleixner
· 7 years ago
ddcf35d
block: Add and use op_stat_group() for indexing disk_stat fields.
by Michael Callahan
· 7 years ago
59767fb
block: Add part_stat_read_accum to read across field entries.
by Michael Callahan
· 7 years ago
ebc7709f
md/r5cache: remove redundant pointer bio
by Colin Ian King
· 7 years ago
df8c676
md-cluster: don't send msg if array is closing
by Guoqing Jiang
· 7 years ago
0357ba2
md-cluster: show array's status more accurate
by Guoqing Jiang
· 7 years ago
010228e
md-cluster: clear another node's suspend_area after the copy is finished
by Guoqing Jiang
· 7 years ago
d284f82
dm writecache: support optional offset for start of device
by Mikulas Patocka
· 7 years ago
d0fbad0
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 7 years ago
dbc6265
dm: prevent DAX mounts if not supported
by Ross Zwisler
· 7 years ago
bda3153
md/raid10: fix that replacement cannot complete recovery after reassemble
by BingJing Chang
· 7 years ago
a685557
dm thin: handle running out of data space vs concurrent discard
by Mike Snitzer
· 7 years ago
f2ccaa5
dm raid: don't use 'const' in function return
by Arnd Bergmann
· 7 years ago
2d0b2d6
dm zoned: avoid triggering reclaim from inside dmz_map()
by Bart Van Assche
· 7 years ago
50a7d3b
dm writecache: use 2-factor allocator arguments
by Kees Cook
· 7 years ago
7ccdbf8
dm thin metadata: remove needless work from __commit_transaction
by Mike Snitzer
· 7 years ago
f21c601
dm: use bio_split() when splitting out the already processed bio
by Mike Snitzer
· 7 years ago
bfc9dfd
MD: cleanup resources in failure
by Shaohua Li
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
4597fcf
Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
778e1cd
treewide: kvzalloc() -> kvcalloc()
by Kees Cook
· 7 years ago
344476e
treewide: kvmalloc() -> kvmalloc_array()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
d60dafd
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 7 years ago
7d3bf61
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
930218a
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
by Dan Williams
· 7 years ago
a381884
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
48debaf
dm: add writecache target
by Mikulas Patocka
· 7 years ago
72d711c
dm: adjust structure members to improve alignment
by Mike Snitzer
· 7 years ago
28dec87
md: Unify mddev destruction paths
by Kent Overstreet
· 7 years ago
b2b04e7
dm: report which conflicting type caused error during table_load()
by Mike Snitzer
· 7 years ago
2a2a4c5
dm: use bioset_init_from_src() to copy bio_set
by Jens Axboe
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
610b15c
overflow.h: Add allocation size calculation helpers
by Kees Cook
· 7 years ago
25d80be
Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
d377535
dm: Use kzalloc for all structs with embedded biosets/mempools
by Kent Overstreet
· 7 years ago
f459c34
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
d00a11d
dm-crypt: fix warning in shutdown path
by Kent Overstreet
· 7 years ago
Next »