aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
AgeCommit message (Expand)Author
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-03-11ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng
2021-09-22ubifs: report correct st_size for encrypted symlinksEric Biggers
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig
2020-02-11ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
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
2017-07-05ubifs: require key for truncate(2) of encrypted fileEric Biggers
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger
2016-12-12ubifs: Enforce crypto policy in mmapRichard Weinberger
2016-12-12ubifs: Implement file open operationRichard Weinberger
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-02UBIFS: improve function-level documentationJulia Lawall
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang
2015-05-10ubifs: switch to simple_follow_link()Al Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig