summaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAge
* ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig2018-03-28
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-04
|\
| * ubifs: switch to fscrypt_get_symlink()Eric Biggers2018-01-11
* | ubifs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-17
* | ubifs: switch to fscrypt_file_open()Eric Biggers2018-01-17
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-08
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
* ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2017-07-14
* ubifs: Remove dead code from ubifs_get_link()Richard Weinberger2017-07-14
* ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-05
* ubifs: require key for truncate(2) of encrypted fileEric Biggers2017-07-05
* fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-08
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | ubifs: Add support for encrypted symlinksRichard Weinberger2016-12-12
* | ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-12
* | ubifs: Enforce crypto policy in mmapRichard Weinberger2016-12-12
* | ubifs: Implement file open operationRichard Weinberger2016-12-12
|/
* Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-11
|\
| * UBIFS: improve function-level documentationJulia Lawall2016-10-02
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-06-23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-18
|\
| * ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-17
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang2015-11-07
* ubifs: switch to simple_follow_link()Al Viro2015-05-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-15
|\ \ | |/ |/|
| * UBIFS: extend debug/message capabilitiesSheng Yong2015-03-25
* | make new_sync_{read,write}() staticAl Viro2015-04-11
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
|/
* Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-02-15
|\
| * UBIFS: Add xattr support for symlinksSubodh Nijsure2015-01-28
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
|/
* UBIFS: fix budget leak in error pathArtem Bityutskiy2014-11-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-12
| * ubifs: switch to ->write_iter()Al Viro2014-05-06
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* | UBIFS: fix debugging checkArtem Bityutskiy2014-05-28
* | UBIFS: add missing ui pointer in debugging codeDaniel Golle2014-05-27