Main-line Linux kernel tree http://www.kernel.org
Go to file
Jeff Layton 428c33f285 security: convert to ctime accessor functions
In later patches, we're going to change how the inode's ctime field is
used. Switch to using accessor functions instead of raw accesses of
inode->i_ctime.

Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230705190309.579783-88-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2023-07-24 10:30:08 +02:00
arch
block
certs
crypto
Documentation
drivers usb: convert to ctime accessor functions 2023-07-13 10:28:03 +02:00
fs zonefs: convert to ctime accessor functions 2023-07-24 10:30:06 +02:00
include linux: convert to ctime accessor functions 2023-07-24 10:30:07 +02:00
init
io_uring
ipc mqueue: convert to ctime accessor functions 2023-07-24 10:30:07 +02:00
kernel bpf: convert to ctime accessor functions 2023-07-24 10:30:07 +02:00
lib
LICENSES
mm shmem: convert to ctime accessor functions 2023-07-24 10:30:07 +02:00
net sunrpc: convert to ctime accessor functions 2023-07-24 10:30:07 +02:00
rust
samples
scripts
security security: convert to ctime accessor functions 2023-07-24 10:30:08 +02:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.