summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udf: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-16/+13
* isofs: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-28/+26
* hfsplus: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-15/+18
* cdrom: factor out a cdrom_multisession helperChristoph Hellwig2020-05-042-16/+27
* cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig2020-05-042-17/+25
* ide-cd: rename cdrom_read_tocentryChristoph Hellwig2020-05-041-7/+7
* block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-047-8/+18
* iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo2020-04-301-21/+21
* iocost_monitor: exit successfully if interval is zeroTejun Heo2020-04-301-1/+5
* blk-iocost: account for IO size when testing latenciesTejun Heo2020-04-302-2/+32
* blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo2020-04-303-24/+48
* block: add a bio_queue_enter helperChristoph Hellwig2020-04-291-26/+24
* block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig2020-04-293-15/+7
* block: cleanup the memory stall accounting in submit_bioChristoph Hellwig2020-04-291-16/+14
* block: improve the submit_bio and generic_make_request documentationChristoph Hellwig2020-04-291-23/+12
* blk-mq: make function '__blk_mq_sched_dispatch_requests' staticZheng Bin2020-04-291-1/+1
* block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-254-11/+24
* dm: remove the make_request_fn check in device_area_is_invalidChristoph Hellwig2020-04-251-17/+0
* bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig2020-04-251-1/+0
* block: remove create_io_contextChristoph Hellwig2020-04-252-25/+6
* block: Limit number of items taken from the I/O scheduler in one goSalman Qazi2020-04-241-13/+51
* block: unexport bdev_read_page and bdev_write_pageChristoph Hellwig2020-04-241-2/+0
* block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-228-16/+16
* block: move dma drain handling to scsiChristoph Hellwig2020-04-229-92/+56
* scsi: merge scsi_init_sgtable into scsi_init_ioChristoph Hellwig2020-04-221-28/+18
* block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig2020-04-222-14/+21
* block: remove RQF_COPY_USERChristoph Hellwig2020-04-224-13/+2
* block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-203-18/+6
* block: mark invalidate_partition staticChristoph Hellwig2020-04-202-15/+13
* block: simplify block device syncing in bdev_del_partitionChristoph Hellwig2020-04-201-1/+1
* block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig2020-04-201-4/+3
* dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-202-16/+8
* block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-203-7/+7
* block: remove hd_struct_killChristoph Hellwig2020-04-202-6/+1
* block: cleanup hd_struct freeingChristoph Hellwig2020-04-202-14/+14
* block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-203-16/+10
* block: refactor blkpg_ioctlChristoph Hellwig2020-04-203-128/+145
* Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is i...Douglas Anderson2020-04-201-6/+1
* blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson2020-04-201-0/+18
* blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson2020-04-202-0/+20
* blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson2020-04-201-2/+6
* Linux 5.7-rc2v5.7-rc2Linus Torvalds2020-04-191-1/+1
* mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon2020-04-191-1/+12
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-195-41/+35
|\
| * clk: sprd: don't gate uart console clockChunyan Zhang2020-04-131-1/+2
| * clk: mmp2: fix link error without mmp2Arnd Bergmann2020-04-133-39/+32
| * clk: asm9260: fix __clk_hw_register_fixed_rate_with_accuracy typoArnd Bergmann2020-04-131-1/+1
* | Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-199-53/+127
|\ \
| * | x86/split_lock: Add Tremont family CPU modelsTony Luck2020-04-181-0/+3
| * | x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck2020-04-181-14/+31