linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 11:09:11 to 2022-06-09 03:55:11 UTC [more...]

[PATCH 00/10] Convert to filemap_get_folios()
 2022-06-09  3:55 UTC  (27+ 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()
  ` [vmscan] bc9eb0d5ef: BUG:KASAN:stack-out-of-bounds_in_check_move_unevictable_pages
` [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

remove the nobh helpers
 2022-06-09  3:54 UTC  (8+ messages)
` [PATCH 1/5] ext2: remove nobh support
` [PATCH 2/5] jfs: stop using the nobh helper
` [PATCH 3/5] fs: remove the nobh helpers
` [PATCH 4/5] fs: don't call ->writepage from __mpage_writepage
` [PATCH 5/5] fs: remove the NULL get_block case in mpage_writepages

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

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-06-09  2:28 UTC  (2+ messages)

[PATCH 4/5] io_uring: support nonblock try for splicing from pipe to pipe
 2022-06-09  2:24 UTC  (4+ messages)

[PATCH -next] mm/filemap: fix that first page is not mark accessed in filemap_read()
 2022-06-09  0:59 UTC  (2+ messages)

[PATCH v2] iomap: skip pages past eof in iomap_do_writepage()
 2022-06-09  0:53 UTC  (3+ messages)

[RFC][PATCHES] iov_iter stuff
 2022-06-09  0:35 UTC  (31+ 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 v4 0/2] Prevent re-use of FUSE superblock after force unmount
 2022-06-09  0:22 UTC  (2+ messages)

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

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

[PATCH v8 00/14] io-uring/xfs: support async buffered writes
 2022-06-08 19:02 UTC  (16+ messages)
` [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place
` [PATCH v8 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v8 05/14] iomap: Add async buffered write support
` [PATCH v8 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [PATCH v8 07/14] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter
` [PATCH v8 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v8 10/14] fs: Add async write file modification handling
` [PATCH v8 11/14] io_uring: Add support for async buffered writes
` [PATCH v8 12/14] io_uring: Add tracepoint for short writes
` [PATCH v8 14/14] xfs: Add async buffered write support
  ` [PATCH v8 04/14] iomap: Add flags parameter to iomap_page_create()

[RFC][CFT] handling Rerror without copy_from_iter_full()
 2022-06-08 17:41 UTC 

[RFC PATCH] f*xattr: allow O_PATH descriptors
 2022-06-08 16:53 UTC  (7+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-08 15:09 UTC 

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

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

[PATCH] fuse: allow skipping abort interface for virtiofs
 2022-06-08 13:57 UTC  (5+ messages)

vfs_test_lock - should it WARN if F_UNLCK and modified file_lock?
 2022-06-08 13:40 UTC  (3+ messages)

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (38+ 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 13/20] aio: Convert "
` [PATCH 15/20] balloon: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[RFC 0/5] support nonblock submission for splice pipe to pipe
 2022-06-08 11:33 UTC  (5+ messages)

[RFC PATCH] fuse: support cache revalidation in writeback_cache mode
 2022-06-08 10:49 UTC  (7+ messages)
  `  "
      `  "
          ` [External] "

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

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

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

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

[PATCH 14/20] hugetlb: Convert to migrate_folio
 2022-06-07 15:02 UTC  (3+ messages)

[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 


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