aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/tnc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-03UBIFS: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-10/+10
2014-07-19UBIFS: remove useless statementshujianyang1-1/+0
2014-06-03UBIFS: Add an assertion for clean_zn_cnthujianyang1-2/+3
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-19/+3
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-15/+11
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-4/+0
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-6/+6
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy1-5/+5
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-28/+27
2012-01-13UBIFS: fix key printingArtem Bityutskiy1-28/+27
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy1-4/+4
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: harmonize znode flag helpersArtem Bityutskiy1-7/+6
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy1-1/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-5/+5
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy1-3/+7
2010-08-30UBIFS: mark unused key objects as invalidArtem Bityutskiy1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-10UBIFS: add inode size debugging checkArtem Bityutskiy1-3/+73
2009-03-20UBIFS: fix commentariesArtem Bityutskiy1-1/+1
2009-01-27UBIFS: fix no_chk_data_crcArtem Bityutskiy1-4/+8
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy1-16/+15
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy1-1/+6
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy1-2/+3
2008-09-30UBIFS: correct condition to eliminate unecessary assignmentAdrian Hunter1-1/+1
2008-09-30UBIFS: improve znode splitting rulesAdrian Hunter1-21/+33
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter1-1/+5
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter1-0/+283
2008-09-30UBIFS: remove unneeded unlikely()Hirofumi Nakagawa1-2/+2
2008-09-17UBIFS: TNC / GC race fixesAdrian Hunter1-1/+1
2008-08-25UBIFS: allow for racing between GC and TNCAdrian Hunter1-49/+60
2008-08-25UBIFS: always read hashed-key nodes under TNC mutexAdrian Hunter1-6/+1
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+2956