summaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2021-07-26ubifs: report correct st_size for encrypted symlinksEric Biggers1-1/+12
2021-04-12ubifs: convert to fileattrMiklos Szeredi1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-12-14ubifs: Pass node length in all node dumping callersZhihao Cheng1-1/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu1-4/+0
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+6
2020-01-31Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers1-2/+2
2020-01-17ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2019-12-09utimes: Clamp the timestamps in notify_change()Amir Goldstein1-12/+6
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-9/+12
2019-07-19mm: migrate: remove unused mode argumentKeith Busch1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-9/+7
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-1/+1
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-20/+27
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+4
2018-08-15ubifs: use timespec64 for inode timestampsArnd Bergmann1-6/+5
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-11/+12
2018-06-07fs: ubifs: Adding new return type vm_fault_tSouptick Joarder1-7/+4
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-11/+12
2018-03-28ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig1-1/+1
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+2
2018-01-17ubifs: switch to fscrypt_prepare_setattr()Eric Biggers1-7/+3
2018-01-17ubifs: switch to fscrypt_file_open()Eric Biggers1-30/+1
2018-01-12ubifs: switch to fscrypt_get_symlink()Eric Biggers1-34/+2
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-1/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-14ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee1-2/+2
2017-07-14ubifs: Remove dead code from ubifs_get_link()Richard Weinberger1-6/+0
2017-07-06ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers1-9/+0
2017-07-06ubifs: require key for truncate(2) of encrypted fileEric Biggers1-0/+8
2017-05-09fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-6/+6
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-1/+0
2016-12-13ubifs: Add support for encrypted symlinksRichard Weinberger1-1/+54
2016-12-13ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-0/+14
2016-12-13ubifs: Enforce crypto policy in mmapRichard Weinberger1-0/+9
2016-12-13ubifs: Implement file open operationRichard Weinberger1-0/+30
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+0
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-10-02UBIFS: improve function-level documentationJulia Lawall1-1/+1