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