summary refs log tree commit diff
path: root/drivers
AgeCommit message (Expand)Author
2022-05-05dm: put all polled dm_io instances into a single listMing Lei
2022-05-05dm: improve dm_io reference countingMing Lei
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei
2022-05-05dm: improve bio splitting and associated IO accountingMing Lei
2022-05-05dm: switch to bdev based IO accounting interfacesMing Lei
2022-05-05dm: pass dm_io instance to dm_io_acct directlyMing Lei
2022-05-05dm: don't pass bio to __dm_start_io_acct and dm_end_io_acctMing Lei
2022-05-05dm: use bio_sectors in dm_aceept_partial_bioMike Snitzer
2022-05-05dm: simplify basic targetsMike Snitzer
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer
2022-05-05dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bioMike Snitzer
2022-05-05dm: move hot dm_io members to same cacheline as dm_target_ioMike Snitzer
2022-05-05dm: add local variables to clone_endio and __map_bioMike Snitzer
2022-05-05dm: mark various branches unlikelyMike Snitzer
2022-05-05dm: simplify dm_start_io_acctMike Snitzer
2022-05-05dm: simplify dm_io access in dm_split_and_process_bioMike Snitzer
2022-05-05dm: factor out dm_io_set_error and __dm_io_dec_pendingMike Snitzer
2022-05-05dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig
2022-05-02nvme-fc: fold t fc_update_appid into fc_appid_storeChristoph Hellwig
2022-05-02nvme-fc: don't support the appid attribute without CONFIG_BLK_CGROUP_FC_APPIDChristoph Hellwig
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-17block: add a bdev_fua helperChristoph Hellwig
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig
2022-04-17drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig
2022-04-17drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig
2022-04-17drbd: remove assign_p_sizes_qlimChristoph Hellwig
2022-04-17target: fix discard alignment on partitionsChristoph Hellwig
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-04-17target: remove an incorrect unmap zeroes data deductionChristoph Hellwig
2022-04-17pktcdvd: stop using bio_resetChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-17target/pscsi: remove pscsi_get_bioChristoph Hellwig
2022-04-17Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-17Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds
2022-04-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-04-16Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-16Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-16Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2022-04-16Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski