1. 626a67d UBIFS: Remove incorrect assertion in shrink_tnc() by hujianyang · 10 years ago
  2. a361d99 UBIFS: fix double free of ubifs_orphan objects by Adam Thomas · 12 years ago
  3. ca11ba9 UBIFS: fix a horrid bug by Artem Bityutskiy · 11 years ago
  4. ae59767 UBIFS: prepare to fix a horrid bug by Artem Bityutskiy · 11 years ago
  5. 5bb45c4 UBIFS: make space fixup work in the remount case by Artem Bityutskiy · 11 years ago
  6. 1ee8ff9 UBIFS: introduce categorized lprops counter by Artem Bityutskiy · 12 years ago
  7. eac47f1 UBIFS: fix mounting problems after power cuts by Artem Bityutskiy · 12 years ago
  8. 4c30be3 UBIFS: fix complaints about too small debug buffer size by Artem Bityutskiy · 12 years ago
  9. 2b79942 UBIFS: fix a bug in empty space fix-up by Artem Bityutskiy · 12 years ago
  10. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  11. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  12. 6cd1e70 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  13. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  14. 1fe3345 ubifs: Fix compiler warning by Rohit Vaswani · 12 years ago
  15. e57f146 Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  16. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  17. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  18. a1c7c13 ubifs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  19. 5a1f36c UBIFS: improve error messages by Artem Bityutskiy · 12 years ago
  20. 7ca58ba UBIFS: kill CUR_MAX_KEY_LEN macro by Artem Bityutskiy · 12 years ago
  21. c43be10 UBIFS: do not use inc_link when i_nlink is zero by Artem Bityutskiy · 13 years ago
  22. b06283c UBIFS: make the dbg_lock spinlock static by Artem Bityutskiy · 13 years ago
  23. 16c395c UBIFS: increase dumps loglevel by Artem Bityutskiy · 13 years ago
  24. 7843736 UBIFS: amend recovery debugging message by Artem Bityutskiy · 13 years ago
  25. e234b5f UBIFS: fix non-debug configuration build by Dominique Martinet · 13 years ago
  26. 94b1984 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  27. 515315a UBIFS: fix key printing by Artem Bityutskiy · 13 years ago
  28. beba006 UBIFS: use snprintf instead of sprintf when printing keys by Artem Bityutskiy · 13 years ago
  29. d34315d UBIFS: fix debugging messages by Artem Bityutskiy · 13 years ago
  30. 1f5d78d UBIFS: make debugging messages light again by Artem Bityutskiy · 13 years ago
  31. 5c395ae Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  32. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  33. ad44be5 ubifs: propagate umode_t by Al Viro · 13 years ago
  34. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  35. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  36. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  37. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  38. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  39. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  40. 5cc361e ubifs: too early register_filesystem() by Al Viro · 13 years ago
  41. eaecf43 UBIFS: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  42. cf5e15f Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  43. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  44. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  45. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  46. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  47. 7606f85 UBIFS: fix the dark space calculation by srimugunthan dhandapani · 13 years ago
  48. d37854c UBIFS: introduce a helper to dump scanning info by Artem Bityutskiy · 13 years ago
  49. 016f1c5 UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabled by Michal Marek · 13 years ago
  50. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  51. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  52. 19495f7 UBIFS: fix master node recovery by Anatolij Gustschin · 13 years ago
  53. a7fa94a UBIFS: improve power cut emulation testing by Artem Bityutskiy · 13 years ago
  54. d27462a UBIFS: rename recovery testing variables by Artem Bityutskiy · 13 years ago
  55. f57cb18 UBIFS: remove custom list of superblocks by Artem Bityutskiy · 13 years ago
  56. 0a541b1 UBIFS: stop re-defining UBI operations by Artem Bityutskiy · 13 years ago
  57. d3b2578 UBIFS: switch to I/O helpers by Artem Bityutskiy · 13 years ago
  58. 987226a UBIFS: switch to ubifs_leb_write by Artem Bityutskiy · 13 years ago
  59. d304820 UBIFS: switch to ubifs_leb_read by Artem Bityutskiy · 13 years ago
  60. 83cef70 UBIFS: introduce more I/O helpers by Artem Bityutskiy · 13 years ago
  61. d033c98 UBIFS: always print stacktrace when switching to R/O mode by Artem Bityutskiy · 13 years ago
  62. 891a54a UBIFS: remove unused and unneeded debugging function by Artem Bityutskiy · 13 years ago
  63. e771706 UBIFS: add global debugfs knobs by Artem Bityutskiy · 13 years ago
  64. 28488fc UBIFS: introduce debugfs helpers by Artem Bityutskiy · 13 years ago
  65. 7dae997 UBIFS: re-arrange debugging code a bit by Artem Bityutskiy · 13 years ago
  66. 24a4f80 UBIFS: be more informative in failure mode by Artem Bityutskiy · 13 years ago
  67. 81e79d3 UBIFS: switch self-check knobs to debugfs by Artem Bityutskiy · 13 years ago
  68. 8d7819b UBIFS: lessen amount of debugging check types by Artem Bityutskiy · 13 years ago
  69. 2b1844a UBIFS: introduce helper functions for debugging checks and tests by Artem Bityutskiy · 13 years ago
  70. d808efb UBIFS: amend debugging inode size check function prototype by Artem Bityutskiy · 13 years ago
  71. bb2615d UBIFS: amend debugging name check function prototype by Artem Bityutskiy · 13 years ago
  72. 06b282a UBIFS: add few commentaries about TNC by Artem Bityutskiy · 13 years ago
  73. 3766244 UBIFS: use correct flags in lprops by Artem Bityutskiy · 13 years ago
  74. f42eed7 UBIFS: harmonize znode flag helpers by Artem Bityutskiy · 13 years ago
  75. 1f42596 UBIFS: remove dead code by Artem Bityutskiy · 13 years ago
  76. 12e776a UBIFS: remove unnecessary brackets by Artem Bityutskiy · 13 years ago
  77. a29fa9d UBIFS: minor cleanup: use S_ISREG helper by Artem Bityutskiy · 13 years ago
  78. 1b51e98 UBIFS: rename dbg_check_dir_size function by Artem Bityutskiy · 13 years ago
  79. 4315fb4 UBIFS: improve inode dumping function by Artem Bityutskiy · 13 years ago
  80. bfcf677 UBIFS: dump stack when pnode or nnode reading fails by Artem Bityutskiy · 13 years ago
  81. ae380ce UBIFS: lessen the size of debugging info data structure by Artem Bityutskiy · 13 years ago
  82. 549c999 UBIFS: return EROFS in case of broken commit by Artem Bityutskiy · 13 years ago
  83. 185bf87 ubifs: dereferencing an ERR_PTR in ubifs_mount() by Dan Carpenter · 13 years ago
  84. d251ed2 ubifs: fix sget races by Al Viro · 13 years ago
  85. b1c27ab ubifs: split allocation of ubifs_info into a separate function by Al Viro · 13 years ago
  86. 0980119 UBIFS: fix-up free space earlier by Ben Gardiner · 13 years ago
  87. 781c571 UBIFS: intialize LPT earlier by Ben Gardiner · 13 years ago
  88. 4f1ab9b UBIFS: assert no fixup when writing a node by Ben Gardiner · 13 years ago
  89. 8370723 UBIFS: fix clean znode counter corruption in error cases by Artem Bityutskiy · 13 years ago
  90. 812eb25 UBIFS: fix memory leak on error path by Artem Bityutskiy · 13 years ago
  91. cf610bf UBIFS: fix shrinker object count reports by Artem Bityutskiy · 13 years ago
  92. da8b94e UBIFS: fix recovery broken by the previous recovery fix by Artem Bityutskiy · 13 years ago
  93. efcfde5 UBIFS: amend ubifs_recover_leb interface by Artem Bityutskiy · 13 years ago
  94. 1a0b069 UBIFS: introduce a "grouped" journal head flag by Artem Bityutskiy · 13 years ago
  95. ab75950 UBIFS: supress false error messages by Artem Bityutskiy · 13 years ago
  96. ef1d575 cifs/ubifs: Fix shrinker API change fallout by Al Viro · 13 years ago
  97. 0e54ec1 ubifs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  98. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  99. 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
  100. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago