dm: return void from __send_empty_flush
[linux-2.6-microblaze.git] / drivers /
2022-03-10 Mike Snitzerdm: return void from __send_empty_flush
2022-03-10 Mike Snitzerdm: factor out dm_io_complete
2022-03-10 Mike Snitzerdm cache: use dm_submit_bio_remap
2022-03-10 Mike Snitzerdm: simplify dm_sumbit_bio_remap interface
2022-03-10 Mike Snitzerdm thin: use dm_submit_bio_remap
2022-03-10 Mike Snitzerdm: add WARN_ON_ONCE to dm_submit_bio_remap
2022-03-09 Ming Leidm: support bio polling
2022-03-02 Mike Snitzerdm mpath: use DMINFO instead of printk with KERN_INFO
2022-03-02 Christoph Hellwigdm: stop using bdevname
2022-03-02 Christoph Hellwigdm-zoned: remove the ->name field in struct dmz_dev
2022-02-22 Mike Snitzerdm: remove unnecessary local variables in __bind
2022-02-22 Mike Snitzerdm: requeue IO if mapping table not yet available
2022-02-22 Barry Songdm io: remove stale comment block for dm_io()
2022-02-22 Zhiqiang Liudm thin metadata: remove unused dm_thin_remove_block...
2022-02-22 Wang Qingdm thin: use time_is_before_jiffies instead of open...
2022-02-22 Aashish Sharmadm crypt: fix get_key_size compiler warning if !CONFIG_KEYS
2022-02-22 Kirill Tkhaidm: fix use-after-free in dm_cleanup_zoned_dev()
2022-02-22 Jordy Zomerdm ioctl: prevent potential spectre v1 gadget
2022-02-22 Thore Sommerdm ima: fix wrong length calculation for no_data string
2022-02-22 Colin Ian Kingdm cache policy smq: make static read-only array table...
2022-02-21 Mike Snitzerdm delay: use dm_submit_bio_remap
2022-02-21 Mike Snitzerdm crypt: use dm_submit_bio_remap
2022-02-21 Mike Snitzerdm: add dm_submit_bio_remap interface
2022-02-21 Mike Snitzerdm: flag clones created by __send_duplicate_bios
2022-02-21 Mike Snitzerdm: reduce dm_io and dm_target_io struct sizes
2022-02-21 Mike Snitzerdm: move duplicate code from callers of alloc_tio into...
2022-02-21 Mike Snitzerdm: record old_sector in dm_target_io before calling...
2022-02-21 Mike Snitzerdm: remove legacy code only needed before submit_bio...
2022-02-21 Mike Snitzerdm: remove unused mapped_device argument from free_tio
2022-02-21 Mike Snitzerdm: remove impossible BUG_ON in __send_empty_flush
2022-02-21 Mike Snitzerdm: reduce code duplication in __map_bio
2022-02-21 Mike Snitzerdm: refactor dm_split_and_process_bio a bit
2022-02-21 Mike Snitzerdm: fold __clone_and_map_data_bio into __split_and_proc...
2022-02-21 Mike Snitzerdm: rename split functions
2022-02-21 Mike Snitzerdm: reorder members in mapped_device struct
2022-02-21 Mike Snitzerdm: eliminate copying of dm_io fields in dm_io_dec_pending
2022-02-21 Mike Snitzerdm stats: fix too short end duration_ns when using...
2022-02-21 Mike Snitzerdm: fix double accounting of flush with data
2022-02-21 Mike Snitzerdm: interlock pending dm_io and dm_wait_for_bios_completion
2022-02-17 Christoph Hellwigvirtio_blk: simplify refcounting
2022-02-17 Christoph Hellwigmemstick/mspro_block: simplify refcounting
2022-02-17 Christoph Hellwigmemstick/mspro_block: fix handling of read-only devices
2022-02-17 Christoph Hellwigmemstick/ms_block: simplify refcounting
2022-02-17 Christoph Hellwigdm: remove dm_dispatch_clone_request
2022-02-17 Christoph Hellwigdm: remove useless code from dm_dispatch_clone_request
2022-02-17 Christoph Hellwigblk-mq: remove the request_queue argument to blk_insert...
2022-02-17 Christoph Hellwigblk-mq: make the blk-mq stacking code optional
2022-02-04 Christoph Hellwigblock: pass a block_device to bio_clone_fast
2022-02-04 Christoph Hellwigblock: initialize the target bio in __bio_clone_fast
2022-02-04 Christoph Hellwigdm: use bio_clone_fast in alloc_io/alloc_tio
2022-02-04 Christoph Hellwigblock: clone crypto and integrity data in __bio_clone_fast
2022-02-04 Christoph Hellwigdm-cache: remove __remap_to_origin_clear_discard
2022-02-04 Christoph Hellwigdm: simplify the single bio fast path in __send_duplica...
2022-02-04 Christoph Hellwigdm: retun the clone bio from alloc_tio
2022-02-04 Christoph Hellwigdm: pass the bio instead of tio to __map_bio
2022-02-04 Christoph Hellwigdm: move cloning the bio into alloc_tio
2022-02-04 Christoph Hellwigdm: fold __send_duplicate_bios into __clone_and_map_sim...
2022-02-04 Christoph Hellwigdm: fold clone_bio into __clone_and_map_data_bio
2022-02-04 Christoph Hellwigdm: add a clone_to_tio helper
2022-02-04 Christoph Hellwigdrbd: set ->bi_bdev in drbd_req_new
2022-02-04 Song Liuscsi: use BLK_STS_OFFLINE for not fully online devices
2022-02-02 Christoph Hellwigblock: pass a block_device and opf to bio_reset
2022-02-02 Christoph Hellwigblock: pass a block_device and opf to bio_init
2022-02-02 Christoph Hellwigblock: pass a block_device and opf to bio_alloc
2022-02-02 Christoph Hellwigblock: pass a block_device and opf to bio_alloc_bioset
2022-02-02 Chaitanya Kulkarniblock: pass a block_device and opf to blk_next_bio
2022-02-02 Christoph Hellwigxen-blkback: bio_alloc can't fail if it is allow to...
2022-02-02 Christoph Hellwigrnbd-srv: remove struct rnbd_dev_blk_io
2022-02-02 Christoph Hellwigrnbd-srv: simplify bio mapping in process_rdma
2022-02-02 Christoph Hellwigdrbd: bio_alloc can't fail if it is allow to sleep
2022-02-02 Christoph Hellwigdm-thin: use blkdev_issue_flush instead of open coding it
2022-02-02 Christoph Hellwigdm-snap: use blkdev_issue_flush instead of open coding it
2022-02-02 Christoph Hellwigdm-crypt: remove clone_init
2022-02-02 Christoph Hellwigdm: bio_alloc can't fail if it is allowed to sleep
2022-02-02 Christoph Hellwigblock: remove genhd.h
2022-01-30 Linus TorvaldsMerge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git...
2022-01-30 Linus TorvaldsMerge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git...
2022-01-30 Linus TorvaldsMerge tag 'sched_urgent_for_v5.17_rc2_p2' of git:/...
2022-01-30 Linus TorvaldsMerge tag 'x86_urgent_for_v5.17_rc2' of git://git....
2022-01-29 Thomas GleixnerMerge tag 'irqchip-fixes-5.17-1' of git://git./linux...
2022-01-29 Linus TorvaldsMerge tag 'pci-v5.17-fixes-2' of git://git./linux/kerne...
2022-01-29 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.17-rc2' of git://git....
2022-01-29 Linus TorvaldsMerge tag 'char-misc-5.17-rc2' of git://git./linux...
2022-01-29 Linus TorvaldsMerge tag 'tty-5.17-rc2' of git://git./linux/kernel...
2022-01-29 Linus TorvaldsMerge tag 'usb-5.17-rc2' of git://git./linux/kernel...
2022-01-29 Linus TorvaldsMerge tag 'block-5.17-2022-01-28' of git://git.kernel...
2022-01-29 Linus TorvaldsMerge tag 'io_uring-5.17-2022-01-28' of git://git.kerne...
2022-01-29 Linus TorvaldsMerge tag 'powerpc-5.17-3' of git://git./linux/kernel...
2022-01-29 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-01-29 Linus TorvaldsMerge tag 'fixes-v5.17-lsm-ceph-null' of git://git...
2022-01-29 Linus TorvaldsMerge tag 'docs-5.17-3' of git://git.lwn.net/linux
2022-01-28 Mike Snitzerdm: properly fix redundant bio-based IO accounting
2022-01-28 Mike Snitzerdm: revert partial fix for redundant bio-based IO accou...
2022-01-28 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-01-28 Linus TorvaldsMerge tag 'efi-urgent-for-v5.17-1' of git://git./linux...
2022-01-28 Linus TorvaldsMerge tag 'pm-5.17-rc2' of git://git./linux/kernel...
2022-01-28 Linus TorvaldsMerge tag 'trace-v5.17-rc1' of git://git./linux/kernel...
2022-01-28 Linus TorvaldsMerge branch 'ucount-rlimit-fixes-for-v5.17-rc2' of...
2022-01-28 Linus TorvaldsMerge tag 'rcu-urgent.2022.01.26a' of git://git./linux...
2022-01-28 Linus TorvaldsMerge tag 'hyperv-fixes-signed-20220128' of git://git...
next