linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 16:57:40 to 2021-07-20 10:42:26 UTC [more...]

[PATCH v14 000/138] Memory folios
 2021-07-20 10:41 UTC  (9+ messages)
` [PATCH v14 002/138] mm: Introduce struct folio
` [PATCH v14 003/138] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v14 006/138] mm: Add folio reference count functions
` [PATCH v14 007/138] mm: Add folio_put()

[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

Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
 2021-07-20  9:38 UTC 

[PATCH 0/1] exfat: Add fiemap support
 2021-07-20  9:37 UTC  (2+ messages)
` [PATCH 1/1] "

[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

[PATCH v15 00/17] Folio support in block + iomap layers
 2021-07-20  8:44 UTC  (39+ 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  8:43 UTC  (2+ messages)
` [PATCH 2/2] iomap: simplify iomap_add_to_ioend

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  (12+ messages)
` [PATCH v2 1/6] iov_iter: Introduce fault_in_iov_iter helper
` [PATCH v2 2/6] iomap: Fix iomap_dio_rw return value for page faults
` [PATCH v2 3/6] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v2 4/6] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v2 5/6] iov_iter: Introduce ITER_FLAG_FAST_ONLY flag
` [PATCH v2 6/6] gfs2: Fix mmap + page fault deadlocks for direct I/O

[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 v3] iomap: support tail packing inline read
 2021-07-19 16:45 UTC  (9+ 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

[PATCH] eventfd: protect eventfd_wake_count with a local_lock
 2021-07-19  7:54 UTC 

[PATCH] iomap: Add missing flush_dcache_page
 2021-07-19  8:39 UTC  (4+ messages)

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-19  8:59 UTC  (5+ messages)
` [PATCH 2/9] f2fs: remove allow_outplace_dio()
` [PATCH 6/9] f2fs: implement iomap operations

[PATCH] fscrypt: align Base64 encoding with RFC 4648 base64url
 2021-07-19  6:00 UTC  (2+ messages)

[fsdax xfs] Regression panic at inode_switch_wbs_work_fn
 2021-07-19  5:56 UTC  (10+ messages)

[PATCH] vfs: only allow SETFLAGS to set DAX flag on files and dirs
 2021-07-19  1:47 UTC  (3+ messages)

[GIT PULL] iomap: fixes for 5.14-rc2
 2021-07-18 18:48 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 5.14-rc2
 2021-07-18 18:48 UTC  (2+ messages)

[PATCH v5 1/2] move_mount: allow to add a mount into an existing group
 2021-07-18  3:33 UTC  (2+ messages)

[GIT PULL] vboxsf fixes for 5.14-1
 2021-07-17 16:47 UTC  (4+ messages)

[PATCH v26 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-07-17 16:36 UTC  (2+ messages)

Patch 'writeback, cgroup: release dying cgwbs by switching attached inodes' leads to kernel crash
 2021-07-17 12:00 UTC  (12+ messages)

INFO: task hung in fuse_simple_request
 2021-07-17  2:28 UTC  (2+ messages)
` [syzbot] "

[PATCH] writeback, cgroup: remove wb from offline list before releasing refcnt
 2021-07-16 20:10 UTC 

[GIT PULL] zonefs fixes for 5.14-rc2
 2021-07-16 19:28 UTC  (2+ messages)

[PATCH 0/14 v10] fs: Hole punch vs page cache filling races
 2021-07-16 16:57 UTC  (4+ 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).