summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan2020-05-101-1/+5
| * bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-102-2/+4
| * bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-104-8/+10
| * bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-072-9/+10
| * vboxsf: don't use the source name in the bdi nameChristoph Hellwig2020-05-071-1/+1
| * iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2020-05-052-47/+77
| * block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig2020-04-301-1/+1
| * Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7Jens Axboe2020-04-301-0/+2
| |\
| | * nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel2020-04-271-0/+2
| |/
| * null_blk: Cleanup zoned device initializationDamien Le Moal2020-04-233-26/+36
| * null_blk: Fix zoned command handlingDamien Le Moal2020-04-233-27/+47
| * block: remove unused headerMa, Jianpeng2020-04-211-1/+0
| * blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long2020-04-212-5/+5
| * bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson2020-04-201-0/+10
| * buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu2020-04-183-3/+1
* | 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