summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-07block: soft limit zone-append sectors as wellJohannes Thumshirn1-1/+4
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig1-8/+0
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig1-8/+0
2020-10-06block: move 'q_usage_counter' into front of 'request_queue'Ming Lei1-1/+2
2020-10-06percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei1-28/+24
2020-10-05block: make bio_crypt_clone() able to failEric Biggers1-4/+16
2020-10-05block: add a bdget_part helperChristoph Hellwig1-1/+1
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo1-0/+41
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov1-0/+6
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer1-2/+5
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-2/+7
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-38/+10
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-10/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig3-6/+4
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-9/+0
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-5/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig1-1/+0
2020-09-23block: mark blkdev_get staticChristoph Hellwig1-1/+0
2020-09-23mm: split swap_type_ofChristoph Hellwig1-1/+2
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-2/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2-3/+3
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer1-3/+9
2020-09-12block: introduce part_[begin|end]_io_acctSong Liu1-0/+5
2020-09-10block: remove check_disk_changeChristoph Hellwig1-1/+0
2020-09-10ide-gd: stop using the disk events mechanismChristoph Hellwig1-2/+0
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-1/+1
2020-09-08block: Do not discard buffers under a mounted filesystemJan Kara1-0/+7
2020-09-04blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai1-0/+4
2020-09-04blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2-0/+2
2020-09-04blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry1-0/+2
2020-09-04blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry1-0/+6
2020-09-04blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei1-1/+1
2020-09-02block: remove revalidate_disk()Christoph Hellwig1-1/+0
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig1-2/+2
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-0/+1
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-1/+3
2020-09-02block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov1-0/+2
2020-09-02blk-iocost: restore inuse update tracepointsTejun Heo1-3/+3
2020-09-02blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo1-9/+4
2020-09-02blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo1-5/+2
2020-09-02block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-02block: remove the discard_alignment field from struct hd_structChristoph Hellwig2-3/+2
2020-09-02block: remove the alignment_offset field from struct hd_structChristoph Hellwig2-4/+2
2020-09-02block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang1-2/+0
2020-09-02block: remove the BIO_USER_MAPPED flagChristoph Hellwig1-1/+0
2020-09-02block: remove the BIO_NULL_MAPPED flagChristoph Hellwig1-1/+0
2020-09-02block: fix locking for struct block_device size updatesChristoph Hellwig1-0/+1
2020-09-02block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-1/+1
2020-09-02block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2