aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-30UBIFS: do not write rubbish into truncation scanning nodeArtem Bityutskiy1-1/+0
2010-08-30UBIFS: improve assertion in node comparison functionsArtem Bityutskiy1-0/+11
2010-08-30UBIFS: do not use key type in list_sortArtem Bityutskiy1-9/+9
2010-08-30UBIFS: do not look up truncation nodesArtem Bityutskiy1-3/+20
2010-08-30UBIFS: fix assertion warningArtem Bityutskiy1-1/+2
2010-08-30UBIFS: do not treat ENOSPC speciallyArtem Bityutskiy1-7/+5
2010-08-30UBIFS: switch to RO mode after synchronizingArtem Bityutskiy1-1/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-20/+17
2010-08-09switch ubifs to ->evict_inode()Al Viro1-4/+8
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-16/+9
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds4-14/+29
2010-08-03UBIFS: fix a memory leak on error path.Matthieu CASTET1-1/+1
2010-07-19mm: add context argument to shrinker callbackDave Chinner2-2/+2
2010-07-13UBIFS: fix GC LEB recoveryArtem Bityutskiy1-5/+18
2010-06-12UBIFS: use ERR_CASTJulia Lawall2-8/+8
2010-06-12UBIFS: check return codeArtem Bityutskiy1-0/+2
2010-06-11writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig1-0/+2
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de2-6/+9
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-21ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-04-29UBIFS: mark VFS SB RO tooZhangJieJing1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo12-0/+12
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds1-1/+0
2010-03-06lib: build list_sort() only if neededDon Mullis1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig3-6/+6
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-95/+1
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-12-15fs/ubifs: use %pUB to print UUIDsJoe Perches2-13/+3
2009-12-10Merge git://git.infradead.org/ubifs-2.6Linus Torvalds3-18/+17
2009-12-08UBIFS: fix return code in check_leafRoel Kluin1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-24UBIFS: remove manual O_SYNC handlingChristoph Hellwig1-12/+1