linux/fs/f2fs
Linus Torvalds e63046adef vfs-6.15-rc1.ceph
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRAhzRXHqcMeLMyaSiRxhvAZXjcogUCZ90r/AAKCRCRxhvAZXjc
 onzyAP9QnVuYdNZhgpl40B+TnqA8F9/QAwKjaudAiC6kYWXPrgEA3SLTcmenjfzP
 8+9OqC3WVcfTWWKXB4IDK18Yk7veVQg=
 =Eu3R
 -----END PGP SIGNATURE-----

Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs

Pull vfs ceph updates from Christian Brauner:
 "This contains the work to remove access to page->index from ceph
  and fixes the test failure observed for ceph with generic/421 by
  refactoring ceph_writepages_start()"

* tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
  ceph: Fix error handling in fill_readdir_cache()
  fs: Remove page_mkwrite_check_truncate()
  ceph: Pass a folio to ceph_allocate_page_array()
  ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_page_array()
  ceph: Remove uses of page from ceph_process_folio_batch()
  ceph: Convert ceph_check_page_before_write() to use a folio
  ceph: Convert writepage_nounlock() to write_folio_nounlock()
  ceph: Convert ceph_readdir_cache_control to store a folio
  ceph: Convert ceph_find_incompatible() to take a folio
  ceph: Use a folio in ceph_page_mkwrite()
  ceph: Remove ceph_writepage()
  ceph: fix generic/421 test failure
  ceph: introduce ceph_submit_write() method
  ceph: introduce ceph_process_folio_batch() method
  ceph: extend ceph_writeback_ctl for ceph_writepages_start() refactoring
2025-03-24 12:17:13 -07:00
..
acl.c f2fs: Use struct_size() to improve f2fs_acl_clone() 2024-10-14 20:04:57 +00:00
acl.h fs: port ->set_acl() to pass mnt_idmap 2023-01-19 09:24:27 +01:00
checkpoint.c f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason() 2024-11-01 01:24:41 +00:00
compress.c f2fs: fix using wrong 'submitted' value in f2fs_write_cache_pages 2025-01-13 18:49:38 +00:00
data.c fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio 2025-03-05 12:57:15 +01:00
debug.c f2fs: fix typos 2024-11-01 01:24:41 +00:00
dir.c f2fs: Introduce linear search for dentries 2025-01-08 18:31:45 +00:00
extent_cache.c f2fs: add a sysfs node to limit max read extent count per-inode 2024-11-23 15:48:13 +00:00
f2fs.h f2fs-for-6.14-rc1 2025-01-27 20:58:58 -08:00
file.c f2fs: Clean up the loop outside of f2fs_invalidate_blocks() 2025-01-22 21:04:56 +00:00
gc.c f2fs: add parameter @len to f2fs_invalidate_internal_cache() 2025-01-08 18:31:45 +00:00
gc.h f2fs: decrease spare area for pinned files for zoned devices 2024-11-01 01:19:00 +00:00
hash.c
inline.c f2fs: Introduce linear search for dentries 2025-01-08 18:31:45 +00:00
inode.c f2fs: Fix format specifier in sanity_check_inode() 2025-01-22 21:04:49 +00:00
iostat.c f2fs: add async reset zone command support 2023-06-12 13:04:09 -07:00
iostat.h f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_unbind_ctx() 2023-02-07 10:39:28 -08:00
Kconfig f2fs: switch to using the crc32 library 2024-12-01 17:23:02 -08:00
Makefile
namei.c Change inode_operations.mkdir to return struct dentry * 2025-02-27 20:00:17 +01:00
node.c f2fs: add parameter @len to f2fs_invalidate_blocks() 2025-01-13 18:49:32 +00:00
node.h f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC 2024-02-27 09:41:12 -08:00
recovery.c f2fs: fix to avoid changing 'check only' behaior of recovery 2025-01-22 21:04:56 +00:00
segment.c f2fs: fix inconsistent dirty state of atomic file 2025-01-25 01:12:12 +00:00
segment.h f2fs: clean up the unused variable additional_reserved_segments 2024-11-01 01:24:41 +00:00
shrinker.c
super.c f2fs: switch to using the crc32 library 2024-12-01 17:23:02 -08:00
sysfs.c f2fs: procfs: show mtime in segment_bits 2025-01-22 21:04:56 +00:00
verity.c f2fs-6.12-rc1 2024-09-24 15:12:38 -07:00
xattr.c f2fs: reduce expensive checkpoint trigger frequency 2024-08-15 15:26:39 +00:00
xattr.h f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodata 2023-10-09 16:24:18 +02:00