Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
The linux kernel source repository for Open-Channel SSDs
C C++ Assembly Objective-C Makefile Shell Other
Branch: master
Clone or download
torvalds Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/jack/linux-fs

Pull two misc vfs fixes from Jan Kara:
 "One small quota fix fixing spurious EDQUOT errors and one fanotify fix
  fixing a bug in the new fanotify FID reporting code"

* tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  fanotify: update connector fsid cache on add mark
  quota: fix a problem about transfer quota
Latest commit d72558b Jun 21, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 17, 2019
LICENSES LICENSES: Rename other to deprecated May 3, 2019
arch Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel… Jun 18, 2019
block block: fix page leak when merging to same page Jun 17, 2019
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 May 24, 2019
crypto Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel… Jun 8, 2019
drivers Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel… Jun 20, 2019
fs Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel… Jun 20, 2019
include Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel… Jun 20, 2019
init Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/k… Jun 8, 2019
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 17, 2019
lib Merge tag 'meminit-v5.2-rc6' of git://git.kernel.org/pub/scm/linux/ke… Jun 18, 2019
mm Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/l… Jun 16, 2019
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 17, 2019
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 17, 2019
scripts scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE Jun 14, 2019
security apparmor: reset pos on failure to unpack for various functions Jun 18, 2019
sound Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kerne… Jun 14, 2019
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 17, 2019
usr user/Makefile: Fix typo and capitalization in comment section Dec 10, 2018
virt treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 Jun 5, 2019
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Apr 17, 2019
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl May 16, 2019
.gitattributes .gitattributes: set git diff driver for C source code files Oct 8, 2016
.gitignore .gitignore: exclude .get_maintainer.ignore and .gitattributes May 18, 2019
.mailmap Merge tag 'docs-5.2' of git://git.lwn.net/linux May 8, 2019
COPYING COPYING: use the new text with points to the license files Mar 23, 2018
CREDITS MAINTAINERS: Farewell Martin Schwidefsky May 31, 2019
Kbuild Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/… Mar 11, 2019
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt Aug 1, 2018
MAINTAINERS nfsd: replace Jeff by Chuck as nfsd co-maintainer Jun 20, 2019
Makefile Linux 5.2-rc5 Jun 16, 2019
README Drop all 00-INDEX files from Documentation/ Sep 9, 2018

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
You can’t perform that action at this time.