summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig
2020-04-21blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig
2020-04-20block: mark invalidate_partition staticChristoph Hellwig
2020-04-20block: simplify block device syncing in bdev_del_partitionChristoph Hellwig
2020-04-20block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig
2020-04-20dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig
2020-04-20block: remove the disk argument from blk_drop_partitionsChristoph Hellwig
2020-04-20block: remove hd_struct_killChristoph Hellwig
2020-04-20block: cleanup hd_struct freeingChristoph Hellwig
2020-04-20block: pass a hd_struct to delete_partitionChristoph Hellwig
2020-04-20block: refactor blkpg_ioctlChristoph Hellwig
2020-04-20blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson
2020-04-20blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson
2020-04-20blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson
2020-04-17blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala
2020-04-16blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-10block: fix busy device checking in blk_drop_partitions againChristoph Hellwig
2020-04-07block: fix busy device checking in blk_drop_partitionsChristoph Hellwig
2020-04-06blk-mq: don't commit_rqs() if none were queuedKeith Busch
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-29block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27block: add a blk_mq_init_queue_data helperChristoph Hellwig
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig
2020-03-25block: unexport get_gendiskChristoph Hellwig
2020-03-25block: unexport disk_map_sector_rcuChristoph Hellwig
2020-03-25block: unexport disk_get_partChristoph Hellwig
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig
2020-03-25block: mark block_depr staticChristoph Hellwig
2020-03-25block: factor out requeue handling from dispatch codeJohannes Thumshirn
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig