summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2009-09-212-29/+5
|\
| * writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-161-17/+3
| * fs: Assign bdi in super_blockJens Axboe2009-09-161-0/+1
| * writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
| * writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-112-21/+3
* | UBIFS: fix debugging dumpArtem Bityutskiy2009-09-171-1/+3
* | UBIFS: improve lprops dumpArtem Bityutskiy2009-09-153-18/+97
* | UBIFS: various minor commentary fixesArtem Bityutskiy2009-09-152-8/+8
* | UBIFS: improve journal head debugging printsArtem Bityutskiy2009-09-155-28/+50
* | UBIFS: define journal head numbers in ubifs-media.hArtem Bityutskiy2009-09-152-6/+11
* | UBIFS: amend commentariesArtem Bityutskiy2009-09-101-32/+30
* | UBIFS: check ubifs_scan error codes betterArtem Bityutskiy2009-09-102-5/+14
* | UBIFS: do not print scary error messages needlesslyArtem Bityutskiy2009-09-1011-25/+37
* | UBIFS: add inode size debugging checkArtem Bityutskiy2009-09-104-3/+91
* | UBIFS: constify file and inode operationsArtem Bityutskiy2009-08-221-2/+2
* | UBIFS: remove unneeded call from ubifs_sync_fsArtem Bityutskiy2009-07-241-17/+7
* | UBIFS: kill BKLArtem Bityutskiy2009-07-241-12/+1
* | UBIFS: remove unused functionsSubrata Modak2009-07-241-36/+0
* | UBIFS: suppress compilation warningSubrata Modak2009-07-241-1/+1
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* UBIFS: fix corruption dumpArtem Bityutskiy2009-07-091-2/+26
* UBIFS: clean up free space checkingArtem Bityutskiy2009-07-091-19/+3
* UBIFS: small amendments in the LEB scanning codeArtem Bityutskiy2009-07-093-11/+17
* UBIFS: dump a little more in case of corruptionsArtem Bityutskiy2009-07-091-3/+3
* UBIFS: allow more than one volume to be mountedDaniel Mack2009-07-051-1/+2
* UBIFS: fix assertion warningArtem Bityutskiy2009-07-051-0/+3
* UBIFS: minor spelling and grammar fixesAdrian Hunter2009-07-052-3/+3
* UBIFS: fix 64-bit divisions in debug printAdrian Hunter2009-07-051-2/+3
* UBIFS: few spelling fixesArtem Bityutskiy2009-07-052-4/+4
* UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy2009-07-052-15/+7
* UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy2009-07-053-12/+9
* UBIFS: improve debugging messagedArtem Bityutskiy2009-07-051-10/+16
* UBIFS: fix integer overflow warningAdrian Hunter2009-07-051-1/+3
* 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
|/