Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-21 08:40:03 to 2025-09-23 22:10:15 UTC [more...]

[PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-09-23 22:10 UTC  (14+ messages)
` [PATCH 01/28] fuse: implement the basic iomap mechanisms
` [PATCH 04/28] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-23 21:17 UTC  (4+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-23 20:59 UTC  (19+ messages)
` [PATCH 1/8] fuse: fix livelock in synchronous file put from fuseblk workers
` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/8] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors
` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers

[syzbot] [fs?] general protection fault in iter_file_splice_write
 2025-09-23 19:59 UTC  (2+ messages)

[RFC 0/2] writeback: add support for filesystems to optimize parallel writeback
 2025-09-23 18:46 UTC  (4+ messages)
` [RFC 2/2] xfs: implement get_inode_wb_ctx_idx() for per-AG "

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-23 18:34 UTC  (6+ messages)
` [PATCH v1 05/16] iomap: propagate iomap_read_folio() error to caller

[PATCH 1/2] sched/core: Enable full cpumask to clear user cpumask in sched_setaffinity()
 2025-09-23 17:54 UTC  (2+ messages)
` [PATCH 2/2] fs/proc: Show the content of task->user_cpus_ptr in /proc/<pid>/status

[PATCH] ceph: Fix log output race condition in osd client
 2025-09-23 17:27 UTC  (2+ messages)

[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-23 17:21 UTC  (18+ messages)
` [PATCH v4 01/15] iomap: move bio read logic into helper function
` [PATCH v4 02/15] iomap: move read/readahead bio submission "
` [PATCH v4 03/15] iomap: store read/readahead bio generically
` [PATCH v4 04/15] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v4 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v4 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v4 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v4 08/15] iomap: add public start/finish folio read helpers
` [PATCH v4 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v4 10/15] iomap: add bias for async read requests
` [PATCH v4 11/15] iomap: move buffered io bio logic into new file
` [PATCH v4 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v4 13/15] fuse: use iomap for read_folio
` [PATCH v4 14/15] fuse: use iomap for readahead
` [PATCH v4 15/15] fuse: remove fc->blkbits workaround for partial writes

[PATCH v3 0/3] Test file_getattr and file_setattr syscalls
 2025-09-23 16:09 UTC  (3+ messages)
` [PATCH v3 2/3] generic: introduce test to test file_getattr/file_setattr syscalls

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-23 13:16 UTC  (7+ messages)
` [PATCH v6 1/4] fs: provide accessors for ->i_state
` [PATCH v6 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v6 3/4] Manual conversion of ->i_state uses
` [PATCH v6 4/4] fs: make plain ->i_state access fail to compile

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-23 13:13 UTC  (25+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v3 08/30] kho: don't unpreserve memory during abort
` [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
` [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management

[PATCH 0/3] Suppress undesirable hung task warnings
 2025-09-23 12:44 UTC  (20+ messages)
` [PATCH 1/3] sched: Introduce a new flag PF_DONT_HUNG
` [PATCH 2/3] writeback: Introduce wb_wait_for_completion_no_hung()
` [PATCH 3/3] memcg: Don't trigger hung task warnings when memcg is releasing resources
      ` [External] Re: [PATCH 0/3] Suppress undesirable hung task warnings

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-23 12:04 UTC  (2+ messages)

[PATCH 0/9] ns: rework common initialization
 2025-09-23 10:44 UTC  (10+ messages)
` [PATCH 2/9] mnt: expose pointer to init_mnt_ns
` [PATCH 7/9] net: centralize ns_common initialization

[PATCH] fcntl: trim arguments
 2025-09-23 10:43 UTC  (3+ messages)

(no subject)
 2025-09-23 10:40 UTC  (12+ messages)
` [PATCH v4 1/6] VFS/ovl: add lookup_one_positive_killable()
` [PATCH v4 2/6] VFS: discard err2 in filename_create()
` [PATCH v4 3/6] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH v4 4/6] VFS/audit: introduce kern_path_parent() for audit
` [PATCH v4 5/6] VFS: rename kern_path_locked() and related functions
` [PATCH v4 6/6] debugfs: rename start_creating() to debugfs_start_creating()

[PATCH] mm/readahead: Skip fully overlapped range
 2025-09-23  9:57 UTC  (4+ messages)

[syzbot] [fs?] [mm?] WARNING: bad unlock balance in hugetlb_vmdelete_list
 2025-09-23  9:03 UTC 

[PATCHES][RFC] the meat of tree-in-dcache series
 2025-09-23  8:10 UTC  (18+ messages)
` [PATCH 01/39] new helper: simple_remove_by_name()
  ` [PATCH 10/39] convert smackfs
  ` [PATCH 18/39] convert debugfs
  ` [PATCH 19/39] debugfs: remove duplicate checks in callers of start_creating()
  ` [PATCH 31/39] convert selinuxfs

[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
 2025-09-23  8:03 UTC  (2+ messages)

[PATCH] cramfs: Fix incorrect physical page address calculation
 2025-09-23  7:38 UTC  (3+ messages)

[PATCH 00/13] ext4: optimize online defragment
 2025-09-23  6:49 UTC  (15+ messages)
` [PATCH 01/13] ext4: fix an off-by-one issue during moving extents
` [PATCH 02/13] ext4: correct the checking of quota files before "
` [PATCH 03/13] ext4: introduce seq counter for the extent status entry
` [PATCH 04/13] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH 05/13] ext4: pass out extent seq counter when mapping blocks
` [PATCH 06/13] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH 07/13] ext4: add mext_check_validity() to do basic check
` [PATCH 08/13] ext4: refactor mext_check_arguments()
` [PATCH 09/13] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH 10/13] ext4: introduce mext_move_extent()
` [PATCH 11/13] ext4: switch to using the new extent movement method
` [PATCH 12/13] ext4: add large folios support for moving extents
` [PATCH 13/13] ext4: add two trace points "
` [syzbot ci] Re: ext4: optimize online defragment

