aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ubifs/orphan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng1-2/+4
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng1-0/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-03-30ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng1-2/+7
2020-03-30ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger1-2/+2
2020-01-17ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2019-11-17ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng1-7/+10
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger1-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Richard Weinberger1-9/+35
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger1-67/+141
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-13/+13
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-13/+13
2014-07-19UBIFS: remove useless statementshujianyang1-1/+0
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-19/+2
2013-02-04UBIFS: fix double free of ubifs_orphan objectsAdam Thomas1-1/+4
2013-02-04UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas1-1/+6
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-4/+3
2012-07-20UBIFS: remove invalid reference to list iterator variableJulia Lawall1-2/+2
2012-05-20UBI: Kill data type hintRichard Weinberger1-3/+2
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy1-2/+2
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-7/+3
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-2/+2
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy1-1/+1
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-1/+1
2011-06-01UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy1-1/+1
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-1/+2
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy1-1/+1
2011-03-16UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy1-1/+9
2009-09-10UBIFS: check ubifs_scan error codes betterArtem Bityutskiy1-1/+2
2009-09-10UBIFS: do not print scary error messages needlesslyArtem Bityutskiy1-2/+2
2009-01-26UBIFS: ensure orphan area head is initializedAdrian Hunter1-19/+19
2008-12-03UBIFS: separate debugging fields outArtem Bityutskiy1-1/+1
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy1-12/+16
2008-08-13UBIFS: increment commit number earlierArtem Bityutskiy1-2/+2
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+958