1. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  2. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  3. 5cc361e ubifs: too early register_filesystem() by Al Viro · 13 years ago
  4. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  5. d3b2578 UBIFS: switch to I/O helpers by Artem Bityutskiy · 13 years ago
  6. a29fa9d UBIFS: minor cleanup: use S_ISREG helper by Artem Bityutskiy · 13 years ago
  7. 1b51e98 UBIFS: rename dbg_check_dir_size function by Artem Bityutskiy · 13 years ago
  8. 185bf87 ubifs: dereferencing an ERR_PTR in ubifs_mount() by Dan Carpenter · 13 years ago
  9. d251ed2 ubifs: fix sget races by Al Viro · 13 years ago
  10. b1c27ab ubifs: split allocation of ubifs_info into a separate function by Al Viro · 13 years ago
  11. 0980119 UBIFS: fix-up free space earlier by Ben Gardiner · 13 years ago
  12. 781c571 UBIFS: intialize LPT earlier by Ben Gardiner · 13 years ago
  13. 1a0b069 UBIFS: introduce a "grouped" journal head flag by Artem Bityutskiy · 13 years ago
  14. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  15. 9d510db UBIFS: fix-up free space on mount if flag is set by Matthew L. Creech · 13 years ago
  16. eaeee24 UBIFS: fix a rare memory leak in ro to rw remounting path by Artem Bityutskiy · 13 years ago
  17. f1bd66a UBIFS: improve space checking debugging feature by Artem Bityutskiy · 13 years ago
  18. b137545 UBIFS: introduce a separate structure for budgeting info by Artem Bityutskiy · 13 years ago
  19. c436157 UBIFS: fix minor stylistic issues by Artem Bityutskiy · 13 years ago
  20. b50b9f4 UBIFS: do not free write-buffers when in R/O mode by Artem Bityutskiy · 13 years ago
  21. 1a067a2 UBIFS: fix false assertion warning in case of I/O failures by Artem Bityutskiy · 13 years ago
  22. 8c230d9 UBIFS: fix false space checking failure by Artem Bityutskiy · 13 years ago
  23. c88ac00 UBIFS: fix assertion warnings by Artem Bityutskiy · 13 years ago
  24. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  25. 8f627a8 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  26. 2bcf002 UBIFS: do not check data crc by default by Artem Bityutskiy · 13 years ago
  27. 6342aae UBIFS: print max. index node size by Artem Bityutskiy · 13 years ago
  28. d882962 UBIFS: handle allocation failures in UBIFS write path by Matthew L. Creech · 13 years ago
  29. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  30. ca2ec61 UBI: incorporate LEB offset information by Artem Bityutskiy · 13 years ago
  31. 3e8e2e0 UBIFS: incorporate maximum write size by Artem Bityutskiy · 13 years ago
  32. 18d1d7f UBIFS: introduce mounting flag by Artem Bityutskiy · 13 years ago
  33. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  34. 157d81e convert ubifs by Al Viro · 14 years ago
  35. 3601ba2 UBIFS: do not forget to cancel timers by Artem Bityutskiy · 14 years ago
  36. 3903755 UBIFS: remove a bit of unneeded code by Artem Bityutskiy · 14 years ago
  37. 54dd55a UBIFS: avoid kernel error if ubifs superblock read fails by Steffen Sledz · 14 years ago
  38. 2ef1329 UBIFS: introduce new flags for RO mounts by Artem Bityutskiy · 14 years ago
  39. 2680d72 UBIFS: introduce new flag for RO due to errors by Artem Bityutskiy · 14 years ago
  40. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  41. d640e1b switch ubifs to ->evict_inode() by Al Viro · 14 years ago
  42. c18de72 UBIFS: fix a memory leak on error path. by Matthieu CASTET · 14 years ago
  43. 276de5d UBIFS: check return code by Artem Bityutskiy · 14 years ago
  44. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  45. 7f2f4e7 fs/ubifs: use %pUB to print UUIDs by Joe Perches · 15 years ago
  46. 9722324 UBIFS: support mounting of UBI volume character devices by Corentin Chary · 15 years ago
  47. 7cce2f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into linux-next by Artem Bityutskiy · 15 years ago
  48. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  49. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  50. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 15 years ago
  51. e3c3efc UBIFS: add inode size debugging check by Artem Bityutskiy · 15 years ago
  52. 887ee17 UBIFS: remove unneeded call from ubifs_sync_fs by Artem Bityutskiy · 15 years ago
  53. e9d6bbc UBIFS: kill BKL by Artem Bityutskiy · 15 years ago
  54. 7fcd9c3 UBIFS: allow more than one volume to be mounted by Daniel Mack · 15 years ago
  55. 1fb8bd0 UBIFS: fix assertion warning by Artem Bityutskiy · 15 years ago
  56. cb54ef8 UBIFS: few spelling fixes by Artem Bityutskiy · 15 years ago
  57. 0b335b9 UBIFS: slightly optimize write-buffer timer usage by Artem Bityutskiy · 15 years ago
  58. b7c142d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  59. a979eff ubifs: register backing_dev_info by Jens Axboe · 15 years ago
  60. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  61. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  62. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  63. f2c5dbd UBIFS: start using hrtimers by Artem Bityutskiy · 15 years ago
  64. 3f36406 UBIFS: do not forget to register BDI device by Artem Bityutskiy · 15 years ago
  65. 8379ea3 UBIFS: allow sync option in rootflags by Artem Bityutskiy · 15 years ago
  66. 7c83f5c UBIFS: use anonymous device by Artem Bityutskiy · 15 years ago
  67. 8eec2f3 UBIFS: return proper error code if the compr is not present by Corentin Chary · 15 years ago
  68. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  69. 6d6cb0d UBIFS: reset no_space flag after inode deletion by Adrian Hunter · 15 years ago
  70. e0724bf Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  71. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 15 years ago
  72. 963f0cf UBIFS: add R/O compatibility by Artem Bityutskiy · 15 years ago
  73. fcabb34 UBIFS: fix compiler warnings by Hunter Adrian · 15 years ago
  74. fb1cd01 UBIFS: introduce a helpful variable by Artem Bityutskiy · 15 years ago
  75. b221337 UBIFS: fix bogus assertion by Artem Bityutskiy · 15 years ago
  76. 27ad279 UBIFS: remove fast unmounting by Artem Bityutskiy · 15 years ago
  77. a2b9df3 UBIFS: return sensible error codes by Artem Bityutskiy · 15 years ago
  78. b466f17 UBIFS: remount ro fixes by Adrian Hunter · 15 years ago
  79. 3eb1429 UBIFS: sync wbufs after syncing inodes and pages by Adrian Hunter · 15 years ago
  80. 6ba87c9 UBIFS: fix assertions by Artem Bityutskiy · 15 years ago
  81. 49d128a UBIFS: ensure orphan area head is initialized by Adrian Hunter · 15 years ago
  82. b4978e9 UBIFS: always clean up GC LEB space by Artem Bityutskiy · 15 years ago
  83. 84abf97 UBIFS: add re-mount debugging checks by Artem Bityutskiy · 15 years ago
  84. e4d9b6c UBIFS: fix LEB list freeing by Artem Bityutskiy · 15 years ago
  85. 7078202 UBIFS: document dark_wm and dead_wm better by Artem Bityutskiy · 15 years ago
  86. e8b8156 UBIFS: constify operations by Artem Bityutskiy · 15 years ago
  87. dedb0d4 UBIFS: do not commit twice by Artem Bityutskiy · 16 years ago
  88. e8ea175 UBIFS: do not use WB_SYNC_HOLD by Artem Bityutskiy · 16 years ago
  89. 8e5033a UBIFS: add more useful debugging prints by Artem Bityutskiy · 16 years ago
  90. 57a450e UBIFS: allow mounting when short of space by Artem Bityutskiy · 16 years ago
  91. 26d0577 UBIFS: always commit on unmount by Artem Bityutskiy · 16 years ago
  92. cb5c6a2 UBIFS: use ubi_sync by Artem Bityutskiy · 16 years ago
  93. f103830 UBIFS: always commit in sync_fs by Artem Bityutskiy · 16 years ago
  94. 304d427 UBIFS: fix file-system synchronization by Artem Bityutskiy · 16 years ago
  95. 79807d0 UBIFS: fix constants initialization by Artem Bityutskiy · 16 years ago
  96. 4d61db4 UBIFS: use nicer 64-bit math by Artem Bityutskiy · 16 years ago
  97. af14a1a UBIFS: fix available blocks count by Artem Bityutskiy · 16 years ago
  98. 552ff31 UBIFS: add debugfs support by Artem Bityutskiy · 16 years ago
  99. 17c2f9f UBIFS: separate debugging fields out by Artem Bityutskiy · 16 years ago
  100. 553dea4 UBIFS: introduce compression mount options by Artem Bityutskiy · 16 years ago