Age | Commit message (Expand) | Author |
2011-06-03 | UBIFS: fix a rare memory leak in ro to rw remounting path | Artem Bityutskiy |
2011-05-09 | UBIFS: seek journal heads to the latest bud in replay | Artem Bityutskiy |
2011-05-09 | UBIFS: do not free write-buffers when in R/O mode | Artem Bityutskiy |
2011-05-02 | UBIFS: fix false space checking failure | Artem Bityutskiy |
2011-05-02 | UBIFS: fix master node recovery | Artem Bityutskiy |
2011-04-21 | UBIFS: fix oops when R/O file-system is fsync'ed | Artem Bityutskiy |
2011-04-21 | UBIFS: fix assertion warnings | Artem Bityutskiy |
2011-04-21 | UBIFS: restrict world-writable debugfs files | Vasiliy Kulikov |
2011-04-14 | UBIFS: fix debugging failure in dbg_check_space_info | Artem Bityutskiy |
2011-04-14 | UBIFS: fix oops on error path in read_pnode | Artem Bityutskiy |
2011-04-14 | UBIFS: do not read flash unnecessarily | Artem Bityutskiy |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin |
2010-10-29 | convert ubifs | Al Viro |
2010-10-25 | new helper: ihold() | Al Viro |
2010-10-22 | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds |
2010-10-21 | UBIFS: do not allocate unneeded scan buffer | Artem Bityutskiy |
2010-10-21 | UBIFS: do not forget to cancel timers | Artem Bityutskiy |
2010-10-21 | UBIFS: remove a bit of unneeded code | Artem Bityutskiy |
2010-10-17 | UBIFS: add a commentary about log recovery | Artem Bityutskiy |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-09-28 | UBIFS: avoid kernel error if ubifs superblock read fails | Steffen Sledz |
2010-09-19 | UBIFS: introduce new flags for RO mounts | Artem Bityutskiy |
2010-09-17 | UBIFS: introduce new flag for RO due to errors | Artem Bityutskiy |
2010-09-07 | UBIFS: check return code of pnode_lookup | Vasiliy Kulikov |
2010-09-07 | UBIFS: check return code of ubifs_lpt_lookup | Vasiliy Kulikov |
2010-08-30 | UBIFS: improve error reporting when reading bad node | Artem Bityutskiy |
2010-08-30 | UBIFS: introduce list sorting debugging checks | Artem Bityutskiy |
2010-08-30 | UBIFS: fix assertion warnings in comparison function | Artem Bityutskiy |
2010-08-30 | UBIFS: mark unused key objects as invalid | Artem Bityutskiy |
2010-08-30 | UBIFS: do not write rubbish into truncation scanning node | Artem Bityutskiy |
2010-08-30 | UBIFS: improve assertion in node comparison functions | Artem Bityutskiy |
2010-08-30 | UBIFS: do not use key type in list_sort | Artem Bityutskiy |
2010-08-30 | UBIFS: do not look up truncation nodes | Artem Bityutskiy |
2010-08-30 | UBIFS: fix assertion warning | Artem Bityutskiy |
2010-08-30 | UBIFS: do not treat ENOSPC specially | Artem Bityutskiy |
2010-08-30 | UBIFS: switch to RO mode after synchronizing | Artem Bityutskiy |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-08-09 | switch ubifs to ->evict_inode() | Al Viro |
2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig |
2010-08-03 | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds |
2010-08-03 | UBIFS: fix a memory leak on error path. | Matthieu CASTET |
2010-07-19 | mm: add context argument to shrinker callback | Dave Chinner |
2010-07-13 | UBIFS: fix GC LEB recovery | Artem Bityutskiy |
2010-06-12 | UBIFS: use ERR_CAST | Julia Lawall |
2010-06-12 | UBIFS: check return code | Artem Bityutskiy |
2010-06-11 | writeback: enforce s_umount locking in writeback_inodes_sb | Christoph Hellwig |
2010-05-27 | kill spurious reference to vmtruncate | npiggin@suse.de |
2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig |
2010-05-21 | ubifs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov |
2010-04-29 | UBIFS: mark VFS SB RO too | ZhangJieJing |