aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-26btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag one clusterQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to collect target file extentsQu Wenruo
2021-10-26btrfs: defrag: factor out page preparation into a helperQu Wenruo
2021-10-26btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo
2021-10-26btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain
2021-10-26btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang
2021-10-26btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo
2021-10-25btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directlyQu Wenruo
2021-10-25btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...Qu Wenruo
2021-10-25btrfs: update comment for fs_devices::seed_list in btrfs_rm_deviceSu Yue
2021-10-25btrfs: drop unnecessary ret in ioctl_quota_rescan_statusAnand Jain
2021-10-25btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
2021-10-25Linux 5.15-rc7Linus Torvalds
2021-10-25secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)
2021-10-25spi: Fix tegra20 build with CONFIG_PM=n once againLinus Torvalds
2021-10-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-10-25Merge tag 'libata-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-25Merge tag 'pinctrl-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-25ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin
2021-10-25ata: sata_mv: Fix the error handling of mv_chip_id()Zheyu Ma
2021-10-24Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds
2021-10-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-10-24Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-24Merge tag 'x86_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-24Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2021-10-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-22Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-22Merge tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-22Merge tag 'hyperv-fixes-signed-20211022' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-10-22hyperv/vmbus: include linux/bitops.hArnd Bergmann
2021-10-22Merge tag 'acpi-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-10-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-22Merge branch 'acpi-tools'Rafael J. Wysocki
2021-10-22KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if neededPaolo Bonzini
2021-10-22KVM: SEV-ES: keep INS functions togetherPaolo Bonzini
2021-10-22KVM: x86: remove unnecessary arguments from complete_emulator_pio_inPaolo Bonzini
2021-10-22KVM: x86: split the two parts of emulator_pio_inPaolo Bonzini
2021-10-22KVM: SEV-ES: clean up kvm_sev_es_ins/outsPaolo Bonzini
2021-10-22KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_outPaolo Bonzini
2021-10-22KVM: SEV-ES: rename guest_ins_data to sev_pio_dataPaolo Bonzini
2021-10-21Merge tag 'drm-fixes-2021-10-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-10-21memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport