linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-06 19:26:06 to 2022-06-08 10:47:08 UTC [more...]

[PATCH] fuse: add FOPEN_INVAL_ATTR
 2022-06-08 10:42 UTC 

Failed on reading from FANOTIFY file descriptor
 2022-06-08 10:14 UTC  (2+ messages)

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08  9:59 UTC  (46+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 11/20] ubifs: Convert to filemap_migrate_folio()
` [PATCH 12/20] f2fs: "
` [PATCH 13/20] aio: Convert to migrate_folio
` [PATCH 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [PATCH 17/20] z3fold: "
` [PATCH 18/20] zsmalloc: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH v2] fs: Fix page cache inconsistency when mixing buffered and AIO DIO for bdev
 2022-06-08  9:48 UTC  (3+ messages)

[PATCH v2 0/3] zonefs fixes
 2022-06-08  9:01 UTC  (7+ messages)
` [PATCH v2 1/3] zonefs: fix handling of explicit_open option on mount
` [PATCH v2 2/3] zonefs: Do not ignore explicit_open with active zone limit
` [PATCH v2 3/3] zonefs: fix zonefs_iomap_begin() for reads

[PATCH] fuse: allow skipping abort interface for virtiofs
 2022-06-08  8:42 UTC  (3+ messages)

[PATCH 00/10] Convert to filemap_get_folios()
 2022-06-08  8:08 UTC  (23+ messages)
` [PATCH 01/10] filemap: Add filemap_get_folios()
` [PATCH 02/10] buffer: Convert clean_bdev_aliases() to use filemap_get_folios()
` [PATCH 03/10] ext4: Convert mpage_release_unused_pages() "
` [PATCH 04/10] ext4: Convert mpage_map_and_submit_buffers() "
` [PATCH 05/10] f2fs: Convert f2fs_invalidate_compress_pages() "
` [PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() "
` [PATCH 07/10] nilfs2: Convert nilfs_copy_back_pages() "
` [PATCH 08/10] vmscan: Add check_move_unevictable_folios()
` [PATCH 09/10] shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
` [PATCH 10/10] filemap: Remove find_get_pages_range() and associated functions

qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140
 2022-06-08  7:36 UTC  (8+ messages)

[RFC][PATCHES] iov_iter stuff
 2022-06-08  6:18 UTC  (34+ messages)
` [PATCH 1/9] No need of likely/unlikely on calls of check_copy_size()
` [PATCH 2/9] btrfs_direct_write(): cleaner way to handle generic_write_sync() suppression
        ` [PATCH 01/10] No need of likely/unlikely on calls of check_copy_size()
          ` [PATCH 02/10] teach iomap_dio_rw() to suppress dsync
          ` [PATCH 03/10] btrfs: use IOMAP_DIO_NOSYNC
          ` [PATCH 04/10] struct file: use anonymous union member for rcuhead and llist
          ` [PATCH 05/10] iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
          ` [PATCH 06/10] keep iocb_flags() result cached in struct file
          ` [PATCH 07/10] copy_page_{to,from}_iter(): switch iovec variants to generic
          ` [PATCH 08/10] new iov_iter flavour - ITER_UBUF
          ` [PATCH 09/10] switch new_sync_{read,write}() to ITER_UBUF
          ` [PATCH 10/10] iov_iter_bvec_advance(): don't bother with bvec_iter
` [PATCH 3/9] struct file: use anonymous union member for rcuhead and llist
` [PATCH 4/9] iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
` [PATCH 5/9] keep iocb_flags() result cached in struct file
` [PATCH 6/9] copy_page_{to,from}_iter(): switch iovec variants to generic
` [PATCH 7/9] new iov_iter flavour - ITER_UBUF
` [PATCH 8/9] switch new_sync_{read,write}() to ITER_UBUF
` [PATCH 9/9] iov_iter_bvec_advance(): don't bother with bvec_iter

[RFC 0/5] support nonblock submission for splice pipe to pipe
 2022-06-08  4:31 UTC  (11+ messages)
