summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ubifs: require key for truncate(2) of encrypted fileEric Biggers2017-07-051-0/+8
* fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-081-6/+6
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+2
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | ubifs: Add support for encrypted symlinksRichard Weinberger2016-12-121-1/+54
* | ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-121-0/+14
* | ubifs: Enforce crypto policy in mmapRichard Weinberger2016-12-121-0/+9
* | ubifs: Implement file open operationRichard Weinberger2016-12-121-0/+30
|/
* Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-111-1/+1
|\
| * UBIFS: improve function-level documentationJulia Lawall2016-10-021-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-6/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/