public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-12 05:44:11 to 2025-03-13 23:34:30 UTC [more...]

[RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
 2025-03-13 23:33 UTC  (10+ messages)
` [RFC PATCH 01/35] ceph: Fix incorrect flush end position calculation
` [RFC PATCH 02/35] libceph: Rename alignment to offset
` [RFC PATCH 03/35] libceph: Add a new data container type, ceph_databuf
` [RFC PATCH 04/35] ceph: Convert ceph_mds_request::r_pagelist to a databuf
` [RFC PATCH 05/35] libceph: Add functions to add ceph_databufs to requests
` [RFC PATCH 06/35] rbd: Use ceph_databuf for rbd_obj_read_sync()
` [RFC PATCH 07/35] libceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 08/35] libceph: Unexport osd_req_op_cls_request_data_pages()
` [RFC PATCH 09/35] libceph: Remove osd_req_op_cls_response_data_pages()

[PATCH] exportfs: remove locking around ->get_parent() call
 2025-03-13 22:29 UTC 

Does ceph_fill_inode() mishandle I_NEW?
 2025-03-13 22:47 UTC  (5+ messages)

[GIT PULL] bcachefs fixes for 6.14-rc7
 2025-03-13 22:45 UTC 

[RFC 0/5] track memory used by balloon drivers
 2025-03-13 22:33 UTC  (18+ messages)
` [RFC 1/5] meminfo: add a per node counter for "
` [RFC 2/5] virtio_balloon: update the NR_BALLOON_PAGES state
` [RFC 4/5] vmx_balloon: "

[PATCH] VFS/autofs: try_lookup_one_len() does not need any locks
 2025-03-13 22:32 UTC 

[LSF/MM/BPF TOPIC] Parallelizing filesystem writeback
 2025-03-13 20:22 UTC  (11+ messages)
          ` [Lsf-pc] "

[GIT PULL] vfs fixes
 2025-03-13 19:04 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] The future of anon_vma
 2025-03-13 18:41 UTC  (2+ messages)

[PATCH v6 00/13] large atomic writes for xfs with CoW
 2025-03-13 18:03 UTC  (15+ messages)
` [PATCH v6 01/13] iomap: inline iomap_dio_bio_opflags()
` [PATCH v6 02/13] iomap: comment on atomic write checks in iomap_dio_bio_iter()
` [PATCH v6 03/13] iomap: rework IOMAP atomic flags
` [PATCH v6 04/13] xfs: pass flags to xfs_reflink_allocate_cow()
` [PATCH v6 05/13] xfs: allow block allocator to take an alignment hint
` [PATCH v6 06/13] xfs: switch atomic write size check in xfs_file_write_iter()
` [PATCH v6 07/13] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v6 08/13] xfs: reflink CoW-based atomic write support
` [PATCH v6 09/13] xfs: add XFS_REFLINK_ALLOC_EXTSZALIGN
` [PATCH v6 10/13] xfs: iomap COW-based atomic write support
` [PATCH v6 11/13] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 12/13] xfs: commit CoW-based atomic writes atomically
` [PATCH v6 13/13] xfs: update atomic write max size

[PATCH] udf: Fix inode_getblk() return value
 2025-03-13 17:25 UTC  (3+ messages)

[PATCH] the dm-loop target
 2025-03-13 16:36 UTC  (24+ messages)

[PATCH v3 0/5] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-13 16:34 UTC  (7+ messages)
` [PATCH v3 1/5] panic: Move panic ctl tables into panic.c
` [PATCH v3 2/5] signal: Move signal ctl tables into signal.c
` [PATCH v3 3/5] tracing: Move trace sysctls into trace.c
` [PATCH v3 4/5] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v3 5/5] sparc: mv sparc sysctls into their own file under arch/sparc/kernel

[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-13 16:19 UTC  (9+ messages)
` [PATCH v2 4/6] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir

[PATCH] drop_caches: Allow re-enabling message after disabling
 2025-03-13 15:54 UTC  (2+ messages)

[PATCH v2] drop_caches: re-enable message after disabling
 2025-03-13 15:52 UTC  (6+ messages)

[RFC PATCH v1] landlock: Allow signals between threads of the same process
 2025-03-13 14:59 UTC 

[PATCH] fs: dedup handling of struct filename init and refcounts bumps
 2025-03-13 14:27 UTC 

[PATCH v2] fs: consistently deref the files table with rcu_dereference_raw()
 2025-03-13 13:57 UTC 

