https://github.com/torvalds/linux
Revision d757a3b01e72368176c5ee580ea17f8c2d185cd7 authored by Linus Torvalds on 09 November 2018, 22:26:18 UTC, committed by Linus Torvalds on 09 November 2018, 22:26:18 UTC
Pull Ceph fixes from Ilya Dryomov:
 "Two CephFS fixes (copy_file_range and quota) and a small feature bit
  cleanup"

* tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-client:
  libceph: assume argonaut on the server side
  ceph: quota: fix null pointer dereference in quota check
  ceph: add destination file data sync before doing any remote copy
2 parent s 26eaed4 + 23c625c
Raw File
Tip revision: d757a3b01e72368176c5ee580ea17f8c2d185cd7 authored by Linus Torvalds on 09 November 2018, 22:26:18 UTC
Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-client
Tip revision: d757a3b
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"
back to top