summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1613-340/+186
|\
| * blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei2020-12-071-0/+3
| * sbitmap: remove swap_lockPavel Begunkov2020-12-071-5/+0
| * block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-042-21/+14
| * block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-5/+3
| * block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-8/+6
| * block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-041-125/+33
| * block: remove the unused block_sleeprq tracepointChristoph Hellwig2020-12-041-18/+0
| * bio: optimise bvec iterationPavel Begunkov2020-12-021-2/+15
| * block: optimise for_each_bvec() advancePavel Begunkov2020-12-021-5/+15
| * block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-013-34/+15
| * block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-011-2/+2
| * block: remove the partno field from struct hd_structChristoph Hellwig2020-12-011-1/+0
| * block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-013-15/+14
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-013-11/+9
| * block: move the policy field to struct block_deviceChristoph Hellwig2020-12-012-2/+3
| * block: move make_it_fail to struct block_deviceChristoph Hellwig2020-12-012-3/+3
| * block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-012-1/+1
| * block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-012-1/+2
| * block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-013-4/+4
| * block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-013-21/+21
| * block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-22/+7
| * block: simplify part_to_diskChristoph Hellwig2020-12-011-7/+3
| * block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-4/+2
| * block: remove ->bd_containsChristoph Hellwig2020-12-011-1/+3
| * block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-013-5/+12
| * block: remove i_bdevChristoph Hellwig2020-12-012-2/+1
| * init: refactor name_to_dev_tChristoph Hellwig2020-12-011-6/+1
| * block: add a bdev_kobj helperChristoph Hellwig2020-12-011-0/+3
| * block: remove a duplicate __disk_get_part prototypeChristoph Hellwig2020-12-011-1/+0
| * fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-012-2/+3
| * fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-011-3/+1
| * block: remove unused BIO_SPLIT_ENTRIESJeffle Xu2020-11-251-6/+0
| * block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-2/+1
| * block: switch gendisk lookup to a simple xarrayChristoph Hellwig2020-11-161-7/+0
| * ide: remove ide_{,un}register_regionChristoph Hellwig2020-11-161-3/+0
| * block: add an optional probe callback to major_namesChristoph Hellwig2020-11-161-1/+4
| * block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+0
| * block: remove set_device_roChristoph Hellwig2020-11-161-1/+0
| * block: add a new set_read_only methodChristoph Hellwig2020-11-161-0/+1
* | Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-163-1/+18
|\ \
| * | io_uring: add timeout updatePavel Begunkov2020-12-091-0/+1
| * | io_uring: add timeout support for io_uring_enter()Hao Xu2020-12-092-1/+10
| * | io_uring: add support for IORING_OP_UNLINKATJens Axboe2020-12-091-0/+2
| * | io_uring: add support for IORING_OP_RENAMEATJens Axboe2020-12-091-0/+2
| * | io_uring: allow non-fixed files with SQPOLLJens Axboe2020-12-091-0/+1
| * | io_uring: add support for shutdown(2)Jens Axboe2020-11-231-0/+1
| * | net: provide __sys_shutdown_sock() that takes a socketJens Axboe2020-11-231-0/+1
* | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-164-13/+1
|\ \ \
| * | | kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe2020-12-123-10/+0