aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-10-29convert ubifsAl Viro1-7/+6
2010-10-21UBIFS: do not forget to cancel timersArtem Bityutskiy1-0/+4
2010-10-21UBIFS: remove a bit of unneeded codeArtem Bityutskiy1-6/+3
2010-09-28UBIFS: avoid kernel error if ubifs superblock read failsSteffen Sledz1-2/+2
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy1-26/+29
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy1-5/+9
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+8
2010-08-09switch ubifs to ->evict_inode()Al Viro1-4/+8
2010-08-03UBIFS: fix a memory leak on error path.Matthieu CASTET1-1/+1
2010-06-12UBIFS: check return codeArtem Bityutskiy1-0/+2
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-12-15fs/ubifs: use %pUB to print UUIDsJoe Perches1-6/+1
2009-11-24UBIFS: support mounting of UBI volume character devicesCorentin Chary1-5/+15
2009-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into linux-nextArtem Bityutskiy1-0/+2
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe1-7/+1
2009-09-10UBIFS: add inode size debugging checkArtem Bityutskiy1-0/+2
2009-07-24UBIFS: remove unneeded call from ubifs_sync_fsArtem Bityutskiy1-17/+7
2009-07-24UBIFS: kill BKLArtem Bityutskiy1-12/+1
2009-07-05UBIFS: allow more than one volume to be mountedDaniel Mack1-1/+2
2009-07-05UBIFS: fix assertion warningArtem Bityutskiy1-0/+3
2009-07-05UBIFS: few spelling fixesArtem Bityutskiy1-1/+1
2009-07-05UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy1-4/+2
2009-06-17Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-25/+48
2009-06-16ubifs: register backing_dev_infoJens Axboe1-0/+3
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+8
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig1-3/+0
2009-06-08UBIFS: start using hrtimersArtem Bityutskiy1-3/+3
2009-06-08UBIFS: do not forget to register BDI deviceArtem Bityutskiy1-0/+3
2009-06-02UBIFS: allow sync option in rootflagsArtem Bityutskiy1-5/+35
2009-05-26UBIFS: use anonymous deviceArtem Bityutskiy1-17/+4
2009-05-25UBIFS: return proper error code if the compr is not presentCorentin Chary1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-06UBIFS: reset no_space flag after inode deletionAdrian Hunter1-0/+5
2009-04-06Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-10/+27
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2009-03-26UBIFS: add R/O compatibilityArtem Bityutskiy1-2/+12
2009-03-20UBIFS: fix compiler warningsHunter Adrian1-4/+4
2009-03-16UBIFS: introduce a helpful variableArtem Bityutskiy1-0/+3
2009-03-15UBIFS: fix bogus assertionArtem Bityutskiy1-4/+8
2009-01-29UBIFS: remove fast unmountingArtem Bityutskiy1-45/+5
2009-01-29UBIFS: return sensible error codesArtem Bityutskiy1-8/+3
2009-01-29UBIFS: remount ro fixesAdrian Hunter1-7/+7
2009-01-29UBIFS: sync wbufs after syncing inodes and pagesAdrian Hunter1-10/+10
2009-01-26UBIFS: fix assertionsArtem Bityutskiy1-6/+7
2009-01-26UBIFS: ensure orphan area head is initializedAdrian Hunter1-0/+6
2009-01-26UBIFS: always clean up GC LEB spaceArtem Bityutskiy1-14/+33