aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy1-2/+2
2008-12-23UBIFS: use PAGE_CACHE_MASK correctlyArtem Bityutskiy1-2/+2
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy1-9/+22
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy1-24/+46
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy1-2/+2
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison1-2/+2
2008-09-30UBIFS: fix bulk-read handling uptodate pagesAdrian Hunter1-5/+11
2008-09-30UBIFS: ensure data read beyond i_size is zeroed out correctlyAdrian Hunter1-2/+8
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter1-0/+248
2008-08-21UBIFS: fix zero-length truncationsArtem Bityutskiy1-4/+16
2008-08-13UBIFS: support splice_writeZoltan Sogor1-0/+1
2008-08-13UBIFS: align inode data to eightArtem Bityutskiy1-2/+2
2008-08-13UBIFS: improve debuggingArtem Bityutskiy1-1/+2
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro1-0/+1
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+1275