aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-09block: fix uapi blkzoned.h commentsGravatar Damien Le Moal 1-6/+9
2020-10-07block: soft limit zone-append sectors as wellGravatar Johannes Thumshirn 1-1/+4
2020-10-06block: remove the unused blk_integrity_merge_bio exportGravatar Christoph Hellwig 1-8/+0
2020-10-06block: remove the unused blk_integrity_merge_rq exportGravatar Christoph Hellwig 1-8/+0
2020-10-06block: move 'q_usage_counter' into front of 'request_queue'Gravatar Ming Lei 1-1/+2
2020-10-06percpu_ref: reduce memory footprint of percpu_ref in fast pathGravatar Ming Lei 1-28/+24
2020-10-05block: make bio_crypt_clone() able to failGravatar Eric Biggers 1-4/+16
2020-10-05block: add a bdget_part helperGravatar Christoph Hellwig 1-1/+1
2020-09-25iocost: add iocg_forgive_debt tracepointGravatar Tejun Heo 1-0/+41
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetGravatar Konstantin Khlebnikov 1-0/+6
2020-09-25block: add QUEUE_FLAG_NOWAITGravatar Mike Snitzer 1-2/+5
2020-09-25block: add a bdev_is_partition helperGravatar Christoph Hellwig 1-2/+7
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagGravatar Christoph Hellwig 1-38/+10
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBGravatar Christoph Hellwig 1-10/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagGravatar Christoph Hellwig 3-6/+4
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOGravatar Christoph Hellwig 1-9/+0
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKGravatar Christoph Hellwig 1-5/+3
2020-09-24block: lift setting the readahead size into the block layerGravatar Christoph Hellwig 1-0/+1
2020-09-24fs: remove the unused SB_I_MULTIROOT flagGravatar Christoph Hellwig 1-1/+0
2020-09-23block: mark blkdev_get staticGravatar Christoph Hellwig 1-1/+0
2020-09-23mm: split swap_type_ofGravatar Christoph Hellwig 1-1/+2
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeGravatar Christoph Hellwig 1-2/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskGravatar Christoph Hellwig 2-3/+3
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Gravatar Mike Snitzer 1-3/+9
2020-09-11block: introduce part_[begin|end]_io_acctGravatar Song Liu 1-0/+5
2020-09-10block: remove check_disk_changeGravatar Christoph Hellwig 1-1/+0
2020-09-10ide-gd: stop using the disk events mechanismGravatar Christoph Hellwig 1-2/+0
2020-09-10block: add a bdev_check_media_change helperGravatar Christoph Hellwig 1-1/+1
2020-09-07block: Do not discard buffers under a mounted filesystemGravatar Jan Kara 1-0/+7
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceGravatar Kashyap Desai 1-0/+4
2020-09-03blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...Gravatar John Garry 2-0/+2
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapGravatar John Garry 1-0/+2
2020-09-03blk-mq: Facilitate a shared sbitmap per tagsetGravatar John Garry 1-0/+6
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDGravatar Ming Lei 1-1/+1
2020-09-02block: remove revalidate_disk()Gravatar Christoph Hellwig 1-1/+0
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyGravatar Christoph Hellwig 1-2/+2
2020-09-02block: add a new revalidate_disk_size helperGravatar Christoph Hellwig 1-0/+1
2020-09-02block: rename bd_invalidatedGravatar Christoph Hellwig 1-1/+3
2020-09-01block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEGravatar Khazhismel Kumykov 1-0/+2
2020-09-01blk-iocost: restore inuse update tracepointsGravatar Tejun Heo 1-3/+3
2020-09-01blk-iocost: decouple vrate adjustment from surplus transfersGravatar Tejun Heo 1-9/+4
2020-09-01blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usGravatar Tejun Heo 1-5/+2
2020-09-01block: remove an outdated comment on the bd_dev fieldGravatar Christoph Hellwig 1-1/+1
2020-09-01block: remove the discard_alignment field from struct hd_structGravatar Christoph Hellwig 2-3/+2
2020-09-01block: remove the alignment_offset field from struct hd_structGravatar Christoph Hellwig 2-4/+2
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cGravatar Baolin Wang 1-2/+0
2020-09-01block: remove the BIO_USER_MAPPED flagGravatar Christoph Hellwig 1-1/+0
2020-09-01block: remove the BIO_NULL_MAPPED flagGravatar Christoph Hellwig 1-1/+0
2020-09-01block: fix locking for struct block_device size updatesGravatar Christoph Hellwig 1-0/+1
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsGravatar Christoph Hellwig 1-1/+1