- 86240d5 dm: use bio_{start,end}_io_acct by Christoph Hellwig · 4 years, 7 months ago
- 85750aeb bcache: use bio_{start,end}_io_acct by Christoph Hellwig · 4 years, 7 months ago
- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
- ac7c567 blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference by Christoph Hellwig · 4 years, 8 months ago
- a892c8d block: Inline encryption support for blk-mq by Satya Tangirala · 4 years, 8 months ago
- 8cf7961 block: bypass ->make_request_fn for blk-mq drivers by Christoph Hellwig · 4 years, 8 months ago
- ae3cc8d dm: remove the make_request_fn check in device_area_is_invalid by Christoph Hellwig · 4 years, 8 months ago
- a91b201 bcache: remove a duplicate ->make_request_fn assignment by Christoph Hellwig · 4 years, 8 months ago
- 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 9 months ago
- de3c913 Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 9 months ago
- 8267d8f dm integrity: fix logic bug in integrity tag testing by Mikulas Patocka · 4 years, 9 months ago
- 120c925 Revert "dm: always call blk_queue_split() in dm_process_bio()" by Mike Snitzer · 4 years, 9 months ago
- e7fc1e5 dm integrity: fix ppc64le warning by Mike Snitzer · 4 years, 9 months ago
- 4e4ced9 dax: Move mandatory ->zero_page_range() check in alloc_dax() by Vivek Goyal · 4 years, 9 months ago
- cdf6cdc dm,dax: Add dax zero_page_range operation by Vivek Goyal · 4 years, 10 months ago
- ffc1c20 Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 9 months ago
- 1592614 Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 81d5553 dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions() by Nikos Tsironis · 4 years, 9 months ago
- 9fc06ff dm clone: Add missing casts to prevent overflows and data corruption by Nikos Tsironis · 4 years, 9 months ago
- cd481c1 dm clone: Add overflow check for number of regions by Nikos Tsironis · 4 years, 9 months ago
- 4b51429 dm clone: Fix handling of partial region discards by Nikos Tsironis · 4 years, 9 months ago
- 1edaa44 dm writecache: add cond_resched to avoid CPU hangs by Mikulas Patocka · 4 years, 9 months ago
- 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 9 months ago
- ff27668 bcache: pass the make_request methods to blk_queue_make_request by Christoph Hellwig · 4 years, 9 months ago
- c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 9 months ago
- 5ae3a2c bcache: remove dupplicated declaration from btree.h by Coly Li · 4 years, 9 months ago
- 31843ed dm integrity: improve discard in journal mode by Mikulas Patocka · 4 years, 9 months ago
- 84597a4 dm integrity: add optional discard support by Mikulas Patocka · 4 years, 9 months ago
- 1ac2c15 dm integrity: allow resize of the integrity device by Mikulas Patocka · 4 years, 9 months ago
- 87fb177 dm integrity: factor out get_provided_data_sectors() by Mikulas Patocka · 4 years, 9 months ago
- f6f72f3 dm integrity: don't replay journal data past the end of the device by Mikulas Patocka · 4 years, 9 months ago
- 7649194 dm integrity: remove sector type casts by Mikulas Patocka · 4 years, 9 months ago
- b93b664 dm integrity: fix a crash with unusually large tag size by Mikulas Patocka · 4 years, 9 months ago
- b8fdd09 dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone() by Bob Liu · 4 years, 9 months ago
- 75fa601 dm verity fec: fix memory leak in verity_fec_dtr by Shetty, Harshini X (EXT-Sony Mobile) · 4 years, 10 months ago
- dc8a01a dm writecache: optimize superblock write by Mikulas Patocka · 4 years, 10 months ago
- 3923d485 dm writecache: implement gradual cleanup by Mikulas Patocka · 4 years, 10 months ago
- 93de44e dm writecache: implement the "cleaner" policy by Mikulas Patocka · 4 years, 10 months ago
- d53f1fa dm writecache: do direct write if the cache is full by Mikulas Patocka · 4 years, 10 months ago
- eaab4bd dm integrity: print device name in integrity_metadata() error message by Erich Eckner · 4 years, 11 months ago
- 3fd5353 dm crypt: use crypt_integrity_aead() helper by Yang Yingliang · 4 years, 11 months ago
- 74cc979c block: cleanup how md_autodetect_dev is called by Christoph Hellwig · 4 years, 9 months ago
- ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 9 months ago
- eb9b666 bcache: optimize barrier usage for atomic operations by Coly Li · 4 years, 9 months ago
- b004aa8 bcache: optimize barrier usage for Rmw atomic bitops by Davidlohr Bueso · 4 years, 9 months ago
- 9876e386 bcache: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 9 months ago
- b144e45 bcache: make bch_sectors_dirty_init() to be multithreaded by Coly Li · 4 years, 9 months ago
- 8e71022 bcache: make bch_btree_check() to be multithreaded by Coly Li · 4 years, 9 months ago
- feac1a7 bcache: add bcache_ prefix to btree_root() and btree() macros by Coly Li · 4 years, 9 months ago
- 253a99d9 bcache: move macro btree() and btree_root() into btree.h by Coly Li · 4 years, 9 months ago
- 6b40bec md: check arrays is suspended in mddev_detach before call quiesce operations by Guoqing Jiang · 4 years, 11 months ago
- 5dfcc13 Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
- 776e49e Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 10 months ago
- 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 10 months ago
- 974f51e dm: fix congested_fn for request-based device by Hou Tao · 4 years, 10 months ago
- 248aa26 dm integrity: use dm_bio_record and dm_bio_restore by Mike Snitzer · 4 years, 10 months ago
- 1b17159 dm bio record: save/restore bi_end_io and bi_integrity by Mike Snitzer · 4 years, 10 months ago
- 764b53b Revert "bcache: ignore pending signals when creating gc and allocator thread" by Jens Axboe · 4 years, 10 months ago
- ee63634b dm zoned: Fix reference counter initial value of chunk works by Shin'ichiro Kawasaki · 4 years, 10 months ago
- 41c526c dm writecache: verify watermark during resume by Mikulas Patocka · 4 years, 10 months ago
- adc0daa dm: report suspended device during destroy by Mikulas Patocka · 4 years, 10 months ago
- 3918e06 dm thin metadata: fix lockdep complaint by Theodore Ts'o · 4 years, 10 months ago
- 7cdf6a0 dm cache: fix a crash due to incorrect work item cancelling by Mikulas Patocka · 4 years, 11 months ago
- 7fc2e47 dm integrity: fix invalid table returned due to argument count mismatch by Mikulas Patocka · 4 years, 11 months ago
- 53770f0 dm integrity: fix a deadlock due to offloading to an incorrect workqueue by Mikulas Patocka · 4 years, 11 months ago
- d5bdf66 dm integrity: fix recalculation when moving from journal mode to bitmap mode by Mikulas Patocka · 5 years ago
- e29c6a1 Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 11 months ago
- 4ec31cb bcache: remove macro nr_to_fifo_front() by Coly Li · 4 years, 11 months ago
- 309cc71 bcache: Revert "bcache: shrink btree node cache after bch_btree_check()" by Coly Li · 4 years, 11 months ago
- 0b96da6 bcache: ignore pending signals when creating gc and allocator thread by Coly Li · 4 years, 11 months ago
- 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