1. 27ad279 UBIFS: remove fast unmounting by Artem Bityutskiy · 15 years ago
  2. a2b9df3 UBIFS: return sensible error codes by Artem Bityutskiy · 15 years ago
  3. b466f17 UBIFS: remount ro fixes by Adrian Hunter · 15 years ago
  4. 227c75c UBIFS: spelling fix 'date' -> 'data' by Adrian Hunter · 15 years ago
  5. 3eb1429 UBIFS: sync wbufs after syncing inodes and pages by Adrian Hunter · 15 years ago
  6. 4a29d20 UBIFS: fix LPT out-of-space bug (again) by Adrian Hunter · 15 years ago
  7. 6f7ab6d UBIFS: fix no_chk_data_crc by Artem Bityutskiy · 15 years ago
  8. 6ba87c9 UBIFS: fix assertions by Artem Bityutskiy · 15 years ago
  9. 49d128a UBIFS: ensure orphan area head is initialized by Adrian Hunter · 15 years ago
  10. b4978e9 UBIFS: always clean up GC LEB space by Artem Bityutskiy · 15 years ago
  11. 84abf97 UBIFS: add re-mount debugging checks by Artem Bityutskiy · 15 years ago
  12. e4d9b6c UBIFS: fix LEB list freeing by Artem Bityutskiy · 15 years ago
  13. 82c1593 UBIFS: simplify locking by Artem Bityutskiy · 16 years ago
  14. 7078202 UBIFS: document dark_wm and dead_wm better by Artem Bityutskiy · 16 years ago
  15. a50412e UBIFS: do not treat all data as short term by Artem Bityutskiy · 16 years ago
  16. e8b8156 UBIFS: constify operations by Artem Bityutskiy · 16 years ago
  17. dedb0d4 UBIFS: do not commit twice by Artem Bityutskiy · 16 years ago
  18. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  19. e8ea175 UBIFS: do not use WB_SYNC_HOLD by Artem Bityutskiy · 16 years ago
  20. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  21. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  22. 8e3bda0 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  23. 8e5033a UBIFS: add more useful debugging prints by Artem Bityutskiy · 16 years ago
  24. 5d38b3a UBIFS: print debugging messages properly by Artem Bityutskiy · 16 years ago
  25. 80736d4 UBIFS: fix numerous spelling mistakes by Artem Bityutskiy · 16 years ago
  26. 57a450e UBIFS: allow mounting when short of space by Artem Bityutskiy · 16 years ago
  27. a9f2fc0 UBIFS: fix writing uncompressed files by Artem Bityutskiy · 16 years ago
  28. f92b982 UBIFS: fix checkpatch.pl warnings by Artem Bityutskiy · 16 years ago
  29. 6a4a9b4 UBIFS: fix sparse warnings by Artem Bityutskiy · 16 years ago
  30. 2acf806 UBIFS: simplify make_free_space by Artem Bityutskiy · 16 years ago
  31. 2edc202 UBIFS: do not lie about used blocks by Artem Bityutskiy · 16 years ago
  32. 6edbfaf UBIFS: restore budg_uncommitted_idx by Artem Bityutskiy · 16 years ago
  33. 26d0577 UBIFS: always commit on unmount by Artem Bityutskiy · 16 years ago
  34. cb5c6a2 UBIFS: use ubi_sync by Artem Bityutskiy · 16 years ago
  35. f103830 UBIFS: always commit in sync_fs by Artem Bityutskiy · 16 years ago
  36. 304d427 UBIFS: fix file-system synchronization by Artem Bityutskiy · 16 years ago
  37. 79807d0 UBIFS: fix constants initialization by Artem Bityutskiy · 16 years ago
  38. c8f9159 UBIFS: avoid unnecessary calculations by Artem Bityutskiy · 16 years ago
  39. 650ed50 UBIFS: re-calculate min_idx_size after the commit by Artem Bityutskiy · 16 years ago
  40. 4d61db4 UBIFS: use nicer 64-bit math by Artem Bityutskiy · 16 years ago
  41. af14a1a UBIFS: fix available blocks count by Artem Bityutskiy · 16 years ago
  42. d3cf502 UBIFS: various comment improvements and fixes by Artem Bityutskiy · 16 years ago
  43. 21a6025 UBIFS: improve budgeting dump by Artem Bityutskiy · 16 years ago
  44. 24fa9e9 UBIFS: fix tnc dumping by Artem Bityutskiy · 16 years ago
  45. 7bbe5b5 UBIFS: use PAGE_CACHE_MASK correctly by Artem Bityutskiy · 16 years ago
  46. 995be04 UBIFS: fix section mismatch by Alexey Dobriyan · 16 years ago
  47. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  48. 2ba5f7a UBIFS: introduce LPT dump function by Artem Bityutskiy · 16 years ago
  49. 787845b UBIFS: dump stack in LPT check functions by Artem Bityutskiy · 16 years ago
  50. 45e12d9 UBIFS: run debugging checks only if they are enabled by Artem Bityutskiy · 16 years ago
  51. 552ff31 UBIFS: add debugfs support by Artem Bityutskiy · 16 years ago
  52. 17c2f9f UBIFS: separate debugging fields out by Artem Bityutskiy · 16 years ago
  53. 5dd7cbc UBIFS: avoid unnecessary checks by Kukkonen Mika · 16 years ago
  54. 553dea4 UBIFS: introduce compression mount options by Artem Bityutskiy · 16 years ago
  55. a1dc080c2 UBIFS: use bit-fields to store compression type by Artem Bityutskiy · 16 years ago
  56. 062e4fe UBIFS: slight compression optimization by Artem Bityutskiy · 16 years ago
  57. 3477d20 UBIFS: pre-allocate bulk-read buffer by Artem Bityutskiy · 16 years ago
  58. 6c0c42c UBIFS: do not allocate too much by Artem Bityutskiy · 16 years ago
  59. 39ce81c UBIFS: do not print scary memory allocation warnings by Artem Bityutskiy · 16 years ago
  60. 26bf194 CRED: Wrap task credential accesses in the UBIFS filesystem by David Howells · 16 years ago
  61. 7e2d9bf UBIFS: allow for gaps when dirtying the LPT by Adrian Hunter · 16 years ago
  62. e84461a UBIFS: fix compilation warnings by Artem Bityutskiy · 16 years ago
  63. 0ecb952 UBIFS: endian handling fixes and annotations by Harvey Harrison · 16 years ago
  64. 069782a UBIFS: remove printk by Artem Bityutskiy · 16 years ago
  65. 396b122 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  66. 54779aa UBIFS: fix ubifs_compress commentary by Geert Uytterhoeven · 16 years ago
  67. fae7fb2 UBIFS: amend printk by Artem Bityutskiy · 16 years ago
  68. 727d2dc UBIFS: do not read unnecessary bytes when unpacking bits by Adrian Hunter · 16 years ago
  69. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  70. be2f6bd UBIFS: check buffer length when scanning for LPT nodes by Adrian Hunter · 16 years ago
  71. 63c300b UBIFS: correct condition to eliminate unecessary assignment by Adrian Hunter · 16 years ago
  72. 73944a6 UBIFS: add more debugging messages for LPT by Adrian Hunter · 16 years ago
  73. 5c0013c UBIFS: fix bulk-read handling uptodate pages by Adrian Hunter · 16 years ago
  74. 46773be UBIFS: improve garbage collection by Adrian Hunter · 16 years ago
  75. bed7993 UBIFS: allow for sync_fs when read-only by Adrian Hunter · 16 years ago
  76. 403e12a UBIFS: commit on sync_fs by Artem Bityutskiy · 16 years ago
  77. af2eb56 UBIFS: correct comment for commit_on_unmount by Artem Bityutskiy · 16 years ago
  78. b5e426e UBIFS: update dbg_dump_inode by Artem Bityutskiy · 16 years ago
  79. be61678 UBIFS: fix commentary by Artem Bityutskiy · 16 years ago
  80. ba60eca UBIFS: fix races in bit-fields by Artem Bityutskiy · 16 years ago
  81. ed382d5 UBIFS: ensure data read beyond i_size is zeroed out correctly by Adrian Hunter · 16 years ago
  82. 2094c33 UBIFS: correct key comparison by Adrian Hunter · 16 years ago
  83. 625bf37 UBIFS: use bit-fields when possible by Artem Bityutskiy · 16 years ago
  84. ccb3eba UBIFS: check data CRC when in error state by Artem Bityutskiy · 16 years ago
  85. 2242c68 UBIFS: improve znode splitting rules by Adrian Hunter · 16 years ago
  86. 2953e73 UBIFS: add no_chk_data_crc mount option by Adrian Hunter · 16 years ago
  87. 4793e7c UBIFS: add bulk-read facility by Adrian Hunter · 16 years ago
  88. a70948b UBIFS: use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  89. 746103a UBIFS: inline one-line functions by Artem Bityutskiy · 16 years ago
  90. 8d47aef UBIFS: remove unneeded unlikely() by Hirofumi Nakagawa · 16 years ago
  91. 948cfb2 UBIFS: add a print, fix comments and more minor stuff by Artem Bityutskiy · 16 years ago
  92. 7424bac UBIFS: fix printk format warnings by Alexander Beregalov · 16 years ago
  93. 6e14968 UBIFS: remove incorrect assert by Adrian Hunter · 16 years ago
  94. 6dcfac4 UBIFS: TNC / GC race fixes by Adrian Hunter · 16 years ago
  95. 0855f31 UBIFS: create the name of the background thread in every case by Sebastian Siewior · 16 years ago
  96. a5cb562 UBIFS: make minimum fanout 3 by Artem Bityutskiy · 16 years ago
  97. f171d4d UBIFS: fix division by zero by Artem Bityutskiy · 16 years ago
  98. 7c7cbad UBIFS: amend f_fsid by Artem Bityutskiy · 16 years ago
  99. b3385c2 UBIFS: fill f_fsid by Artem Bityutskiy · 16 years ago
  100. 7dad181 UBIFS: improve statfs reporting even more by Artem Bityutskiy · 16 years ago