aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28proc: Add fs_context support to procfsDavid Howells3-68/+129
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells3-54/+52
2019-02-28introduce cloning of fs_contextAl Viro7-0/+175
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro3-0/+190
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells5-17/+319
2019-02-28vfs: Put security flags into the fs_context structDavid Howells2-1/+2
2019-02-28smack: Implement filesystem context security hooksDavid Howells2-15/+47
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells2-10/+49
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells3-0/+29
2019-02-28vfs: Add configuration parser helpersDavid Howells8-3/+640
2019-01-30vfs: Introduce logging functionsDavid Howells1-0/+42
2019-01-30introduce fs_context methodsAl Viro5-16/+65
2019-01-30fs_context flavour for submountsAl Viro2-0/+13
2019-01-30convert do_remount_sb() to fs_contextDavid Howells6-59/+152
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro4-17/+19
2019-01-30new helper: do_new_mount_fc()David Howells1-26/+39
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro3-32/+52
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro2-24/+55
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells6-44/+310
2019-01-30saner handling of temporary namespacesAl Viro2-39/+40
2019-01-30separate copying and locking mount tree on cross-userns copiesAl Viro3-29/+38
2019-01-17kill kernfs_pin_sb()Al Viro2-31/+0
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro3-55/+21
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro2-5/+12
2019-01-14Linux 5.0-rc2Linus Torvalds1-1/+1
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-12phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard2-2/+4
2019-01-11ata: ahci: mvebu: request PHY suspend/resume for Armada 3700Miquel Raynal1-0/+3
2019-01-11ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAMMiquel Raynal1-9/+18
2019-01-11ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal1-17/+51
2019-01-11ata: ahci: mvebu: remove stale commentMiquel Raynal1-5/+0
2019-01-11ata: libahci_platform: comply to PHY frameworkMiquel Raynal2-0/+15
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backedVitaly Kuznetsov1-2/+1
2019-01-11Documentation/virtual/kvm: Update URL for AMD SEV API specificationChristophe de Dinechin1-1/+1
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()Lan Tianyu1-1/+1
2019-01-11kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes1-0/+3
2019-01-11KVM: validate userspace input in kvm_clear_dirty_log_protect()Tomas Bortoli1-2/+7
2019-01-11KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva1-1/+1
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-11cifs: update internal module version numberSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky1-17/+34
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2-2/+27
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2-0/+12
2019-01-11cifs: move large array from stack to heapAurelien Aptel2-14/+32
2019-01-11CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky1-1/+1
2019-01-11ARM: integrator: impd1: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-1/+1
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro1-1/+3
2019-01-11ACPI/IORT: Fix rc_dma_get_range()Jean-Philippe Brucker1-1/+2