linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-14 03:08:45 to 2022-10-17 20:29:07 UTC [more...]

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-17 20:24 UTC  (24+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v3 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v3 05/23] afs: Convert afs_writepages_region() "
` [PATCH v3 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v3 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v3 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v3 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v3 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v3 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v3 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v3 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v3 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v3 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v3 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v3 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v3 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v3 23/23] filemap: Remove find_get_pages_range_tag()

[PATCH v3 00/25] Fix the DAX-gup mistake
 2022-10-17 20:17 UTC  (36+ messages)
` [PATCH v3 01/25] fsdax: Wait on @page not @page->_refcount
` [PATCH v3 02/25] fsdax: Use dax_page_idle() to document DAX busy page checking
` [PATCH v3 03/25] fsdax: Include unmapped inodes for page-idle detection
` [PATCH v3 04/25] fsdax: Introduce dax_zap_mappings()
` [PATCH v3 05/25] fsdax: Wait for pinned pages during truncate_inode_pages_final()
` [PATCH v3 06/25] fsdax: Validate DAX layouts broken before truncate
` [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion
` [PATCH v3 08/25] fsdax: Update dax_insert_entry() calling convention to return an error
` [PATCH v3 09/25] fsdax: Rework for_each_mapped_pfn() to dax_for_each_folio()
` [PATCH v3 10/25] fsdax: Introduce pgmap_request_folios()
` [PATCH v3 11/25] fsdax: Rework dax_insert_entry() calling convention
` [PATCH v3 12/25] fsdax: Cleanup dax_associate_entry()
` [PATCH v3 13/25] devdax: Minor warning fixups
` [PATCH v3 14/25] devdax: Fix sparse lock imbalance warning
` [PATCH v3 15/25] libnvdimm/pmem: Support pmem block devices without dax
` [PATCH v3 16/25] devdax: Move address_space helpers to the DAX core
` [PATCH v3 17/25] devdax: Sparse fixes for xarray locking
` [PATCH v3 18/25] devdax: Sparse fixes for vmfault_t / dax-entry conversions
` [PATCH v3 19/25] devdax: Sparse fixes for vm_fault_t in tracepoints
` [PATCH v3 20/25] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH v3 21/25] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH v3 22/25] mm/memremap_pages: Replace zone_device_page_init() with pgmap_request_folios()
` [PATCH v3 23/25] mm/memremap_pages: Initialize all ZONE_DEVICE pages to start at refcount 0
` [PATCH v3 24/25] mm/meremap_pages: Delete put_devmap_managed_page_refs()
` [PATCH v3 25/25] mm/gup: Drop DAX pgmap accounting

[PATCH v3 0/2] Rework find_get_entries() and find_lock_entries()
 2022-10-17 20:12 UTC  (7+ messages)
` [PATCH v3 1/2] filemap: find_lock_entries() now updates start offset
` [PATCH v3 2/2] filemap: find_get_entries() "

[PATCH stable 0/5] Fix missing patches in stable
 2022-10-17 19:20 UTC  (6+ messages)
` [PATCH stable 1/5] fs: clear or set FMODE_LSEEK based on llseek function
` [PATCH stable 2/5] fs: do not compare against ->llseek
` [PATCH stable 3/5] dma-buf: remove useless FMODE_LSEEK flag
` [PATCH stable 4/5] vfio: do not set "
` [PATCH stable 5/5] fs: remove no_llseek

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-17 19:05 UTC  (23+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 7/8] KVM: Handle page fault for private memory

[PATCH v2] proc: report open files as size in stat() for /proc/pid/fd
 2022-10-17 19:00 UTC  (2+ messages)

[RFC] fsnotify: allow sleepable child dentry flag update
 2022-10-17 17:42 UTC  (7+ messages)

[PATCH v4 2/2] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
 2022-10-17 17:03 UTC  (3+ messages)

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-17 15:55 UTC  (5+ messages)

[PATCH v4 0/6] fs: improve setgid stripping consistency even more
 2022-10-17 15:06 UTC  (7+ messages)
` [PATCH v4 1/6] attr: add in_group_or_capable()
` [PATCH v4 2/6] fs: move should_remove_suid()
` [PATCH v4 3/6] attr: add setattr_should_drop_sgid()
` [PATCH v4 4/6] attr: use consistent sgid stripping checks
` [PATCH v4 5/6] ovl: remove privs in ovl_copyfile()
` [PATCH v4 6/6] ovl: remove privs in ovl_fallocate()

[syzbot] general protection fault in security_inode_getattr
 2022-10-17 14:29 UTC  (4+ messages)

How to convert I/O iterators to iterators, sglists and RDMA lists
 2022-10-17 13:15 UTC  (2+ messages)

[PATCH v3 0/5] fs: improve setgid stripping consistency even more
 2022-10-17 12:05 UTC  (10+ messages)
` [PATCH v3 1/5] attr: add setattr_drop_sgid()
` [PATCH v3 2/5] attr: add setattr_should_drop_sgid()
` [PATCH v3 3/5] attr: use consistent sgid stripping checks
` [PATCH v3 4/5] ovl: remove privs in ovl_copyfile()
` [PATCH v3 5/5] ovl: remove privs in ovl_fallocate()

[PATCH RFC 0/7] fs: Debug config option to disable filesystem checksum verification for fuzzing
 2022-10-17 12:02 UTC  (16+ messages)
` [PATCH RFC 1/7] fs: create `DISABLE_FS_CSUM_VERIFICATION` config option
` [PATCH RFC 2/7] fs/ext4: support "
` [PATCH RFC 3/7] fs/btrfs: "
` [PATCH RFC 4/7] fs/exfat: "
` [PATCH RFC 5/7] fs/xfs: "
` [PATCH RFC 6/7] fs/ntfs: "
` [PATCH RFC 7/7] fs/f2fs: "

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-17 11:59 UTC  (2+ messages)

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-17 10:57 UTC  (10+ messages)
` [PATCH v7 1/9] fs: uninline inode_query_iversion
` [PATCH v7 2/9] fs: clarify when the i_version counter must be updated
` [PATCH v7 3/9] vfs: plumb i_version handling into struct kstat
` [PATCH v7 4/9] nfs: report the inode version in getattr if requested
` [PATCH v7 5/9] ceph: "
` [PATCH v7 6/9] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v7 7/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v7 8/9] nfsd: remove fetch_iversion export operation
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[PATCH v9 00/11] landlock: truncate support
 2022-10-17  9:16 UTC  (6+ messages)

[PATCH] fuse: enable unprivileged mounts for fuseblk
 2022-10-16 17:00 UTC 

[RESEND PATCH] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2022-10-16 15:06 UTC 

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-10-16 14:05 UTC  (12+ messages)

[PATCH] fs/select: avoid clang stack usage warning
 2022-10-14 22:39 UTC  (3+ messages)
` [PATCH v2] fs/select: mark do_select noinline_for_stack

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2022-10-14 22:03 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v10 00/27] Rust support
 2022-10-14 20:39 UTC  (10+ messages)
