aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08mm/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-05ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers1-9/+0
2017-07-05ubifs: require key for truncate(2) of encrypted fileEric Biggers1-0/+8
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-6/+6
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger1-1/+54
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-0/+14
2016-12-12ubifs: Enforce crypto policy in mmapRichard Weinberger1-0/+9
2016-12-12ubifs: 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-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-10-02UBIFS: improve function-level documentationJulia Lawall1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher1-6/+6
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-26/+26
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang1-0/+50
2015-05-10ubifs: switch to simple_follow_link()Al Viro1-10/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-8/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-8/+9
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+4
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-28UBIFS: Add xattr support for symlinksSubodh Nijsure1-0/+4
2014-11-07UBIFS: fix budget leak in error pathArtem Bityutskiy1-0/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+10
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-28UBIFS: fix debugging checkArtem Bityutskiy1-1/+1
2014-05-27UBIFS: add missing ui pointer in debugging codeDaniel Golle1-0/+1
2014-05-13UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-05-06ubifs: switch to ->write_iter()Al Viro1-12/+7
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1