summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: declare all partition detection routines in check.hChristoph Hellwig2020-03-2426-75/+22
* block: remove warn_no_partChristoph Hellwig2020-03-243-14/+6
* block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-241-7/+4
* block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-242-19/+26
* block: remove alloc_part_info and free_part_infoChristoph Hellwig2020-03-241-2/+4
* block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig2020-03-243-76/+91
* block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig2020-03-243-32/+27
* block: remove __bdevnameChristoph Hellwig2020-03-241-14/+0
* block: remove the blk_lookup_devt exportChristoph Hellwig2020-03-241-1/+0
* block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente2020-03-211-7/+13
* block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente2020-03-211-17/+31
* block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente2020-03-213-6/+2
* block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente2020-03-211-7/+7
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-03-211-4/+12
* block/genhd: Notify udev about capacity changeBalbir Singh2020-03-181-0/+24
* block: Prevent hung_check firing during long sync IOMing Lei2020-03-181-1/+11
* block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan2020-03-121-1/+1
* blk-iocost: remove duplicated lines in commentsWeiping Zhang2020-03-121-3/+0
* block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar2020-03-122-1/+2
* block: cleanup comment for blk_flush_complete_seqGuoqing Jiang2020-03-121-3/+0
* block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang2020-03-123-6/+5
* block: cleanup for _blk/blk_rq_prep_cloneGuoqing Jiang2020-03-121-20/+10
* block: remove redundant setting of QUEUE_FLAG_DYINGGuoqing Jiang2020-03-121-1/+0
* block: use bio_{wouldblock,io}_error in direct_make_requestGuoqing Jiang2020-03-121-3/+2
* block: fix comment for blk_cloned_rq_check_limitsGuoqing Jiang2020-03-121-1/+1
* block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2020-03-121-0/+7
* blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()Bart Van Assche2020-03-101-1/+0
* blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in syncBart Van Assche2020-03-101-0/+8
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-061-4/+5
* block: Remove used kblockd_schedule_work_on()Daniel Wagner2020-03-021-6/+0
* blk-mq: Remove some unused function argumentsJohn Garry2020-02-264-11/+9
* blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei2020-02-244-16/+29
* Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-064-15/+54
|\
| * block, bfq: clarify the goal of bfq_split_bfqq()Paolo Valente2020-02-031-0/+2
| * block, bfq: get a ref to a group when adding it to a service treePaolo Valente2020-02-033-3/+12
| * block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente2020-02-033-5/+6
| * block, bfq: extend incomplete name of field on_stPaolo Valente2020-02-034-7/+10
| * block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente2020-02-031-0/+8
| * block, bfq: do not insert oom queue into position treePaolo Valente2020-02-031-0/+4
| * block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente2020-02-031-0/+12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-295-565/+397
|\ \ | |/ |/|
| * compat_ioctl: simplify up block/ioctl.cArnd Bergmann2020-01-031-152/+117
| * compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann2020-01-031-36/+38
| * compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann2020-01-033-227/+219
| * compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann2020-01-031-75/+0
| * compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann2020-01-031-45/+0
| * compat_ioctl: bsg: add handlerArnd Bergmann2020-01-031-0/+1
| * compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann2020-01-031-36/+0
| * compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2020-01-032-99/+133
| * compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+21