[PATCH] io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
 2025-09-23  6:16 UTC  (2+ messages)

[PATCH v5 0/4] allow partial folio write with iomap_folio_state
 2025-09-23  4:21 UTC  (5+ messages)
` [PATCH v5 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH v5 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH v5 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH v5 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-22 23:19 UTC  (8+ messages)
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 10/15] iomap: add bias for async read requests

[PATCH 0/3] ns: minor tweaks
 2025-09-22 21:36 UTC  (9+ messages)
` [PATCH 1/3] cgroup: add missing ns_common include
` [PATCH 2/3] ns: simplify ns_common_init() further
` [PATCH 3/3] ns: add ns_debug()

what's going on with aa_destroy_aafs() call in apparmor_init()?
 2025-09-22 20:46 UTC  (2+ messages)

[PATCH v15 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-09-22 20:31 UTC  (2+ messages)

[PATCH v2] iomap: simplify iomap_iter_advance()
 2025-09-22 18:23 UTC  (2+ messages)

[PATCH] iomap: adjust read range correctly for non-block-aligned positions
 2025-09-22 18:21 UTC  (2+ messages)

next-20250922: arm riscv32 flexfilelayout.c:685:2: error: incompatible pointer types passing 'u32 *'
 2025-09-22 17:59 UTC 

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-22 14:28 UTC  (5+ messages)

[PATCH v4 00/10] man2: document "new" mount API
 2025-09-22 13:22 UTC  (28+ messages)
` [PATCH v4 02/10] man/man2/fsopen.2: "
` [PATCH v4 03/10] man/man2/fspick.2: "
` [PATCH v4 04/10] man/man2/fsconfig.2: "
` [PATCH v4 07/10] man/man2/open_tree.2: "
` [PATCH v4 08/10] man/man2/mount_setattr.2: mirror opening sentence from fsopen(2)
` [PATCH v4 09/10] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v4 10/10] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction

[ANNOUNCE] util-linux stable v2.41.2
 2025-09-22 11:48 UTC 

[PATCH v5 0/4] hide ->i_state behind accessors
 2025-09-22 11:41 UTC  (8+ messages)
` [PATCH v5 3/4] Manual conversion of ->i_state uses

[PATCH] ns: use inode initializer for initial namespaces
 2025-09-22 10:31 UTC  (2+ messages)

[RFC PATCH] namei: fix revalidate vs. rename race
 2025-09-22  8:45 UTC  (4+ messages)

[PATCH v3] fs/proc/task_mmu: check p->vec_buf for NULL
 2025-09-22  8:43 UTC  (3+ messages)

[PATCH v2] fs/proc: check p->vec_buf for NULL
 2025-09-22  8:30 UTC  (2+ messages)

[PATCH] fs/proc/task_mmu: check cur_buf for NULL
 2025-09-22  8:25 UTC  (5+ messages)

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2025-09-22  6:26 UTC  (10+ messages)
` [PATCH 2/2] "

[PATCH v4 05/10] man/man2/fsmount.2: document "new" mount API
 2025-09-22  1:10 UTC  (3+ messages)

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-21 16:24 UTC  (6+ messages)

[PATCH] fs/namespace.c: fix mountpath handling in do_lock_mount()
 2025-09-21 14:23 UTC  (5+ messages)
` [RFC] {do_,}lock_mount() behaviour wrt races and move_mount(2) with empty to_path (was Re: [PATCH] fs/namespace.c: fix mountpath handling in do_lock_mount())

[syzbot] [fs?] KASAN: slab-use-after-free Read in driver_remove_file
 2025-09-21 12:20 UTC  (2+ messages)
` [PATCH] comedi: Unregister is prohibited when attach fails before register

[PATCH v3 5/6] VFS: rename kern_path_locked() and related functions
 2025-09-21 10:22 UTC  (3+ messages)


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