1. d27462a UBIFS: rename recovery testing variables by Artem Bityutskiy · 13 years ago
  2. f57cb18 UBIFS: remove custom list of superblocks by Artem Bityutskiy · 13 years ago
  3. 0a541b1 UBIFS: stop re-defining UBI operations by Artem Bityutskiy · 13 years ago
  4. d3b2578 UBIFS: switch to I/O helpers by Artem Bityutskiy · 13 years ago
  5. 987226a UBIFS: switch to ubifs_leb_write by Artem Bityutskiy · 13 years ago
  6. d304820 UBIFS: switch to ubifs_leb_read by Artem Bityutskiy · 13 years ago
  7. 83cef70 UBIFS: introduce more I/O helpers by Artem Bityutskiy · 13 years ago
  8. d033c98 UBIFS: always print stacktrace when switching to R/O mode by Artem Bityutskiy · 13 years ago
  9. 891a54a UBIFS: remove unused and unneeded debugging function by Artem Bityutskiy · 13 years ago
  10. e7717060 UBIFS: add global debugfs knobs by Artem Bityutskiy · 13 years ago
  11. 28488fc UBIFS: introduce debugfs helpers by Artem Bityutskiy · 13 years ago
  12. 7dae997 UBIFS: re-arrange debugging code a bit by Artem Bityutskiy · 13 years ago
  13. 24a4f80 UBIFS: be more informative in failure mode by Artem Bityutskiy · 13 years ago
  14. 81e79d3 UBIFS: switch self-check knobs to debugfs by Artem Bityutskiy · 13 years ago
  15. 8d7819b UBIFS: lessen amount of debugging check types by Artem Bityutskiy · 13 years ago
  16. 2b1844a UBIFS: introduce helper functions for debugging checks and tests by Artem Bityutskiy · 13 years ago
  17. d808efb UBIFS: amend debugging inode size check function prototype by Artem Bityutskiy · 13 years ago
  18. bb2615d UBIFS: amend debugging name check function prototype by Artem Bityutskiy · 13 years ago
  19. 06b282a UBIFS: add few commentaries about TNC by Artem Bityutskiy · 13 years ago
  20. 3766244 UBIFS: use correct flags in lprops by Artem Bityutskiy · 13 years ago
  21. f42eed7 UBIFS: harmonize znode flag helpers by Artem Bityutskiy · 13 years ago
  22. 1f42596 UBIFS: remove dead code by Artem Bityutskiy · 13 years ago
  23. 12e776a UBIFS: remove unnecessary brackets by Artem Bityutskiy · 13 years ago
  24. a29fa9d UBIFS: minor cleanup: use S_ISREG helper by Artem Bityutskiy · 13 years ago
  25. 1b51e98 UBIFS: rename dbg_check_dir_size function by Artem Bityutskiy · 13 years ago
  26. 4315fb4 UBIFS: improve inode dumping function by Artem Bityutskiy · 13 years ago
  27. bfcf677 UBIFS: dump stack when pnode or nnode reading fails by Artem Bityutskiy · 13 years ago
  28. ae380ce UBIFS: lessen the size of debugging info data structure by Artem Bityutskiy · 13 years ago
  29. 549c999 UBIFS: return EROFS in case of broken commit by Artem Bityutskiy · 13 years ago
  30. 185bf87 ubifs: dereferencing an ERR_PTR in ubifs_mount() by Dan Carpenter · 13 years ago
  31. d251ed2 ubifs: fix sget races by Al Viro · 13 years ago
  32. b1c27ab ubifs: split allocation of ubifs_info into a separate function by Al Viro · 13 years ago
  33. 0980119 UBIFS: fix-up free space earlier by Ben Gardiner · 13 years ago
  34. 781c571 UBIFS: intialize LPT earlier by Ben Gardiner · 13 years ago
  35. 4f1ab9b UBIFS: assert no fixup when writing a node by Ben Gardiner · 13 years ago
  36. 8370723 UBIFS: fix clean znode counter corruption in error cases by Artem Bityutskiy · 13 years ago
  37. 812eb25 UBIFS: fix memory leak on error path by Artem Bityutskiy · 13 years ago
  38. cf610bf UBIFS: fix shrinker object count reports by Artem Bityutskiy · 13 years ago
  39. da8b94e UBIFS: fix recovery broken by the previous recovery fix by Artem Bityutskiy · 13 years ago
  40. efcfde5 UBIFS: amend ubifs_recover_leb interface by Artem Bityutskiy · 13 years ago
  41. 1a0b069 UBIFS: introduce a "grouped" journal head flag by Artem Bityutskiy · 13 years ago
  42. ab75950 UBIFS: supress false error messages by Artem Bityutskiy · 13 years ago
  43. ef1d575 cifs/ubifs: Fix shrinker API change fallout by Al Viro · 13 years ago
  44. 0e54ec1 ubifs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  45. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  46. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  47. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  48. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  49. 56e4674 UBIFS: switch to dynamic printks by Artem Bityutskiy · 13 years ago
  50. bdc1a1b UBIFS: fix kernel-doc comments by Artem Bityutskiy · 13 years ago
  51. bbf2b37 UBIFS: fix extremely rare mount failure by Artem Bityutskiy · 13 years ago
  52. 43e0707 UBIFS: simplify LEB recovery function further by Artem Bityutskiy · 13 years ago
  53. 7c47bfd UBIFS: always cleanup the recovered LEB by Artem Bityutskiy · 13 years ago
  54. 6179920 UBIFS: clean up LEB recovery function by Artem Bityutskiy · 13 years ago
  55. 9d510db UBIFS: fix-up free space on mount if flag is set by Matthew L. Creech · 13 years ago
  56. 6554a65 UBIFS: add the fixup function by Matthew L. Creech · 13 years ago
  57. 9f58d35 UBIFS: add a superblock flag for free space fix-up by Matthew L. Creech · 13 years ago
  58. e11602e UBIFS: share the next_log_lnum helper by Artem Bityutskiy · 13 years ago
  59. 91c6608 UBIFS: expect corruption only in last journal head LEBs by Artem Bityutskiy · 13 years ago
  60. cb14a18 UBIFS: synchronize write-buffer before switching to the next bud by Artem Bityutskiy · 13 years ago
  61. c49139d UBIFS: remove BUG statement by Artem Bityutskiy · 13 years ago
  62. e76a452 UBIFS: change bud replay function conventions by Artem Bityutskiy · 13 years ago
  63. debf12d UBIFS: substitute the replay tree with a replay list by Artem Bityutskiy · 13 years ago
  64. 074bcb9 UBIFS: simplify replay by Artem Bityutskiy · 13 years ago
  65. af1dd41 UBIFS: store free and dirty space in the bud replay entry by Artem Bityutskiy · 13 years ago
  66. 12f3389 UBIFS: remove unnecessary stack variable by Artem Bityutskiy · 13 years ago
  67. 7703f09 UBIFS: double check that buds are replied in order by Artem Bityutskiy · 13 years ago
  68. e9ef7b5f UBIFS: make 2 functions static by Artem Bityutskiy · 13 years ago
  69. 7a9c3e3 UBIFS: improve commentary by Artem Bityutskiy · 13 years ago
  70. c839e29 UBIFS: improve debugging messages by Artem Bityutskiy · 13 years ago
  71. 1234603 UBIFS: dump more in the lprops debugging check by Artem Bityutskiy · 13 years ago
  72. 34bdc3e UBIFS: simplify lprops debugging check by Artem Bityutskiy · 13 years ago
  73. dcc50c8e UBIFS: simplify error path in lprops debugging check by Artem Bityutskiy · 13 years ago
  74. 8ca5175 UBIFS: improve debugging lprops scanning a little by Artem Bityutskiy · 13 years ago
  75. eaeee24 UBIFS: fix a rare memory leak in ro to rw remounting path by Artem Bityutskiy · 13 years ago
  76. c1f1f91 UBIFS: fix inode size debugging check failure by Artem Bityutskiy · 13 years ago
  77. 45cd5cd UBIFS: fix debugging FS checking failure by Artem Bityutskiy · 13 years ago
  78. 69f8a75 UBIFS: remove an unneeded check by Artem Bityutskiy · 13 years ago
  79. 4c95452 UBIFS: fix debugging message by Artem Bityutskiy · 13 years ago
  80. fe79c05 UBIFS: refactor ubifs_rcvry_gc_commit by Artem Bityutskiy · 13 years ago
  81. 4474421 UBIFS: split ubifs_rcvry_gc_commit by Artem Bityutskiy · 13 years ago
  82. ec06814 UBIFS: dump the stack on errors in failure mode too by Artem Bityutskiy · 13 years ago
  83. 6d5904e UBIFS: print useful debugging messages when cannot recover gc_lnum by Artem Bityutskiy · 13 years ago
  84. bcdca3e UBIFS: remove dead GC LEB recovery piece of code by Artem Bityutskiy · 13 years ago
  85. 2405f59 UBIFS: remove duplicated code by Artem Bityutskiy · 13 years ago
  86. 2cd0a60 UBIFS: remove strange commentary by Artem Bityutskiy · 13 years ago
  87. 341e262 UBIFS: do not change debugfs file position by Artem Bityutskiy · 13 years ago
  88. 1321657 UBIFS: fix oops in lprops dump function by Artem Bityutskiy · 13 years ago
  89. 3b2f9a0 UBIFS: use ro_mount instead of MS_RDONLY by Artem Bityutskiy · 13 years ago
  90. 1a29af8 UBIFS: use EROFS when emulating failures by Artem Bityutskiy · 13 years ago
  91. 14ffd5d UBIFS: make xattr operations names consistent by Sedat Dilek · 13 years ago
  92. cdd8ad6 UBIFS: introduce lsave debugging by Artem Bityutskiy · 13 years ago
  93. bc3f07f UBIFS: make force in-the-gaps to be a general self-check by Artem Bityutskiy · 13 years ago
  94. f1bd66a UBIFS: improve space checking debugging feature by Artem Bityutskiy · 13 years ago
  95. 8c3067e UBIFS: rearrange the budget dump by Artem Bityutskiy · 13 years ago
  96. 8ff8308 UBIFS: simplify dbg_dump_budg calling conventions by Artem Bityutskiy · 13 years ago
  97. b137545 UBIFS: introduce a separate structure for budgeting info by Artem Bityutskiy · 13 years ago
  98. cc64f77 UBIFS: use __packed instead of __attribute__((packed)) by Artem Bityutskiy · 13 years ago
  99. c436157 UBIFS: fix minor stylistic issues by Artem Bityutskiy · 13 years ago
  100. 1bbfc84 UBIFS: make debugfs files non-seekable by Artem Bityutskiy · 13 years ago