Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-04-25 20:46:49 to 2025-04-29 16:49:01 UTC [more...]

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

[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-04-29 16:37 UTC 

[PATCH] fs/fuse: fix race between concurrent setattr from multiple nodes
 2025-04-29 14:23 UTC  (9+ messages)
            ` [PATCH V2] "

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

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

[PATCH vfs.fixes] eventpoll: Prevent hang in epoll_wait
 2025-04-29 15:34 UTC 

[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-29 15:04 UTC  (22+ 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

add more bio helper
 2025-04-29 14:53 UTC  (39+ 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 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [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)

[PATCH v9 00/15] large atomic writes for xfs
 2025-04-29 14:44 UTC  (7+ messages)
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v9 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

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

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-29 12:25 UTC  (3+ 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)

kernel BUG in zero_user_segments
 2025-04-29  7:55 UTC  (3+ messages)

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

[PATCH v5 00/11] fuse: support large folios
 2025-04-28 22:10 UTC  (14+ messages)
` [PATCH v5 01/11] fuse: support copying "
` [PATCH v5 02/11] fuse: support large folios for retrieves
` [PATCH v5 03/11] fuse: refactor fuse_fill_write_pages()
` [PATCH v5 04/11] fuse: support large folios for writethrough writes
` [PATCH v5 05/11] fuse: support large folios for folio reads
` [PATCH v5 06/11] fuse: support large folios for symlinks
` [PATCH v5 07/11] fuse: support large folios for stores
` [PATCH v5 08/11] fuse: support large folios for queued writes
` [PATCH v5 09/11] fuse: support large folios for readahead
` [PATCH v5 10/11] fuse: optimize direct io large folios processing
` [PATCH v5 11/11] fuse: support large folios for writeback

[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  (9+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
` [RFC PATCH 18/19] famfs_fuse: Add documentation

[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  (8+ 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  (13+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [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)

[PATCH] binfmt_elf: Move brk for static PIE even if ASLR disabled
 2025-04-28 10:14 UTC  (2+ messages)

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-28  9:17 UTC  (9+ messages)
` [PATCH v4 3/3] "

[PATCH] omfs: convert to new mount API
 2025-04-28  8:54 UTC  (2+ messages)

[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
 2025-04-28  8:53 UTC  (8+ messages)

[PATCH][RFC] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-04-28  7:55 UTC  (2+ messages)

[bug report] coredump: hand a pidfd to the usermode coredump helper
 2025-04-28  7:51 UTC  (2+ messages)

[PATCH v19 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-04-28  7:14 UTC  (5+ messages)

Call for Proposals for fossy.us 2025
 2025-04-28  4:07 UTC  (2+ messages)

[PATCH] sort.h: hoist cmp_int() into generic header file
 2025-04-28  2:18 UTC  (3+ messages)

HFS/HFS+ maintainership action items
 2025-04-27 20:28 UTC  (16+ messages)
          ` 回复: "
              ` 回复: "
                  ` 回复: "
                      ` 回复: "

[PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
 2025-04-26  6:28 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2025-04-25 23:35 UTC  (2+ messages)

[PATCH v2 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
 2025-04-25 20:47 UTC  (2+ messages)

[PATCH v2 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
 2025-04-25 20: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