aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/debug.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23gfs2: Recover statfs info in journal headAbhi Das3-1/+106
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das4-36/+139
2020-10-23dma-mapping: document dma_{alloc,free}_pagesChristoph Hellwig1-6/+43
2020-10-23kvm: x86/mmu: NX largepage recovery for TDP MMUBen Gardon3-4/+18
2020-10-23kvm: x86/mmu: Don't clear write flooding count for direct rootsBen Gardon1-1/+7
2020-10-23kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon3-21/+72
2020-10-23kvm: x86/mmu: Support write protection for nesting in tdp MMUBen Gardon3-0/+57
2020-10-23kvm: x86/mmu: Support disabling dirty logging for the tdp MMUBen Gardon3-0/+63
2020-10-23kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon6-9/+328
2020-10-23kvm: x86/mmu: Support changed pte notifier in tdp MMUBen Gardon3-1/+67
2020-10-23kvm: x86/mmu: Add access tracking for tdp_mmuBen Gardon3-7/+128
2020-10-23kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMUBen Gardon3-6/+86
2020-10-23kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon2-3/+14
2020-10-23kvm: x86/mmu: Add TDP MMU PF handlerBen Gardon5-37/+194
2020-10-22docs: Add two missing entries in vm sysctl indexFam Zheng1-0/+2
2020-10-22docs/vm: trivial fixes to several spelling mistakesColin Ian King4-4/+4
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li2-2/+3
2020-10-22ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta1-9/+18
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French1-1/+24
2020-10-22cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-22smb3.1.1: fix typo in compression flagSteve French1-1/+1
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg4-97/+99
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg3-62/+63
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg3-85/+96
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg3-1/+24
2020-10-22ACPI: utils: remove unreachable breaksTom Rix1-4/+0
2020-10-22PM: sleep: remove unreachable breakTom Rix1-1/+0
2020-10-22PM: AVS: Drop the avs directory and the corresponding KconfigUlf Hansson4-4/+0
2020-10-22PM: AVS: qcom-cpr: Move the driver to the qcom specific driversUlf Hansson6-18/+18
2020-10-22ring-buffer: Update the description for ring_buffer_waitQiujun Huang1-1/+1
2020-10-22ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-10-22netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2-0/+2
2020-10-22ALSA: hda - Fix the return value if cb func is already registeredHui Wang1-5/+13
2020-10-21ibmvnic: save changed mac address to adapter->mac_addrLijun Pan1-0/+5
2020-10-21selftests: mptcp: depends on built-in IPv6Matthieu Baerts1-0/+1
2020-10-22powerpc/pseries: Avoid using addr_to_pfn in real modeGanesh Goudar1-49/+69
2020-10-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin1-36/+12
2020-10-22powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9Christophe Leroy2-2/+15
2020-10-21ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar3-1/+37
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar14-131/+1821
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar3-4/+88
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar13-29/+1707
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar4-1/+268
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar7-6/+122