linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-17 04:29:49 to 2025-02-18 22:56:33 UTC [more...]

[RFC PATCH 0/4] fs: Add support for Windows file attributes
 2025-02-18 22:56 UTC  (13+ messages)
` [RFC PATCH 1/4] fs: Add FS_XFLAG_COMPRESSED & FS_XFLAG_ENCRYPTED for FS_IOC_FS[GS]ETXATTR API

[PATCH 0/3 RFC v2] change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-18 22:37 UTC  (10+ messages)
` [PATCH 1/3] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/3] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 3/3] VFS: Change vfs_mkdir() to return the dentry

[PATCH v6 0/2] fuse: allow notify_inval for all inodes
 2025-02-18 22:05 UTC  (15+ messages)
` [PATCH v6 1/2] vfs: export invalidate_inodes()
` [PATCH v6 2/2] fuse: add new function to invalidate cache for all inodes

[ANNOUNCE] util-linux v2.41-rc1
 2025-02-18 21:08 UTC 

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2025-02-18 19:53 UTC  (3+ messages)

[PATCH] jbd2: fix off-by-one while erasing journal
 2025-02-18 19:45 UTC  (2+ messages)

[PATCH v17 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-18 15:24 UTC  (6+ messages)
` [PATCH v17 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v17 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v17 3/3] MAINTAINERS: add entry for Rust XArray API

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-18 15:22 UTC  (8+ messages)
` [RFC PATCH v4 1/3] mm/filemap: add mempolicy support to the filemap layer
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-18 15:02 UTC  (14+ messages)
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 3/8] fs/mpage: avoid negative shift for large blocksize
` [PATCH v2 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 6/8] block/bdev: enable large folio support for large logical block sizes
` [PATCH v2 7/8] block/bdev: lift block size restrictions to 64k

