aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/budget.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1/+1
* UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-131-52/+52
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig2010-06-111-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2009-09-211-29/+3
|\
| * writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-161-17/+3
| * writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-14/+2
* | UBIFS: various minor commentary fixesArtem Bityutskiy2009-09-151-1/+1
|/
* UBIFS: remove dead codeArtem Bityutskiy2009-05-291-1/+0
* UBIFS: reset no_space flag after inode deletionAdrian Hunter2009-05-061-1/+2
* UBIFS: fix commentariesArtem Bityutskiy2009-03-201-2/+2
* UBIFS: introduce a helpful variableArtem Bityutskiy2009-03-161-18/+15
* UBIFS: add re-mount debugging checksArtem Bityutskiy2009-01-261-10/+25
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-2/+2
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-01-021-139/+69
|\
| * UBIFS: fix numerous spelling mistakesArtem Bityutskiy2008-12-311-7/+7
| * UBIFS: simplify make_free_spaceArtem Bityutskiy2008-12-311-102/+49
| * UBIFS: do not lie about used blocksArtem Bityutskiy2008-12-311-10/+0
| * UBIFS: avoid unnecessary calculationsArtem Bityutskiy2008-12-231-1/+2
| * UBIFS: use nicer 64-bit mathArtem Bityutskiy2008-12-231-14/+11
| * UBIFS: fix available blocks countArtem Bityutskiy2008-12-231-7/+2
| * UBIFS: improve budgeting dumpArtem Bityutskiy2008-12-231-2/+2
* | CRED: Wrap task credential accesses in the UBIFS filesystemDavid Howells2008-11-141-1/+1
|/
* UBIFS: add a print, fix comments and more minor stuffArtem Bityutskiy2008-09-301-12/+14
* UBIFS: fix division by zeroArtem Bityutskiy2008-09-051-6/+7
* UBIFS: improve statfs reporting even moreArtem Bityutskiy2008-08-311-4/+34
* UBIFS: improve statfs reportingArtem Bityutskiy2008-08-311-0/+45
* UBIFS: remove incorrect index space checkArtem Bityutskiy2008-08-311-14/+1
* UBIFS: push empty flash hack downArtem Bityutskiy2008-08-311-13/+11
* UBIFS: do not update min_idx_lebs in stafsArtem Bityutskiy2008-08-311-1/+0
* UBIFS: correct spelling of "thrice".Adrian Hunter2008-08-131-2/+2
* UBIFS: reserve more space for indexArtem Bityutskiy2008-08-131-4/+4
* UBIFS: align inode data to eightArtem Bityutskiy2008-08-131-1/+9
* UBIFS: improve budgeting checksArtem Bityutskiy2008-08-131-0/+12
* UBIFS: fix budgeting calculationsArtem Bityutskiy2008-08-131-2/+3
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+731