1. 7b3480f Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  2. d58b27e logfs: do not use 'mtd->block_isbad' directly by Artem Bityutskiy · 13 years ago
  3. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  4. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  5. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  6. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  7. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  8. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  9. 48d3610 logfs: rename functions starting with mtd_ by Artem Bityutskiy · 13 years ago
  10. 8817644 logfs: propagate umode_t by Al Viro · 13 years ago
  11. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  12. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  13. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  14. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  15. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  16. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  17. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  18. dd2a981 logfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  19. 7982482 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  20. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  21. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  22. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  23. a63ab94 logfs doesn't need ->permission() at all by Al Viro · 13 years ago
  24. 64370e2 logfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  25. 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
  26. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  27. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  28. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  29. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  30. cce2c56 logfs: initialize superblock entries earlier by Linus Torvalds · 13 years ago
  31. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  32. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  35. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  36. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  37. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  38. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 13 years ago
  39. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  40. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  41. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  42. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 14 years ago
  43. f06328d logfs: fix "Kernel BUG at readwrite.c:1193" by Prasad Joshi · 14 years ago
  44. eabb26c logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutex by Prasad Joshi · 14 years ago
  45. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  46. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  47. e99d11d fs: logfs: Fix up MTD=y build. by Paul Mundt · 14 years ago
  48. a1da9e8 switch logfs to ->mount() by Al Viro · 14 years ago
  49. e5a0726 logfs: fix a leak in get_sb by Al Viro · 14 years ago
  50. 7d945a3 logfs get_sb, part 3 by Al Viro · 14 years ago
  51. 0d85c79 logfs get_sb, part 2 by Al Viro · 14 years ago
  52. 71a1c01 logfs get_sb massage, part 1 by Al Viro · 14 years ago
  53. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  54. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  55. 02d6d68 logfs: kill BKL by Arnd Bergmann · 14 years ago
  56. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  57. 7da08fd convert logfs to ->evict_inode() by Al Viro · 14 years ago
  58. 8e22c1a logfs: get rid of magical inodes by Al Viro · 14 years ago
  59. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  60. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  61. 2562495 fix leak in __logfs_create() by Al Viro · 14 years ago
  62. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  63. ab9a79b logfs: replace inode uid,gid,mode initialization with helper function by Al Viro · 14 years ago
  64. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  65. 7d32c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  66. 2656244 Fix double-free in logfs by Al Viro · 14 years ago
  67. a8cd456 fix "seperate" typos in comments by Anand Gadiyar · 14 years ago
  68. 6f485b4 logfs: handle powerfail on NAND flash by Joern Engel · 14 years ago
  69. ccf31c1 logfs: handle errors from get_mtd_device() by Dan Carpenter · 14 years ago
  70. 58e323c logfs: remove unused variable by Joern Engel · 14 years ago
  71. c0c79c3 logfs: fix sync by Joern Engel · 14 years ago
  72. bba0b5c logfs: fix compile failure by Joern Engel · 14 years ago
  73. 2479753 logfs: initialize li->li_refcount by Prasad Joshi · 14 years ago
  74. 05ebad8 logfs: commit reservations under space pressure by Joern Engel · 14 years ago
  75. 2050366 logfs: survive logfs_buf_recover read errors by Joern Engel · 14 years ago
  76. ccc0197 logfs: Close i_ino reuse race by Joern Engel · 14 years ago
  77. bd2b3f2 logfs: fix logfs_seek_hole() by Joern Engel · 14 years ago
  78. ad34263 logfs: Return -EINVAL if filesystem image doesn't match by Joern Engel · 14 years ago
  79. 2e531fa LogFS: Fix typo in b6349ac8 by Joern Engel · 14 years ago
  80. 3272c8a logfs: testing the wrong variable by Dan Carpenter · 14 years ago
  81. 255f41c Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  82. b6349ac [LogFS] Split large truncated into smaller chunks by Joern Engel · 14 years ago
  83. b863907 [LogFS] Set s_bdi by Joern Engel · 14 years ago
  84. 1f1b000 [LogFS] Prevent mempool_destroy NULL pointer dereference by Joern Engel · 14 years ago
  85. ead88af [LogFS] Move assertion by Joern Engel · 14 years ago
  86. d3a03f8 [LogFS] Plug 8 byte information leak by Joern Engel · 14 years ago
  87. 032d8f7 [LogFS] Prevent memory corruption on large deletes by Joern Engel · 14 years ago
  88. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  89. e05c378 [LogFS] Remove unused method by Joern Engel · 14 years ago
  90. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  91. 6be7fa0 [LogFS] Erase new journal segments by Joern Engel · 14 years ago
  92. 0943846 [LogFS] Move reserved segments with journal by Joern Engel · 14 years ago
  93. 723b2ff [LogFS] Clear PagePrivate when moving journal by Joern Engel · 14 years ago
  94. 81def6b Simplify and fix pad_wbuf by Joern Engel · 14 years ago
  95. 1932191 Prevent data corruption in logfs_rewrite_block() by Joern Engel · 14 years ago
  96. 6f2e9e6 Use deactivate_locked_super by Joern Engel · 14 years ago
  97. 7db8064 Fix logfs_get_sb_final error path by Joern Engel · 14 years ago
  98. faaa27a Write out both superblocks on mismatch by Joern Engel · 14 years ago
  99. e326068 Prevent schedule while atomic in __logfs_readdir by Joern Engel · 14 years ago
  100. e07bf55 Plug memory leak in writeseg_end_io by Joern Engel · 14 years ago