- a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- 4ee60ec include: remove pagemap.h from blkdev.h by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 7af81cd Merge tag 'for-5.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 8 months ago
- ca4a4e9 dm raid: remove unnecessary discard limits for raid0 and raid10 by Mike Snitzer · 3 years, 8 months ago
- 8e947c8 dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails by Benjamin Block · 3 years, 8 months ago
- 7a5b96b dm integrity: use discard support when recalculating by Mikulas Patocka · 3 years, 8 months ago
- b1a2b93 dm integrity: increase RECALC_SECTORS to improve recalculate speed by Mikulas Patocka · 3 years, 8 months ago
- a9c0fda dm integrity: don't re-write metadata if discarding same blocks by Mikulas Patocka · 3 years, 8 months ago
- fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
- 57fa236 Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 8 months ago
- 2417b98 md/raid1: properly indicate failure when ending a failed write request by Paul Clements · 3 years, 9 months ago
- f7c7a2f md-cluster: fix use-after-free issue when removing rdev by Heming Zhao · 3 years, 9 months ago
- f99a8e4 dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequences by Heinz Mauelshagen · 3 years, 8 months ago
- be962b2 dm raid: fix fall-through warning in rs_check_takeover() for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
- 87d5742 dm clone metadata: remove unused function by Jiapeng Chong · 3 years, 9 months ago
- 17e9e13 dm integrity: fix missing goto in bitmap_flush_interval error handling by Tian Tao · 3 years, 9 months ago
- 7a35693 dm: replace dm_vcalloc() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
- 5208692 dm space map common: fix division bug in sm_ll_find_free_block() by Joe Thornber · 3 years, 9 months ago
- a88b235 dm persistent data: packed struct should have an aligned() attribute too by Joe Thornber · 3 years, 9 months ago
- f73e2e7 dm btree spine: remove paranoid node_check call in node_prep_for_write() by Joe Thornber · 3 years, 9 months ago
- d6db294 dm space map disk: remove redundant calls to sm_disk_get_nr_free() by Joe Thornber · 3 years, 10 months ago
- 404a8ef md/bitmap: wait for external bitmap writes to complete during tear down by Sudhakar Panneerselvam · 3 years, 9 months ago
- 0d809b3 md: do not return existing mddevs from mddev_find_or_alloc by Christoph Hellwig · 3 years, 9 months ago
- d144fe6 md: refactor mddev_find_or_alloc by Christoph Hellwig · 3 years, 9 months ago
- 85c8c3c md: factor out a mddev_alloc_unit helper from mddev_find by Christoph Hellwig · 3 years, 9 months ago
- 8ca7cab dm verity fec: fix misaligned RS roots IO by Jaegeuk Kim · 3 years, 9 months ago
- 33ec5df bcache: fix a regression of code compiling failure in debug.c by Coly Li · 3 years, 9 months ago
- 62594f1 bcache: Use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 3 years, 9 months ago
- 9c9b81c md: bcache: Trivial typo fixes in the file journal.c by Bhaskar Chowdhury · 3 years, 9 months ago
- be3bace md: bcache: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 9 months ago
- f9a018e bcache: use NULL instead of using plain integer as pointer by Yang Li · 3 years, 9 months ago
- 11e9560 bcache: remove PTR_CACHE by Christoph Hellwig · 3 years, 9 months ago
- 13e1db6 bcache: reduce redundant code in bch_cached_dev_run() by Zhiqiang Liu · 3 years, 9 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
- 65aa97c md: split mddev_find by Christoph Hellwig · 3 years, 9 months ago
- 8b57251f md: factor out a mddev_find_locked helper from mddev_find by Christoph Hellwig · 3 years, 9 months ago
- 6a4db2a md: md_open returns -EBUSY when entering racing area by Zhao Heming · 3 years, 9 months ago
- db7b93e3 dm integrity: add the "reset_recalculate" feature flag by Mikulas Patocka · 3 years, 9 months ago
- ece2577 dm persistent data: remove unused return from exit_shadow_spine() by Jiapeng Chong · 3 years, 10 months ago
- 63508e3 dm cache: remove needless request_queue NULL pointer checks by Xu Wang · 3 years, 10 months ago
- 695902b dm thin: remove needless request_queue NULL pointer check by Xu Wang · 3 years, 10 months ago
- e30de3a dm: unexport dm_{get,put}_table_device by Christoph Hellwig · 3 years, 10 months ago
- 1c72e02 dm ebs: fix a few typos by Bhaskar Chowdhury · 3 years, 10 months ago
- c909085 dm ioctl: filter the returned values according to name or uuid prefix by Mikulas Patocka · 3 years, 10 months ago
- 8b63808 dm ioctl: return UUID in DM_LIST_DEVICES_CMD result by Mikulas Patocka · 3 years, 10 months ago
- b82096a dm ioctl: replace device hash with red-black tree by Mikulas Patocka · 3 years, 10 months ago
- 219a9b5 dm verity: allow only one error handling mode by JeongHyeon Lee · 3 years, 10 months ago
- 8615cb6 dm: remove useless loop in __split_and_process_bio by Mikulas Patocka · 3 years, 10 months ago
- c40819f dm writecache: fix flexible_array.cocci warnings by Julia Lawall · 3 years, 11 months ago
- 4edbe1d dm ioctl: fix out of bounds array access when no devices by Mikulas Patocka · 3 years, 9 months ago
- 7abfaba md: Fix missing unused status line of /proc/mdstat by Jan Glauber · 3 years, 10 months ago
- 254c271 md/raid10: improve discard request for far layout by Xiao Ni · 3 years, 11 months ago
- d30588b md/raid10: improve raid10 discard request by Xiao Ni · 3 years, 11 months ago
- f2e7e26 md/raid10: pull the code that wait for blocked dev into one function by Xiao Ni · 3 years, 11 months ago
- c296828 md/raid10: extend r10bio devs to raid disks by Xiao Ni · 3 years, 11 months ago
- cf78408 md: add md_submit_discard_bio() for submitting discard bio by Xiao Ni · 3 years, 11 months ago
- 5424a0b dm: don't report "detected capacity change" on device creation by Mikulas Patocka · 3 years, 9 months ago
- 2d669ce dm table: Fix zoned model check and zone sectors check by Shin'ichiro Kawasaki · 3 years, 10 months ago
- 160f99d dm verity: fix DM_VERITY_OPTS_MAX value by JeongHyeon Lee · 3 years, 10 months ago
- ce30708 Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- 63dcd69 Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 10 months ago
- df7b59b dm verity: fix FEC for RS roots unaligned to block size by Milan Broz · 3 years, 10 months ago
- a14e5ec dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size by Mikulas Patocka · 3 years, 10 months ago
- 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
- 325b764 Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 10 months ago
- 9820b4d Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- a666e5c dm: fix deadlock when swapping to encrypted device by Mikulas Patocka · 3 years, 11 months ago
- e3290b9 dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED by Mike Snitzer · 3 years, 11 months ago
- 3db564b dm: set DM_TARGET_PASSES_CRYPTO feature for some targets by Satya Tangirala · 4 years ago
- 9355a9e dm: support key eviction from keyslot managers of underlying devices by Satya Tangirala · 4 years ago
- aa6ce87 dm: add support for passing through inline crypto support by Satya Tangirala · 4 years ago
- cca2c6a dm era: only resize metadata in preresume by Nikos Tsironis · 3 years, 11 months ago
- 64f2d15 dm era: Use correct value size in equality function of writeset tree by Nikos Tsironis · 4 years ago
- 904e6b2 dm era: Fix bitset memory leaks by Nikos Tsironis · 4 years ago
- c8e846f dm era: Verify the data block size hasn't changed by Nikos Tsironis · 4 years ago
- 2524933 dm era: Reinitialize bitset cache before digesting a new writeset by Nikos Tsironis · 4 years ago
- 2099b145 dm era: Update in-core bitset after committing the metadata by Nikos Tsironis · 4 years ago
- de89afc dm era: Recover committed writeset after crash by Nikos Tsironis · 4 years ago
- 6751c1e bcache: Avoid comma separated statements by Joe Perches · 3 years, 11 months ago
- afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 3 years, 11 months ago
- d797bd9 bcache: Give btree_io_wq correct semantics again by Kai Krakow · 3 years, 11 months ago
- 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 3 years, 11 months ago
- d7fae7b bcache: Fix register_device_aync typo by Kai Krakow · 3 years, 11 months ago
- 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 3 years, 11 months ago
- d9928ac dm writecache: use bdev_nr_sectors() instead of open-coded equivalent by Mike Snitzer · 3 years, 11 months ago
- 4134455 dm writecache: fix writing beyond end of underlying device when shrinking by Mikulas Patocka · 3 years, 11 months ago
- cccb493 dm table: remove needless request_queue NULL pointer checks by Jeffle Xu · 3 years, 11 months ago
- 24f6b60 dm table: fix zoned iterate_devices based device capability checks by Jeffle Xu · 3 years, 11 months ago
- 5b0fab5 dm table: fix DAX iterate_devices based device capability checks by Jeffle Xu · 3 years, 11 months ago
- a4c8dd9 dm table: fix iterate_devices based device capability checks by Jeffle Xu · 4 years ago
- 054bee1 dm writecache: return the exact table values that were set by Mikulas Patocka · 3 years, 11 months ago
- 72b0436 md/raid10: remove dead code in reshape_request by Christoph Hellwig · 4 years ago
- c5eec74 md/raid5: cast chunk_sectors to sector_t value by Guoqing Jiang · 4 years ago
- 363880c dm crypt: support using trusted keys by Ahmad Fatoum · 4 years ago
- 831475c dm crypt: replaced #if defined with IS_ENABLED by Ahmad Fatoum · 4 years ago
- 21ec672 dm writecache: fix unnecessary NULL check warnings by Tian Tao · 4 years ago
- cb72848 dm writecache: fix performance degradation in ssd mode by Mikulas Patocka · 4 years ago