summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-09affs: Convert affs to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-08buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-05-08f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)
2022-05-08ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)
2022-05-08ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)
2022-05-08ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)
2022-05-08ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)
2022-05-08f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIsMatthew Wilcox (Oracle)
2022-05-08namei: Convert page_symlink() to use memalloc_nofs_save()Matthew Wilcox (Oracle)
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)
2022-05-08ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)
2022-05-07Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-02io_uring: assign non-fixed early for async workJens Axboe
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-29Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-04-29io_uring: check that data field is 0 in ringfd unregisterEugene Syromiatnikov
2022-04-28io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran
2022-04-28Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-28Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds