linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-31 15:21:06 to 2021-11-03 08:05:47 UTC [more...]

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

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-03  7:31 UTC  (16+ 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-03  3:15 UTC  (58+ messages)
` [PATCH 01/21] fs: Remove FS_THP_SUPPORT
` [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 06/21] iomap: Convert iomap_page_release "
` [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 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()

[PATCH] fuse: fix possible write position calculation error
 2021-11-03  1:15 UTC 

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

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-11-02 19:57 UTC  (16+ messages)
` [dm-devel] "

[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 v7 00/11] extend task comm from 16 to 24
 2021-11-02 13:48 UTC  (26+ messages)
` [PATCH v7 01/11] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH v7 02/11] fs/exec: make __get_task_comm always get "
` [PATCH v7 03/11] sched.h: use __must_be_array instead of BUILD_BUG_ON in get_task_comm
` [PATCH v7 04/11] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v7 05/11] fs/binfmt_elf: make prpsinfo "
` [PATCH v7 06/11] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v7 07/11] tools/bpf/bpftool/skeleton: "
` [PATCH v7 08/11] tools/perf/test: make perf test "
` [PATCH v7 09/11] tools/testing/selftests/bpf: make it "
` [PATCH v7 10/11] sched.h: extend task comm from 16 to 24
` [PATCH v7 11/11] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-11-02 12:29 UTC  (18+ 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 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()

[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-02  8:31 UTC  (7+ 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 v3 6/6] afs: Use folios in directory handling

[PATCH v7 0/7] fuse,virtiofs: support per-file DAX
 2021-11-02  5:26 UTC  (8+ messages)
` [PATCH v7 1/7] fuse: add fuse_should_enable_dax() helper
` [PATCH v7 2/7] fuse: make DAX mount option a tri-state
` [PATCH v7 3/7] fuse: support per inode DAX in fuse protocol
` [PATCH v7 4/7] fuse: enable per inode DAX
` [PATCH v7 5/7] fuse: negotiate per inode DAX in FUSE_INIT
` [PATCH v7 6/7] fuse: mark inode DONT_CACHE when per inode DAX hint changes
` [PATCH v7 7/7] Documentation/filesystem/dax: record DAX on virtiofs

[PATCH V2] fs: remove fget_many and fput_many interface
 2021-11-02  2:46 UTC 

[GIT PULL] fscrypt updates for 5.16
 2021-11-01 20:04 UTC  (2+ messages)

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-11-01 19:26 UTC  (4+ messages)
` [v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault

[GIT PULL] Memory folios for v5.16
 2021-11-01 17:28 UTC  (2+ messages)

[GIT PULL] file locking changes for v5.16
 2021-11-01 17:28 UTC  (2+ messages)

[GIT PULL] Remove ->ki_complete() res2 argument
 2021-11-01 17:28 UTC  (2+ messages)

[PATCH] fs: remove fget_many and fput_many interface
 2021-11-01 16:31 UTC  (3+ messages)

futher decouple DAX from block devices
 2021-11-01 16:28 UTC  (18+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 07/11] dax: remove dax_capable
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper

[PATCH v8 00/32] file system-wide error monitoring
 2021-11-01 11:42 UTC  (5+ messages)
` [PATCH v8 31/32] samples: Add fs error monitoring example

[PATCH 0/4] remove PDE_DATA()
 2021-11-01  9:35 UTC  (5+ messages)
` [PATCH 1/4] fs: proc: store PDE()->data into inode->i_private
` [PATCH 2/4] fs: proc: replace PDE_DATA(inode) with inode->i_private
` [PATCH 3/4] fs: proc: remove PDE_DATA()
` [PATCH 4/4] fs: proc: use DEFINE_PROC_SHOW_ATTRIBUTE() to simplify the code

[PATCH v4 00/13] ext4: new mount API conversion
 2021-11-01  9:25 UTC  (4+ messages)
` [PATCH v4 01/13] fs_parse: allow parameter value to be empty

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-11-01  8:21 UTC  (8+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state

[PATCH v8 1/8] dax: Use percpu rwsem for dax_{read,write}_lock()
 2021-10-31 18:16 UTC  (3+ messages)

[PATCH v8 0/8] fsdax: introduce fs query to support reflink
 2021-10-31 15:20 UTC  (7+ messages)
` [PATCH v8 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 8/8] fsdax: add exception for reflinked files


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