summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-09ecryptfs: Convert ecryptfs to read_folioMatthew Wilcox (Oracle)1-5/+6
2022-05-09cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)2-7/+8
2022-05-09coda: Convert coda to read_folioMatthew Wilcox (Oracle)1-3/+4
2022-05-09cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)1-6/+7
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)7-13/+15
2022-05-09befs: Convert befs to read_folioMatthew Wilcox (Oracle)1-3/+4
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)1-8/+7
2022-05-09affs: Convert affs to read_folioMatthew Wilcox (Oracle)2-4/+6
2022-05-09fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)1-7/+7
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)14-47/+49
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)24-101/+108
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)6-19/+18
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)5-12/+11
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)5-21/+21
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)8-13/+28
2022-05-08buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)1-37/+27
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)4-21/+22
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)6-28/+25
2022-05-08readahead: Use a folio in read_pages()Matthew Wilcox (Oracle)1-13/+12
2022-05-08filemap: Update the folio_mark_dirty documentationMatthew Wilcox (Oracle)1-4/+6
2022-05-08filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)1-2/+57
2022-05-08filemap: Remove obsolete comment in lock_pageMiaohe Lin1-3/+0
2022-05-08fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)2-32/+0
2022-05-08i915: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-12/+11
2022-05-08f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-4/+5
2022-05-08ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-4/+5
2022-05-08hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)3-7/+8
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)3-6/+7
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)1-4/+2
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)3-10/+12
2022-05-08namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-3/+3
2022-05-08buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-6/+8
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)45-90/+69
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)4-6/+4
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)20-28/+28
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)9-9/+9
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)13-23/+16
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)6-7/+6
2022-05-08fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)3-11/+1
2022-05-08ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)3-13/+11
2022-05-08ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)3-11/+9
2022-05-08ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)1-4/+9
2022-05-08ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)1-3/+1
2022-05-08f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIsMatthew Wilcox (Oracle)1-1/+8
2022-05-08namei: Convert page_symlink() to use memalloc_nofs_save()Matthew Wilcox (Oracle)1-4/+7
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)3-14/+3
2022-05-08ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)1-1/+6
2022-05-08scsicam: Fix use of page cacheMatthew Wilcox (Oracle)1-6/+5
2022-05-08Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds21-74/+96
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau1-1/+0