-
- Downloads
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
Pull block driver updates from Jens Axboe: "Like the core side, not a lot of changes here, just two main items: - Series of patches (via Coly) with fixes for bcache (Coly, Christoph) - MD pull request from Song" * tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block: (31 commits) bcache: reap from tail of c->btree_cache in bch_mca_scan() bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan() bcache: remove member accessed from struct btree bcache: print written and keys in trace_bcache_btree_write bcache: avoid unnecessary btree nodes flushing in btree_flush_write() bcache: add code comments for state->pool in __btree_sort() lib: crc64: include <linux/crc64.h> for 'crc64_be' bcache: use read_cache_page_gfp to read the superblock bcache: store a pointer to the on-disk sb in the cache and cached_dev structures bcache: return a pointer to the on-disk sb from read_super bcache: transfer the sb_page reference to register_{bdev,cache} bcache: fix use-after-free in register_bcache() bcache: properly initialize 'path' and 'err' in register_bcache() bcache: rework error unwinding in register_bcache bcache: use a separate data structure for the on-disk super block bcache: cached_dev_free needs to put the sb page md/raid1: introduce wait_for_serialization md/raid1: use bucket based mechanism for IO serialization md: introduce a new struct for IO serialization md: don't destroy serial_info_pool if serialize_policy is true ...
No related branches found
No related tags found
Showing
- drivers/md/bcache/bcache.h 2 additions, 0 deletionsdrivers/md/bcache/bcache.h
- drivers/md/bcache/bset.c 5 additions, 0 deletionsdrivers/md/bcache/bset.c
- drivers/md/bcache/btree.c 10 additions, 14 deletionsdrivers/md/bcache/btree.c
- drivers/md/bcache/btree.h 0 additions, 2 deletionsdrivers/md/bcache/btree.h
- drivers/md/bcache/journal.c 75 additions, 5 deletionsdrivers/md/bcache/journal.c
- drivers/md/bcache/super.c 71 additions, 65 deletionsdrivers/md/bcache/super.c
- drivers/md/md-bitmap.c 12 additions, 13 deletionsdrivers/md/md-bitmap.c
- drivers/md/md.c 199 additions, 55 deletionsdrivers/md/md.c
- drivers/md/md.h 27 additions, 18 deletionsdrivers/md/md.h
- drivers/md/raid1.c 61 additions, 50 deletionsdrivers/md/raid1.c
- drivers/md/raid5.c 7 additions, 14 deletionsdrivers/md/raid5.c
- include/linux/raid/pq.h 6 additions, 1 deletioninclude/linux/raid/pq.h
- include/trace/events/bcache.h 2 additions, 1 deletioninclude/trace/events/bcache.h
- include/uapi/linux/bcache.h 52 additions, 0 deletionsinclude/uapi/linux/bcache.h
- lib/crc64.c 1 addition, 0 deletionslib/crc64.c
- lib/raid6/algos.c 40 additions, 23 deletionslib/raid6/algos.c
- lib/raid6/mktables.c 1 addition, 1 deletionlib/raid6/mktables.c
Loading
Please register or sign in to comment