aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
AgeCommit message (Expand)Author
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
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-28UBIFS: Add xattr support for symlinksSubodh Nijsure
2014-11-07UBIFS: fix budget leak in error pathArtem Bityutskiy
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-28UBIFS: fix debugging checkArtem Bityutskiy
2014-05-27UBIFS: add missing ui pointer in debugging codeDaniel Golle
2014-05-13UBIFS: fix an mmap and fsync race conditionhujianyang
2014-05-06ubifs: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21ubifs: wait for page writeback to provide stable pagesJan Kara
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy
2012-08-04UBIFS: nuke pdflush from commentsArtem Bityutskiy
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy
2012-05-03UBIFS: remove xattr Kconnfig optionSubodh Nijsure
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy
2011-05-13UBIFS: remove strange commentaryArtem Bityutskiy
2011-05-13UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig