linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-26 00:29:40 to 2025-09-29 12:56:36 UTC [more...]

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-29 12:56 UTC  (6+ messages)
` [PATCH v6 3/4] Manual conversion of ->i_state uses

[PATCH 00/11] Create APIs to centralise locking for directory ops
 2025-09-29 12:37 UTC  (32+ messages)
` [PATCH 01/11] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH 02/11] VFS: introduce start_dirop() and end_dirop()
` [PATCH 03/11] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH 04/11] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH 05/11] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH 06/11] VFS: introduce start_removing_dentry()
` [PATCH 07/11] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH 08/11] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH 09/11] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH 10/11] Add start_renaming_two_dentrys()
` [PATCH 11/11] ecryptfs: use new start_creaing/start_removing APIs

[PATCH v2 1/2] writeback: Wake up waiting tasks when finishing the writeback of a chunk
 2025-09-29 12:28 UTC  (2+ messages)
` [PATCH v2 2/2] writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_secs)

[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
 2025-09-29 11:50 UTC  (2+ messages)

[patch V2 0/6] uaccess: Provide and use scopes for user masked access
 2025-09-29 11:10 UTC  (10+ messages)
` [patch V2 2/6] kbuild: Disable asm goto on clang < 17
      ` [patch V2a 2/6] kbuild: Disable CC_HAS_ASM_GOTO_OUTPUT on clang < version 17

[PATCH 1/2] writeback: Wake up waiting tasks when finishing the writeback of a chunk
 2025-09-29 11:08 UTC  (5+ messages)
` [PATCH 2/2] writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_secs)
  ` [External] Re: [PATCH 1/2] writeback: Wake up waiting tasks when finishing the writeback of a chunk

[PATCH] fs: Make wbc_to_tag() extern and use it in fs
 2025-09-29 10:57 UTC  (4+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-29 10:20 UTC  (14+ 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

[GIT PULL 00/12 for v6.18] vfs 6.18
 2025-09-29  9:53 UTC  (16+ messages)
` [GIT PULL 01/12 for v6.18] misc
` [GIT PULL 02/12 for v6.18] mount
` [GIT PULL 03/12 for v6.18] inode
` [GIT PULL 04/12 for v6.18] iomap
` [GIT PULL 05/12 for v6.18] pidfs
` [GIT PULL 06/12 for v6.18] rust
` [GIT PULL 07/12 for v6.18] workqueue
` [GIT PULL 08/12 for v6.18] core kernel
` [GIT PULL 9/12 for v6.18] afs
` [GIT PULL 10/12 for v6.18] namespaces
` [GIT PULL 11/12 for v6.18] writeback
` [GIT PULL 12/12 for v6.18] async directory preliminaries

next-20250924: Internal error: Oops: mnt_ns_release (fs/namespace.c:148) __arm64_sys_listmount (fs/namespace.c:5936)
 2025-09-29  9:42 UTC  (3+ messages)

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-09-29  9:38 UTC  (7+ messages)
` [PATCH v5 10/14] iomap: move buffered io bio logic into new file
` [PATCH v5 11/14] iomap: make iomap_read_folio() a void return
` [PATCH v5 12/14] fuse: use iomap for read_folio
` [PATCH v5 13/14] fuse: use iomap for readahead
` [PATCH v5 14/14] fuse: remove fc->blkbits workaround for partial writes

[PATCH] iomap: adjust read range correctly for non-block-aligned positions
 2025-09-29  9:35 UTC  (2+ messages)

[bug report] listmount: don't call path_put() under namespace semaphore
 2025-09-29  9:33 UTC  (2+ messages)

[syzbot] [fs?] WARNING: bad unlock balance in namespace_unlock
 2025-09-29  9:23 UTC  (5+ messages)
` [PATCH Next] copy_mnt_ns(): Remove unnecessary unlock

[PATCH V4 0/6] loop: improve loop aio perf by IOCB_NOWAIT
 2025-09-29  9:18 UTC  (11+ messages)
` [PATCH V4 1/6] loop: add helper lo_cmd_nr_bvec()
` [PATCH V4 2/6] loop: add helper lo_rw_aio_prep()
` [PATCH V4 3/6] loop: add lo_submit_rw_aio()
` [PATCH V4 4/6] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V4 5/6] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V4 6/6] loop: add hint for handling aio via IOCB_NOWAIT
` [syzbot ci] Re: loop: improve loop aio perf by IOCB_NOWAIT

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-29  9:13 UTC  (3+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH] initrd: Replace simple_strtol with kstrtoint to improve ramdisk_start_setup
 2025-09-29  9:04 UTC  (2+ messages)

[PATCH] fs: update comment in init_file()
 2025-09-29  9:03 UTC  (2+ messages)

[PATCH v2] nsfs: handle inode number mismatches gracefully in file handles
 2025-09-29  8:58 UTC  (2+ messages)

[syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete
 2025-09-29  8:51 UTC  (3+ messages)

[PATCH v2] iomap: simplify iomap_iter_advance()
 2025-09-29  8:32 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Add more dentry kfuncs for BPF LSM programs
 2025-09-29  8:24 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Add "

[PATCH v4 00/30] Live Update Orchestrator
 2025-09-29  1:03 UTC  (31+ messages)
` [PATCH v4 01/30] kho: allow to drive kho from within kernel
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers
` [PATCH v4 04/30] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v4 05/30] kho: don't unpreserve memory during abort
` [PATCH v4 06/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v4 07/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v4 08/30] liveupdate: luo_core: integrate with KHO
` [PATCH v4 09/30] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v4 10/30] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v4 11/30] liveupdate: luo_session: Add sessions support
` [PATCH v4 12/30] liveupdate: luo_ioctl: add user interface
` [PATCH v4 13/30] liveupdate: luo_file: implement file systems callbacks
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v4 15/30] reboot: call liveupdate_reboot() before kexec
` [PATCH v4 16/30] kho: move kho debugfs directory to liveupdate
` [PATCH v4 17/30] liveupdate: add selftests for subsystems un/registration
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 19/30] docs: add luo documentation
` [PATCH v4 20/30] MAINTAINERS: add liveupdate entry
` [PATCH v4 21/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v4 22/30] mm: shmem: allow freezing inode mapping
` [PATCH v4 23/30] mm: shmem: export some functions to internal.h
` [PATCH v4 24/30] luo: allow preserving memfd
` [PATCH v4 25/30] docs: add documentation for memfd preservation via LUO
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
` [PATCH v4 27/30] selftests/liveupdate: Add multi-file and unreclaimed file test
` [PATCH v4 28/30] selftests/liveupdate: Add multi-session workflow and state interaction test
` [PATCH v4 29/30] selftests/liveupdate: Add test for unreclaimed resource cleanup
` [PATCH v4 30/30] selftests/liveupdate: Add tests for per-session state and cancel cycles

[GIT PULL] hfs/hfsplus changes for 6.18-rc1
 2025-09-28 22:53 UTC 

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-28 10:33 UTC  (4+ messages)
` [PATCH v3 01/14] ACPI: APEI: "

[PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-09-28 10:28 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH v2] exfat: combine iocharset and utf8 option setup
 2025-09-28  9:27 UTC  (3+ messages)

[BUG] 6.17.0, mount: /mnt/0: fsconfig() failed: File exists
 2025-09-28  6:27 UTC  (2+ messages)

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-27 22:53 UTC  (8+ messages)

[syzbot] Monthly fuse report (Sep 2025)
 2025-09-27 20:43 UTC 

[GIT PULL] Interleaved SHA-256 hashing support for 6.18
 2025-09-27 20:24 UTC 

[GIT PULL] fscrypt updates for 6.18
 2025-09-27 19:48 UTC 

[RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
 2025-09-27  8:39 UTC 

[PATCH] hpfs: Initialize memory in `hfs_find_init`
 2025-09-27  7:28 UTC 

[PATCH v5] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] ext4: fix an off-by-one issue during moving extents
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-26 21:07 UTC  (7+ messages)

[GIT PULL] vfs fixes
 2025-09-26 20:44 UTC  (2+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-26 19:36 UTC  (10+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-09-26 18:46 UTC  (3+ messages)

[syzbot] Monthly exfat report (Sep 2025)
 2025-09-26 18:13 UTC 

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-26 16:27 UTC  (10+ messages)
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "

[PATCH] write-back: Wake up waiting tasks when finishing the writeback of a chunk
 2025-09-26 16:14 UTC  (10+ messages)

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-09-26 13:05 UTC  (5+ messages)

[PATCH v5 0/8] man2: document "new" mount API
 2025-09-26 12:56 UTC  (7+ messages)
` [PATCH v5 3/8] man/man2/fsconfig.2: "
` [PATCH v5 4/8] man/man2/fsmount.2: "
` [PATCH v5 5/8] man/man2/move_mount.2: "

LTP listmount04 failures after "listmount: don't call path_put() under namespace semaphore"
 2025-09-26  9:19 UTC  (2+ messages)

[PATCH] locking: detect spin_lock_irq() call with disabled interrupts
 2025-09-26  9:18 UTC  (2+ messages)

[RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
 2025-09-26  9:14 UTC  (2+ messages)

[PATCHES] file->f_path safety and struct path constifications
 2025-09-26  9:13 UTC  (8+ messages)
` [PATCH 1/2] kernel/acct.c: saner struct file treatment

[PATCH] fuse: fix readahead reclaim deadlock
 2025-09-26  9:01 UTC  (4+ messages)

[PATCH v3 REPOST] netfs: fix reference leak
 2025-09-26  8:14 UTC  (2+ messages)

[PATCH] exfat: move utf8 mount option setup to exfat_parse_param()
 2025-09-26  5:19 UTC  (3+ messages)

[syzbot] Monthly hfs report (Sep 2025)
 2025-09-26  5:14 UTC 


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).