Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ac1cc6b4856ffa7ecb818b3ceb82bfc43597d613
/
drivers
/
md
236f453
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
ed535f2
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
30460e1
fs: Enable bmap() function to properly return errors
by Carlos Maiolino
· 5 years ago
49d08d5
bcache: check return value of prio_read()
by Coly Li
· 5 years ago
d1c3cc3
bcache: fix incorrect data type usage in btree_flush_write()
by Coly Li
· 5 years ago
038ba8c
bcache: add readahead cache policy options via sysfs interface
by Coly Li
· 5 years ago
7c02b00
bcache: explicity type cast in bset_bkey_last()
by Coly Li
· 5 years ago
5bebf748
bcache: fix memory corruption in bch_cache_accounting_clear()
by Coly Li
· 5 years ago
e9f8ca0
Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 5 years ago
22a8f39
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
47ace7e
dm: fix potential for q->make_request_fn NULL pointer
by Mike Snitzer
· 5 years ago
e3de044
bcache: reap from tail of c->btree_cache in bch_mca_scan()
by Coly Li
· 5 years ago
d5c9c47
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
by Coly Li
· 5 years ago
125d98e
bcache: remove member accessed from struct btree
by Coly Li
· 5 years ago
2aa8c52
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
by Coly Li
· 5 years ago
7a0bc2a
bcache: add code comments for state->pool in __btree_sort()
by Coly Li
· 5 years ago
6321bef
bcache: use read_cache_page_gfp to read the superblock
by Christoph Hellwig
· 5 years ago
475389a
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
by Christoph Hellwig
· 5 years ago
cfa0c56
bcache: return a pointer to the on-disk sb from read_super
by Christoph Hellwig
· 5 years ago
fc8f19c
bcache: transfer the sb_page reference to register_{bdev,cache}
by Christoph Hellwig
· 5 years ago
ae3cd29
bcache: fix use-after-free in register_bcache()
by Coly Li
· 5 years ago
29cda39
bcache: properly initialize 'path' and 'err' in register_bcache()
by Coly Li
· 5 years ago
5024669
bcache: rework error unwinding in register_bcache
by Christoph Hellwig
· 5 years ago
a702a69
bcache: use a separate data structure for the on-disk super block
by Christoph Hellwig
· 5 years ago
e8547d4
bcache: cached_dev_free needs to put the sb page
by Liang Chen
· 5 years ago
dcd1950
dm writecache: improve performance of large linear writes on SSDs
by Mikulas Patocka
· 5 years ago
ad6bf88
block: fix an integer overflow in logical block size
by Mikulas Patocka
· 5 years ago
be240ff
dm mpath: Add timeout mechanism for queue_if_no_path
by Anatol Pomazau
· 5 years ago
f06c03d
dm thin: change data device's flush_bio to be member of struct pool
by Mikulas Patocka
· 5 years ago
873937e
dm thin: don't allow changing data device during thin-pool reload
by Mikulas Patocka
· 5 years ago
a4a8d28
dm thin: fix use-after-free in metadata_pre_commit_callback
by Mike Snitzer
· 5 years ago
44d8ebf
dm thin metadata: use pool locking at end of dm_pool_metadata_close
by Mike Snitzer
· 5 years ago
aa95092
dm writecache: fix incorrect flush sequence when doing SSD mode commit
by Mikulas Patocka
· 5 years ago
4ea9471
dm crypt: fix benbi IV constructor crash if used in authenticated mode
by Milan Broz
· 5 years ago
bbb1658
dm crypt: Implement Elephant diffuser for Bitlocker compatibility
by Milan Broz
· 5 years ago
4feaef8
dm space map common: fix to ensure new block isn't already in use
by Joe Thornber
· 5 years ago
d0d2d8b
md/raid1: introduce wait_for_serialization
by Guoqing Jiang
· 5 years ago
025471f
md/raid1: use bucket based mechanism for IO serialization
by Guoqing Jiang
· 5 years ago
69b00b5
md: introduce a new struct for IO serialization
by Guoqing Jiang
· 5 years ago
4d26d32
md: don't destroy serial_info_pool if serialize_policy is true
by Guoqing Jiang
· 5 years ago
69df9cf
raid1: serialize the overlap write
by Guoqing Jiang
· 5 years ago
de31ee9
md: reorgnize mddev_create/destroy_serial_pool
by Guoqing Jiang
· 5 years ago
3938f5f
md: add serialize_policy sysfs node for raid1
by Guoqing Jiang
· 5 years ago
11d3a9f
md: prepare for enable raid1 io serialization
by Guoqing Jiang
· 5 years ago
3e173ab
md: fix a typo s/creat/create
by Guoqing Jiang
· 5 years ago
404659c
md: rename wb stuffs
by Guoqing Jiang
· 5 years ago
d2c9ad4
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
by Guoqing Jiang
· 5 years ago
5518049
md-bitmap: small cleanups
by Zhiqiang Liu
· 5 years ago
0a531c5
dm verity: don't prefetch hash blocks for already-verified data
by xianrong.zhou
· 5 years ago
9402e95
dm crypt: fix GFP flags passed to skcipher_request_alloc()
by Mikulas Patocka
· 5 years ago
4306904
dm thin metadata: Fix trivial math error in on-disk format documentation
by Jeffle Xu
· 5 years ago
63ee92d
dm thin metadata: use true/false for bool variable
by zhengbin
· 5 years ago
1d1dda8
dm snapshot: use true/false for bool variable
by zhengbin
· 5 years ago
67b92d9
dm bio prison v2: use true/false for bool variable
by zhengbin
· 5 years ago
4ecc508
dm mpath: use true/false for bool variable
by zhengbin
· 5 years ago
b399629
dm zoned: support zone sizes smaller than 128MiB
by Dmitry Fomichev
· 5 years ago
43f3952
dm raid: table line rebuild status fixes
by Heinz Mauelshagen
· 5 years ago
88e7caf
dm dust: change ret to r in dust_map_write
by Bryan Gurney
· 5 years ago
f1fcd77
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
15da849
Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 5 years ago
3b7436c
md: make sure desc_nr less than MD_SB_DISKS
by Yufen Yu
· 5 years ago
028288d
md: raid1: check rdev before reference in raid1_sync_request func
by Zhiqiang Liu
· 5 years ago
a7ede3d
raid5: need to set STRIPE_HANDLE for batch head
by Guoqing Jiang
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
694cfe7
dm thin: Flush data device before committing metadata
by Nikos Tsironis
· 5 years ago
ecda7c0
dm thin metadata: Add support for a pre-commit callback
by Nikos Tsironis
· 5 years ago
8b3fd1f
dm clone: Flush destination device before committing metadata
by Nikos Tsironis
· 5 years ago
8fdbfe8
dm clone metadata: Use a two phase commit
by Nikos Tsironis
· 5 years ago
e6a505f
dm clone metadata: Track exact changes per transaction
by Nikos Tsironis
· 5 years ago
474e559
dm btree: increase rebalance threshold in __rebalance2()
by Hou Tao
· 5 years ago
ae58954
block: don't handle bio based drivers in blk_revalidate_disk_zones
by Christoph Hellwig
· 5 years ago
9b38bb4
block: simplify blkdev_nr_zones
by Christoph Hellwig
· 5 years ago
dbaf971
dm mpath: remove harmful bio-based optimization
by Mike Snitzer
· 5 years ago
eeee282
Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 5 years ago
464a47f
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
2d53943
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
f612b21
Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
by Mike Snitzer
· 5 years ago
4436332
dm: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
00b8989
Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"
by Jens Axboe
· 5 years ago
d256d79
dm thin: wakeup worker only when deferred bios exist
by Jeffle Xu
· 5 years ago
d537858
dm integrity: fix excessive alignment of metadata runs
by Mikulas Patocka
· 5 years ago
0815ef3
drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
by Eugene Syromiatnikov
· 5 years ago
f193489
drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
by Eugene Syromiatnikov
· 5 years ago
15fbb23
bcache: don't export symbols
by Christoph Hellwig
· 5 years ago
651bbba
bcache: remove the extra cflags for request.o
by Christoph Hellwig
· 5 years ago
9fcc34b
bcache: at least try to shrink 1 node in bch_mca_scan()
by Coly Li
· 5 years ago
c5fcded
bcache: add idle_max_writeback_rate sysfs interface
by Coly Li
· 5 years ago
5dccefd
bcache: add code comments in bch_btree_leaf_dirty()
by Coly Li
· 5 years ago
84c529a
bcache: fix deadlock in bcache_allocator
by Andrea Righi
· 5 years ago
06c1526
bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front()
by Coly Li
· 5 years ago
41fa4de
bcache: deleted code comments for dead code in bch_data_insert_keys()
by Coly Li
· 5 years ago
aaf8dbe
bcache: add more accurate error messages in read_super()
by Coly Li
· 5 years ago
2d88695
bcache: fix static checker warning in bcache_device_free()
by Coly Li
· 5 years ago
34cf78b
bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
by Guoju Fang
· 5 years ago
c0e0954
bcache: fix fifo index swapping condition in journal_pin_cmp()
by Coly Li
· 5 years ago
d410035
block: rework zone reporting
by Christoph Hellwig
· 5 years ago
5eac3eb
block: Remove partition support for zoned block devices
by Damien Le Moal
· 5 years ago
ceeb373
block: Simplify report zones execution
by Damien Le Moal
· 5 years ago
d29510d
Merge branch 'for-5.5/drivers' into for-5.5/zoned
by Jens Axboe
· 5 years ago
Next »