summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer2020-09-2912-116/+143
|\
| * iocost: add iocg_forgive_debt tracepointTejun Heo2020-09-251-0/+41
| * dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-251-0/+6
| * block: add QUEUE_FLAG_NOWAITMike Snitzer2020-09-251-2/+5
| * block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+7
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-38/+10
| * bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-241-10/+3
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-243-6/+4
| * bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-9/+0
| * bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig2020-09-241-5/+3
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+1
| * fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2020-09-241-1/+0
| * block: mark blkdev_get staticChristoph Hellwig2020-09-231-1/+0
| * mm: split swap_type_ofChristoph Hellwig2020-09-231-1/+2
| * PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig2020-09-231-2/+2
| * block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-232-3/+3
| * block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2020-09-231-3/+9
| * block: introduce part_[begin|end]_io_acctSong Liu2020-09-121-0/+5
| * block: remove check_disk_changeChristoph Hellwig2020-09-101-1/+0
| * ide-gd: stop using the disk events mechanismChristoph Hellwig2020-09-101-2/+0
| * block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-1/+1
| * block: Do not discard buffers under a mounted filesystemJan Kara2020-09-081-0/+7
| * blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai2020-09-031-0/+4
| * blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-032-0/+2
| * blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry2020-09-031-0/+2
| * blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-031-0/+6
| * blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-031-1/+1
| * block: remove revalidate_disk()Christoph Hellwig2020-09-021-1/+0
| * block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2020-09-021-2/+2
| * block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-0/+1
| * block: rename bd_invalidatedChristoph Hellwig2020-09-021-1/+3
| * block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov2020-09-021-0/+2
| * blk-iocost: restore inuse update tracepointsTejun Heo2020-09-021-3/+3
| * blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo2020-09-021-9/+4
| * blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo2020-09-021-5/+2
| * block: remove an outdated comment on the bd_dev fieldChristoph Hellwig2020-09-021-1/+1
| * block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-022-3/+2
| * block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-022-4/+2
| * block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-021-2/+0
| * block: remove the BIO_USER_MAPPED flagChristoph Hellwig2020-09-021-1/+0
| * block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2020-09-021-1/+0
| * block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-021-0/+1
| * block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-021-1/+1
| * block: Make request_queue.rpm_status an enumGeert Uytterhoeven2020-09-021-1/+2
* | dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara2020-09-211-9/+8
* | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-211-4/+4
|\ \
| * | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-161-4/+4
* | | Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-211-2/+20
|\ \ \
| * | | dm: Call proper helper to determine dax supportJan Kara2020-09-201-2/+20
* | | | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-201-0/+1
|\ \ \ \