aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* helpers for acl caching + switch to thoseAl Viro2009-06-241-1/+1
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-06-176-72/+102
|\
| * UBIFS: start using hrtimersArtem Bityutskiy2009-06-083-21/+32
| * UBIFS: do not forget to register BDI deviceArtem Bityutskiy2009-06-081-0/+3
| * UBIFS: allow sync option in rootflagsArtem Bityutskiy2009-06-021-5/+35
| * UBIFS: remove dead codeArtem Bityutskiy2009-05-292-28/+4
| * UBIFS: use anonymous deviceArtem Bityutskiy2009-05-261-17/+4
| * UBIFS: return proper error code if the compr is not presentCorentin Chary2009-05-251-0/+1
| * UBIFS: return error if link and unlink raceHunter Adrian2009-05-191-0/+19
| * UBIFS: reset no_space flag after inode deletionAdrian Hunter2009-05-062-1/+7
* | ubifs: register backing_dev_infoJens Axboe2009-06-161-0/+3
* | Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+8
* | push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
* | enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-3/+0
* | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
|/
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-04-0617-265/+482
|\
| * UBIFS: fix recovery bugAdrian Hunter2009-03-311-47/+23
| * UBIFS: add R/O compatibilityArtem Bityutskiy2009-03-264-11/+72
| * UBIFS: fix compiler warningsHunter Adrian2009-03-201-4/+4
| * UBIFS: fully sort GCed nodesArtem Bityutskiy2009-03-201-132/+296
| * UBIFS: fix commentariesArtem Bityutskiy2009-03-208-9/+9
| * UBIFS: introduce a helpful variableArtem Bityutskiy2009-03-164-21/+23
| * UBIFS: use KERN_CONTArtem Bityutskiy2009-03-162-6/+6
| * UBIFS: fix lprops committing bugArtem Bityutskiy2009-03-161-4/+3
| * UBIFS: fix bogus assertionArtem Bityutskiy2009-03-151-4/+8
| * UBIFS: fix bug where page is marked uptodate when out of spaceAdrian Hunter2009-03-141-2/+12
| * UBIFS: amend key_hash return valueArtem Bityutskiy2009-03-081-3/+3
| * UBIFS: improve find function interfaceArtem Bityutskiy2009-03-083-10/+9
| * UBIFS: list usage cleanupEric Sesterhenn2009-02-172-6/+3
| * UBIFS: fix dbg_chk_lpt_sz()Adrian Hunter2009-02-091-8/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-2/+2
|\ \
| * | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-2/+2
* | | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-3/+6
|/ /
* | vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
|/
* UBIFS: remove fast unmountingArtem Bityutskiy2009-01-292-47/+5
* UBIFS: return sensible error codesArtem Bityutskiy2009-01-292-9/+4
* UBIFS: remount ro fixesAdrian Hunter2009-01-293-21/+13
* UBIFS: spelling fix 'date' -> 'data'Adrian Hunter2009-01-292-2/+2
* UBIFS: sync wbufs after syncing inodes and pagesAdrian Hunter2009-01-291-10/+10
* UBIFS: fix LPT out-of-space bug (again)Adrian Hunter2009-01-281-12/+32
* UBIFS: fix no_chk_data_crcArtem Bityutskiy2009-01-273-13/+23
* UBIFS: fix assertionsArtem Bityutskiy2009-01-261-6/+7
* UBIFS: ensure orphan area head is initializedAdrian Hunter2009-01-263-19/+26
* UBIFS: always clean up GC LEB spaceArtem Bityutskiy2009-01-261-14/+33
* UBIFS: add re-mount debugging checksArtem Bityutskiy2009-01-267-65/+148
* UBIFS: fix LEB list freeingArtem Bityutskiy2009-01-264-20/+48
* UBIFS: simplify lockingArtem Bityutskiy2009-01-261-56/+36
* UBIFS: document dark_wm and dead_wm betterArtem Bityutskiy2009-01-203-11/+24
* UBIFS: do not treat all data as short termArtem Bityutskiy2009-01-201-1/+1
* UBIFS: constify operationsArtem Bityutskiy2009-01-184-14/+14