aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-13/+13
* UBIFS: remove strange commentaryArtem Bityutskiy2011-05-131-1/+0
* UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy2011-05-131-1/+5
* UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-131-2/+2
* UBIFS: fix minor stylistic issuesArtem Bityutskiy2011-05-131-8/+9
* UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy2011-04-131-0/+3
* UBIFS: fix assertion warning and refine commentsArtem Bityutskiy2011-03-241-4/+7
* UBIFS: introduce new flags for RO mountsArtem Bityutskiy2010-09-191-3/+2
* UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy2010-09-171-2/+4
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-15/+8
* kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-5/+8
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-4/+4
* kill I_LOCKChristoph Hellwig2009-12-171-1/+1
* UBIFS: remove manual O_SYNC handlingChristoph Hellwig2009-11-241-12/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* UBIFS: amend commentariesArtem Bityutskiy2009-09-101-32/+30
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-04-061-3/+13
|\
| * UBIFS: fix commentariesArtem Bityutskiy2009-03-201-1/+1
| * UBIFS: fix bug where page is marked uptodate when out of spaceAdrian Hunter2009-03-141-2/+12
* | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-3/+6
|/
* UBIFS: add re-mount debugging checksArtem Bityutskiy2009-01-261-1/+0
* UBIFS: constify operationsArtem Bityutskiy2009-01-181-4/+4
* fs: symlink write_begin allocation context fixNick Piggin2009-01-041-4/+5
* UBIFS: fix checkpatch.pl warningsArtem Bityutskiy2008-12-311-2/+2
* UBIFS: use PAGE_CACHE_MASK correctlyArtem Bityutskiy2008-12-231-2/+2
* UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy2008-11-211-9/+22
* UBIFS: do not allocate too muchArtem Bityutskiy2008-11-211-24/+46
* UBIFS: do not print scary memory allocation warningsArtem Bityutskiy2008-11-211-2/+2
* UBIFS: endian handling fixes and annotationsHarvey Harrison2008-11-061-2/+2
* UBIFS: fix bulk-read handling uptodate pagesAdrian Hunter2008-09-301-5/+11
* UBIFS: ensure data read beyond i_size is zeroed out correctlyAdrian Hunter2008-09-301-2/+8
* UBIFS: add bulk-read facilityAdrian Hunter2008-09-301-0/+248
* UBIFS: fix zero-length truncationsArtem Bityutskiy2008-08-211-4/+16
* UBIFS: support splice_writeZoltan Sogor2008-08-131-0/+1
* UBIFS: align inode data to eightArtem Bityutskiy2008-08-131-2/+2
* UBIFS: improve debuggingArtem Bityutskiy2008-08-131-1/+2
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-261-0/+1
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+1275