summaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
AgeCommit message (Expand)Author
2024-02-25ubifs: Convert populate_page() to take a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Use a folio in ubifs_do_bulk_read()Matthew Wilcox (Oracle)
2024-02-25ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Matthew Wilcox (Oracle)
2024-02-25ubifs: Convert cancel_budget() to take a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert allocate_budget() to work on a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert do_readpage() to take a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert ubifs_write_end() to use a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert ubifs_write_begin() to use a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert write_begin_slow() to use a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert do_writepage() to take a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Use a folio in do_truncation()Matthew Wilcox (Oracle)
2024-02-25ubifs: Convert ubifs_writepage to use a folioMatthew Wilcox (Oracle)
2024-02-25ubifs: Convert from writepage to writepagesMatthew Wilcox (Oracle)
2024-02-25ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)
2024-01-06ubifs: fix kernel-doc warningsRandy Dunlap
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-28ubifs: Fix some kernel-doc commentsYang Li
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-11ubifs: have ubifs_update_time use inode_update_timestampsJeff Layton
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-02ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng
2023-02-02ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-05-09ubifs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-15ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)
2022-03-15ubifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-01-10ubifs: Fix to add refcount once page is set privateZhihao Cheng
2021-07-25ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-04-12ubifs: convert to fileattrMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers