summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-301-0/+13
|\
| * firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla2020-08-161-0/+13
* | Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-301-1/+1
|\ \
| * | sched: Use __always_inline on is_idle_task()Marco Elver2020-08-261-1/+1
* | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-304-45/+64
|\ \ \
| * | | lockdep: Only trace IRQ edgesNicholas Piggin2020-08-261-8/+7
| * | | locking/lockdep: CleanupPeter Zijlstra2020-08-261-24/+30
| * | | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-262-6/+12
| * | | lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra2020-08-262-8/+16
| |/ /
* | | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-302-0/+4
|\ \ \
| * | | Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-242-0/+4
| | |/ | |/|
* | | Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-291-1/+5
|\ \ \
| * | | arm/xen: Add misuse warning to virt_to_gfnSimon Leiner2020-08-271-1/+5
* | | | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-281-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-281-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar2020-08-271-2/+2
| | | |/ | | |/|
* | | | kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu2020-08-281-1/+1
* | | | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-282-10/+11
|\ \ \ \
| * | | | writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-152-2/+0
| * | | | writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-06-151-7/+6
| * | | | writeback: Avoid skipping inode writebackJan Kara2020-06-151-2/+6
* | | | | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-281-4/+4
|\ \ \ \ \
| * | | | | libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov2020-08-241-4/+4
| | |/ / / | |/| | |