aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche1-5/+4
2021-06-21block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutiveBart Van Assche1-7/+7
2021-06-18blk-wbt: remove outdated commentlijiazi1-1/+0
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal2-7/+10
2021-06-18blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei1-1/+3
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-06-18sched: Add get_current_state()Peter Zijlstra1-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-17block: export blk_next_bio()Chaitanya Kulkarni1-0/+1
2021-06-16block: mark queue init done at the end of blk_register_queueMing Lei1-14/+15
2021-06-16block: fix race between adding/removing rq qos and normal IOMing Lei1-0/+24
2021-06-11blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig1-22/+0
2021-06-11blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig1-0/+19
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig3-24/+15
2021-06-11blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig1-14/+18
2021-06-10scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar1-0/+9
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+2
2021-06-04block: improve handling of all zones reset operationDamien Le Moal1-27/+92
2021-06-03block: Update blk_update_request() documentationBart Van Assche1-8/+4
2021-06-03block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara3-2/+14
2021-06-01block: remove bdget_diskChristoph Hellwig2-43/+17
2021-06-01block: factor out a part_devt helperChristoph Hellwig1-8/+17
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig1-1/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig2-17/+14
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig2-1/+2
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig1-0/+35
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig1-2/+5
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2-5/+1
2021-06-01block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig1-7/+6
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig3-66/+49
2021-05-31scsi: core: Drop message byte helperHannes Reinecke1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke3-3/+3
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke2-0/+4
2021-05-31scsi: scsi_ioctl: Return error code when blk_rq_map_kern() failsHannes Reinecke1-3/+4
2021-05-24blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry4-21/+72
2021-05-24blk-mq: Some tag allocation code refactoringJohn Garry3-25/+40
2021-05-24blk-mq: clearing flush request reference in tags->rqs[]Ming Lei1-1/+34
2021-05-24blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei3-7/+54
2021-05-24blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei3-16/+43
2021-05-24block: avoid double io accounting for flush requestMing Lei1-2/+1
2021-05-24block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy1-8/+8
2021-05-24blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo1-27/+0
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-9/+0
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+1
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-10/+1
2021-05-17partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann3-17/+12
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds7-18/+59
2021-05-14block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche1-1/+1
2021-05-14blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-05-14blk-mq: plug request for shared sbitmapMing Lei1-2/+3