` [PATCH 1/5] io_uring: move sp->len check up for splice and tee
` [PATCH 2/5] pipe: add trylock helpers for pipe lock
` [PATCH 3/5] splice: support nonblock for splice from pipe to pipe
` [PATCH 4/5] io_uring: support nonblock try for splicing "
` [PATCH 5/5] io_uring: add file_in in io_splice{} to avoid duplicate calculation

[RFC PATCH] f*xattr: allow O_PATH descriptors
 2022-06-08  5:13 UTC  (2+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-08  2:18 UTC  (5+ messages)

[PATCH v2 0/2] Allow to kexec with initramfs larger than 2G
 2022-06-08  0:58 UTC  (10+ messages)
` [PATCH v2 1/2] fs/kernel_read_file: Allow to read files up-to ssize_t
` [PATCH v2 2/2] kexec_file: Increase maximum file size to 4G

[PATCH] exfat: use updated exfat_chain directly during renaming
 2022-06-08  2:04 UTC 

[PATCH v2] iomap: skip pages past eof in iomap_do_writepage()
 2022-06-08  0:42 UTC 

[PATCH 0/3] Cache quota files in the page cache
 2022-06-08  1:42 UTC  (4+ messages)
` [PATCH 3/3] ext4: Use generic_quota_read()

[syzbot] WARNING: locking bug in truncate_inode_pages_final
 2022-06-08  0:23 UTC  (5+ messages)

[PATCH v4 0/1] FUSE: Allow non-extending parallel direct writes
 2022-06-07 22:42 UTC  (6+ messages)
` [PATCH v4 1/1] Allow non-extending parallel direct writes on the same file

[PATCH 5.18 151/879] fs: hold writers when changing mounts idmapping
 2022-06-07 17:06 UTC  (3+ messages)
` [PATCH 5.18 872/879] fs: add two trivial lookup helpers
` [PATCH 5.18 873/879] exportfs: support idmapped mounts

[PATCH RFC] iomap: invalidate pages past eof in iomap_do_writepage()
 2022-06-07 22:52 UTC  (3+ messages)

[PATCH 5.17 766/772] fs: add two trivial lookup helpers
 2022-06-07 17:05 UTC  (2+ messages)
` [PATCH 5.17 767/772] exportfs: support idmapped mounts

[PATCH 5.15 662/667] fs: add two trivial lookup helpers
 2022-06-07 17:05 UTC  (2+ messages)
` [PATCH 5.15 663/667] exportfs: support idmapped mounts

FAILED: patch "[PATCH] exportfs: support idmapped mounts" failed to apply to 5.4-stable tree
 2022-06-07 18:08 UTC  (4+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-07 16:41 UTC  (14+ messages)
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()

[syzbot] KASAN: use-after-free Read in mas_find
 2022-06-07 16:02 UTC 

[PATCH v2 08/14] fsdax: Output address in dax_iomap_pfn() and rename it
 2022-06-07 14:38 UTC  (2+ messages)
` [PATCH v2.1 "

[PATCH v14] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-07 14:22 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-07 13:11 UTC 

FAILED: patch "[PATCH] exportfs: support idmapped mounts" failed to apply to 5.15-stable tree
 2022-06-07 10:42 UTC  (4+ messages)
` [PATCH 5.15.y 1/2] fs: add two trivial lookup helpers
` [PATCH 5.15.y 2/2] exportfs: support idmapped mounts

[PATCH 0/3] zonefs fixes
 2022-06-07 10:25 UTC  (11+ messages)
` [PATCH 1/3] zonefs: fix handling of explicit_open option on mount
` [PATCH 2/3] zonefs: Do not ignore explicit_open with active zone limit
` [PATCH 3/3] zonefs: fix zonefs_iomap_begin() for reads

[bug report] fsdax: output address in dax_iomap_pfn() and rename it
 2022-06-07  9:09 UTC  (4+ messages)

[PATCH v2] fuse: Add module param for non-descendant userns access to allow_other
 2022-06-07  8:47 UTC  (2+ messages)

[PATCH 0/1] fs: inotify: Add full paths option to inotify
 2022-06-07  5:31 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] exfat: intorduce skip_stream_check mount opt
 2022-06-07  2:49 UTC 

[PATCHSET 0/8] xfs: design documentation for online fsck
 2022-06-07  1:49 UTC  (9+ messages)
` [PATCH 1/8] xfs: document the motivation for online fsck design
` [PATCH 2/8] xfs: document the general theory underlying "
` [PATCH 3/8] xfs: document the testing plan for online fsck
` [PATCH 4/8] "
` [PATCH 5/8] xfs: document technical aspects of kernel space metadata repair code
` [PATCH 6/8] xfs: document technical aspects of kernel space file "
` [PATCH 7/8] xfs: document specific technical aspects of userspace driver program
` [PATCH 8/8] xfs: document future directions of online fsck

Linux 5.18-rc4
 2022-06-06 21:00 UTC  (7+ 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).