aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-04UBIFS: switch to I/O helpersArtem Bityutskiy1-1/+1
2011-07-04UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy1-1/+1
2011-07-04UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy1-1/+1
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-12ubifs: fix sget racesAl Viro1-24/+30
2011-06-12ubifs: split allocation of ubifs_info into a separate functionAl Viro1-39/+48
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-01UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy1-1/+4
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-16UBIFS: fix-up free space on mount if flag is setMatthew L. Creech1-0/+13
2011-05-13UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy1-0/+1
2011-05-13UBIFS: improve space checking debugging featureArtem Bityutskiy1-1/+1
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy1-13/+13
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-2/+2
2011-05-02UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy1-11/+4
2011-04-21UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy1-4/+6
2011-04-20UBIFS: fix false space checking failureArtem Bityutskiy1-4/+15
2011-04-05UBIFS: fix assertion warningsArtem Bityutskiy1-1/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-11/+43
2011-03-11UBIFS: do not check data crc by defaultArtem Bityutskiy1-0/+1
2011-03-11UBIFS: print max. index node sizeArtem Bityutskiy1-2/+2
2011-03-11UBIFS: handle allocation failures in UBIFS write pathMatthew L. Creech1-0/+18
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-08UBI: incorporate LEB offset informationArtem Bityutskiy1-0/+1
2011-03-08UBIFS: incorporate maximum write sizeArtem Bityutskiy1-0/+19
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy1-9/+2
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