summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-01-161-1/+3
| |/
* / ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers2020-01-201-2/+2
|/
* timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-9/+12
* mm: migrate: remove unused mode argumentKeith Busch2019-07-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-071-9/+7
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-1/+1
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-20/+27
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-151-0/+4
* ubifs: use timespec64 for inode timestampsArnd Bergmann2018-08-151-6/+5
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-11/+12
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-11/+12
* | fs: ubifs: Adding new return type vm_fault_tSouptick Joarder2018-06-071-7/+4
|/
* ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig2018-03-281-1/+1
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-041-34/+2
|\
| * ubifs: switch to fscrypt_get_symlink()Eric Biggers2018-01-111-34/+2