summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/orphan.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Pass node length in all node dumping callersZhihao Cheng2020-12-131-2/+4
* ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-09-171-0/+2
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
* ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng2020-03-301-2/+7
* ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger2020-03-301-2/+2
* ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven2020-01-171-2/+2
* ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng2019-11-171-7/+10
* ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
* ubifs: Don't leak orphans on memory during commitRichard Weinberger2019-07-081-26/+24
* ubifs: Check link count of inodes when killing orphans.Richard Weinberger2019-07-081-9/+35
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: orphan: Handle xattrs like filesRichard Weinberger2019-05-071-67/+141
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-13/+13
* UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-13/+13
* UBIFS: remove useless statementshujianyang2014-07-191-1/+0
* fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-231-19/+2
* UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-02-041-1/+4
* UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2013-02-041-1/+6
* UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-4/+3
* UBIFS: remove invalid reference to list iterator variableJulia Lawall2012-07-201-2/+2
* UBI: Kill data type hintRichard Weinberger2012-05-201-3/+2
* UBIFS: get rid of dbg_errArtem Bityutskiy2012-05-161-2/+2
* UBIFS: remove Kconfig debugging optionArtem Bityutskiy2012-05-161-7/+3
* UBIFS: rename dumping functionsArtem Bityutskiy2012-05-161-2/+2
* UBIFS: get rid of dbg_dump_stackArtem Bityutskiy2012-05-161-1/+1
* UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy2011-07-041-1/+1
* UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy2011-06-011-1/+1
* UBIFS: fix minor stylistic issuesArtem Bityutskiy2011-05-131-1/+2
* UBIFS: use GFP_NOFS properlyArtem Bityutskiy2011-03-241-1/+1
* UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy2011-03-161-1/+9
* UBIFS: check ubifs_scan error codes betterArtem Bityutskiy2009-09-101-1/+2
* UBIFS: do not print scary error messages needlesslyArtem Bityutskiy2009-09-101-2/+2
* UBIFS: ensure orphan area head is initializedAdrian Hunter2009-01-261-19/+19
* UBIFS: separate debugging fields outArtem Bityutskiy2008-12-031-1/+1
* UBIFS: fix compilation warningsArtem Bityutskiy2008-11-061-12/+16
* UBIFS: increment commit number earlierArtem Bityutskiy2008-08-131-2/+2
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+958