linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-02 07:13:52 to 2021-11-05 03:32:48 UTC [more...]

futher decouple DAX from block devices
 2021-11-05  3:30 UTC  (9+ messages)

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-11-05  2:07 UTC  (2+ messages)

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-11-05  1:35 UTC  (31+ messages)
` [dm-devel] "

[PATCH v2] mm: Add PM_THP to /proc/pid/pagemap
 2021-11-04 22:45 UTC  (2+ messages)

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-04 22:44 UTC  (18+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-11-04 20:31 UTC  (20+ messages)
` [PATCH v9 01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v9 02/17] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v9 03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v9 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v9 05/17] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v9 06/17] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v9 07/17] gfs2: Clean up function may_grant
` [PATCH v9 08/17] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v9 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v9 10/17] gfs2: Eliminate ip->i_gh
` [PATCH v9 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v9 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v9 13/17] iomap: Support partial direct I/O on user copy failures
` [PATCH v9 14/17] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v9 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v9 16/17] iov_iter: Introduce nofault "
` [PATCH v9 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O

[PATCH 0/3] dax: clear poison on the fly along pwrite
 2021-11-04 20:27 UTC  (8+ messages)
` [PATCH 1/3] dax: introduce dax_operation dax_clear_poison
` [PATCH 2/3] dax: introduce dax_clear_poison to dax pwrite operation
` [PATCH 3/3] libnvdimm/pmem: Provide pmem_dax_clear_poison for dax operation

bcachefs status update - current and future work
 2021-11-04 17:35 UTC 

[PATCH] afs: Fix ENOSPC, EDQUOT and other errors to fail a write rather than retrying
 2021-11-04 15:15 UTC  (4+ messages)

[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-04 14:32 UTC  (14+ messages)
` [PATCH v3 1/6] afs: Sort out symlink reading
` [PATCH v3 2/6] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v3 4/6] folio: Add a function to get the host inode for "
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
  ` [PATCH] folio: Add replacements for page_endio()
` [PATCH v3 6/6] afs: Use folios in directory handling

FUSE statfs f_fsid field
 2021-11-04 14:21 UTC  (4+ messages)

[PATCH] fs: Fix misspelling of "visible"
 2021-11-04 13:17 UTC 

[PATCH] fuse: fix possible write position calculation error
 2021-11-04 12:17 UTC  (2+ messages)

[PATCH] fuse: add tracepoints for request
 2021-11-04 10:11 UTC  (2+ messages)

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-04 10:03 UTC  (23+ messages)
` [RFC PATCH 3/7] FUSE,Inotify,Fsnotify,VFS: Add the fuse_fsnotify_update_mark inode operation

[PATCH 00/21] iomap/xfs folio patches
 2021-11-04  8:40 UTC  (63+ messages)
` [PATCH 02/21] block: Add bio_add_folio()
` [PATCH 03/21] block: Add bio_for_each_folio_all()
` [PATCH 04/21] iomap: Convert to_iomap_page to take a folio
` [PATCH 05/21] iomap: Convert iomap_page_create "
` [PATCH 07/21] iomap: Convert iomap_releasepage to use "
` [PATCH 08/21] iomap: Add iomap_invalidate_folio
` [PATCH 09/21] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH 10/21] iomap: Convert bio completions to use folios
` [PATCH 11/21] iomap: Use folio offsets instead of page offsets
` [PATCH 12/21] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH 13/21] iomap: Convert readahead and readpage to use "
` [PATCH 14/21] iomap: Convert iomap_page_mkwrite "
` [PATCH 15/21] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH 16/21] iomap: Convert iomap_write_end_inline to take a folio
` [PATCH 17/21] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH 18/21] iomap: Convert iomap_add_to_ioend to take a folio
` [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios
` [PATCH 20/21] iomap: Support multi-page folios in invalidatepage
` [PATCH 21/21] xfs: Support multi-page folios

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-04  1:37 UTC  (11+ messages)

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2021-11-04  1:21 UTC 

[syzbot] KASAN: use-after-free Write in io_submit_one
 2021-11-03 23:16 UTC 

[PATCH] aio: Save a few cycles in 'lookup_ioctx()'
 2021-11-03 21:31 UTC 

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-11-03 12:44 UTC  (20+ messages)

[PATCH] fs/super.c: defer more work after super_block is off of the super_blocks list
 2021-11-03 12:14 UTC  (2+ messages)

switch block layer polling to a bio based model v4
 2021-11-03  8:05 UTC  (5+ messages)
` [PATCH 14/16] block: switch polling to be bio based

[PATCH 0/4] exfat: minor cleanup changes
 2021-11-03  2:41 UTC  (6+ messages)
` [PATCH 1/4] exfat: simplify is_valid_cluster()
` [PATCH 2/4] exfat: fix typos in comments
` [PATCH 3/4] exfat: make exfat_find_location() static
` [PATCH 4/4] exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()

[GIT PULL] afs: Split readpage and fix file creation mtime
 2021-11-02 19:52 UTC  (2+ messages)

[GIT PULL] gfs2: Fix mmap + page fault deadlocks
 2021-11-02 19:52 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.16
 2021-11-02 19:52 UTC  (2+ messages)

[PATCH v2 0/2] fuse: Send file/inode security context during creation
 2021-11-02 19:09 UTC  (6+ messages)
` [PATCH v2 2/2] fuse: Send security context of inode on file creation

[PATCH v1] mm: Add /proc/$PID/pageflags
 2021-11-02 18:38 UTC  (7+ messages)

[v5 PATCH 6/6] mm: hwpoison: handle non-anonymous THP correctly
 2021-11-02 16:41 UTC  (4+ messages)

[PATCH 4.19,v3] VFS: Fix memory leak caused by concurrently mounting fs with subtype
 2021-11-02 14:22 UTC 

[PATCH bpf-next v3 1/4] libfs: move shmem_exchange to simple_rename_exchange
 2021-11-02 11:36 UTC  (6+ messages)
` [PATCH bpf-next v3 2/4] libfs: support RENAME_EXCHANGE in simple_rename()


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