summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig2021-08-231-12/+7
| * | | | block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-232-5/+5
| * | | | block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-232-5/+3
| * | | | block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2021-08-232-5/+8
| * | | | block: add back the bd_holder_dir reference in bd_link_disk_holderChristoph Hellwig2021-08-201-0/+7
| * | | | block: fix default IO priority handlingDamien Le Moal2021-08-182-4/+4
| * | | | block: Introduce IOPRIO_NR_LEVELSDamien Le Moal2021-08-184-11/+10
| * | | | block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-08-181-1/+1
| * | | | block: unexport blk_register_queueChristoph Hellwig2021-08-161-1/+0
| * | | | blk-cgroup: stop using seq_get_bufChristoph Hellwig2021-08-164-62/+37
| * | | | blk-cgroup: refactor blkcg_print_statChristoph Hellwig2021-08-161-74/+74
| * | | | block: use bvec_virt in bio_integrity_{process,free}Christoph Hellwig2021-08-161-5/+2
| * | | | block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig2021-08-161-1/+0
| * | | | block: free the extended dev_t minor laterChristoph Hellwig2021-08-162-4/+0
| * | | | blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu2021-08-143-0/+36
| * | | | block: pass a gendisk to bdev_resize_partitionChristoph Hellwig2021-08-123-9/+9
| * | | | block: pass a gendisk to bdev_del_partitionChristoph Hellwig2021-08-123-6/+6
| * | | | block: pass a gendisk to bdev_add_partitionChristoph Hellwig2021-08-123-6/+6
| * | | | block: store a gendisk in struct parsed_partitionsChristoph Hellwig2021-08-1214-73/+52
| * | | | block: remove GENHD_FL_UPChristoph Hellwig2021-08-122-6/+4
| * | | | block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-08-094-16/+8
| * | | | block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-3/+4
| * | | | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-098-50/+49
| * | | | block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-092-4/+6
| * | | | mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig2021-08-091-5/+0
| * | | | block: remove support for delayed queue registrationsChristoph Hellwig2021-08-092-23/+7
| * | | | block: support delayed holder registrationChristoph Hellwig2021-08-092-17/+61
| * | | | block: look up holders by bdevChristoph Hellwig2021-08-092-10/+12
| * | | | block: remove the extra kobject reference in bd_link_disk_holderChristoph Hellwig2021-08-091-6/+0
| * | | | block: make the block holder code optionalChristoph Hellwig2021-08-093-0/+144
| * | | | blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche2021-08-051-0/+3
| * | | | block: remove blk-mq-sysfs dead codeDamien Le Moal2021-08-021-55/+0
| * | | | block: add a helper to raise a media changed eventMatteo Croce2021-08-021-15/+46
| * | | | block: export diskseq in sysfsMatteo Croce2021-08-021-0/+10
| * | | | block: add ioctl to read the disk sequence numberMatteo Croce2021-08-021-0/+2
| * | | | block: export the diskseq in ueventsMatteo Croce2021-08-021-0/+9
| * | | | block: add disk sequence numberMatteo Croce2021-08-022-0/+27
| * | | | block: remove cmdline-parser.cChristoph Hellwig2021-08-025-272/+262
| * | | | block: remove disk_name()Christoph Hellwig2021-08-022-9/+9
| * | | | block: simplify disk name formatting in check_partitionChristoph Hellwig2021-08-021-1/+1
| * | | | block: simplify printing the device names disk_stack_limitsChristoph Hellwig2021-08-021-9/+3
| * | | | block: use the %pg format specifier in show_partitionChristoph Hellwig2021-08-021-4/+2
| * | | | block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig2021-08-021-4/+2
| * | | | block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi2021-08-021-4/+2
| * | | | block: remove bdputChristoph Hellwig2021-08-022-3/+3
| * | | | block: change the refcounting for partitionsChristoph Hellwig2021-08-021-1/+8
| * | | | block: allocate bd_meta_info later in add_partitionsChristoph Hellwig2021-08-021-10/+7
| * | | | block: unhash the whole device inode earlierChristoph Hellwig2021-08-021-6/+1
| * | | | block: assert the locking state in delete_partitionChristoph Hellwig2021-08-021-4/+2
| * | | | block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig2021-08-021-8/+6