summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* mm: migrate: remove unused mode argumentKeith Busch2019-07-191-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1Star
* ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-071-9/+7Star
* 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/+5Star
* 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-061-11/+12
* | fs: ubifs: Adding new return type vm_fault_tSouptick Joarder2018-06-071-7/+4Star
|/
* 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/+2Star
|\
| * ubifs: switch to fscrypt_get_symlink()Eric Biggers2018-01-121-34/+2Star
* | ubifs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-171-7/+3Star
* | ubifs: switch to fscrypt_file_open()Eric Biggers2018-01-171-30/+1Star
|/
* 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-091-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/+0Star
* ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-051-9/+0Star
* 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-091-6/+6
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+2Star
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-1/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* | 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-111-6/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-6/+0Star
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-06-231-0/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-6/+6
|\
| * ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-181-6/+6
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-26/+26
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang2015-11-071-0/+50
* ubifs: switch to simple_follow_link()Al Viro2015-05-111-10/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-151-8/+9
|\ \ | |/ |/|
| * UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-8/+9
* | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
|/