summaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
AgeCommit message (Expand)Author
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
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-07-18mm: migrate: remove unused mode argumentKeith Busch
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner
2018-08-15ubifs: use timespec64 for inode timestampsArnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-07fs: ubifs: Adding new return type vm_fault_tSouptick Joarder
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-03-28ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-17ubifs: switch to fscrypt_prepare_setattr()Eric Biggers
2018-01-17ubifs: switch to fscrypt_file_open()Eric Biggers
2018-01-11ubifs: switch to fscrypt_get_symlink()Eric Biggers
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-14ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee
2017-07-14ubifs: Remove dead code from ubifs_get_link()Richard Weinberger
2017-07-05ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers