aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-12vfs: expose delegation support to userlandJeff Layton1-0/+12
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-2/+2
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+2
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+2
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12filelock: add struct delegated_inodeJeff Layton3-15/+34
2025-11-12filelock: rework the __break_lease API to use flagsJeff Layton1-14/+38
2025-11-11ethtool: fix incorrect kernel-doc style comment in ethtool.hKriish Sharma1-1/+1
2025-11-11efi/runtime-wrappers: Keep track of the efi_runtime_lock ownerArd Biesheuvel1-0/+2
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger1-0/+1
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra1-6/+9
2025-11-11fs: move inode fields used during fast path lookup closer togetherMateusz Guzik1-3/+2
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner1-2/+2
2025-11-11pid: rely on common reference count behaviorChristian Brauner1-2/+1
2025-11-11ns: add asserts for initial namespace active reference countsChristian Brauner1-0/+4
2025-11-11ns: add asserts for initial namespace reference countsChristian Brauner1-9/+17
2025-11-11ns: make all reference counts on initial namespace a nopChristian Brauner1-3/+22
2025-11-11ns: rename is_initial_namespace()Christian Brauner1-1/+1
2025-11-11ns: make is_initial_namespace() argument constChristian Brauner1-1/+1
2025-11-11nstree: switch to new structuresChristian Brauner4-45/+54
2025-11-11nstree: add helper to operate on struct ns_tree_{node,root}Christian Brauner1-0/+8
2025-11-11nstree: move nstree types into separate headerChristian Brauner2-0/+37
2025-11-11nstree: decouple from ns_common headerChristian Brauner1-1/+2
2025-11-11ns: move namespace types into separate headerChristian Brauner2-195/+206
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner10-15/+49
2025-11-10ns: add asserts for active refcount underflowChristian Brauner1-1/+0
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner1-43/+4
2025-11-10ns: don't increment or decrement initial namespacesChristian Brauner1-3/+20
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin1-0/+3
2025-11-09mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan1-32/+23
2025-11-09Merge tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-3/+2
2025-11-07compiler_types: Move unused static inline functions warning to W=2Peter Zijlstra1-3/+2
2025-11-07arch_topology: Provide a stub topology_core_has_smt() for !CONFIG_GENERIC_ARCH_TOPOLOGYYicong Yang1-1/+5
2025-11-06Merge tag 'hardening-v6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+6
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+14
2025-11-05libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski1-0/+12
2025-11-05x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probeJiri Olsa1-1/+9
2025-11-05coredump: mark struct mm_struct as constChristian Brauner1-1/+1
2025-11-05fs: add super_write_guardChristian Brauner1-0/+5
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik3-2/+7
2025-11-05fs: add fs/super.h headerChristian Brauner2-219/+234
2025-11-05fs: add fs/super_types.h headerChristian Brauner2-307/+336
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-1/+0
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang1-2/+2
2025-11-05entry,unwind/deferred: Fix unwind_reset_info() placementPeter Zijlstra1-1/+1
2025-11-05dma-mapping: Allow use of DMA_BIT_MASK(64) in global scopeJames Clark1-1/+1
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo1-0/+8
2025-11-05iomap: optional zero range dirty folio processingBrian Foster1-0/+4