Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
89a9684ea158dd7eef1728be9f0aed9a7d41cf19
/
drivers
/
md
6251691
md: Make bio_alloc_mddev use bio_alloc_bioset
by Marcos Paulo de Souza
· 6 years ago
dc629c2
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linus
by Jens Axboe
· 6 years ago
f346b0b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
4ed7bdc
Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 6 years ago
0e9da3f
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
ca79b0c
mm: convert totalram_pages and totalhigh_pages variables to atomic
by Arun KS
· 6 years ago
b71acb0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
e820d55
md: fix raid10 hang issue caused by barrier
by Guoqing Jiang
· 6 years ago
caea3c4
raid10: refactor common wait code from regular read/write request
by Guoqing Jiang
· 6 years ago
37b22c2
md: remvoe redundant condition check
by Chengguang Xu
· 6 years ago
f91389c
md: remove set but not used variable 'bi_rdev'
by Yue Haibing
· 6 years ago
dbe3ece
dm: don't reuse bio for flushes
by Jens Axboe
· 6 years ago
c6d6e9b
dm: do not allow readahead to limit IO size
by Jaegeuk Kim
· 6 years ago
74694bc
dm raid: fix false -EBUSY when handling check/repair message
by Heinz Mauelshagen
· 6 years ago
34743bf
dm rq: cleanup leftover code from recently removed q->mq_ops branching
by Mike Snitzer
· 6 years ago
bbf6a56
dm verity: log the hash algorithm implementation
by Eric Biggers
· 6 years ago
af331eb
dm crypt: log the encryption algorithm implementation
by Eric Biggers
· 6 years ago
e8c2566
dm integrity: fix spelling mistake in workqueue name
by Colin Ian King
· 6 years ago
a00f5276
dm flakey: Properly corrupt multi-page bios.
by Sweet Tea
· 6 years ago
ef87bfc
dm: Check for device sector overflow if CONFIG_LBDAF is not set
by Milan Broz
· 6 years ago
8d683dc
dm crypt: use u64 instead of sector_t to store iv_offset
by AliOS system security
· 6 years ago
d7e6b8d
dm kcopyd: Fix bug causing workqueue stalls
by Nikos Tsironis
· 6 years ago
721b1d9
dm snapshot: Fix excessive memory usage and workqueue stalls
by Nikos Tsironis
· 6 years ago
ef99237
dm bufio: update comment in dm-bufio.c
by Shenghui Wang
· 6 years ago
e8ea141
dm writecache: fix typo in error msg for creating writecache_flush_thread
by Shenghui Wang
· 6 years ago
53b4716
dm: remove indirect calls from __send_changing_extent_only()
by Mike Snitzer
· 6 years ago
935fcc5
dm mpath: only flush workqueue when needed
by wuzhouhui
· 7 years ago
2adc5c5
dm rq: remove unused arguments from rq_completed()
by Mike Snitzer
· 6 years ago
24113d4
dm: avoid indirect call in __dm_make_request
by Mikulas Patocka
· 6 years ago
3c94d83
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
by Jens Axboe
· 6 years ago
e78bd0d
bcache: print number of keys in trace_bcache_journal_write
by Guoju Fang
· 6 years ago
cc38ca7
bcache: set writeback_percent in a flexible range
by Coly Li
· 6 years ago
9aaf516
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
by Coly Li
· 6 years ago
009673d
bcache: add MODULE_DESCRIPTION information
by Coly Li
· 6 years ago
7a671d8
bcache: option to automatically run gc thread after writeback
by Coly Li
· 6 years ago
cb07ad6
bcache: introduce force_wake_up_gc()
by Coly Li
· 6 years ago
f383ae3
bcache: cannot set writeback_running via sysfs if no writeback kthread created
by Shenghui Wang
· 6 years ago
79b7914
bcache: do not mark writeback_running too early
by Shenghui Wang
· 6 years ago
4e361e0
bcache: update comment in sysfs.c
by Shenghui Wang
· 6 years ago
3db4d07
bcache: update comment for bch_data_insert
by Shenghui Wang
· 6 years ago
ae17102
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
by Shenghui Wang
· 6 years ago
d2f96f4
bcache: add comment for cache_set->fill_iter
by Shenghui Wang
· 6 years ago
2af6c07
dm thin: bump target version
by Mike Snitzer
· 6 years ago
f6c3675
dm thin: send event about thin-pool state change _after_ making it
by Mike Snitzer
· 6 years ago
c4576ae
dm: fix request-based dm's use of dm_wait_for_completion
by Mike Snitzer
· 6 years ago
b7934ba
dm: fix inflight IO check
by Jens Axboe
· 6 years ago
6f75723
dm: remove the pending IO accounting
by Mikulas Patocka
· 6 years ago
112f158
block: stop passing 'cpu' to all percpu stats methods
by Mike Snitzer
· 6 years ago
dbd3bbd
dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
by Mike Snitzer
· 6 years ago
80a787b
dm: dont rewrite dm_disk(md)->part0.in_flight
by Mikulas Patocka
· 6 years ago
db6638d
blkcg: remove bio->bi_css and instead use bio->bi_blkg
by Dennis Zhou
· 6 years ago
892ad71
dm: set the static flush bio device on demand
by Dennis Zhou
· 6 years ago
d57f9da
dm zoned: Fix target BIO completion handling
by Damien Le Moal
· 6 years ago
89f5fa4
dm: call blk_queue_split() to impose device limits on bios
by Mike Snitzer
· 6 years ago
687cf44
dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()
by Mike Snitzer
· 6 years ago
3d234b3
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
by Eric Biggers
· 6 years ago
1ad0f16
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
by Eric Biggers
· 6 years ago
344e9ff
block: add queue_is_mq() helper
by Jens Axboe
· 6 years ago
6d46964
block: remove the lock argument to blk_alloc_queue_node
by Christoph Hellwig
· 6 years ago
5f21585
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b5f2954
blkcg: revert blkcg cleanups series
by Dennis Zhou
· 6 years ago
7abe849
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 6 years ago
71f4d95
Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 6 years ago
6080ad3
Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
62606c2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
bf50545
block: Introduce blk_revalidate_disk_zones()
by Damien Le Moal
· 6 years ago
e76239a
block: add a report_zones method
by Christoph Hellwig
· 6 years ago
a91e138
block: Introduce blkdev_nr_zones() helper
by Damien Le Moal
· 6 years ago
6ab9e09
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
af9b926
MD: Memory leak when flush bio size is zero
by Xiao Ni
· 6 years ago
6aaa58c
md: fix memleak for mempool
by Jack Wang
· 6 years ago
da4ad3a
dm writecache: remove disabled code in memory_entry()
by Mike Snitzer
· 6 years ago
3d4e738
dm zoned: fix various dmz_get_mblock() issues
by Damien Le Moal
· 6 years ago
33c2865
dm zoned: fix metadata block ref counting
by Damien Le Moal
· 6 years ago
d857ad7
dm raid: avoid bitmap with raid4/5/6 journal device
by Heinz Mauelshagen
· 6 years ago
ea89238
md-cluster: remove suspend_info
by Guoqing Jiang
· 6 years ago
cb9ee15
md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted
by Guoqing Jiang
· 6 years ago
cbce686
md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage
by Guoqing Jiang
· 6 years ago
ca1e98e
md-cluster/raid10: don't call remove_and_add_spares during reshaping stage
by Guoqing Jiang
· 6 years ago
aefb2e5
md-cluster/raid10: call update_size in md_reap_sync_thread
by Guoqing Jiang
· 6 years ago
5ebaf80
md-cluster: introduce resync_info_get interface for sanity check
by Guoqing Jiang
· 6 years ago
7564bed
md-cluster/raid10: support add disk under grow mode
by Guoqing Jiang
· 6 years ago
afd7562
md-cluster/raid10: resize all the bitmaps before start reshape
by Guoqing Jiang
· 6 years ago
ed0302e
dm crypt: make workqueue names device-specific
by Michał Mirosław
· 6 years ago
f349b0a
dm: add dm_table_device_name()
by Michał Mirosław
· 6 years ago
800a734
dm ioctl: harden copy_params()'s copy_from_user() from malicious users
by Wenwen Wang
· 6 years ago
bab5d98
dm: remove unnecessary unlikely() around WARN_ON_ONCE()
by Igor Stoppa
· 6 years ago
092b5648
dm zoned: target: use refcount_t for dm zoned reference counters
by John Pittman
· 6 years ago
22d4c29
dm thin: use refcount_t for thin_c reference counting
by John Pittman
· 6 years ago
9e753ba
MD: fix invalid stored role for a disk - try2
by Shaohua Li
· 6 years ago
cef6f55
dm table: require that request-based DM be layered on blk-mq devices
by Mike Snitzer
· 6 years ago
834d3cd
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Greg Kroah-Hartman
· 6 years ago
953923c
dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASED
by Mike Snitzer
· 6 years ago
6a23e05
dm: remove legacy request-based IO path
by Jens Axboe
· 6 years ago
118aa47
dm linear: fix linear_end_io conditional definition
by Damien Le Moal
· 6 years ago
f8f83d8
md/bitmap: use mddev_suspend/resume instead of ->quiesce()
by Jack Wang
· 6 years ago
116d99a
md: remove redundant code that is no longer reachable
by Colin Ian King
· 6 years ago
beb9caa
dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled
by Mike Snitzer
· 6 years ago
9864cd5dc5
dm: fix report zone remapping to account for partition offset
by Damien Le Moal
· 6 years ago
c7cd555
dm cache: destroy migration_cache if cache target registration failed
by Shenghui Wang
· 6 years ago
Next »