summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jbd2: fix potential double freeChengguang Xu2019-05-104-36/+61
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-101-2/+15
* ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-061-0/+6
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-04-301-1/+1
* unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada2019-04-287-17/+38
* docs: ext4.rst: document case-insensitive directoriesGabriel Krisman Bertazi2019-04-251-0/+38
* ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-2510-21/+223
* ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2019-04-252-1/+105
* MAINTAINERS: add Unicode subsystem entryGabriel Krisman Bertazi2019-04-251-0/+6
* unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi2019-04-253-2075/+2138
* unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi2019-04-253-0/+326
* unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-255-1/+227
* unicode: reduce the size of utf8data[]Olaf Weber2019-04-255-12685/+3296
* unicode: introduce code for UTF-8 normalizationOlaf Weber2019-04-253-0/+756
* unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi2019-04-258-0/+17106
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-04-251-1/+1
* ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2019-04-252-0/+3
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-04-251-24/+34
* ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-251-0/+1
* ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-04-101-1/+1
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-04-092-0/+52
* ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-072-4/+4
* ext4: fix prefetchw of NULL pageLiu Xiang2019-04-071-1/+2
* jbd2: check superblock mapped prior to committingJiufei Xue2019-04-061-0/+4
* ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers2019-04-061-3/+0
* ext4: make sanity check in mballoc more strictJan Kara2019-04-061-1/+1
* jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song2019-04-061-1/+0
* Linux 5.1-rc3v5.1-rc3Linus Torvalds2019-03-311-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-3160-201/+409
|\
| * Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-289-75/+133
| |\
| | * KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9
| | * KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| | * KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-202-16/+45
| | * KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21
| | * KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| | * KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-194-6/+28
| | * arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| | * KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier2019-03-191-3/+3
| * | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10
| * | KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-281-0/+17
| * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
| * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-282-10/+27
| * | x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
| * | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
| * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-284-14/+13
| * | kvm: don't redefine flags as something elseSebastian Andrzej Siewior2019-03-281-3/+3
| * | kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5