Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-31 08:06:17 to 2025-11-03 12:33:12 UTC [more...]

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-03 12:31 UTC 

fall back from direct to buffered I/O when stable writes are required
 2025-11-03 12:21 UTC  (9+ messages)

[PATCH] init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()
 2025-11-03 12:06 UTC  (2+ messages)

[PATCH RFC 0/2] fs: fully sync all fsese even for an emergency sync
 2025-11-03 12:04 UTC  (6+ messages)
` [PATCH RFC 1/2] fs: do not pass a parameter for sync_inodes_one_sb()
` [PATCH RFC 2/2] fs: fully sync all fses even for an emergency sync

[PATCH v2] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-11-03 11:51 UTC  (3+ messages)

[PATCH v4 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-11-03 11:41 UTC  (5+ messages)
` [PATCH v4 1/3] io_uring: only call io_should_terminate_tw() once for ctx
` [PATCH v4 2/3] io_uring: add wrapper type for io_req_tw_func_t arg
` [PATCH v4 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

Improving inode number documentation
 2025-11-03 11:28 UTC  (8+ messages)
` [PATCH v3] man/man3/readdir.3, man/man3type/stat.3type: Improve documentation about .d_ino and .st_ino

[PATCH 00/16] credentials guards: the easy cases
 2025-11-03 11:27 UTC  (17+ messages)
` [PATCH 01/16] cred: add {scoped_}with_creds() guards
` [PATCH 02/16] aio: use credential guards
` [PATCH 03/16] backing-file: use credential guards for reads
` [PATCH 04/16] backing-file: use credential guards for writes
` [PATCH 05/16] backing-file: use credential guards for splice read
` [PATCH 06/16] backing-file: use credential guards for splice write
` [PATCH 07/16] backing-file: use credential guards for mmap
` [PATCH 08/16] binfmt_misc: use credential guards
` [PATCH 09/16] erofs: "
` [PATCH 10/16] nfs: use credential guards in nfs_local_call_read()
` [PATCH 11/16] nfs: use credential guards in nfs_local_call_write()
` [PATCH 12/16] nfs: use credential guards in nfs_idmap_get_key()
` [PATCH 13/16] smb: use credential guards in cifs_get_spnego_key()
` [PATCH 14/16] act: use credential guards in acct_write_process()
` [PATCH 15/16] cgroup: use credential guards in cgroup_attach_permissions()
` [PATCH 16/16] net/dns_resolver: use credential guards in dns_query()

[PATCH v4 00/72] nstree: listns()
 2025-11-03 11:21 UTC  (4+ messages)
` [PATCH v4 18/72] nstree: add unified namespace list

[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-11-03 11:18 UTC  (2+ messages)

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-11-03 10:59 UTC  (8+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-03 10:50 UTC  (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH] xfs: remove xarray mark for reclaimable zones
 2025-11-03 10:19 UTC  (2+ messages)

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-03  9:34 UTC  (12+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-03  8:53 UTC  (10+ messages)

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-03  8:27 UTC  (21+ messages)
` [PATCH 01/25] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH 02/25] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH 03/25] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 05/25] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH 06/25] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 08/25] ext4: support large block size in ext4_readdir()
` [PATCH 09/25] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion

[PATCH] fs: touch up predicts in putname()
 2025-11-03  4:45 UTC  (8+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-02 23:51 UTC  (7+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[PATCH 0/8] creds: add {scoped_}with_kernel_creds()
 2025-11-02 23:12 UTC  (9+ messages)
` [PATCH 1/8] cleanup: fix scoped_class()
` [PATCH 2/8] cred: add kernel_cred() helper
` [PATCH 3/8] cred: make init_cred static
` [PATCH 4/8] cred: add {scoped_}with_kernel_creds
` [PATCH 5/8] firmware: don't copy kernel creds
` [PATCH 6/8] nbd: "
` [PATCH 7/8] target: "
` [PATCH 8/8] unix: don't copy creds

[syzbot] [netfs?] INFO: task hung in pipe_write (6)
 2025-11-02 17:38 UTC  (2+ messages)
` [syzbot] [kernfs?] "

