linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-03 15:55:16 to 2025-12-05 07:20:00 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  7:18 UTC  (19+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait

[PATCH 0/3] cgroup/misc: Add hwcap masks to the misc controller
 2025-12-05  6:39 UTC  (8+ messages)
` [PATCH 1/3] cgroup, binfmt_elf: "
` [PATCH 2/3] selftests/cgroup: Add a test for the misc.mask cgroup interface
` [PATCH 3/3] Documentation: cgroup-v2: Document misc.mask interface

[PATCH] fs: exfat: Fix corrupted error code handling in exfat_find_empty_entry()
 2025-12-05  6:05 UTC  (4+ messages)
  ` [PATCH v2] fs: exfat: improve "

[syzbot] [hfs?] memory leak in hfsplus_init_fs_context
 2025-12-05  5:38 UTC 

Removal of CONFIG_READ_ONLY_THP_FOR_FS
 2025-12-05  4:35 UTC 

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-12-05  3:01 UTC  (3+ messages)
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-05  2:54 UTC  (4+ messages)

[RFC PATCH 0/4] Extend xas_split* to support splitting arbitrarily large entries
 2025-12-05  0:38 UTC  (4+ messages)

[PATCH] fuse: add zero-copy to fuse-over-io_uring
 2025-12-05  0:26 UTC  (3+ messages)

[PATCH] hfsplus: fix volume corruption issue for generic/480
 2025-12-05  0:00 UTC 

[syzbot] [fs?] kernel BUG in sctp_getsockopt_peeloff_common
 2025-12-04 22:53 UTC  (3+ messages)

[PATCH v24 00/28] riscv control-flow integrity for usermode
 2025-12-04 22:17 UTC  (31+ messages)
` [PATCH v24 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v24 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v24 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v24 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v24 09/28] riscv/mm: write protect and shadow stack
` [PATCH v24 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v24 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v24 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v24 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v24 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v24 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v24 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v24 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v24 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v24 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v24 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v24 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v24 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v24 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v24 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v24 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v24 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v24 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v24 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v1 00/30] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2025-12-04 21:57 UTC  (19+ messages)
` [PATCH v1 06/30] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v1 07/30] io_uring/rsrc: add fixed buffer table pinning/unpinning
` [PATCH v1 09/30] io_uring: add io_uring_cmd_import_fixed_index()
` [PATCH v1 11/30] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v1 14/30] io_uring: add release callback for ring death

[PATCH v3] lib: xarray: free unused spare node in xas_create_range()
 2025-12-04 21:15 UTC  (4+ messages)

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-12-04 19:07 UTC  (21+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests

[PATCH v3 0/4] ceph: add subvolume metrics reporting support
 2025-12-04 18:53 UTC  (7+ messages)
` [PATCH v3 4/4] ceph: adding CEPH_SUBVOLUME_ID_NONE

[PATCH 2/2] timers/nohz: Avoid /proc/stat idle/iowait fluctuation when cpu hotplug
 2025-12-04 18:21 UTC  (2+ messages)

[PATCH v4 0/3] Allow knfsd to use atomic_open()
 2025-12-04 17:38 UTC  (5+ messages)

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-12-04 17:18 UTC  (6+ messages)
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-04 15:43 UTC  (21+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock
                        ` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)

[PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
 2025-12-04 15:19 UTC 

[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
 2025-12-04 15:13 UTC  (5+ messages)

[PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
 2025-12-04 15:04 UTC  (2+ messages)

[PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
 2025-12-04 15:02 UTC  (2+ messages)

[PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
 2025-12-04 15:02 UTC  (2+ messages)

[PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
 2025-12-04 15:00 UTC  (2+ messages)
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext[PATCH "

[PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
 2025-12-04 14:56 UTC  (2+ messages)

[PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
 2025-12-04 14:53 UTC  (2+ messages)

[PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
 2025-12-04 14:48 UTC  (2+ messages)

[PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
 2025-12-04 14:48 UTC  (2+ messages)

[PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
 2025-12-04 14:47 UTC  (2+ messages)

[PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
 2025-12-04 14:46 UTC  (2+ messages)

[PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
 2025-12-04 14:43 UTC  (2+ messages)

[PATCH v23 09/28] riscv/mm: write protect and shadow stack
 2025-12-04 14:45 UTC  (2+ messages)

[PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
 2025-12-04 14:41 UTC  (2+ messages)

[PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
 2025-12-04 14:41 UTC  (2+ messages)

[PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
 2025-12-04 14:37 UTC  (2+ messages)

[PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
 2025-12-04 14:36 UTC  (2+ messages)

[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
 2025-12-04 14:26 UTC 

[PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
 2025-12-04 14:14 UTC  (2+ messages)

[PATCH v7 0/3] statmount: accept fd as a parameter
 2025-12-04 14:11 UTC  (3+ messages)

[syzbot] [fs?] general protection fault in fd_install
 2025-12-04 14:07 UTC  (3+ messages)
` [PATCH] mqueue: correct the type of ro to int

[PATCH v2 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-04 13:48 UTC  (3+ messages)
` [PATCH v2 1/2] filelock: add lease_dispose_list() helper
` [PATCH v2 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict

[RFC PATCH 0/7] Enable exfat_get_block to support obtaining multiple clusters
 2025-12-04 12:18 UTC  (5+ messages)
  ` [RFC PATCH 7/7] exfat: get mutil-clusters in exfat_get_block

[syzbot] [exfat?] [ocfs2?] kernel BUG in link_path_walk
 2025-12-04 11:58 UTC  (11+ messages)

[PATCH v3 0/2] Fix memory leaks in hfs and hfsplus
 2025-12-04 12:19 UTC  (6+ messages)
` [PATCH v3 1/2] hfs: ensure sb->s_fs_info is always cleaned up

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-04 10:05 UTC  (2+ messages)
` (subset) "

[PATCH] vfs: use UAPI types for new struct delegation definition
 2025-12-04  9:17 UTC  (6+ messages)

[PATCH v4 1/2] filelock: use a consume fence in locks_inode_context()
 2025-12-04  9:14 UTC  (2+ messages)

[PATCH] fs: annotate cdev_lock with __cacheline_aligned_in_smp
 2025-12-04  9:12 UTC  (2+ messages)

[GIT PULL] fuse update for 6.19
 2025-12-04  8:25 UTC 

[PATCH v2] f2fs: add overflow/underflow checks to update_sit_entry— please ignore
 2025-12-04  7:05 UTC 

[GIT PULL] ntfs3: bugfixes for 6.19
 2025-12-04  4:47 UTC  (2+ messages)

[GIT PULL] hfs/hfsplus changes for 6.19-rc1
 2025-12-04  4:47 UTC  (2+ messages)

[PATCH v2] fuse: limit debug log output during ring teardown
 2025-12-04  2:32 UTC 

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-04  0:54 UTC  (7+ messages)
` [PATCH v4 6/9] cxl/region: Add register_dax flag to defer DAX setup
` [PATCH v4 8/9] cxl/region, dax/hmem: Tear down CXL regions when HMEM reclaims Soft Reserved
` [PATCH v4 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH][RFC][slab] static kmem_cache instances for core caches
 2025-12-03 23:24 UTC 

[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
 2025-12-03 23:07 UTC  (2+ messages)

[PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
 2025-12-03 22:46 UTC  (8+ messages)
` [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2

[PATCH 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-03 22:41 UTC  (9+ messages)
` [PATCH 1/2] filelock: add lease_dispose_list() helper
` [PATCH 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-12-03 20:01 UTC  (10+ messages)

[PATCH] ceph: fix kernel crash in ceph_open()
 2025-12-03 19:48 UTC  (13+ messages)

[PATCH RFC 0/2] configfs: enable kernel-space item registration
 2025-12-03 19:44 UTC  (3+ messages)
` [PATCH RFC 1/2] configfs: add kernel-space item registration API

[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2025-12-03 19:41 UTC  (4+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[PATCH] cifs: Remove dead function prototypes
 2025-12-03 19:29 UTC 

[RFC PATCH] init/mount: allow searching initramfs for init process
 2025-12-03 18:26 UTC 

[PATCH V3 0/4] 9p: Convert to the new mount API
 2025-12-03 18:04 UTC  (15+ messages)
` [PATCH V3 4/4] 9p: convert "
  ` [PATCH V3 5/4] 9p: fix cache option printing in v9fs_show_options

[PATCH v2 0/3] ceph: add subvolume metrics reporting support
 2025-12-03 15:57 UTC  (4+ messages)
` [PATCH v2 3/3] ceph: add subvolume metrics collection and reporting


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).