summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Convert populate_page() to take a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
* ubifs: Use a folio in ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-7/+7
* ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-15/+13
* ubifs: Convert cancel_budget() to take a folioMatthew Wilcox (Oracle)2024-02-251-5/+5
* ubifs: Convert allocate_budget() to work on a folioMatthew Wilcox (Oracle)2024-02-251-7/+7
* ubifs: Convert do_readpage() to take a folioMatthew Wilcox (Oracle)2024-02-251-34/+30
* ubifs: Convert ubifs_write_end() to use a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
* ubifs: Convert ubifs_write_begin() to use a folioMatthew Wilcox (Oracle)2024-02-251-16/+16
* ubifs: Convert write_begin_slow() to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+23
* ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-02-251-18/+18
* ubifs: Convert do_writepage() to take a folioMatthew Wilcox (Oracle)2024-02-251-26/+30
* ubifs: Use a folio in do_truncation()Matthew Wilcox (Oracle)2024-02-251-12/+12
* ubifs: Convert ubifs_writepage to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+17
* ubifs: Convert from writepage to writepagesMatthew Wilcox (Oracle)2024-02-251-2/+10
* ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-02-251-9/+4
* ubifs: fix kernel-doc warningsRandy Dunlap2024-01-061-9/+21
* Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-051-0/+3
|\
| * ubifs: Fix some kernel-doc commentsYang Li2023-10-281-0/+3
* | ubifs: convert to new timestamp accessorsJeff Layton2023-10-181-8/+8
|/
* fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-2/+1
* ubifs: have ubifs_update_time use inode_update_timestampsJeff Layton2023-08-111-7/+1
* fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-2/+4
* ubifs: convert to ctime accessor functionsJeff Layton2023-07-241-7/+9
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-011-8/+23
|\
| * ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng2023-02-021-5/+14
| * ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng2023-02-021-3/+9
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-27/+2
* ubifs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-9/+9
* ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2022-05-091-5/+7
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-4/+3
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-7/+7
|\
| * ubifs: Fix to add refcount once page is set privateZhihao Cheng2022-01-101-7/+7
* | ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)2022-03-151-7/+7
* | ubifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-10/+10
|/
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+12
* ubifs: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* ubifs: Pass node length in all node dumping callersZhihao Cheng2020-12-131-1/+1
* ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-131-4/+0
* ubifs: Delete duplicated words + other fixesRandy Dunlap2020-12-131-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* ubifs: remove broken lazytime supportChristoph Hellwig2020-04-091-5/+1
* Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-12/+6
|\
| * utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-12/+6
* | Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-301-1/+3
|\ \