linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 21:51:08 to 2021-07-19 11:22:02 UTC [more...]

[PATCH 0/2] erofs: iomap support for tailpacking cases
 2021-07-19 11:15 UTC  (17+ messages)
` [PATCH 1/2] iomap: support tail packing inline read
` [PATCH 2/2] erofs: convert all uncompressed cases to iomap

[PATCH v2 01/21] namei: add mapping aware lookup helper
 2021-07-19 11:10 UTC 

RFC: switch iomap to an iterator model
 2021-07-19 10:35 UTC  (28+ 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 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

MTD: How to get actual image size from MTD partition
 2021-07-19  9:28 UTC  (6+ messages)

[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  (5+ messages)

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-19  8:59 UTC  (12+ messages)
` [PATCH 1/9] f2fs: make f2fs_write_failed() take struct inode
` [PATCH 2/9] f2fs: remove allow_outplace_dio()
` [PATCH 3/9] f2fs: rework write preallocations
` [PATCH 4/9] f2fs: reduce indentation in f2fs_file_write_iter()
` [PATCH 5/9] f2fs: fix the f2fs_file_write_iter tracepoint
` [PATCH 6/9] f2fs: implement iomap operations
` [PATCH 7/9] f2fs: use iomap for direct I/O reads
` [PATCH 8/9] f2fs: use iomap for direct I/O writes
` [PATCH 9/9] f2fs: remove f2fs_direct_IO()

[RESEND PATCH v2] hfsplus: prevent negative dentries when casefolded
 2021-07-19  9:03 UTC  (3+ messages)

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

Folio tree for next
 2021-07-19  3:57 UTC  (2+ messages)

[PATCH v2] vfs: only allow SETFLAGS to set DAX flag on files and dirs
 2021-07-19  2:38 UTC 

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

[PATCH v2 0/6] gfs2: Fix mmap + page fault deadlocks
 2021-07-18 22:39 UTC  (7+ 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

[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  (5+ 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  (18+ 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)

[PATCH v14 000/138] Memory folios
 2021-07-16 16:34 UTC  (41+ messages)
` [PATCH v14 090/138] block: Add bio_add_folio()
` [PATCH v14 091/138] block: Add bio_for_each_folio_all()
` [PATCH v14 097/138] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v14 098/138] iomap: Use folio offsets instead of page offsets
` [PATCH v14 101/138] iomap: Convert iomap_page_mkwrite to use a folio
` [PATCH v14 102/138] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH v14 103/138] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v14 104/138] iomap: Convert iomap_write_end_inline "
` [PATCH v14 105/138] iomap: Convert iomap_add_to_ioend "
` [PATCH v14 106/138] iomap: Convert iomap_do_writepage to use "
` [PATCH v14 107/138] iomap: Convert iomap_migrate_page to use folios
` [PATCH v14 124/138] fs: Convert vfs_dedupe_file_range_compare to folios
` [PATCH v14 128/138] iomap: Support multi-page folios in invalidatepage
` [PATCH v14 129/138] xfs: Support THPs

[PATCH v6 00/13] ksmbd: introduce new SMB3 kernel server
 2021-07-16 12:34 UTC  (16+ messages)
    ` [PATCH v6 01/13] ksmbd: add document
    ` [PATCH v6 02/13] ksmbd: add server handler
    ` [PATCH v6 03/13] ksmbd: add tcp transport layer
    ` [PATCH v6 04/13] ksmbd: add ipc "
    ` [PATCH v6 05/13] ksmbd: add rdma "
    ` [PATCH v6 06/13] ksmbd: add a utility code that tracks (and caches) sessions data
    ` [PATCH v6 07/13] ksmbd: add authentication
    ` [PATCH v6 08/13] ksmbd: add smb3 engine part 1
    ` [PATCH v6 09/13] ksmbd: add smb3 engine part 2
    ` [PATCH v6 10/13] ksmbd: add oplock/lease cache mechanism
    ` [PATCH v6 11/13] ksmbd: add file operations
    ` [PATCH v6 12/13] ksmbd: add Kconfig and Makefile
    ` [PATCH v6 13/13] MAINTAINERS: add ksmbd kernel server
    ` [Linux-cifsd-devel] [PATCH v6 00/13] ksmbd: introduce new SMB3 "

[PATCH] vfs: Optimize dedupe comparison
 2021-07-16 12:10 UTC  (6+ messages)

FAN_REPORT_CHILD_FID
 2021-07-16 11:24 UTC  (10+ messages)

[PATCH v2 0/4] virtiofs,fuse: support per-file DAX
 2021-07-16 10:47 UTC  (5+ messages)
` [PATCH v2 1/4] fuse: add fuse_should_enable_dax() helper
` [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

[RESEND PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
 2021-07-16 10:46 UTC  (6+ messages)
` [RESEND PATCH v6 1/5] docs: proc: add documentation about mount restrictions
` [RESEND PATCH v6 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
` [RESEND PATCH v6 3/5] proc: Disable cancellation of subset=pid option
` [RESEND PATCH v6 4/5] proc: Relax check of mount visibility
` [RESEND PATCH v6 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH V4,0/3] mm: compaction: proactive compaction trigger by user
 2021-07-16 10:44 UTC  (4+ messages)

[PATCH] block: ensure the memory order between bi_private and bi_status
 2021-07-16 10:19 UTC  (5+ messages)

[PATCH v8 0/5] kernfs: proposed locking and concurrency improvement
 2021-07-16 10:16 UTC  (7+ messages)
` [PATCH v8 1/5] kernfs: add a revision to identify directory node changes
` [PATCH v8 2/5] kernfs: use VFS negative dentry caching
` [PATCH v8 3/5] kernfs: switch kernfs to use an rwsem
` [PATCH v8 4/5] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v8 5/5] kernfs: dont call d_splice_alias() under kernfs node lock

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-07-16  6:32 UTC  (6+ messages)
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case

[PATCH RFC 07/13] iomap: simplify iomap_swapfile_fail() with '%pD' specifier
 2021-07-16  6:17 UTC  (3+ messages)

[PATCH] exfat: handle wrong stream entry size in exfat_readdir()
 2021-07-16  4:44 UTC  (3+ messages)

[RFC PATCH 0/3] virtiofs,fuse: support per-file DAX
 2021-07-16  1:59 UTC  (8+ messages)
` [RFC PATCH 3/3] fuse: add per-file DAX flag
          ` [PATCH] virtiofsd: support per-file DAX

mmotm 2021-07-15-18-29 uploaded
 2021-07-16  1:29 UTC 

[GIT PULL] configfs fix for Linux 5.14
 2021-07-16  1:13 UTC  (2+ messages)

[GIT PULL] vboxsf fixes for 5.14-1
 2021-07-15 22:14 UTC  (9+ 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).