aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-21ubifs: wait for page writeback to provide stable pagesJan Kara1-0/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-2/+2
2012-08-04UBIFS: nuke pdflush from commentsArtem Bityutskiy1-5/+5
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-1/+1
2012-05-03UBIFS: remove xattr Kconnfig optionSubodh Nijsure1-2/+0
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-10/+11
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-10/+11
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy1-1/+1
2011-05-13UBIFS: remove strange commentaryArtem Bityutskiy1-1/+0
2011-05-13UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy1-1/+5
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy1-2/+2
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-8/+9
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy1-4/+7
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy1-3/+2
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy1-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-15/+8
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-5/+8
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-4/+4
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-11-24UBIFS: remove manual O_SYNC handlingChristoph Hellwig1-12/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-10UBIFS: amend commentariesArtem Bityutskiy1-32/+30
2009-04-06Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-3/+13
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-3/+6
2009-03-20UBIFS: fix commentariesArtem Bityutskiy1-1/+1
2009-03-14UBIFS: fix bug where page is marked uptodate when out of spaceAdrian Hunter1-2/+12
2009-01-26UBIFS: add re-mount debugging checksArtem Bityutskiy1-1/+0
2009-01-18UBIFS: constify operationsArtem Bityutskiy1-4/+4
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-4/+5