[PATCH 00/22] coredump: cleanups & pidfd extension
 2025-11-02 17:03 UTC  (2+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-02 16:17 UTC  (9+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[PATCH] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-11-02 14:53 UTC  (4+ messages)

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-11-02 14:27 UTC  (9+ messages)

[PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
 2025-11-02  9:59 UTC  (4+ messages)

[PATCH v12 01/13] x86/um: nommu: elf loader for fdpic
 2025-11-02  9:49 UTC 

[PATCH 0/7] sysctl: Move jiffies converters out of kernel/sysctl.c
 2025-11-02  7:54 UTC  (3+ messages)
` [PATCH 4/7] sysctl: Move jiffies converters to kernel/time/jiffies.c

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-02  5:39 UTC  (2+ messages)

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-01 23:06 UTC  (24+ messages)
                  ` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
                    ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules
                    ` [PATCH 2/3] runtime-const: split headers between accessors and fixup; disable for modules
                    ` [PATCH 3/3] fs: hide names_cachep behind runtime access machinery

[viro@zeniv.linux.org.uk: [RFC] audit reporting (or not reporting) pathnames on early failures in syscalls]
 2025-11-01 17:36 UTC  (3+ messages)

[PATCH] fs/pipe: stop duplicating union pipe_index declaration
 2025-11-01 16:38 UTC  (12+ messages)
        ` fms extension (Was: [PATCH] fs/pipe: stop duplicating union pipe_index declaration)

[PATCH RFC] fs/ntfs3: disable readahead for compressed files
 2025-11-01 16:01 UTC  (2+ messages)

[PATCH] fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/O
 2025-11-01 15:25 UTC  (3+ messages)
  ` [PATCH v2] "

open_tree, and bind-mounting directories across mount namespaces
 2025-11-01 15:21 UTC  (3+ messages)
` [PATCH 1/1] fs: let open_tree open mounts from another namespace

[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
 2025-11-01 15:06 UTC  (18+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 03/10] rust: uaccess: add UserSliceReader::read_slice_file()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()

[RFC] Detecting missing null pointer checks after memory allocations
 2025-11-01 12:42 UTC 

[PATCH 0/5] gfs2 non-blocking lookup
 2025-11-01  8:09 UTC  (6+ messages)
` [PATCH 1/5] gfs2: No d_revalidate op for "lock_nolock" mounts
` [PATCH 2/5] gfs2: Get rid of had_lock in gfs2_drevalidate
` [PATCH 3/5] gfs2: Use unique tokens for gfs2_revalidate
` [PATCH 4/5] gfs2: Enable non-blocking lookup in gfs2_permission
` [PATCH 5/5] Revert "gfs2: Add GL_NOBLOCK flag"

[PATCH] hfs/hfsplus: move on-disk layout declarations into hfs_common.h
 2025-11-01  0:17 UTC 

[PATCH] hfsplus: fix volume corruption issue for generic/070
 2025-11-01  0:12 UTC 

[PATCH v5 0/3] Optimize folio split in memory failure
 2025-11-01  0:08 UTC  (7+ messages)
` [PATCH v5 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v5 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH 0/2] fuse: Fix missing fuse_copy_finish in dev_uring.c
 2025-10-31 21:30 UTC  (3+ messages)
` [PATCH 1/2] fuse: missing copy_finish in fuse-over-io-uring argument copies

[f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-10-31 21:28 UTC  (3+ messages)
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-10-31 21:19 UTC  (9+ messages)
` [PATCH v2 1/8] io_uring/uring_cmd: add io_uring_cmd_import_fixed_full()

[PATCH v4 0/1] vfs-6.19.iomap commit 51311f045375 fixup
 2025-10-31 21:13 UTC  (2+ messages)
` [PATCH v4 1/1] iomap: fix race when reading in all bytes of a folio

[PATCH v3 0/2] vfs-6.19.iomap commit 51311f045375 fixups
 2025-10-31 20:38 UTC  (6+ messages)
` [PATCH v3 2/2] iomap: fix race when reading in all bytes of a folio

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

[PATCH] mount: fix duplicate mounts using the new mount API
 2025-10-31 18:48 UTC  (5+ messages)

[PATCH v3 0/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-31 18:29 UTC  (4+ messages)
` [PATCH v3 4/4] "

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2025-10-31 17:56 UTC  (3+ messages)

[PATCH v4 0/3] Optimize folio split in memory failure
 2025-10-31 15:44 UTC  (8+ messages)
` [PATCH v4 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v4 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

alloc misaligned vectors for zoned XFS v2
 2025-10-31 15:24 UTC  (4+ messages)
` [PATCH 1/2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
` [PATCH 2/2] xfs: support sub-block aligned vectors in always COW mode

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-31 13:58 UTC  (3+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit

alloc misaligned vectors for zoned XFS
 2025-10-31 12:40 UTC  (8+ messages)
` [PATCH 1/4] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-31 12:23 UTC  (5+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent

[PATCH v2 1/2] fs: push list presence check into inode_io_list_del()
 2025-10-31 12:17 UTC  (2+ messages)

[PATCH 00/10] Add and use folio_next_pos()
 2025-10-31 12:12 UTC  (2+ messages)

Hit an assertion within lib/xarray.c from lib/test_xarray.c, would like help debugging
 2025-10-31 10:40 UTC  (2+ messages)

move blk-crypto-fallback to sit above the block layer
 2025-10-31  9:34 UTC  (10+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 6/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCHv4 0/8]
 2025-10-31  9:18 UTC  (10+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[syzbot] Monthly fs report (Oct 2025)
 2025-10-31  8:55 UTC 


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