aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-24Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds6-18/+12
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy1-4/+7
2011-03-24UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy1-9/+0
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy4-5/+5
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds14-174/+447
2011-03-16UBIFS: clean-up commentariesArtem Bityutskiy1-3/+3
2011-03-16UBIFS: save 128KiB or more RAMArtem Bityutskiy2-11/+0
2011-03-16UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy1-1/+9
2011-03-16UBIFS: allocate lpt dump buffer on demandArtem Bityutskiy1-9/+18
2011-03-16UBIFS: allocate ltab checking buffer on demandArtem Bityutskiy1-9/+20
2011-03-16UBIFS: allocate scanning buffer on demandArtem Bityutskiy1-6/+20
2011-03-16UBIFS: allocate dump buffer on demandArtem Bityutskiy1-2/+13
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-18/+0
2011-03-11UBIFS: do not check data crc by defaultArtem Bityutskiy1-0/+1
2011-03-11UBIFS: simplify UBIFS Kconfig menuArtem Bityutskiy3-37/+12
2011-03-11UBIFS: print max. index node sizeArtem Bityutskiy1-2/+2
2011-03-11UBIFS: handle allocation failures in UBIFS write pathMatthew L. Creech3-6/+54
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-08UBIFS: use max_write_size during recoveryArtem Bityutskiy1-13/+10
2011-03-08UBIFS: use max_write_size for write-buffersArtem Bityutskiy1-44/+137
2011-03-08UBIFS: introduce write-buffer size fieldArtem Bityutskiy2-9/+21
2011-03-08UBI: incorporate LEB offset informationArtem Bityutskiy2-0/+4
2011-03-08UBIFS: incorporate maximum write sizeArtem Bityutskiy2-0/+24
2011-02-08UBIFS: fix LEB number in printkArtem Bityutskiy1-1/+1
2011-02-06UBIFS: restrict world-writable debugfs filesVasiliy Kulikov1-3/+3
2011-02-06UBIFS: describe UBIFS recovery logic some moreArtem Bityutskiy1-0/+21
2011-02-06UBIFS: remove double semicolonArtem Bityutskiy1-1/+1
2011-01-25UBIFS: do not start the commit if there is nothing to commitArtem Bityutskiy1-1/+57
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy4-19/+19
2011-01-17UBIFS: re-arrange variables in ubifs_infoArtem Bityutskiy1-11/+11
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-10-29convert ubifsAl Viro1-7/+6
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds21-112/+362
2010-10-21UBIFS: do not allocate unneeded scan bufferArtem Bityutskiy1-7/+1
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-10-17UBIFS: add a commentary about log recoveryArtem Bityutskiy2-5/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-28UBIFS: avoid kernel error if ubifs superblock read failsSteffen Sledz1-2/+2
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy14-60/+62
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy11-24/+44
2010-09-07UBIFS: check return code of pnode_lookupVasiliy Kulikov1-0/+3
2010-09-07UBIFS: check return code of ubifs_lpt_lookupVasiliy Kulikov1-1/+6
2010-08-30UBIFS: improve error reporting when reading bad nodeArtem Bityutskiy1-1/+2
2010-08-30UBIFS: introduce list sorting debugging checksArtem Bityutskiy3-2/+168
2010-08-30UBIFS: fix assertion warnings in comparison functionArtem Bityutskiy1-0/+6
2010-08-30UBIFS: mark unused key objects as invalidArtem Bityutskiy4-3/+27