summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-098-29/+715
* afs: Adjust the directory XDR structuresDavid Howells2018-04-092-53/+53
* afs: Split the directory content defs into a headerDavid Howells2018-04-092-52/+67
* afs: Fix directory handlingDavid Howells2018-04-097-108/+271
* afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-095-185/+228
* afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-094-5/+18
* afs: Rearrange status mappingDavid Howells2018-04-095-129/+216
* afs: Make it possible to get the data version in readpageDavid Howells2018-04-095-44/+59
* afs: Init inode before accessing cacheDavid Howells2018-04-091-5/+2
* afs: Introduce a statistics proc fileDavid Howells2018-04-094-1/+57
* afs: Dump bad status recordDavid Howells2018-04-091-0/+35
* afs: Implement @cell substitution handlingDavid Howells2018-04-093-1/+89
* afs: Implement @sys substitution handlingDavid Howells2018-04-095-2/+380
* afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-098-63/+552
* afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-092-3/+4
* afs: Fix checker warningsDavid Howells2018-04-0911-50/+35
* vfs: Remove the const from dir_context::actorDavid Howells2018-04-091-1/+1
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-091-67/+57
|\
| * getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-081-1/+2
| * make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-061-1/+3
| * new helper: __lookup_slow()Al Viro2018-04-061-9/+18
| * merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-061-56/+34
* | Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-098-266/+190
|\ \
| * | Orangefs: documentation updatesMike Marshall2018-04-041-7/+14
| * | orangefs: document package install and xfstests procedureMartin Brandenburg2018-04-031-23/+103
| * | orangefs: remove unused codeMartin Brandenburg2018-04-033-128/+0
| * | orangefs: make several *_operations structs staticMartin Brandenburg2018-04-033-31/+28
| * | orangefs: implement vm_ops->faultMartin Brandenburg2018-04-031-2/+28
| * | orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19
| * | orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1
| * | orangefs: bug fix for a race condition when getting a slotDavid Reynolds2018-04-021-2/+2
* | | Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-091-2/+2
|\ \ \
| * | | pstore: fix crypto dependencies without compressionTobias Regnery2018-04-061-2/+2
* | | | selinux: fix missing dput() before selinuxfs unmountStephen Smalley2018-04-091-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-09150-1982/+11900
|\ \ \ \
| * | | | kvm: x86: fix a prototype warningPeng Hao2018-04-061-1/+1
| * | | | kvm: selftests: add sync_regs_testPaolo Bonzini2018-04-046-1/+595
| * | | | kvm: selftests: add API testing infrastructurePaolo Bonzini2018-04-0412-0/+5813
| * | | | kvm: x86: fix a compile warningPeng Hao2018-04-041-1/+1
| * | | | KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li2018-04-041-1/+15
| * | | | KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-044-16/+18
| * | | | KVM: vmx: unify adjacent #ifdefsPaolo Bonzini2018-04-041-7/+3
| * | | | x86: kvm: hide the unused 'cpu' variableArnd Bergmann2018-04-041-0/+2
| * | | | KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson2018-04-041-12/+1
| * | | | Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson2018-04-041-1/+1
| * | | | kvm: Add emulation for movups/movupdStefan Fritsch2018-04-041-1/+7
| * | | | KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson2018-04-041-6/+14
| * | | | Merge tag 'kvm-ppc-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-03-2913-202/+261
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault handlerPaul Mackerras2018-03-281-60/+88
| | * | | | KVM: PPC: Book3S HV: Handle 1GB pages in radix page fault handlerPaul Mackerras2018-03-191-36/+93