Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-04-28 11:46:07 to 2025-04-30 09:20:52 UTC [more...]

[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-30  9:20 UTC  (34+ messages)
` [PATCH v3 1/4] mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
` [PATCH v3 2/4] mm: abstract initial stack setup to mm subsystem
` [PATCH v3 3/4] mm: move dup_mmap() to mm
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm

[RFC] optimize cost of inter-process communication
 2025-04-30  9:16 UTC 

KASAN: vmalloc-out-of-bounds Write in vfree_atomic in Linux v6.15-rc4
 2025-04-30  9:08 UTC 

[PATCH 1/4] ext4: fix out of bounds punch offset
 2025-04-30  8:44 UTC  (12+ messages)
` [PATCH 2/4] ext4: fix incorrect punch max_end
` [PATCH 3/4] ext4: factor out ext4_get_maxbytes()
` [PATCH 4/4] ext4: ensure i_size is smaller than maxbytes

[PATCH] fs/eventpoll: fix endless busy loop after timeout has expired
 2025-04-30  8:27 UTC  (2+ messages)

[PATCH v9 00/15] large atomic writes for xfs
 2025-04-30  7:52 UTC  (10+ messages)
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
  ` [PATCH v9.1 "
` [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v9 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH v2] hfs: fix not erasing deleted b-tree node issue
 2025-04-30  7:00 UTC  (2+ messages)

[PATCH] fs/fuse: fix race between concurrent setattr from multiple nodes
 2025-04-30  4:56 UTC  (10+ messages)
            ` [PATCH V2] "

[PATCH v8 01/12] x86/um: nommu: elf loader for fdpic
 2025-04-30  4:27 UTC 

kernel BUG in zero_user_segments
 2025-04-30  3:14 UTC  (5+ messages)

[PATCH AUTOSEL 6.12 25/37] fs/buffer: split locking for pagecache lookups
 2025-04-30  0:48 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 26/37] fs/buffer: introduce sleeping flavors "
` [PATCH AUTOSEL 6.12 27/37] fs/buffer: use sleeping version of __find_get_block()

[PATCH AUTOSEL 6.14 26/39] fs/buffer: split locking for pagecache lookups
 2025-04-30  0:47 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 27/39] fs/buffer: introduce sleeping flavors "
` [PATCH AUTOSEL 6.14 28/39] fs/buffer: use sleeping version of __find_get_block()

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

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-29 23:34 UTC  (4+ messages)

[GIT PULL] fsnotify fixes for 6.15-rc5
 2025-04-29 22:36 UTC  (2+ messages)

[PATCH] hfs: fix not erasing deleted b-tree node issue
 2025-04-29 22:28 UTC  (5+ messages)

[PATCH 1/2] hfsplus: fix to update ctime after rename
 2025-04-29 21:31 UTC  (4+ messages)
` [PATCH 2/2] hfs: "

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-04-29 20:43 UTC  (14+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
` [PATCH v3 8/8] mm/maps: execute PROCMAP_QUERY ioctl "

[PATCH vfs.fixes] eventpoll: Prevent hang in epoll_wait
 2025-04-29 20:04 UTC  (4+ messages)

[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-04-29 17:35 UTC  (2+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
 2025-04-29 17:12 UTC  (5+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec

[GIT PULL] bcachefs fixes for 6.15-rc4
 2025-04-29 16:48 UTC  (13+ messages)

add more bio helper
 2025-04-29 14:53 UTC  (36+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io

[PATCH] zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZE
 2025-04-29 14:48 UTC  (2+ messages)

[RFC] move_mount(2): still breakage around new mount detection
 2025-04-29 12:27 UTC  (11+ messages)

[PATCH v2 1/6] fuse: drop usage of folio_index
 2025-04-29 11:49 UTC 

[PATCH 1/2] include/linux/fs.h: add inode_lock_killable()
 2025-04-29 11:28 UTC  (4+ messages)
` [PATCH 2/2] fs: make several inode lock operations killable

[PATCH] fs: remove useless plus one in super_cache_scan()
 2025-04-29 11:08 UTC  (3+ messages)

[PATCH vfs/vfs.fixes v2] eventpoll: Set epoll timeout if it's in the future
 2025-04-29 11:08 UTC  (10+ messages)

[PATCHSET V4] block/xfs: bdev page cache bug fixes for 6.15
 2025-04-29  9:33 UTC  (3+ messages)
` [PATCH 3/3] xfs: stop using set_blocksize

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-29  9:32 UTC  (11+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration

[PATCH 1/6] fuse: drop usage of folio_index
 2025-04-29  8:54 UTC  (3+ messages)

[PATCH v5 03/11] fuse: refactor fuse_fill_write_pages()
 2025-04-28 22:10 UTC  (3+ messages)

[PATCH v2 0/3] move all VMA allocation, freeing and duplication logic to mm
 2025-04-28 20:29 UTC  (6+ messages)
` [PATCH v2 1/3] mm: abstract initial stack setup to mm subsystem

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-28 19:00 UTC  (6+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps

[syzbot] [io-uring] KMSAN: uninit-value in putname
 2025-04-28 16:45 UTC  (2+ messages)

[PATCH] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-28 16:32 UTC  (5+ messages)

[PATCH] fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)
 2025-04-28 15:50 UTC  (7+ messages)

[DISCUSSION] Revisiting Slab Movable Objects
 2025-04-28 15:31 UTC  (3+ messages)

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-28 13:55 UTC  (8+ messages)
` [PATCH blktests 2/3] dm/003: "

[PATCH] devtmpfs: don't use vfs_getattr_nosec to query i_mode
 2025-04-28 13:15 UTC  (6+ messages)

Potential Linux Crash: possible deadlock in do_lock_mount in linux6.12.24(longterm maintenance)
 2025-04-28 11:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox