linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-22 19:44:12 to 2023-03-25 14:44:10 UTC [more...]

[RFC 00/11] multiblock allocator improvements
 2023-03-25 14:43 UTC  (15+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
` [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)

[syzbot] [ntfs3?] WARNING in attr_data_get_block (2)
 2023-03-25 13:41 UTC 

[PATCH 0/7] Support negative dentries on case-insensitive directories
 2023-03-25 13:33 UTC  (14+ messages)
` [PATCH 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH 6/7] ext4: Enable negative dentries on case-insensitive lookup

[RFC PATCH 23/28] algif: Remove hash_sendpage*()
 2023-03-25  9:21 UTC  (5+ messages)

[PATCH] Update relatime comments to include equality
 2023-03-25  8:22 UTC 

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

[PATCHSET 0/2] Turn single segment imports into ITER_UBUF
 2023-03-25  4:46 UTC  (6+ messages)
` [PATCH 1/2] iov_iter: convert import_single_range() to ITER_UBUF
` [PATCH 2/2] iov_iter: import single vector iovecs as ITER_UBUF

Does Landlock not work with eCryptfs?
 2023-03-24 22:53 UTC  (9+ messages)

fuse uring / wake_up on the same core
 2023-03-24 22:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: mark ecryptfs as orphan state
 2023-03-24 22:42 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-24 22:33 UTC  (17+ messages)
  ` FW: "
        ` RE(2): "
              ` RE(4): "
                          ` RE(3): "

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-03-24 22:29 UTC  (31+ messages)
` [PATCH v2 01/29] fs: Add FGP_WRITEBEGIN
` [PATCH v2 02/29] fscrypt: Add some folio helper functions
` [PATCH v2 03/29] ext4: Convert ext4_bio_write_page() to use a folio
` [PATCH v2 04/29] ext4: Convert ext4_finish_bio() to use folios
` [PATCH v2 05/29] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH v2 06/29] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH v2 07/29] ext4: Convert mpage_page_done() to mpage_folio_done()
` [PATCH v2 08/29] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH v2 09/29] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH v2 10/29] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH v2 11/29] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH v2 12/29] ext4: Convert ext4_da_convert_inline_data_to_extent() "
` [PATCH v2 13/29] ext4: Convert ext4_da_write_inline_data_begin() "
` [PATCH v2 14/29] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH v2 15/29] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH v2 16/29] ext4: Convert ext4_write_begin() "
` [PATCH v2 17/29] ext4: Convert ext4_write_end() "
` [PATCH v2 18/29] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH v2 19/29] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH v2 20/29] ext4: Convert __ext4_block_zero_page_range() "
` [PATCH v2 21/29] ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeout
` [PATCH v2 22/29] ext4: Use a folio in ext4_da_write_begin()
` [PATCH v2 23/29] ext4: Convert ext4_mpage_readpages() to work on folios
` [PATCH v2 24/29] ext4: Convert ext4_block_write_begin() to take a folio
` [PATCH v2 25/29] ext4: Use a folio in ext4_page_mkwrite()
` [PATCH v2 26/29] ext4: Use a folio iterator in __read_end_io()
` [PATCH v2 27/29] ext4: Convert mext_page_mkuptodate() to take a folio
` [PATCH v2 28/29] ext4: Convert pagecache_read() to use "
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page

[PATCH] fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
 2023-03-24 20:44 UTC  (11+ messages)

[PATCH] fsdax: dedupe should compare the min of two iters' length
 2023-03-24 20:34 UTC  (6+ messages)

[PATCH] fsdax: force clear dirty mark if CoW
 2023-03-24 19:42 UTC  (2+ messages)

