aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into linux-nextArtem Bityutskiy2-29/+5
2009-09-17UBIFS: fix debugging dumpArtem Bityutskiy1-1/+3
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-17/+3
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+1
2009-09-15UBIFS: improve lprops dumpArtem Bityutskiy3-18/+97
2009-09-15UBIFS: various minor commentary fixesArtem Bityutskiy2-8/+8
2009-09-15UBIFS: improve journal head debugging printsArtem Bityutskiy5-28/+50
2009-09-15UBIFS: define journal head numbers in ubifs-media.hArtem Bityutskiy2-6/+11
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2-21/+3
2009-09-10UBIFS: amend commentariesArtem Bityutskiy1-32/+30
2009-09-10UBIFS: check ubifs_scan error codes betterArtem Bityutskiy2-5/+14
2009-09-10UBIFS: do not print scary error messages needlesslyArtem Bityutskiy11-25/+37
2009-09-10UBIFS: add inode size debugging checkArtem Bityutskiy4-3/+91
2009-08-22UBIFS: constify file and inode operationsArtem Bityutskiy1-2/+2
2009-07-24UBIFS: remove unneeded call from ubifs_sync_fsArtem Bityutskiy1-17/+7
2009-07-24UBIFS: kill BKLArtem Bityutskiy1-12/+1
2009-07-24UBIFS: remove unused functionsSubrata Modak1-36/+0
2009-07-24UBIFS: suppress compilation warningSubrata Modak1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-09UBIFS: fix corruption dumpArtem Bityutskiy1-2/+26
2009-07-09UBIFS: clean up free space checkingArtem Bityutskiy1-19/+3
2009-07-09UBIFS: small amendments in the LEB scanning codeArtem Bityutskiy3-11/+17
2009-07-09UBIFS: dump a little more in case of corruptionsArtem Bityutskiy1-3/+3
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: minor spelling and grammar fixesAdrian Hunter2-3/+3
2009-07-05UBIFS: fix 64-bit divisions in debug printAdrian Hunter1-2/+3
2009-07-05UBIFS: few spelling fixesArtem Bityutskiy2-4/+4
2009-07-05UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy2-15/+7
2009-07-05UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy3-12/+9
2009-07-05UBIFS: improve debugging messagedArtem Bityutskiy1-10/+16
2009-07-05UBIFS: fix integer overflow warningAdrian Hunter1-1/+3
2009-06-24helpers for acl caching + switch to thoseAl Viro1-1/+1
2009-06-17Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds6-72/+102
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 Bityutskiy3-21/+32
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-29UBIFS: remove dead codeArtem Bityutskiy2-28/+4
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-19UBIFS: return error if link and unlink raceHunter Adrian1-0/+19
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-06UBIFS: reset no_space flag after inode deletionAdrian Hunter2-1/+7