aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig1-39/+4
2021-08-24block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig1-1/+1
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe1-1/+4
2021-08-23block: provide bio_clear_hipri() helperJens Axboe3-6/+10
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedJens Axboe1-1/+4
2021-08-23bio: add allocation cache abstractionJens Axboe1-14/+120
2021-08-23bio: optimize initialization of a bioJens Axboe1-2/+30
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain1-34/+58
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain2-4/+5
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain2-7/+10
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2-11/+3
2021-08-23block: call blk_integrity_add earlier in device_add_diskChristoph Hellwig1-1/+2
2021-08-23block: create the bdi link earlier in device_add_diskChristoph Hellwig1-7/+6
2021-08-23block: call bdev_add later in device_add_diskChristoph Hellwig1-19/+17
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig7-20/+21
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig1-12/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2-5/+5
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2-5/+3
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2-5/+8
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni1-5/+7
2021-08-21Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-32/+20
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderChristoph Hellwig1-0/+7
2021-08-18block: fix default IO priority handlingDamien Le Moal2-4/+4
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal4-11/+10
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-08-17blk-mq: fix is_flush_rqMing Lei3-6/+7
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei1-25/+5
2021-08-16block: unexport blk_register_queueChristoph Hellwig1-1/+0
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig4-62/+37
2021-08-16blk-cgroup: refactor blkcg_print_statChristoph Hellwig1-74/+74
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-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu3-0/+36
2021-08-13Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds7-313/+22
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai1-2/+4
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-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo5-307/+14
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love1-1/+1
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-08-09Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+8
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