summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-015-49/+399
|\
| * mnt_idmapping: align kernel doc and parameter orderChristian Brauner2022-06-291-9/+9
| * mnt_idmapping: use new helpers in mapped_fs{g,u}id()Christian Brauner2022-06-291-2/+4
| * fs: port HAS_UNMAPPED_ID() to vfs{g,u}id_tChristian Brauner2022-06-291-2/+2
| * mnt_idmapping: return false when comparing two invalid idsSeth Forshee2022-06-271-4/+6
| * attr: port attribute changes to new typesChristian Brauner2022-06-262-2/+6
| * security: pass down mount idmapping to setattr hookChristian Brauner2022-06-262-5/+9
| * quota: port quota helpers mount idsChristian Brauner2022-06-261-3/+6
| * fs: port to iattr ownership update helpersChristian Brauner2022-06-261-3/+3
| * fs: introduce tiny iattr ownership update helpersChristian Brauner2022-06-261-0/+76
| * fs: use mount types in iattrChristian Brauner2022-06-262-2/+21
| * fs: add two type safe mapping helpersChristian Brauner2022-06-261-2/+36
| * mnt_idmapping: add vfs{g,u}id_tChristian Brauner2022-06-261-28/+234
* | Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-013-11/+100
|\ \
| * | fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2022-07-012-1/+12
| * | fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein2022-07-011-4/+5
| * | fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-011-6/+83
* | | Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2022-08-011-22/+96
|\ \ \
| * | | fs: dlm: add resource name to tracepointsAlexander Aring2022-06-241-18/+92
| * | | fs: dlm: remove additional dereference of lksbAlexander Aring2022-06-241-4/+4
| | |/ | |/|
* | | Merge tag 'loongarch-fixes-5.19-5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-291-1/+0
|\ \ \
| * | | LoongArch: Remove clock setting during cpu hotplug stageBibo Mao2022-07-291-1/+0
* | | | Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-07-285-14/+10
|\ \ \ \
| * | | | ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan2022-07-281-0/+3
| * | | | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-07-261-0/+1
| * | | | net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-4/+4
| * | | | Revert "tcp: change pingpong threshold to 3"Wei Wang2022-07-221-9/+1
| * | | | tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-07-221-1/+1
* | | | | Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-272-2/+2
|\ \ \ \ \
| * | | | | asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn2022-07-221-2/+0
| * | | | | tools: Fixed MIPS builds due to struct flock re-definitionFlorian Fainelli2022-07-201-0/+2
* | | | | | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-261-5/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | mm: fix missing wake-up event for FSDAX pagesMuchun Song2022-07-181-5/+9
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-231-1/+1
|\ \ \ \ \ \
| * | | | | | KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton2022-07-191-1/+1
* | | | | | | Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-07-221-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-07-221-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | drm/scheduler: Don't kill jobs in interrupt contextDmitry Osipenko2022-07-151-2/+2
* | | | | | | | | mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE caseLinus Torvalds2022-07-221-3/+0
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-219-23/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-201-2/+2
| * | | | | | | | udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima2022-07-201-1/+1
| * | | | | | | | ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2022-07-201-1/+1
| * | | | | | | | amt: use workqueue for gateway side message handlingTaehee Yoo2022-07-191-0/+20
| * | | | | | | | tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-181-1/+1
| * | | | | | | | tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+2
| * | | | | | | | tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-3/+6
| * | | | | | | | net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee2022-07-181-0/+1
| * | | | | | | | tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-153-6/+2
| * | | | | | | | tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2022-07-152-3/+3