summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-04-241-2/+2
|\
| * __blockdev_direct_IO(): get rid of submit_io callbackAl Viro2023-03-051-2/+2
* | Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-241-6/+0
|\ \
| * | mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-121-6/+0
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-241-1/+0
|\ \ \
| * | | kill the last remaining user of proc_ns_fget()Al Viro2023-04-201-1/+0
| | |/ | |/|
* | | Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-241-2/+2
|\ \ \
| * | | erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-171-2/+2
* | | | Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-241-1/+0
|\ \ \ \
| * | | | open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner2023-03-221-1/+0
* | | | | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-243-2/+3
|\ \ \ \ \
| * | | | | nfs: use vfs setgid helperChristian Brauner2023-03-301-0/+2
| * | | | | fs_context: drop the unused lsm_flags memberOndrej Mosnacek2023-03-162-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-243-3/+28
|\ \ \ \ \
| * | | | | fs: rename generic posix acl handlersChristian Brauner2023-03-061-2/+3
| * | | | | xattr: remove unused argumentChristian Brauner2023-03-061-1/+1
| * | | | | xattr: add listxattr helperChristian Brauner2023-03-061-0/+16
| * | | | | xattr: simplify listxattr helpersChristian Brauner2023-03-062-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-241-0/+1
|\ \ \ \ \
| * | | | | pid: add pidfd_prepare()Christian Brauner2023-04-031-0/+1
* | | | | | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-243-4/+34
|\ \ \ \ \ \
| * | | | | | vhost_task: Allow vhost layer to use copy_processMike Christie2023-03-231-0/+23
| * | | | | | fork: allow kernel code to call copy_processMike Christie2023-03-121-0/+2
| * | | | | | fork: Add kernel_clone_args flag to ignore signalsMike Christie2023-03-121-0/+1
| * | | | | | fork: add kernel_clone_args flag to not dup/clone filesMike Christie2023-03-121-0/+1
| * | | | | | fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie2023-03-122-1/+2
| * | | | | | kernel: Make io_thread and kthread bit fieldsMike Christie2023-03-121-2/+2
| * | | | | | kernel: Allow a kernel thread's name to be set in copy_processMike Christie2023-03-121-1/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-04-242-3/+3
|\ \ \ \ \ \
| * | | | | | kunit: increase KUNIT_LOG_SIZE to 2048 bytesHeiko Carstens2023-03-291-1/+1
| * | | | | | kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd2023-03-171-1/+1
| * | | | | | kunit: fix bug of extra newline characters in debugfs logsRae Moar2023-03-101-1/+1
| * | | | | | kunit: fix bug in debugfs logs of parameterized testsRae Moar2023-03-101-1/+1
| |/ / / / /
* | | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-248-40/+116
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)2023-04-055-36/+111
| |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | | | | * | | | | locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng2023-03-271-1/+2
| | | | | * | | | | rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng2023-03-271-2/+32
| | | | | * | | | | locking/lockdep: Introduce lock_sync()Boqun Feng2023-03-271-0/+5
| | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-4/+5
| | | | * | | | | srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-7/+7
| | | | * | | | | srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | | | * | | | | srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-3/+3
| | | | * | | | | srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-12/+13
| | | | * | | | | srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | | | * | | | | srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-4/+7
| | | | * | | | | srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | | | * | | | | srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | | | * | | | | srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-2/+2
| | | | * | | | | srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney2023-04-043-13/+25
| | | | * | | | | srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney2023-04-041-5/+14