[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-02-18 14:08 UTC  (11+ messages)
` [PATCH 1/8] panic: Move panic ctl tables into panic.c
` [PATCH 2/8] signal: Move signal ctl tables into signal.c
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c
` [PATCH 5/8] events: Move perf_event sysctls into kernel/events
` [PATCH 6/8] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
` [PATCH 7/8] s390: mv s390 sysctls into their own file under arch/s390 dir
` [PATCH 8/8] x86: Move sysctls into arch/x86

[PATCH v5 0/2] fuse: allow notify_inval for all inodes
 2025-02-18 13:35 UTC  (11+ messages)
` [PATCH v5 1/2] vfs: export invalidate_inodes()
` [PATCH v5 2/2] fuse: add new function to invalidate cache for all inodes

[PATCH 0/2] fixes for uncached IO
 2025-02-18 12:32 UTC  (4+ messages)
` [PATCH 1/2] mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()
` [PATCH 2/2] mm/truncate: don't skip dirty page in folio_unmap_invalidate()

[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-18 11:37 UTC  (22+ messages)
` [PATCH v8 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v8 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v8 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v8 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v8 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v8 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v8 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v8 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v8 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v8 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v8 11/20] mm: Allow compound zone device pages
` [PATCH v8 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v8 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v8 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v8 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v8 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v8 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v8 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-02-18 10:47 UTC  (2+ messages)

[syzbot] [netfs?] INFO: task hung in pipe_write (6)
 2025-02-18  9:37 UTC 

[PATCH v16 0/4] rust: xarray: Add a minimal abstraction for XArray
 2025-02-18  8:59 UTC  (27+ messages)
` [PATCH v16 1/4] rust: remove redundant `as _` casts
` [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v16 3/4] rust: xarray: Add an abstraction for XArray

[PATCH 0/2 v9] reclaim file-backed pages given POSIX_FADV_NOREUSE
 2025-02-18  8:26 UTC 

[GIT PULL] fuse fixes for 6.14-rc4
 2025-02-18  7:48 UTC  (2+ messages)

[PATCH] fs/ntfs3: Update inode->i_mapping->a_ops on compression state change
 2025-02-18  6:15 UTC  (4+ messages)
` [PATCH v2] fs/ntfs3: Update inode->i_mapping->a_ops on compression state

[PATCH 00/27] f2fs folio conversions for v6.15
 2025-02-18  5:52 UTC  (28+ messages)
` [PATCH 01/27] f2fs: Add f2fs_folio_wait_writeback()
` [PATCH 02/27] mm: Remove wait_for_stable_page()
` [PATCH 03/27] f2fs: Add f2fs_folio_put()
` [PATCH 04/27] f2fs: Convert f2fs_flush_inline_data() to use a folio
` [PATCH 05/27] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH 06/27] f2fs: Pass a folio to flush_dirty_inode()
` [PATCH 07/27] f2fs: Convert f2fs_fsync_node_pages() to use a folio
` [PATCH 08/27] f2fs: Convert last_fsync_dnode() "
` [PATCH 09/27] f2fs: Return a folio from last_fsync_dnode()
` [PATCH 10/27] f2fs: Add f2fs_grab_cache_folio()
` [PATCH 11/27] mm: Remove grab_cache_page_write_begin()
` [PATCH 12/27] f2fs: Use a folio in __get_node_page()
` [PATCH 13/27] f2fs: Use a folio in do_write_page()
` [PATCH 14/27] f2fs: Convert f2fs_write_end_io() to use a folio_iter
` [PATCH 15/27] f2fs: Mark some functions as taking a const page pointer
` [PATCH 16/27] f2fs: Convert f2fs_in_warm_node_list() to take a folio
` [PATCH 17/27] f2fs: Add f2fs_get_node_folio()
` [PATCH 18/27] f2fs: Use a folio throughout f2fs_truncate_inode_blocks()
` [PATCH 19/27] f2fs: Use a folio throughout __get_meta_page()
` [PATCH 20/27] f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio()
` [PATCH 21/27] f2fs: Add f2fs_get_read_data_folio()
` [PATCH 22/27] f2fs: Add f2fs_get_lock_data_folio()
` [PATCH 23/27] f2fs: Convert move_data_page() to use a folio
` [PATCH 24/27] f2fs: Convert truncate_partial_data_page() "
` [PATCH 25/27] f2fs: Convert gc_data_segment() "
` [PATCH 26/27] f2fs: Add f2fs_find_data_folio()
` [PATCH 27/27] mm: Remove wait_on_page_locked()

[linus:master] [do_pollfd()] 8935989798: will-it-scale.per_process_ops 11.7% regression
 2025-02-18  5:31 UTC  (5+ messages)

[RFC] odd check in ceph_encode_encrypted_dname()
 2025-02-18  1:21 UTC  (10+ messages)

[PATCH net-next v2] net: use napi_id_valid helper
 2025-02-18  1:20 UTC  (2+ messages)

[PATCH v3 0/9] Remove accesses to page->index from ceph
 2025-02-18  0:34 UTC  (11+ messages)
` [PATCH v3 1/9] ceph: Remove ceph_writepage()
` [PATCH v3 2/9] ceph: Use a folio in ceph_page_mkwrite()
` [PATCH v3 3/9] ceph: Convert ceph_find_incompatible() to take a folio
` [PATCH v3 4/9] ceph: Convert ceph_readdir_cache_control to store "
` [PATCH v3 5/9] ceph: Convert writepage_nounlock() to write_folio_nounlock()
` [PATCH v3 6/9] ceph: Convert ceph_check_page_before_write() to use a folio
` [PATCH v3 7/9] ceph: Remove uses of page from ceph_process_folio_batch()
` [PATCH v3 8/9] ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_page_array()
` [PATCH v3 9/9] ceph: Pass a folio to ceph_allocate_page_array()

[bug report] VFS: add common error checks to lookup_one_qstr_excl()
 2025-02-17 21:24 UTC  (2+ messages)

netfs read failures with current mainline
 2025-02-17 21:01 UTC 

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-17 19:58 UTC  (5+ messages)
` [PATCH v7 16/20] huge_memory: Add vmf_insert_folio_pmd()

[PATCH 1/3] fs: Convert block_commit_write() to take a folio
 2025-02-17 19:20 UTC  (3+ messages)
` [PATCH 2/3] fs: Remove page_file_mapping()
` [PATCH 3/3] fs: Remove folio_file_mapping()

[GIT PULL] vfs fixes
 2025-02-17 18:44 UTC  (2+ messages)

[PATCH v2] drop_caches: re-enable message after disabling
 2025-02-17 17:33 UTC 

[PATCH 1/3] Change inode_operations.mkdir to return struct dentry *
 2025-02-17 15:58 UTC  (2+ messages)

[PATCH 0/2 v2] VFS: minor improvements to a couple of interfaces
 2025-02-17 13:46 UTC  (6+ messages)
` [PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 2/2] VFS: add common error checks to lookup_one_qstr_excl()

[LSF/MM/BPF TOPIC] Rust in FS, Storage, MM
 2025-02-17 13:08 UTC  (3+ messages)

[PATCH 6.6 000/389] 6.6.76-rc2 review
 2025-02-17 11:37 UTC  (3+ messages)

[PATCH RFC v2 0/2] ovl: add override_creds mount option
 2025-02-17 11:00 UTC  (5+ messages)
` [PATCH RFC v2 1/2] ovl: allow to specify override credentials
` [PATCH RFC v2 2/2] selftests/ovl: add selftests for "override_creds"

[PATCH v4 0/2] Fixes multiple sysctl proc_handler usage error
 2025-02-17 10:35 UTC  (2+ messages)

[PATCH] drop_caches: re-enable message after disabling
 2025-02-17  8:28 UTC  (2+ messages)

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-17  8:24 UTC  (5+ messages)
` [PATCH v7 1/6] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process

[syzbot] [bcachefs?] BUG: unable to handle kernel paging request in __d_lookup_rcu
 2025-02-17  8:04 UTC 

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2025-02-17  8:03 UTC  (12+ messages)


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