summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-18fs: rename inode i_atime and i_mtime fieldsJeff Layton
2023-10-18linux: convert to new timestamp accessorsJeff Layton
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton
2023-10-18neighbor: tracing: Move pin6 inside CONFIG_IPV6=y sectionGeert Uytterhoeven
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-17gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-17Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-17locking/seqlock: Fix grammar in commentCuda-Chen
2023-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-16Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-16fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.hJorge Maidana
2023-10-16svcrdma: Fix tracepoint printk formatChuck Lever
2023-10-16NFSD: Copy FATTR4 bit number definitions from RFCsChuck Lever
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever
2023-10-16nfs: fix the typo of rfc number about xattr in NFSv4Kinglong Mee
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16NFSD: introduce netlink stubsLorenzo Bianconi
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: discard sp_lockNeilBrown
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16lib: add light-weight queuing mechanism.NeilBrown
2023-10-16llist: add llist_del_first_this()NeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16llist: add interface to check if a node is on a list.NeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever
2023-10-16lockd: introduce safe async lock opAlexander Aring
2023-10-16mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski
2023-10-15net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validationWillem de Bruijn