linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-14 10:17:48 to 2025-02-18 03:56:12 UTC [more...]

[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-18  3:55 UTC  (5+ 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

[RFC PATCH 0/4] fs: Add support for Windows file attributes
 2025-02-18  1:33 UTC  (19+ messages)
` [RFC PATCH 1/4] fs: Add FS_XFLAG_COMPRESSED & FS_XFLAG_ENCRYPTED for FS_IOC_FS[GS]ETXATTR API
` [RFC PATCH 2/4] fs: Extend FS_IOC_FS[GS]ETXATTR API for Windows attributes
` [RFC PATCH 3/4] fs: Implement support for fsx_xflags_mask, fsx_xflags2 and fsx_xflags2_mask into vfs
` [RFC PATCH 4/4] cifs: Implement FS_IOC_FS[GS]ETXATTR API for Windows attributes

[RFC] odd check in ceph_encode_encrypted_dname()
 2025-02-18  1:21 UTC  (16+ messages)
        ` [PATCH 1/2] prep for ceph_encode_encrypted_fname() fixes
        ` [PATCH 2/2] ceph: fix a race with rename() in ceph_mdsc_build_path()

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

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

[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()

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-17 22:01 UTC  (13+ 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

[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()

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-17 19:52 UTC  (7+ 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 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 v16 0/4] rust: xarray: Add a minimal abstraction for XArray
 2025-02-17 18:24 UTC  (28+ 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 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  (3+ 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  (4+ messages)

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

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

[GIT PULL] fuse fixes for 6.14-rc4
 2025-02-17 11:18 UTC 

[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 0/3 RFC v2] change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-17 10:47 UTC  (5+ 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 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  (3+ 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)

[PATCH] jbd2: fix off-by-one while erasing journal
 2025-02-17  6:59 UTC 

[PATCH 0/3} Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-17  3:53 UTC  (3+ messages)

[PATCH v2] fuse: optimize over-io-uring request expiration check
 2025-02-16 23:16 UTC  (3+ messages)

Random desktop freezes since 6.14-rc. Seems VFS related
 2025-02-16 16:12 UTC  (5+ messages)

[PATCH] drop_caches: re-enable message after disabling
 2025-02-16 10:05 UTC 

[syzbot] [ocfs2?] [ext4?] WARNING in __find_get_block (2)
 2025-02-16  6:11 UTC 

Immutable vs read-only for Windows compatibility
 2025-02-15 23:39 UTC  (11+ messages)

Bug: soft lockup in exfat_clear_bitmap
 2025-02-15 12:58 UTC  (10+ messages)

[PATCH RFC 0/2] ovl: add override_creds mount option
 2025-02-15 10:02 UTC  (4+ messages)
` [PATCH RFC 1/2] ovl: allow to specify override credentials
` [PATCH RFC 2/2] selftests/ovl: add selftests for "override_creds"

[syzbot] [netfs?] KASAN: slab-use-after-free Write in io_submit_one
 2025-02-15  9:42 UTC  (2+ messages)
` [PATCH] netfs: Prevent race conditions between aio read and read collection worker

[PATCH 3/3] VFS: Change vfs_mkdir() to return the dentry
 2025-02-15  6:36 UTC  (3+ messages)

[RFC PATCH 0/4] ceph: fix generic/421 test failure
 2025-02-14 23:52 UTC  (11+ messages)
` [RFC PATCH 3/4] ceph: introduce ceph_submit_write() method

[PATCH 1/2] dax: Remove access to page->index
 2025-02-14 23:37 UTC  (6+ messages)

[PATCH] fuse: Add open-gettr for fuse-file-open
 2025-02-14 23:14 UTC  (9+ messages)

[PATCH v2] ceph: Fix kernel crash in generic/397 test
 2025-02-14 20:54 UTC  (3+ messages)

[syzbot] [udf?] BUG: unable to handle kernel paging request in lookup_one_qstr_excl
 2025-02-14 19:58 UTC 

[PATCH v2 0/7] Remove accesses to page->index from ceph
 2025-02-14 19:38 UTC  (12+ messages)
` [PATCH v2 1/7] ceph: Do not look at the index of an encrypted page
` [PATCH v2 2/7] ceph: Remove ceph_writepage()
` [PATCH v2 3/7] ceph: Use a folio in ceph_page_mkwrite()
` [PATCH v2 4/7] ceph: Convert ceph_find_incompatible() to take a folio
` [PATCH v2 5/7] ceph: Convert ceph_readdir_cache_control to store "
` [PATCH v2 6/7] ceph: Convert writepage_nounlock() to write_folio_nounlock()
` [PATCH v2 7/7] ceph: Use a folio in ceph_writepages_start()

[RFC PATCH 0/2] watch_queue: Fix pipe allocation and accounting
 2025-02-14 17:36 UTC  (7+ messages)
` [RFC PATCH 1/2] watch_queue: Fix pipe buffer allocation
` [RFC PATCH 2/2] watch_queue: Fix pipe accounting

[PATCH] fuse: don't set file->private_data in fuse_conn_waiting_read
 2025-02-14 13:04 UTC  (4+ messages)

[PATCH] ext4: Remove references to bh->b_page
 2025-02-14 10:45 UTC  (2+ messages)

[PATCH] ext2: Remove reference to bh->b_page
 2025-02-14 10:44 UTC  (2+ 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).