Show patches with: Archived = No       |   4891 patches
« 1 2 3 448 49 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v1,2/7] audit: Fix inode numbers [RFC,v1,1/7] fs: Add inode_get_ino() and implement get_ino() for NFS 1 - - --- 2024-10-10 Mickaël Salaün New
[RFC,v1,1/7] fs: Add inode_get_ino() and implement get_ino() for NFS [RFC,v1,1/7] fs: Add inode_get_ino() and implement get_ino() for NFS - 1 - --- 2024-10-10 Mickaël Salaün New
[v3,-next,15/15] sysctl: remove unneeded include sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,12/15] fs: dcache: move the sysctl to fs/dcache.c sysctl: move sysctls from vm_table into its own files - 3 - --- 2024-10-10 yukaixiong New
[v3,-next,11/15] sunrpc: use vfs_pressure_ratio() helper sysctl: move sysctls from vm_table into its own files 2 1 - --- 2024-10-10 yukaixiong New
[v3,-next,10/15] fs: drop_caches: move sysctl to fs/drop_caches.c sysctl: move sysctls from vm_table into its own files - 3 - --- 2024-10-10 yukaixiong New
[v3,-next,09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c sysctl: move sysctls from vm_table into its own files - 2 - --- 2024-10-10 yukaixiong New
[v3,-next,08/15] mm: nommu: move sysctl to mm/nommu.c sysctl: move sysctls from vm_table into its own files - - - --- 2024-10-10 yukaixiong New
[v3,-next,07/15] security: min_addr: move sysctl to security/min_addr.c sysctl: move sysctls from vm_table into its own files 1 1 - --- 2024-10-10 yukaixiong New
[v3,-next,06/15] mm: mmap: move sysctl to mm/mmap.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,05/15] mm: util: move sysctls to mm/util.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,03/15] mm: swap: move sysctl to mm/swap.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,02/15] mm: filemap: move sysctl to mm/filemap.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3,-next,01/15] mm: vmstat: move sysctls to mm/vmstat.c sysctl: move sysctls from vm_table into its own files - 1 - --- 2024-10-10 yukaixiong New
[v3] XArray: minor documentation improvements [v3] XArray: minor documentation improvements - - - --- 2024-10-10 Tamir Duberstein New
[v3,10/10] ext4: move out common parts into ext4_fallocate() ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,09/10] ext4: move out inode_lock into ext4_fallocate() ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,08/10] ext4: factor out ext4_do_fallocate() ext4: clean up and refactor fallocate - 1 - --- 2024-10-10 Zhang Yi New
[v3,07/10] ext4: refactor ext4_insert_range() ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,06/10] ext4: refactor ext4_collapse_range() ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,05/10] ext4: refactor ext4_zero_range() ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,04/10] ext4: refactor ext4_punch_hole() ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,03/10] ext4: don't write back data before punch hole in nojournal mode ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[v3,02/10] ext4: don't explicit update times in ext4_fallocate() ext4: clean up and refactor fallocate - 1 - --- 2024-10-10 Zhang Yi New
[v3,01/10] ext4: remove writable userspace mappings before truncating page cache ext4: clean up and refactor fallocate - - - --- 2024-10-10 Zhang Yi New
[GIT,PULL] xfs: bug fixes for 6.12-rc3 [GIT,PULL] xfs: bug fixes for 6.12-rc3 - - - --- 2024-10-10 Carlos Maiolino New
[3/3] Documentation: add instructions for using 'drop_fs_caches sysctl' sysctl add support for drop_caches for individual filesystem - - - --- 2024-10-10 Ye Bin New
[2/3] sysctl: add support for drop_caches for individual filesystem add support for drop_caches for individual filesystem - - - --- 2024-10-10 Ye Bin New
[1/3] vfs: introduce shrink_icache_sb() helper add support for drop_caches for individual filesystem - - - --- 2024-10-10 Ye Bin New
[v2] XArray: minor documentation improvements [v2] XArray: minor documentation improvements - 1 - --- 2024-10-09 Tamir Duberstein New
[RFC,v3,10/10] selftests: mount_setattr: add CHECK_FIELDS selftest extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,09/10] mount_setattr: add CHECK_FIELDS flag to usize argument extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,08/10] selftests: clone3: add CHECK_FIELDS selftests extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,07/10] clone3: add CHECK_FIELDS flag to usize argument extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,06/10] selftests: openat2: add CHECK_FIELDS selftests extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,04/10] openat2: add CHECK_FIELDS flag to usize argument extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE) extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,02/10] sched_getattr: port to copy_struct_to_user extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[RFC,v3,01/10] uaccess: add copy_struct_to_user helper extensible syscalls: CHECK_FIELDS to allow for easier feature detection - - - --- 2024-10-09 Aleksa Sarai New
[next] fs: Fix uninitialized scalar variable now [next] fs: Fix uninitialized scalar variable now - - - --- 2024-10-09 Everest K.C. New
XArray: minor documentation improvements XArray: minor documentation improvements - - - --- 2024-10-09 Tamir Duberstein New
[GIT,PULL,-rc3] unicode fixes [GIT,PULL,-rc3] unicode fixes - - - --- 2024-10-09 Gabriel Krisman Bertazi New
fs: grab current_time() in setattr_copy_mgtime() when ATTR_CTIME is unset fs: grab current_time() in setattr_copy_mgtime() when ATTR_CTIME is unset - 1 - --- 2024-10-09 Jeff Layton New
[v3,2/2] mm/page-writeback.c: Fix comment of wb_domain_writeout_add() Cleanup some writeback codes - 1 - --- 2024-10-09 Tang Yizhou New
[v3,1/2] mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL Cleanup some writeback codes - 1 - --- 2024-10-09 Tang Yizhou New
[RFC] getname_maybe_null() - the third variant of pathname copy-in [RFC] getname_maybe_null() - the third variant of pathname copy-in - - - --- 2024-10-09 Al Viro New
[v2,2/2] erofs: use get_tree_bdev_flags() to avoid misleading messages [v2,1/2] fs/super.c: introduce get_tree_bdev_flags() - - - --- 2024-10-09 Gao Xiang New
[v2,1/2] fs/super.c: introduce get_tree_bdev_flags() [v2,1/2] fs/super.c: introduce get_tree_bdev_flags() - 2 - --- 2024-10-09 Gao Xiang New
[v6,33/33] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,32/33] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,31/33] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,30/33] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,29/33] riscv: kernel command line option to opt out of user cfi riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,27/33] riscv: Add Firmware Feature SBI extensions definitions riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,24/33] riscv/kernel: update __show_regs to print shadow stack register riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,23/33] riscv/signal: save and restore of shadow stack for signal riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,22/33] riscv: signal: abstract header saving for setup_sigcontext riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,21/33] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,20/33] riscv: Implements arch agnostic indirect branch tracking prctls riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,19/33] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,18/33] prctl: arch-agnostic prctl for indirect branch tracking riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,17/33] prctl: arch-agnostic prctl for shadow stack riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,16/33] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,15/33] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,14/33] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,12/33] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,09/33] riscv: zicfiss / zicfilp extension csr and bit definitions riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,08/33] riscv: zicfiss / zicfilp enumeration riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml) riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv riscv control-flow integrity for usermode - 1 - --- 2024-10-08 Deepak Gupta New
[v6,05/33] riscv: Call riscv_user_isa_enable() only on the boot hart riscv control-flow integrity for usermode - 3 - --- 2024-10-08 Deepak Gupta New
[v6,04/33] riscv: Add support for per-thread envcfg CSR values riscv control-flow integrity for usermode - 2 - --- 2024-10-08 Deepak Gupta New
[v6,03/33] riscv: Enable cbo.zero only when all harts support Zicboz riscv control-flow integrity for usermode - 3 - --- 2024-10-08 Deepak Gupta New
[v6,02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma riscv control-flow integrity for usermode - - - --- 2024-10-08 Deepak Gupta New
[v6,01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK riscv control-flow integrity for usermode 1 3 - --- 2024-10-08 Deepak Gupta New
[v3,3/3] fs: open_by_handle_at() support for decoding "explicit connectable" file handles API for exporting connectable file handles to userspace - - - --- 2024-10-08 Amir Goldstein New
[v3,2/3] fs: name_to_handle_at() support for "explicit connectable" file handles API for exporting connectable file handles to userspace - - - --- 2024-10-08 Amir Goldstein New
[v3,1/3] fs: prepare for "explicit connectable" file handles API for exporting connectable file handles to userspace - - - --- 2024-10-08 Amir Goldstein New
[GIT,PULL] ntfs3: bugfixes for 6.12 [GIT,PULL] ntfs3: bugfixes for 6.12 - - - --- 2024-10-08 Konstantin Komarov New
[v10] pidfd: add ioctl to retrieve pid info [v10] pidfd: add ioctl to retrieve pid info - - - --- 2024-10-08 Luca Boccassi New
[V2] hfs: convert hfs to use the new mount api [V2] hfs: convert hfs to use the new mount api - - - --- 2024-10-08 Eric Sandeen New
[v9] pidfd: add ioctl to retrieve pid info [v9] pidfd: add ioctl to retrieve pid info - - - --- 2024-10-08 Luca Boccassi New
fs/inode: Fix a typo fs/inode: Fix a typo - - - --- 2024-10-08 Andrew Kreimer New
fcntl: make F_DUPFD_QUERY associative fcntl: make F_DUPFD_QUERY associative - 1 - --- 2024-10-08 Christian Brauner New
[2/2] erofs: use get_tree_bdev_by_dev() to avoid misleading messages [1/2] fs/super.c: introduce get_tree_bdev_by_dev() - - - --- 2024-10-08 Gao Xiang New
[1/2] fs/super.c: introduce get_tree_bdev_by_dev() [1/2] fs/super.c: introduce get_tree_bdev_by_dev() - - - --- 2024-10-08 Gao Xiang New
fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid - 1 - --- 2024-10-08 Amir Goldstein New
[v8] pidfd: add ioctl to retrieve pid info [v8] pidfd: add ioctl to retrieve pid info - - - --- 2024-10-08 Luca Boccassi New
[10/10] xfs: punch delalloc extents from the COW fork for COW writes [01/10] iomap: factor out a iomap_last_written_block helper - 1 - --- 2024-10-08 Christoph Hellwig New
[09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations [01/10] iomap: factor out a iomap_last_written_block helper - 1 - --- 2024-10-08 Christoph Hellwig New
« 1 2 3 448 49 »