summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* xattr: constify value argument in vfs_setxattr()Christian Brauner2022-08-311-1/+1
* acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner2022-08-311-9/+0
* acl: add vfs_set_acl_prepare()Christian Brauner2022-08-311-0/+3
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-283-7/+28
|\
| * asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-281-2/+5
| * Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt2022-08-281-2/+13
| * mm: re-allow pinning of zero pfns (again)Alex Williamson2022-08-281-3/+10
* | Merge tag 'io_uring-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-261-0/+8
|\ \
| * | io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi2022-08-231-0/+8
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-08-261-5/+1
|\ \ \
| * \ \ Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen2022-08-191-5/+1
| |\ \ \ | | |/ / | |/| |
| | * | scsi: ufs: core: Enable link lost interruptKiwoong Kim2022-08-111-5/+1
* | | | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-267-5/+34
| |_|/ |/| |
* | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-259-11/+26
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-243-4/+4
| |\ \ \
| | * | | netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-241-0/+2
| | * | | netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-0/+1
| | * | | netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-0/+1
| | * | | netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-08-231-4/+0
| * | | | net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima2022-08-241-1/+1
| * | | | net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-241-0/+9
| * | | | net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima2022-08-241-3/+8
| * | | | net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-08-241-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-08-241-1/+1
| |\ \ \ \
| | * | | | xfrm: fix XFRMA_LASTUSED commentAntony Antony2022-08-031-1/+1
| * | | | | Merge tag 'mlx5-fixes-2022-08-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-08-231-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh2022-08-221-0/+1
| * | | | | bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-221-1/+1
| |/ / / /
* | | | | Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-232-6/+1
|\ \ \ \ \
| * | | | | sched/psi: Remove redundant cgroup_psi() when !CONFIG_CGROUPSHao Jia2022-08-151-5/+0
| * | | | | sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia2022-08-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-234-14/+17
|\ \ \ \ \
| * | | | | mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins2022-08-201-9/+4
| * | | | | mm/uffd: reset write protection when unregister with wp-modePeter Xu2022-08-201-0/+2
| * | | | | mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee2022-08-201-4/+11
| * | | | | mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-201-1/+0
| |/ / / /
* | | | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-221-1/+1
|\ \ \ \ \
| * | | | | NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESTrond Myklebust2022-08-131-1/+0
| * | | | | NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-131-0/+1
* | | | | | Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-201-1/+0
|\ \ \ \ \ \
| * | | | | | blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai2022-08-181-1/+0
* | | | | | | Merge tag 'ata-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-08-201-1/+2
|\ \ \ \ \ \ \
| * | | | | | | ata: libata: Set __ATA_BASE_SHT max_sectorsJohn Garry2022-08-211-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-191-32/+34
|\ \ \ \ \ \ \
| * | | | | | | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-29/+31
| * | | | | | | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-3/+3
| |/ / / / / /
* | | | | | | Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linuxLinus Torvalds2022-08-191-3/+23
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-0/+19
| * | | | | | cpumask: align signatures of UP implementationsSander Vanheule2022-08-151-3/+4
| |/ / / / /
* | | | | | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-184-16/+191
|\ \ \ \ \ \