index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
jffs2
/
README.Locking
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-23
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
3
-4
/
+18
2020-10-23
kvm: x86/mmu: Don't clear write flooding count for direct roots
Ben Gardon
1
-1
/
+7
2020-10-23
kvm: x86/mmu: Support MMIO in the TDP MMU
Ben Gardon
3
-21
/
+72
2020-10-23
kvm: x86/mmu: Support write protection for nesting in tdp MMU
Ben Gardon
3
-0
/
+57
2020-10-23
kvm: x86/mmu: Support disabling dirty logging for the tdp MMU
Ben Gardon
3
-0
/
+63
2020-10-23
kvm: x86/mmu: Support dirty logging for the TDP MMU
Ben Gardon
6
-9
/
+328
2020-10-23
kvm: x86/mmu: Support changed pte notifier in tdp MMU
Ben Gardon
3
-1
/
+67
2020-10-23
kvm: x86/mmu: Add access tracking for tdp_mmu
Ben Gardon
3
-7
/
+128
2020-10-23
kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMU
Ben Gardon
3
-6
/
+86
2020-10-23
kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
Ben Gardon
2
-3
/
+14
2020-10-23
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
5
-37
/
+194
2020-10-22
ARC: perf: redo the pct irq missing in device-tree handling
Vineet Gupta
1
-9
/
+18
2020-10-22
SMB3: add support for recognizing WSL reparse tags
Steve French
1
-1
/
+24
2020-10-22
cifs: remove bogus debug code
Dan Carpenter
1
-8
/
+8
2020-10-22
smb3.1.1: fix typo in compression flag
Steve French
1
-1
/
+1
2020-10-22
cifs: move smb version mount options into fs_context.c
Ronnie Sahlberg
4
-97
/
+99
2020-10-22
cifs: move cache mount options to fs_context.ch
Ronnie Sahlberg
3
-62
/
+63
2020-10-22
cifs: move security mount options into fs_context.ch
Ronnie Sahlberg
3
-85
/
+96
2020-10-22
cifs: add files to host new mount api
Ronnie Sahlberg
3
-1
/
+24
2020-10-22
ext4: fix invalid inode checksum
Luo Meng
1
-5
/
+6
2020-10-22
ext4: add fast commit stats in procfs
Harshad Shirwadkar
3
-1
/
+37
2020-10-22
ext4: add a mount opt to forcefully turn fast commits on
Harshad Shirwadkar
1
-1
/
+5
2020-10-22
ext4: fast commit recovery path
Harshad Shirwadkar
14
-131
/
+1821
2020-10-22
jbd2: fast commit recovery path
Harshad Shirwadkar
3
-4
/
+88
2020-10-22
ext4: main fast-commit commit path
Harshad Shirwadkar
13
-29
/
+1707
2020-10-22
jbd2: add fast commit machinery
Harshad Shirwadkar
4
-1
/
+268
2020-10-22
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
7
-6
/
+122
2020-10-22
ext4: add fast_commit feature and handling for extended mount options
Harshad Shirwadkar
3
-6
/
+30
2020-10-22
doc: update ext4 and journalling docs to include fast commit feature
Harshad Shirwadkar
2
-0
/
+99
2020-10-22
exfat: remove useless check in exfat_move_file()
Tetsuhiro Kohada
1
-5
/
+0
2020-10-22
exfat: remove 'rwoffset' in exfat_inode_info
Tetsuhiro Kohada
5
-20
/
+9
2020-10-22
exfat: replace memcpy with structure assignment
Tetsuhiro Kohada
3
-14
/
+10
2020-10-22
exfat: remove useless directory scan in exfat_add_entry()
Tetsuhiro Kohada
1
-10
/
+1
2020-10-22
exfat: eliminate dead code in exfat_find()
Tetsuhiro Kohada
2
-74
/
+47
2020-10-22
exfat: use i_blocksize() to get blocksize
Xianting Tian
1
-1
/
+1
2020-10-22
exfat: fix misspellings using codespell tool
Namjae Jeon
3
-3
/
+3
2020-10-22
smb3: do not try to cache root directory if dir leases not supported
Steve French
1
-1
/
+4
2020-10-22
smb3: fix stat when special device file and mounted with modefromsid
Steve French
1
-1
/
+6
2020-10-22
cifs: Print the address and port we are connecting to in generic_ip_connect()
Samuel Cabrero
1
-2
/
+10
2020-10-22
SMB3: Resolve data corruption of TCP server info fields
Rohith Surabattula
1
-5
/
+7
2020-10-22
kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
Ben Gardon
2
-7
/
+9
2020-10-22
kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
Ben Gardon
5
-0
/
+136
2020-10-22
KVM: Cache as_id in kvm_memory_slot
Peter Xu
2
-0
/
+7
2020-10-22
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
3
-1
/
+115
2020-10-22
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
5
-6
/
+146
2020-10-22
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
5
-1
/
+55
2020-10-22
kvm: x86/mmu: Introduce tdp_iter
Ben Gardon
3
-1
/
+234
2020-10-22
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
5
-548
/
+607
2020-10-22
KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
Paolo Bonzini
1
-7
/
+17
2020-10-22
kvm: x86/mmu: Separate making SPTEs from set_spte
Ben Gardon
1
-16
/
+33
[next]