https://github.com/torvalds/linux
Revision cda4351252e710507d32178dfbb5a7f0f92488f8 authored by Linus Torvalds on 01 April 2022, 20:50:50 UTC, committed by Linus Torvalds on 01 April 2022, 20:50:50 UTC
Pull more filesystem folio updates from Matthew Wilcox:
 "A mixture of odd changes that didn't quite make it into the original
  pull and fixes for things that did. Also the readpages changes had to
  wait for the NFS tree to be pulled first.

   - Remove ->readpages infrastructure

   - Remove AOP_FLAG_CONT_EXPAND

   - Move read_descriptor_t to networking code

   - Pass the iocb to generic_perform_write

   - Minor updates to iomap, btrfs, ext4, f2fs, ntfs"

* tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecache:
  btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()
  ntfs: Correct mark_ntfs_record_dirty() folio conversion
  f2fs: Get the superblock from the mapping instead of the page
  f2fs: Correct f2fs_dirty_data_folio() conversion
  ext4: Correct ext4_journalled_dirty_folio() conversion
  filemap: Remove AOP_FLAG_CONT_EXPAND
  fs: Pass an iocb to generic_perform_write()
  fs, net: Move read_descriptor_t to net.h
  fs: Remove read_actor_t
  iomap: Simplify is_partially_uptodate a little
  readahead: Update comments
  mm: remove the skip_page argument to read_pages
  mm: remove the pages argument to read_pages
  fs: Remove ->readpages address space operation
  readahead: Remove read_cache_pages()
2 parent s 5a3fe95 + 5a60542
History
Tip revision: cda4351252e710507d32178dfbb5a7f0f92488f8 authored by Linus Torvalds on 01 April 2022, 20:50:50 UTC
Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecache
Tip revision: cda4351
File Mode Size
mgmt
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 916 bytes
asn1.c -rw-r--r-- 5.5 KB
asn1.h -rw-r--r-- 808 bytes
auth.c -rw-r--r-- 29.6 KB
auth.h -rw-r--r-- 2.2 KB
connection.c -rw-r--r-- 9.5 KB
connection.h -rw-r--r-- 5.6 KB
crypto_ctx.c -rw-r--r-- 5.4 KB
crypto_ctx.h -rw-r--r-- 2.0 KB
glob.h -rw-r--r-- 1.1 KB
ksmbd_netlink.h -rw-r--r-- 11.4 KB
ksmbd_spnego_negtokeninit.asn1 -rw-r--r-- 579 bytes
ksmbd_spnego_negtokentarg.asn1 -rw-r--r-- 335 bytes
ksmbd_work.c -rw-r--r-- 1.7 KB
ksmbd_work.h -rw-r--r-- 3.2 KB
misc.c -rw-r--r-- 6.6 KB
misc.h -rw-r--r-- 1.2 KB
ndr.c -rw-r--r-- 9.6 KB
ndr.h -rw-r--r-- 743 bytes
nterr.h -rw-r--r-- 30.5 KB
ntlmssp.h -rw-r--r-- 5.6 KB
oplock.c -rw-r--r-- 44.6 KB
oplock.h -rw-r--r-- 3.9 KB
server.c -rw-r--r-- 13.9 KB
server.h -rw-r--r-- 1.4 KB
smb2misc.c -rw-r--r-- 13.1 KB
smb2ops.c -rw-r--r-- 11.0 KB
smb2pdu.c -rw-r--r-- 231.2 KB
smb2pdu.h -rw-r--r-- 27.5 KB
smb_common.c -rw-r--r-- 15.3 KB
smb_common.h -rw-r--r-- 14.3 KB
smbacl.c -rw-r--r-- 37.7 KB
smbacl.h -rw-r--r-- 6.5 KB
smbfsctl.h -rw-r--r-- 4.8 KB
smbstatus.h -rw-r--r-- 106.0 KB
transport_ipc.c -rw-r--r-- 20.9 KB
transport_ipc.h -rw-r--r-- 1.8 KB
transport_rdma.c -rw-r--r-- 58.3 KB
transport_rdma.h -rw-r--r-- 1.6 KB
transport_tcp.c -rw-r--r-- 13.8 KB
transport_tcp.h -rw-r--r-- 338 bytes
unicode.c -rw-r--r-- 10.2 KB
unicode.h -rw-r--r-- 8.2 KB
uniupr.h -rw-r--r-- 12.2 KB
vfs.c -rw-r--r-- 44.2 KB
vfs.h -rw-r--r-- 5.8 KB
vfs_cache.c -rw-r--r-- 14.7 KB
vfs_cache.h -rw-r--r-- 4.1 KB
xattr.h -rw-r--r-- 3.3 KB

back to top