summaryrefslogtreecommitdiffstats
path: root/Documentation/iio (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-13block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn1-0/+2
2020-05-13null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal1-8/+29
2020-05-13scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn3-30/+392
2020-05-13scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn1-11/+25
2020-05-13block: Modify revalidate zonesDamien Le Moal3-3/+11
2020-05-13block: introduce blk_req_zone_write_trylockJohannes Thumshirn2-0/+15
2020-05-13block: Introduce REQ_OP_ZONE_APPENDKeith Busch8-4/+207
2020-05-13block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig3-29/+45
2020-05-13block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_noJohannes Thumshirn1-0/+10
2020-05-13block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei4-4/+16
2020-05-13block: don't hold part0's refcount in IO pathMing Lei2-9/+8
2020-05-13block: re-organize fields of 'struct hd_part'Ming Lei1-7/+8
2020-05-13block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei3-2/+11
2020-05-13block: fix use-after-free on cached last_lookup partitionMing Lei3-16/+23
2020-05-13block: reset mapping if failed to update hardware queue countWeiping Zhang1-1/+1
2020-05-11bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell1-1/+0
2020-05-10hfs: stop using ioctl_by_bdevChristoph Hellwig1-13/+19
2020-05-10bdi: remove the name field in struct backing_dev_infoChristoph Hellwig6-8/+1
2020-05-10bdi: simplify bdi_allocChristoph Hellwig5-12/+7
2020-05-10bdi: remove bdi_register_ownerChristoph Hellwig3-14/+8
2020-05-10bdi: unexport bdi_register_vaChristoph Hellwig1-1/+0
2020-05-10driver core: remove device_create_vargsChristoph Hellwig2-39/+2
2020-05-10block: rename blk_mq_alloc_rq_mapsWeiping Zhang1-2/+2
2020-05-10block: rename __blk_mq_alloc_rq_mapWeiping Zhang1-3/+4
2020-05-10block: alloc map and request for new hardware queueMing Lei1-12/+12
2020-05-10block: save previous hardware queue count before udpateWeiping Zhang1-1/+1
2020-05-10block: free both rq_map and requestWeiping Zhang1-1/+1
2020-05-10nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-10nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-05-10bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2-2/+4
2020-05-10bdi: use bdi_dev_name() to get device nameYufen Yu4-8/+10
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig2-9/+10
2020-05-07vboxsf: don't use the source name in the bdi nameChristoph Hellwig1-1/+1
2020-05-05iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2-47/+77
2020-05-04udf: stop using ioctl_by_bdevChristoph Hellwig1-16/+13
2020-05-04isofs: stop using ioctl_by_bdevChristoph Hellwig1-28/+26
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig1-15/+18
2020-05-04cdrom: factor out a cdrom_multisession helperChristoph Hellwig2-16/+27
2020-05-04cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig2-17/+25
2020-05-04ide-cd: rename cdrom_read_tocentryChristoph Hellwig1-7/+7
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig7-8/+18
2020-04-30iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo1-21/+21
2020-04-30iocost_monitor: exit successfully if interval is zeroTejun Heo1-1/+5
2020-04-30blk-iocost: account for IO size when testing latenciesTejun Heo2-2/+32
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo3-24/+48
2020-04-30block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig1-1/+1
2020-04-29block: add a bio_queue_enter helperChristoph Hellwig1-26/+24
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig3-15/+7
2020-04-29block: cleanup the memory stall accounting in submit_bioChristoph Hellwig1-16/+14
2020-04-29block: improve the submit_bio and generic_make_request documentationChristoph Hellwig1-23/+12