Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-03-22 10:17:30 to 2025-03-25 12:22:02 UTC [more...]

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-25 12:16 UTC  (23+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB

[PATCH 1/5] ovl: don't allow datadir only
 2025-03-25 12:16 UTC  (15+ messages)
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-25 12:15 UTC  (19+ messages)

[PATCH v2 0/5] ovl: metacopy/verity fixes and improvements
 2025-03-25 12:04 UTC  (12+ messages)
` [PATCH v2 1/5] ovl: don't allow datadir only
` [PATCH v2 2/5] ovl: remove unused forward declaration
` [PATCH v2 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH v2 4/5] ovl: relax redirect/metacopy requirements for lower -> data redirect
` [PATCH v2 5/5] ovl: don't require "metacopy=on" for "verity"

[LSF/MM/BPF TOPIC] extsize and forcealign design in filesystems for atomic writes
 2025-03-25 11:42 UTC  (6+ messages)
` [RFCv1 0/1] EXT4 support of multi-fsblock atomic write with bigalloc
  ` [RFCv1 1/1] ext4: Add multi-fsblock atomic write support "

[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
 2025-03-25 11:01 UTC  (19+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec

[PATCH] the dm-loop target
 2025-03-25 10:15 UTC  (11+ messages)

[PATCH v2 0/9] initrd: cleanup and erofs support
 2025-03-25  6:42 UTC  (15+ messages)
` [PATCH v2 1/9] initrd: remove ASCII spinner
` [PATCH v2 2/9] initrd: fix double fput for truncated ramdisks
` [PATCH v2 3/9] initrd: add a generic mechanism to add fs detectors
` [PATCH v2 4/9] fs: minix: register an initrd fs detector
` [PATCH v2 5/9] fs: cramfs: "
` [PATCH v2 6/9] fs: romfs: "
` [PATCH v2 7/9] fs: squashfs: "
` [PATCH v2 8/9] fs: ext2, ext4: "
` [PATCH v2 9/9] fs: erofs: "

[RFC] weird use of dget_parent() in xfs_filestream_get_parent()
 2025-03-25  5:50 UTC  (2+ messages)

[PATCH] proc: Fix the issue of proc_mem_open returning NULL
 2025-03-25  4:14 UTC  (3+ messages)
  ` [PATCH V2] "

[PATCH v3 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy()
 2025-03-25  1:56 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] kasan: Add strscpy() test to trigger tag fault on arm64

[6.15-rc0 LBS(?) regression] XFS mount hangs in set_blocksize()
 2025-03-25  0:39 UTC 

[PATCH vfs/for-next 0/3] Move splice_to_socket to net/socket.c
 2025-03-24 22:53 UTC  (9+ messages)
` [PATCH vfs/for-next 1/3] pipe: Move pipe wakeup helpers out of splice
` [PATCH vfs/for-next 2/3] splice: Move splice_to_socket to net/socket.c
` [PATCH vfs/for-next 3/3] net: splice_to_socket: RCT declaration cleanup

fs freeze stuff
 2025-03-24 22:01 UTC 

kdevops: scaling automated testing
 2025-03-24 21:39 UTC 

[LSF/MM/BPF TOPIC] Filesystem Suspend Resume
 2025-03-24 21:07 UTC  (13+ messages)
          ` [Lsf-pc] "

[GIT PULL] vfs rust
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs orangefs
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs file
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs initramfs
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs afs
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs ceph
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs namespace
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs pagesize
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs sysv
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs eventpoll
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs nsfs
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs overlayfs
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs mkdir
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs iomap
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs mount api
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] tasklist lock
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs pipe
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs pidfs
 2025-03-24 21:01 UTC  (2+ messages)

[GIT PULL] vfs mount
 2025-03-24 21:00 UTC  (2+ messages)

[GIT PULL] vfs misc
 2025-03-24 21:00 UTC  (4+ messages)

[PATCH] netfs: add Paulo as maintainer and remove myself as Reviewer
 2025-03-24 20:11 UTC 

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-24 19:27 UTC  (9+ messages)
` [PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls

[GIT PULL] bcachefs for 6.15, v2
 2025-03-24 18:56 UTC 

[LSF/MM/BPF TOPIC] Migrating the un-migratable
 2025-03-24 18:55 UTC  (2+ messages)

[PATCH] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
 2025-03-24 18:53 UTC  (6+ messages)

[PATCH 01/10] exportfs: add module description
 2025-03-24 17:32 UTC 

[PATCH v4 0/4] pidfs: handle multi-threaded exec and premature thread-group leader exit
 2025-03-24 17:19 UTC  (8+ messages)
` [PATCH] pidfs: cleanup the usage of do_notify_pidfd()
  ` selftests/pidfd: (Was: [PATCH] pidfs: cleanup the usage of do_notify_pidfd())
` [PATCH] exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() and pidfs_exit()

[LSF/MM/BPF TOPIC] State Of The Page 2025
 2025-03-24 15:39 UTC  (2+ messages)

[RFC 0/4] nvme-pci: breaking the 512 KiB max IO boundary
 2025-03-24 15:02 UTC  (8+ messages)
` [RFC 2/4] blkdev: lift BLK_MAX_BLOCK_SIZE to page cache limit

[PATCH] XArray: revert (unintentional?) behavior change
 2025-03-24 14:45 UTC  (7+ messages)

[PATCH v4] fs/proc/page: Refactoring to reduce code duplication
 2025-03-24 11:55 UTC  (3+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-24 11:34 UTC 

[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
 2025-03-24 10:40 UTC 

[dhowells-fs:ceph-iter] [netfs] dcd7ee9385: refcount_t:underflow;use-after-free
 2025-03-24  7:59 UTC 

[PATCH 0/3 v2] fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions
 2025-03-24  6:53 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] tools headers UAPI: Sync linux/fs.h with the kernel sources
` [PATCH 3/3] selftests/mm: add PAGEMAP_SCAN guard region test

[GIT PULL] fsverity updates for 6.15
 2025-03-23 22:20 UTC 

[GIT PULL] fscrypt updates for 6.15
 2025-03-23 22:19 UTC 

[GIT PULL] bcachefs for 6.15-rc1
 2025-03-23 21:41 UTC 

[RFC PATCH 0/4] iov_iter: Add composite, scatterlist and skbuff iterator types
 2025-03-23 14:35 UTC  (5+ messages)

[PATCH] docs: vfs: Update struct file_system_type
 2025-03-23 14:24 UTC  (2+ messages)

[PATCH 0/3] further iomap large atomic writes changes
 2025-03-23 13:42 UTC  (6+ messages)
` [PATCH 3/3] iomap: rework IOMAP atomic flags

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-03-23  6:40 UTC  (6+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-23  2:48 UTC 

[syzbot] Monthly hfs report (Mar 2025)
 2025-03-23  2:26 UTC 

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-23  1:15 UTC 

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-03-22 20:49 UTC  (2+ messages)

[PATCH RFC] initrd: resize /dev/ram as needed
 2025-03-22 18:23 UTC  (3+ messages)

[Kernel Bug] BUG: unable to handle kernel paging request in const_folio_flags
 2025-03-22 17:52 UTC 

(no subject)
 2025-03-22 10:37 UTC 


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