` [PATCH v10 25/27] x86: enable initial "

[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-10-14 20:36 UTC  (9+ messages)
` [PATCH v2 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v2 2/8] ext4: Refactor code related to freeing PAs
` [PATCH v2 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v2 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH v2 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v2 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v2 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v2 8/8] ext4: Remove the logic to trim inode PAs

[PATCH V2 0/3] Some pstore improvements V2
 2022-10-14 17:42 UTC  (10+ messages)
` [PATCH V2 1/3] pstore: Alert on backend write error
  ` (subset) "
` [PATCH V2 3/3] efi: pstore: Add module parameter for setting the record size

[PATCH 0/8] Some pstore improvements
 2022-10-14 17:41 UTC  (3+ messages)
` [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name
  ` (subset) "

[PATCH 1/7] iov_iter: Add a function to extract an iter's buffers to a bvec iter
 2022-10-14 14:06 UTC  (4+ messages)
` [PATCH 0/7] smb3: Add iter helpers and use iov_iters down to the network transport

[PATCH 05/23] afs: Convert afs_writepages_region() to use filemap_get_folios_tag()
 2022-10-14 13:59 UTC  (3+ messages)
` [PATCH 00/23] Convert to filemap_get_folios_tag()

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-10-14 13:48 UTC  (2+ messages)

[PATCH] unicode: mkutf8data: Add malloc return value detection
 2022-10-14 13:03 UTC  (2+ messages)

[RFC][PATCH] iov_iter: Add extraction functions
 2022-10-14 12:22 UTC  (3+ messages)

[PATCH V3 0/5] Introduce daemon failover mechanism to recover from crashing
 2022-10-14  8:05 UTC  (6+ messages)
` [PATCH V3 1/5] cachefiles: introduce object ondemand state
` [PATCH V3 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [PATCH V3 3/5] cachefiles: resend an open request if the read request's object is closed
` [PATCH V3 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
` [PATCH V3 5/5] cachefiles: add restore command to recover inflight ondemand read requests

[PATCH V2 0/5] Introduce daemon failover mechanism to recover from crashing
 2022-10-14  6:33 UTC  (11+ messages)
` [PATCH V2 1/5] cachefiles: introduce object ondemand state
` [PATCH V2 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [PATCH V2 3/5] cachefiles: resend an open request if the read request's object is closed
` [PATCH V2 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
` [PATCH V2 5/5] cachefiles: add restore command to recover inflight ondemand read requests

[PATCH v2 0/2] Rework find_get_entries() and find_lock_entries()
 2022-10-14  3:24 UTC  (3+ messages)
` [PATCH v2 1/2] filemap: find_lock_entries() now updates start offset


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