summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)2023-07-251-1/+1
* iomap: Add some uptodate state handling helpers for ifs state bitmapRitesh Harjani (IBM)2023-07-251-8/+20
* iomap: Drop ifs argument from iomap_set_range_uptodate()Ritesh Harjani (IBM)2023-07-251-34/+33
* iomap: Rename iomap_page to iomap_folio_state and othersRitesh Harjani (IBM)2023-07-251-77/+70
* Merge tag 'large-folio-writes' of git://git.infradead.org/users/willy/pagecac...Darrick J. Wong2023-07-2513-110/+187
|\
| * iomap: Copy larger chunks from userspaceMatthew Wilcox (Oracle)2023-07-251-15/+17
| * iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)2023-07-253-4/+6
| * filemap: Allow __filemap_get_folio to allocate large foliosMatthew Wilcox (Oracle)2023-07-253-26/+67
| * filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-257-35/+46
| * iomap: Remove unnecessary test from iomap_release_folio()Matthew Wilcox (Oracle)2023-07-251-5/+4
| * doc: Correct the description of ->release_folioMatthew Wilcox (Oracle)2023-07-251-4/+11
| * iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)2023-07-251-5/+0
| * iov_iter: Add copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)2023-07-252-2/+9
| * iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()Matthew Wilcox (Oracle)2023-07-251-10/+23
| * iov_iter: Map the page later in copy_page_from_iter_atomic()Matthew Wilcox (Oracle)2023-07-251-8/+8
|/
* Linux 6.5-rc3v6.5-rc3Linus Torvalds2023-07-241-1/+1
* Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-244-7/+17
|\
| * tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
| * ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-232-2/+15
| * tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing2023-07-231-4/+0
* | Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-235-15/+31
|\ \
| * | kbuild: rust: avoid creating temporary filesMiguel Ojeda2023-07-232-2/+9
| * | kbuild: flatten KBUILD_CFLAGSAlexey Dobriyan2023-07-231-5/+17
| * | gen_compile_commands: add assembly files to compilation databaseBenjamin Gray2023-07-231-1/+1
| * | kconfig: gconfig: correct program name in help textRandy Dunlap2023-07-121-3/+3
| * | kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap2023-07-121-4/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-2317-72/+140
|\ \ \
| * \ \ Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2023-07-232-2/+7
| |\ \ \
| | * | | KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda2023-07-181-0/+1
| | * | | KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda2023-07-181-2/+6
| | | |/ | | |/|
| * | | Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-2315-70/+133
| |\ \ \ | | |/ / | |/| |
| | * | KVM: arm64: Fix the name of sys_reg_desc related to PMUXiang Chen2023-07-151-20/+21
| | * | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-151-1/+0
| | * | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-145-6/+13
| | * | KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-133-1/+19
| | * | KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton2023-07-123-36/+55
| | * | KVM: arm64: Disable preemption in kvm_arch_hardware_enable()Marc Zyngier2023-07-111-1/+12
| | * | KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvmSudeep Holla2023-07-113-2/+10
| | * | KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bitsMarc Zyngier2023-07-111-3/+3
| | |/
* | | Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-237-263/+262
|\ \ \
| * | | ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo2023-07-231-27/+131
| * | | ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo2023-07-231-5/+9
| * | | ext4: correct inline offset when handling xattrs in inode bodyEric Whitney2023-07-231-0/+14
| * | | jbd2: remove __journal_try_to_free_buffer()Zhang Yi2023-07-111-24/+7
| * | | jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-113-15/+41
| * | | jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng2023-07-111-15/+17
| * | | jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-112-66/+21
| * | | jbd2: remove t_checkpoint_io_listZhang Yi2023-07-113-48/+3
| * | | jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-111-73/+29
| | |/ | |/|
* | | Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-232-6/+15
|\ \ \