aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)Author
2011-05-09UBIFS: seek journal heads to the latest bud in replayArtem Bityutskiy
2011-05-09UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy
2011-05-02UBIFS: fix false space checking failureArtem Bityutskiy
2011-05-02UBIFS: fix master node recoveryArtem Bityutskiy
2011-04-21UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy
2011-04-21UBIFS: fix assertion warningsArtem Bityutskiy
2011-04-21UBIFS: restrict world-writable debugfs filesVasiliy Kulikov
2011-04-14UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy
2011-04-14UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy
2011-04-14UBIFS: do not read flash unnecessarilyArtem Bityutskiy
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert ubifsAl Viro
2010-10-25new helper: ihold()Al Viro
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2010-10-21UBIFS: do not allocate unneeded scan bufferArtem Bityutskiy
2010-10-21UBIFS: do not forget to cancel timersArtem Bityutskiy
2010-10-21UBIFS: remove a bit of unneeded codeArtem Bityutskiy
2010-10-17UBIFS: add a commentary about log recoveryArtem Bityutskiy
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-28UBIFS: avoid kernel error if ubifs superblock read failsSteffen Sledz
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy
2010-09-07UBIFS: check return code of pnode_lookupVasiliy Kulikov
2010-09-07UBIFS: check return code of ubifs_lpt_lookupVasiliy Kulikov
2010-08-30UBIFS: improve error reporting when reading bad nodeArtem Bityutskiy
2010-08-30UBIFS: introduce list sorting debugging checksArtem Bityutskiy
2010-08-30UBIFS: fix assertion warnings in comparison functionArtem Bityutskiy
2010-08-30UBIFS: mark unused key objects as invalidArtem Bityutskiy
2010-08-30UBIFS: do not write rubbish into truncation scanning nodeArtem Bityutskiy
2010-08-30UBIFS: improve assertion in node comparison functionsArtem Bityutskiy
2010-08-30UBIFS: do not use key type in list_sortArtem Bityutskiy
2010-08-30UBIFS: do not look up truncation nodesArtem Bityutskiy
2010-08-30UBIFS: fix assertion warningArtem Bityutskiy
2010-08-30UBIFS: do not treat ENOSPC speciallyArtem Bityutskiy
2010-08-30UBIFS: switch to RO mode after synchronizingArtem Bityutskiy
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09switch ubifs to ->evict_inode()Al Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2010-08-03UBIFS: fix a memory leak on error path.Matthieu CASTET
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-13UBIFS: fix GC LEB recoveryArtem Bityutskiy
2010-06-12UBIFS: use ERR_CASTJulia Lawall
2010-06-12UBIFS: check return codeArtem Bityutskiy
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-04-29UBIFS: mark VFS SB RO tooZhangJieJing
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo