aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-06ubifs: fix kernel-doc warningsGravatar Randy Dunlap 1-9/+21
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2023-10-28ubifs: Fix some kernel-doc commentsGravatar Yang Li 1-0/+3
2023-10-18ubifs: convert to new timestamp accessorsGravatar Jeff Layton 1-8/+8
2023-08-11fs: drop the timespec64 argument from update_timeGravatar Jeff Layton 1-2/+1
2023-08-11ubifs: have ubifs_update_time use inode_update_timestampsGravatar Jeff Layton 1-7/+1
2023-08-09fs: drop the timespec64 arg from generic_update_timeGravatar Jeff Layton 1-2/+4
2023-07-24ubifs: convert to ctime accessor functionsGravatar Jeff Layton 1-7/+9
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+23
2023-02-02ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processGravatar Zhihao Cheng 1-5/+14
2023-02-02ubifs: ubifs_writepage: Mark page dirty after writing inode failedGravatar Zhihao Cheng 1-3/+9
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-08-02ubifs: Convert to filemap_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-27/+2
2022-05-09ubifs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-9/+9
2022-05-09ubifs: Convert ubifs to read_folioGravatar Matthew Wilcox (Oracle) 1-5/+7
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-4/+3
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+7
2022-03-15ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioGravatar Matthew Wilcox (Oracle) 1-7/+7
2022-03-15ubifs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-10/+10
2022-01-10ubifs: Fix to add refcount once page is set privateGravatar Zhihao Cheng 1-7/+7
2021-07-25ubifs: report correct st_size for encrypted symlinksGravatar Eric Biggers 1-1/+12
2021-04-12ubifs: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 1-1/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-4/+0
2020-12-13ubifs: Delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-2/+2
2020-04-09ubifs: remove broken lazytime supportGravatar Christoph Hellwig 1-5/+1
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+6
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Gravatar Eric Biggers 1-2/+2
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageGravatar Zhihao Cheng 1-1/+3
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-12/+6
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-9/+12
2019-07-18mm: migrate: remove unused mode argumentGravatar Keith Busch 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTGravatar Sascha Hauer 1-9/+7
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Gravatar Jan Kara 1-1/+1
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-20/+27
2018-08-15ubifs: introduce Kconfig symbol for xattr supportGravatar Stefan Agner 1-0/+4
2018-08-15ubifs: use timespec64 for inode timestampsGravatar Arnd Bergmann 1-6/+5
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-11/+12
2018-06-07fs: ubifs: Adding new return type vm_fault_tGravatar Souptick Joarder 1-7/+4
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-11/+12
2018-03-28ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callGravatar Christoph Hellwig 1-1/+1
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-34/+2