aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/file.c
AgeCommit message (Expand)Author
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
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-12-17kill I_LOCKChristoph Hellwig
2009-11-24UBIFS: remove manual O_SYNC handlingChristoph Hellwig
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-10UBIFS: amend commentariesArtem Bityutskiy
2009-04-06Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-20UBIFS: fix commentariesArtem Bityutskiy
2009-03-14UBIFS: fix bug where page is marked uptodate when out of spaceAdrian Hunter
2009-01-26UBIFS: add re-mount debugging checksArtem Bityutskiy
2009-01-18UBIFS: constify operationsArtem Bityutskiy
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy
2008-12-23UBIFS: use PAGE_CACHE_MASK correctlyArtem Bityutskiy
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison
2008-09-30UBIFS: fix bulk-read handling uptodate pagesAdrian Hunter
2008-09-30UBIFS: ensure data read beyond i_size is zeroed out correctlyAdrian Hunter
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter
2008-08-21UBIFS: fix zero-length truncationsArtem Bityutskiy
2008-08-13UBIFS: support splice_writeZoltan Sogor
2008-08-13UBIFS: align inode data to eightArtem Bityutskiy
2008-08-13UBIFS: improve debuggingArtem Bityutskiy