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