summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-16block: use bvec_virt in bio_integrity_{process,free}Christoph Hellwig1-5/+2
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig1-1/+0
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig2-4/+0
2021-08-15blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu3-0/+36
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig3-9/+9
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig3-6/+6
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig3-6/+6
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig14-73/+52
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig2-6/+4
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei4-16/+8
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-3/+4
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig8-50/+49
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2-4/+6
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig1-5/+0
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig2-23/+7
2021-08-09block: support delayed holder registrationChristoph Hellwig2-17/+61
2021-08-09block: look up holders by bdevChristoph Hellwig2-10/+12
2021-08-09block: remove the extra kobject reference in bd_link_disk_holderChristoph Hellwig1-6/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig3-0/+144
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche1-0/+3
2021-08-02block: remove blk-mq-sysfs dead codeDamien Le Moal1-55/+0
2021-08-02block: add a helper to raise a media changed eventMatteo Croce1-15/+46
2021-08-02block: export diskseq in sysfsMatteo Croce1-0/+10
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce1-0/+2
2021-08-02block: export the diskseq in ueventsMatteo Croce1-0/+9
2021-08-02block: add disk sequence numberMatteo Croce2-0/+27
2021-08-02block: remove cmdline-parser.cChristoph Hellwig5-272/+262
2021-08-02block: remove disk_name()Christoph Hellwig2-9/+9
2021-08-02block: simplify disk name formatting in check_partitionChristoph Hellwig1-1/+1
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig1-4/+2
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi1-4/+2
2021-08-02block: remove bdputChristoph Hellwig2-3/+3
2021-08-02block: change the refcounting for partitionsChristoph Hellwig1-1/+8
2021-08-02block: allocate bd_meta_info later in add_partitionsChristoph Hellwig1-10/+7
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig1-6/+1
2021-08-02block: assert the locking state in delete_partitionChristoph Hellwig1-4/+2
2021-08-02block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig1-8/+6
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig1-10/+6
2021-08-02block: use memcpy_from_bvec in __blk_queue_bounceChristoph Hellwig1-12/+7
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig1-1/+1
2021-08-02block: use memcpy_to_bvec in copy_to_high_bio_irqChristoph Hellwig1-18/+2
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig1-20/+8
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig1-7/+2
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-20/+11
2021-07-28block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-07-28blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-28blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry1-13/+4
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds9-27/+63