messages from 2021-07-19 10:42:04 to 2021-07-20 13:41:52 UTC [more...]
remove generic_block_fiemap
2021-07-20 13:33 UTC (4+ messages)
` [PATCH 1/4] ext2: make ext2_iomap_ops available unconditionally
` [PATCH 2/4] ext2: use iomap_fiemap to implement ->fiemap
` [PATCH 3/4] hpfs: "
[PATCH v4] iomap: support tail packing inline read
2021-07-20 13:35 UTC
[PATCH v15 00/17] Folio support in block + iomap layers
2021-07-20 13:30 UTC (50+ messages)
` [PATCH v15 01/17] block: Add bio_add_folio()
` [PATCH v15 02/17] block: Add bio_for_each_folio_all()
` [PATCH v15 03/17] iomap: Convert to_iomap_page to take a folio
` [PATCH v15 04/17] iomap: Convert iomap_page_create "
` [PATCH v15 05/17] iomap: Convert iomap_page_release "
` [PATCH v15 06/17] iomap: Convert iomap_releasepage to use "
` [PATCH v15 07/17] iomap: Convert iomap_invalidatepage "
` [PATCH v15 08/17] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v15 09/17] iomap: Use folio offsets instead of page offsets
` [PATCH v15 10/17] iomap: Convert bio completions to use folios
` [PATCH v15 11/17] iomap: Convert readahead and readpage to use a folio
` [PATCH v15 12/17] iomap: Convert iomap_page_mkwrite "
` [PATCH v15 13/17] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH v15 14/17] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v15 15/17] iomap: Convert iomap_write_end_inline "
` [PATCH v15 16/17] iomap: Convert iomap_add_to_ioend "
` [PATCH v15 17/17] iomap: Convert iomap_migrate_page to use folios
[PATCH 1/2] iomap: simplify iomap_readpage_actor
2021-07-20 13:26 UTC (6+ messages)
` [PATCH 2/2] iomap: simplify iomap_add_to_ioend
[PATCH v14 000/138] Memory folios
2021-07-20 13:10 UTC (58+ messages)
` [PATCH v14 002/138] mm: Introduce struct folio
` [PATCH v14 003/138] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v14 004/138] mm/vmstat: Add functions to account folio statistics
` [PATCH v14 005/138] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v14 006/138] mm: Add folio reference count functions
` [PATCH v14 007/138] mm: Add folio_put()
` [PATCH v14 008/138] mm: Add folio_get()
` [PATCH v14 009/138] mm: Add folio_try_get_rcu()
` [PATCH v14 010/138] mm: Add folio flag manipulation functions
` [PATCH v14 011/138] mm/lru: Add folio LRU functions
` [PATCH v14 012/138] mm: Handle per-folio private data
` [PATCH v14 013/138] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v14 014/138] mm/filemap: Add folio_next_index()
` [PATCH v14 015/138] mm/filemap: Add folio_pos() and folio_file_pos()
` [PATCH v14 016/138] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v14 017/138] mm/filemap: Add folio_unlock()
` [PATCH v14 018/138] mm/filemap: Add folio_lock()
` [PATCH v14 019/138] mm/filemap: Add folio_lock_killable()
` [PATCH v14 020/138] mm/filemap: Add __folio_lock_async()
` [PATCH v14 021/138] mm/filemap: Add folio_wait_locked()
` [PATCH v14 022/138] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v14 023/138] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v14 024/138] mm/filemap: Add folio_end_writeback()
` [PATCH v14 025/138] mm/writeback: Add folio_wait_writeback()
` [PATCH v14 026/138] mm/writeback: Add folio_wait_stable()
` [PATCH v14 027/138] mm/filemap: Add folio_wait_bit()
` [PATCH v14 028/138] mm/filemap: Add folio_wake_bit()
[PATCH v3] iomap: support tail packing inline read
2021-07-20 12:23 UTC (13+ messages)
Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
2021-07-20 11:41 UTC (2+ messages)
[PATCH 0/1] exfat: Add fiemap support
2021-07-20 10:44 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v5 0/9] fsdax: introduce fs query to support reflink
2021-07-20 10:37 UTC (6+ messages)
` [PATCH v5 2/9] dax: Introduce holder for dax_device
` [PATCH v5 9/9] fs/dax: Remove useless functions
RFC: switch iomap to an iterator model
2021-07-20 9:52 UTC (47+ messages)
` [PATCH 01/27] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/27] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/27] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 05/27] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 06/27] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 07/27] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 08/27] iomap: add the new iomap_iter model
` [PATCH 09/27] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 10/27] iomap: switch iomap_file_buffered_write "
` [PATCH 11/27] iomap: switch iomap_file_unshare "
` [PATCH 12/27] iomap: switch iomap_zero_range "
` [PATCH 13/27] iomap: switch iomap_page_mkwrite "
` [PATCH 14/27] iomap: switch __iomap_dio_rw "
` [PATCH 15/27] iomap: switch iomap_fiemap "
` [PATCH 16/27] iomap: switch iomap_bmap "
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 18/27] iomap: switch iomap_seek_data "
` [PATCH 19/27] iomap: switch iomap_swapfile_activate "
` [PATCH 20/27] fsdax: switch dax_iomap_rw "
` [PATCH 21/27] iomap: remove iomap_apply
` [PATCH 22/27] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 23/27] iomap: rework unshare flag
` [PATCH 24/27] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 25/27] fsdax: factor out a dax_fault_actor() helper
` [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 27/27] iomap: constify iomap_iter_srcmap
[PATCH v2 0/4] virtiofs,fuse: support per-file DAX
2021-07-20 9:22 UTC (14+ messages)
` [PATCH v2 2/4] fuse: Make DAX mount option a tri-state
` [PATCH v2 3/4] fuse: add per-file DAX flag
` [PATCH v2 4/4] fuse: support changing per-file DAX flag inside guest
MTD: How to get actual image size from MTD partition
2021-07-20 8:01 UTC (8+ messages)
[PATCH v2] vfs: only allow SETFLAGS to set DAX flag on files and dirs
2021-07-20 7:33 UTC (3+ messages)
[PATCH 00/14] namei: clean up retry logic in various do_* functions
2021-07-20 6:59 UTC (7+ messages)
` [PATCH 01/14] namei: prepare do_rmdir for refactoring
` [PATCH 05/14] namei: prepare do_mkdirat "
Folio tree for next
2021-07-20 2:55 UTC (5+ messages)
[PATCH v2 0/6] gfs2: Fix mmap + page fault deadlocks
2021-07-19 20:17 UTC (8+ messages)
` [PATCH v2 1/6] iov_iter: Introduce fault_in_iov_iter helper
` [PATCH v2 5/6] iov_iter: Introduce ITER_FLAG_FAST_ONLY flag
[RESEND PATCH v2] hfsplus: prevent negative dentries when casefolded
2021-07-19 19:11 UTC (4+ messages)
[PATCH] writeback, cgroup: do not reparent dax inodes
2021-07-19 18:42 UTC (5+ messages)
[PATCH] block: ensure the memory order between bi_private and bi_status
2021-07-19 18:16 UTC (7+ messages)
[PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
2021-07-19 15:44 UTC (12+ messages)
[syzbot] possible deadlock in mnt_want_write (2)
2021-07-19 15:11 UTC (2+ messages)
[PATCH v3 14/15] samples: Add fs error monitoring example
2021-07-19 14:36 UTC (3+ messages)
[PATCH 0/2] erofs: iomap support for tailpacking cases
2021-07-19 13:45 UTC (15+ messages)
` [PATCH 1/2] iomap: support tail packing inline read
[PATCH v2 01/21] namei: add mapping aware lookup helper
2021-07-19 11:10 UTC
[PATCH v5 00/16] memcg accounting from OpenVZ
2021-07-19 10:45 UTC (5+ messages)
` [PATCH v5 07/16] memcg: enable accounting for mnt_cache entries
` [PATCH v5 08/16] memcg: enable accounting for pollfd and select bits arrays
` [PATCH v5 09/16] memcg: enable accounting for file lock caches
` [PATCH v5 10/16] memcg: enable accounting for fasync_cache
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).