linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-03 18:31:18 to 2025-09-05 20:02:10 UTC [more...]

[RFC PATCH 00/20] add comments in include/linux/ceph/*.h
 2025-09-05 20:01 UTC  (16+ messages)
` [RFC PATCH 01/20] ceph: add comments to metadata structures in auth.h
` [RFC PATCH 02/20] ceph: add comments to metadata structures in buffer.h
` [RFC PATCH 03/20] ceph: add comments in ceph_debug.h
` [RFC PATCH 04/20] ceph: add comments to declarations in ceph_features.h
` [RFC PATCH 05/20] ceph: rework comments in ceph_frag.h
` [RFC PATCH 06/20] ceph: add comments to metadata structures in ceph_fs.h
` [RFC PATCH 07/20] ceph: add comments in ceph_hash.h
` [RFC PATCH 08/20] ceph: add comments to metadata structures in cls_lock_client.h
` [RFC PATCH 09/20] ceph: add comments to metadata structures in libceph.h
` [RFC PATCH 10/20] ceph: add comments to metadata structures in messenger.h
` [RFC PATCH 11/20] ceph: add comments to metadata structures in mon_client.h
` [RFC PATCH 12/20] ceph: add comments to metadata structures in msgpool.h
` [RFC PATCH 13/20] ceph: add comments to metadata structures in msgr.h
` [RFC PATCH 14/20] ceph: add comments to metadata structures in osd_client.h
` [RFC PATCH 15/20] ceph: add comments to metadata structures in osdmap.h

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-09-05 19:44 UTC  (7+ messages)
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely

qemu-arm64: xfstests crash in bio_iov_iter_get_pages on next-20250904
 2025-09-05 18:41 UTC  (2+ messages)

[PATCHSET RFC v4 1/4] fuse: general bug fixes
 2025-09-05 15:22 UTC  (29+ messages)
` [PATCH 2/7] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/7] fuse: implement file attributes mask for statx
` [PATCH 5/7] fuse: update file mode when updating acls

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-05 15:21 UTC  (56+ messages)
` [PATCH v1 01/16] iomap: move async bio read logic into helper function
` [PATCH v1 02/16] iomap: rename cur_folio_in_bio to folio_unlocked
  ` [PATCH v1 02/16] iomap: rename cur_folio_in_bio to folio_unlockedOM
` [PATCH v1 03/16] iomap: refactor read/readahead completion
` [PATCH v1 04/16] iomap: use iomap_iter->private for stashing read/readahead bio
` [PATCH v1 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v1 07/16] iomap: iterate through entire folio in iomap_readpage_iter()
` [PATCH v1 08/16] iomap: rename iomap_readpage_iter() to iomap_readfolio_iter()
` [PATCH v1 09/16] iomap: rename iomap_readpage_ctx struct to iomap_readfolio_ctx
` [PATCH v1 10/16] iomap: add iomap_start_folio_read() helper
` [PATCH v1 11/16] iomap: make start folio read and finish folio read public APIs
` [PATCH v1 12/16] iomap: add iomap_read_ops for read and readahead
` [PATCH v1 13/16] iomap: add a private arg "
` [PATCH v1 14/16] fuse: use iomap for read_folio
` [PATCH v1 15/16] fuse: use iomap for readahead

[PATCH v4 0/4] procfs: make reference pidns more user-visible
 2025-09-05 14:48 UTC  (3+ messages)

[PATCH v2] fanotify: Validating the return value of mnt_ns_from_dentry() before dereferencing mntns->user_ns in do_fanotify_mark()
 2025-09-05 14:20 UTC  (4+ messages)

[WIP RFC PATCH] fs: retire I_WILL_FREE
 2025-09-05 14:07 UTC  (12+ messages)
    ` [External] : "
          ` [PATCH] ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage
            ` [External] : "

[PATCH 0/3] xfs: hint based zone allocation improvements
 2025-09-05 14:03 UTC  (4+ messages)
  ` [PATCH 1/3] fs: add an enum for number of life time hints

[PATCH v2] fuse: virtio_fs: fix page fault for DAX page address
 2025-09-05 13:56 UTC  (3+ messages)

[PATCH] filelock: add FL_RECLAIM to show_fl_flags() macro
 2025-09-05 13:54 UTC  (2+ messages)

[PATCH v3] afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
 2025-09-05 13:53 UTC  (2+ messages)

[PATCH v4 0/1] eventpoll: Fix priority inversion problem
 2025-09-05 13:52 UTC  (6+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock

[PATCH] mm/filemap: Align last_index to folio size
 2025-09-05 12:50 UTC  (6+ messages)

[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
 2025-09-05 12:43 UTC  (21+ messages)
` [PATCH v2 01/12] mm: pass number of pages to __folio_start_writeback()
` [PATCH v2 10/12] iomap: refactor dirty bitmap iteration
` [PATCH v2 12/12] iomap: add granular dirty and writeback accounting

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

[PATCH v9 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-05 10:36 UTC  (6+ messages)
` [PATCH v9 1/5] mm: softdirty: Add pte_soft_dirty_available()
` [PATCH v9 2/5] mm: uffd_wp: Add pte_uffd_wp_available()
` [PATCH v9 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH v9 4/5] riscv: mm: Add soft-dirty page tracking support
` [PATCH v9 5/5] riscv: mm: Add uffd write-protect support

[PATCH v3] uapi/linux/fcntl: remove AT_RENAME* macros
 2025-09-05  9:41 UTC  (10+ messages)

[PATCH 0/3] fs: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-05  9:02 UTC  (4+ messages)
` [PATCH 1/3] fs: replace use of system_unbound_wq with system_dfl_wq
` [PATCH 2/3] fs: replace use of system_wq with system_percpu_wq
` [PATCH 3/3] fs: WQ_PERCPU added to alloc_workqueue users

[PATCH] proc: fix type confusion in pde_set_flags()
 2025-09-05  8:03 UTC  (3+ messages)

[syzbot] [netfs?] kernel BUG in netfs_perform_write
 2025-09-05  1:59 UTC  (2+ messages)
` [PATCH] netfs: Prevent duplicate unlocking

[PATCHSET RFC v4 2/4] fuse: allow servers to use iomap for better file IO performance
 2025-09-05  1:50 UTC  (6+ messages)
` [PATCH 02/23] fuse: implement the basic iomap mechanisms

[RFC] View-Based File System Model with Program-Scoped Isolation
 2025-09-05  0:06 UTC  (6+ messages)

[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
 2025-09-04 23:57 UTC  (2+ messages)

[RFC PATCH 2/2] cifs: Clean up declarations
 2025-09-04 21:18 UTC 

[PATCH 1/4] fuse: remove FUSE_NOTIFY_CODE_MAX from <uapi/linux/fuse.h>
 2025-09-04 21:07 UTC  (3+ messages)
` [PATCH 4/4] fuse: add prune notification

[syzbot] [ext4?] WARNING in __ext4_iget
 2025-09-04 19:28 UTC 

[PATCHED][RFC][CFT] mount-related stuff
 2025-09-04 18:59 UTC  (10+ messages)
` [PATCHES v2][RFC][CFT] "
  ` [PATCHES v3][RFC][CFT] "

[PATCH] ceph: add in MAINTAINERS bug tracking system info
 2025-09-04 18:36 UTC  (3+ messages)

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-09-04 18:14 UTC  (5+ messages)
` [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-04 17:34 UTC  (27+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

[RFC PATCH v5 0/2] fuse: work queues to invalided dentries
 2025-09-04 15:30 UTC  (11+ messages)
` [RFC PATCH v5 1/2] fuse: new work queue to periodically invalidate expired dentries
` [RFC PATCH v5 2/2] fuse: new work queue to invalidate dentries from old epochs

[PATCH] fhandle: use more consistent rules for decoding file handle from userns
 2025-09-04 11:23 UTC  (6+ messages)

[PATCH] - Validating the return value of mnt_ns_from_dentry() before dereferencing mntns->user_ns
 2025-09-04  9:28 UTC  (2+ messages)

[PATCH v2] fuse: prevent possible NULL pointer dereference in fuse_iomap_writeback_{range,submit}()
 2025-09-04  8:40 UTC  (8+ messages)

(no subject)
 2025-09-04  7:57 UTC 

[PATCH] mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.c
 2025-09-04  6:22 UTC 

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-09-04  3:52 UTC  (4+ messages)
` [RFC RESEND v3] binfmt_elf: preserve original ELF e_flags for "

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-04  0:04 UTC  (8+ messages)
` [PATCH v2 1/7] fs/9p: Add ability to identify inode by path for .L in uncached mode
` [PATCH v2 2/7] fs/9p: add option for path-based inodes
` [PATCH v2 3/7] fs/9p: Add ability to identify inode by path for non-.L in uncached mode
` [PATCH v2 4/7] fs/9p: .L: Refresh stale inodes on reuse
` [PATCH v2 5/7] fs/9p: non-.L: "
` [PATCH v2 6/7] fs/9p: update the target's ino_path on rename
` [PATCH v2 7/7] docs: fs/9p: Document the "inodeident" option

[PATCH] Documentation: Fix spelling mistakes
 2025-09-03 21:36 UTC  (2+ messages)

[PATCH v4] hfs/hfsplus: rework debug output subsystem
 2025-09-03 19:35 UTC  (3+ messages)

[PATCH] hfs: clear offset and space out of valid records in b-tree node
 2025-09-03 19:07 UTC  (3+ messages)

[PATCH RFC 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-03 18:31 UTC  (5+ messages)
` [PATCH RFC 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error


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