PI and data checksumming for XFS
 2025-03-13 13:53 UTC  (3+ messages)
` [PATCH 3/7] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset

[PATCH] Revert "libfs: Use d_children list to iterate simple_offset directories"
 2025-03-13 13:45 UTC  (18+ messages)

[PATCH] fs: consistently deref the files table with rcu_access_pointer()
 2025-03-13 13:42 UTC  (2+ messages)

[RFC] weird stuff in exfat_lookup()
 2025-03-13 12:39 UTC  (4+ messages)

[PATCH v8] fuse: add more control over cache invalidation behaviour
 2025-03-13 12:11 UTC  (10+ messages)

[PATCH] ceph: Fix incorrect flush end position calculation
 2025-03-13 11:26 UTC  (5+ messages)

[PATCH] fs: use debug-only asserts around fd allocation and install
 2025-03-13  8:55 UTC  (5+ messages)

[RFC PATCH 0/6] fs, lsm: mediate O_PATH fd creation in file_open hook
 2025-03-13  8:50 UTC  (10+ messages)
` [RFC PATCH 1/6] fs: invoke LSM file_open hook in do_dentry_open for O_PATH fds as well
` [RFC PATCH 2/6] apparmor: explicitly skip mediation of O_PATH file descriptors
` [RFC PATCH 3/6] landlock: "
` [RFC PATCH 4/6] selinux: "
` [RFC PATCH 5/6] smack: "
` [RFC PATCH 6/6] tomoyo: "

[PATCHES] several fixes from tree-in-dcache stuff
 2025-03-13  8:29 UTC  (9+ messages)
` [PATCH 1/4] spufs: fix a leak on spufs_new_file() failure
` [PATCH 2/4] spufs: fix gang directory lifetimes
` [PATCH 3/4] spufs: fix a leak in spufs_create_context()
` [PATCH 4/4] qibfs: fix _another_ leak

[PATCH v5 00/10] large atomic writes for xfs with CoW
 2025-03-13  8:28 UTC  (59+ messages)
` [PATCH v5 01/10] xfs: Pass flags to xfs_reflink_allocate_cow()
` [PATCH v5 02/10] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v5 03/10] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v5 04/10] xfs: Reflink CoW-based atomic write support
` [PATCH v5 05/10] xfs: Iomap SW-based "
` [PATCH v5 07/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH v5 08/10] xfs: Update atomic write max size
` [PATCH v5 09/10] xfs: Allow block allocator to take an alignment hint
` [PATCH RFC v5 10/10] iomap: Rename ATOMIC flags again

[PATCH] block: add BLK_FEAT_LBS to check for PAGE_SIZE limit
 2025-03-13  8:26 UTC  (7+ messages)

[PATCH v3] sysctl: expose sysctl_check_table for unit testing and use it
 2025-03-12 21:23 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] sysctl: unregister sysctl table after testing
 2025-03-12 21:15 UTC  (3+ messages)

[PATCH v4 00/12] large atomic writes for xfs with CoW
 2025-03-12 21:00 UTC  (6+ messages)
` [PATCH v4 12/12] xfs: Allow block allocator to take an alignment hint

[PATCH v3 0/6] Fix for potential deadlock in pre-content event
 2025-03-12 16:56 UTC  (8+ messages)
` [PATCH v3 1/6] fsnotify: add pre-content hooks on mmap()
` [PATCH v3 2/6] Revert "ext4: add pre-content fsnotify hook for DAX faults"
` [PATCH v3 3/6] Revert "xfs: "
` [PATCH v3 4/6] Revert "fsnotify: generate pre-content permission event on page fault"
` [PATCH v3 5/6] Revert "mm: don't allow huge faults for files with pre content watches"
` [PATCH v3 6/6] Revert "fanotify: disable readahead if we have pre-content watches"

[PATCH] fs: dodge an atomic in putname if ref == 1
 2025-03-12 16:07 UTC  (4+ messages)

[bug report] udf: merge bh free
 2025-03-12 15:32 UTC  (3+ messages)

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2025-03-12 14:09 UTC  (10+ messages)

[PATCH] um: hostfs: avoid issues on inode number reuse by host
 2025-03-12 12:53 UTC 

[RFC PATCH 0/9] Landlock supervise: a mechanism for interactive permission requests
 2025-03-12 12:26 UTC  (17+ messages)
` [RFC PATCH 5/9] Define user structure for events and responses


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