summaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ubifs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-171-7/+3
* | ubifs: switch to fscrypt_file_open()Eric Biggers2018-01-171-30/+1
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-1/+4
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2017-07-141-2/+2
* ubifs: Remove dead code from ubifs_get_link()Richard Weinberger2017-07-141-6/+0
* ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-051-9/+0