[PATCH V5 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-24 18:11 UTC  (6+ messages)

[syzbot] [btrfs] Monthly Report
 2023-03-24 16:23 UTC 

[syzbot] [ext4] Monthly Report
 2023-03-24 15:59 UTC 

[PATCH 0/5] Split a folio to any lower order folios
 2023-03-24 15:22 UTC  (4+ messages)
` [PATCH 2/5] mm: page_owner: add support for splitting to any order in split page_owner

[syzbot] [cluster?] possible deadlock in freeze_super (2)
 2023-03-24 14:43 UTC 

[RFC v2 1/3] file: Introduce iterate_fd_locked
 2023-03-24 13:43 UTC  (6+ messages)
` [RFC v2 3/3] file, epoll: Implement do_replace() and eventpoll_replace()
      ` [RFC v4 2/2] "

[PATCH] netfs: Pass a pointer to virt_to_page()
 2023-03-24 10:27 UTC 

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-03-24  9:49 UTC  (6+ messages)
` [PATCH v10 3/3] "

[RFC v4 1/2] file: allow callers to free the old file descriptor after dup2
 2023-03-24  6:34 UTC  (2+ messages)
` [RFC v4 2/2] file, epoll: Implement do_replace() and eventpoll_replace()

[RFC v3 1/3] file: Introduce iterate_fd_locked
 2023-03-24  5:58 UTC  (9+ messages)
` [RFC v3 2/3] file: allow callers to free the old file descriptor after dup2
` [RFC v3 3/3] file, epoll: Implement do_replace() and eventpoll_replace()

[RFC PATCH] Legacy mount option "sloppy" support
 2023-03-24  5:39 UTC  (2+ messages)
` [RFC PATCH] vfs: handle sloppy option in fs context monolithic parser

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-24  5:31 UTC  (10+ messages)
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock

[PATCH 00/31] Convert most of ext4 to folios
 2023-03-24  4:55 UTC  (10+ messages)
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use a folio
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() "
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "

[syzbot] [udf?] KASAN: slab-out-of-bounds Write in udf_adinicb_writepage
 2023-03-24  3:38 UTC 

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-24  2:29 UTC  (6+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-24  2:13 UTC  (10+ messages)

[PATCH v1] selftests mount: Fix mount_setattr_test builds failed
 2023-03-24  2:14 UTC  (3+ messages)
  ` [PATCH v2 1/1] "

[PATCH] fs/buffer: adjust the order of might_sleep() in __getblk_gfp()
 2023-03-24  1:52 UTC  (3+ messages)

[PATCH] mm: Return early in truncate_pagecache if newsize overflows
 2023-03-23 21:40 UTC  (3+ messages)

[RFC PATCH 00/13] fuse uring communication
 2023-03-23 20:51 UTC  (11+ messages)
` [PATCH 06/13] fuse: Add an interval ring stop worker/monitor

[GIT PULL] zonefs fixes for 6.3-rc4
 2023-03-23 18:15 UTC  (2+ messages)

[GIT PULL] fsverity fixes for v6.3-rc4
 2023-03-23 18:04 UTC  (6+ messages)

[RFC v2 0/5] remove page_endio()
 2023-03-23 16:22 UTC  (10+ messages)
    ` [RFC v2 1/5] zram: remove zram_page_end_io function

[PATCH V6 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-23 16:15 UTC  (2+ messages)

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-23 15:43 UTC  (6+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support

[PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
 2023-03-23 15:30 UTC  (5+ messages)

[PATCH v7 0/4] convert read_kcore(), vread() to use iterators
 2023-03-23 13:31 UTC  (7+ messages)
` [PATCH v7 4/4] mm: vmalloc: convert vread() to vread_iter()

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-23 13:19 UTC  (6+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-03-23 12:26 UTC  (4+ messages)

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-03-23 10:15 UTC  (5+ messages)
` [PATCH v8 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
` [PATCH v8 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v8 3/4] iov_iter: add copy_page_to_iter_nofault()
` [PATCH v8 4/4] mm: vmalloc: convert vread() to vread_iter()

inotify on mmap writes
 2023-03-23  6:35 UTC  (6+ messages)

[PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-23  4:05 UTC  (2+ messages)

[PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
 2023-03-23  3:29 UTC  (4+ messages)

[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate
 2023-03-23  3:14 UTC 

[syzbot] [nilfs?] possible deadlock in __nilfs_error (2)
 2023-03-23  2:52 UTC 

[PATCH v2] fs/buffer: Remove redundant assignment to err
 2023-03-23  2:32 UTC 

[PATCH v3 04/10] zonefs: convert to kobject_del_and_put()
 2023-03-22 23:33 UTC  (2+ messages)

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAllocBits
 2023-03-22 21:30 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).