1. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  2. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  3. 46d0733 [readdir] convert logfs by Al Viro · 11 years ago
  4. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  5. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  6. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  7. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  8. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  9. 03edef0 fs/logfs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  10. 5dfc282 logfs: drop vmtruncate by Marco Stornelli · 12 years ago
  11. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  12. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  13. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  14. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  15. 1a0a994 userns: Convert logfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  16. 89a897f Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 12 years ago
  17. 9f0bbd8 logfs: query block device for number of pages to send with bio by Prasad Joshi · 12 years ago
  18. 41b93bc logfs: maintain the ordering of meta-inode destruction by Prasad Joshi · 12 years ago
  19. ddb24bb logfs: create a pagecache page if it is not present by Prasad Joshi · 12 years ago
  20. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  21. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  22. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  23. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  24. cd8bfa9 logfs: initialize the number of iovecs in bio by Prasad Joshi · 12 years ago
  25. d2dcd90 logfs: destroy the reserved inodes while unmounting by Prasad Joshi · 12 years ago
  26. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  27. 03e897a logfs: missing cleanup on register_filesystem() failure by Al Viro · 12 years ago
  28. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  29. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  30. 50bc9b6 logfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  31. 7d73101 mtd: fix merge conflict resolution breakage by Artem Bityutskiy · 12 years ago
  32. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 12 years ago
  33. f2933e8 Logfs: Allow NULL block_isbad() methods by Joern Engel · 13 years ago
  34. bbe0138 logfs: Grow inode in delete path by Joern Engel · 13 years ago
  35. 1bcceaf logfs: Free areas before calling generic_shutdown_super() by Joern Engel · 13 years ago
  36. 6c69494 logfs: remove useless BUG_ON by Joern Engel · 13 years ago
  37. 0bd9038 logfs: Propagate page parameter to __logfs_write_inode by Prasad Joshi · 13 years ago
  38. ecfd890 logfs: set superblock shutdown flag after generic sb shutdown by Prasad Joshi · 13 years ago
  39. 13ced29 logfs: take write mutex lock during fsync and sync by Prasad Joshi · 12 years ago
  40. 934eed3 logfs: Prevent memory corruption by Joern Engel · 13 years ago
  41. 9615060 logfs: update page reference count for pined pages by Prasad Joshi · 13 years ago
  42. 7b3480f Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  43. d58b27e logfs: do not use 'mtd->block_isbad' directly by Artem Bityutskiy · 13 years ago
  44. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  45. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  46. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  47. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  48. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  49. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  50. 48d3610 logfs: rename functions starting with mtd_ by Artem Bityutskiy · 13 years ago
  51. 8817644 logfs: propagate umode_t by Al Viro · 13 years ago
  52. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  53. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  54. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  55. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  56. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  57. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  58. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  59. dd2a981 logfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  60. 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  61. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  62. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  63. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  64. a63ab94 logfs doesn't need ->permission() at all by Al Viro · 13 years ago
  65. 64370e2 logfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  66. 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
  67. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  68. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  69. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  70. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  71. cce2c56 logfs: initialize superblock entries earlier by Linus Torvalds · 13 years ago
  72. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  73. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  74. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  75. 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
  76. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  77. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  78. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  79. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 13 years ago
  80. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  81. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  82. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  83. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  84. f06328d logfs: fix "Kernel BUG at readwrite.c:1193" by Prasad Joshi · 14 years ago
  85. eabb26c logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutex by Prasad Joshi · 14 years ago
  86. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  87. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  88. e99d11d fs: logfs: Fix up MTD=y build. by Paul Mundt · 14 years ago
  89. a1da9e8 switch logfs to ->mount() by Al Viro · 14 years ago
  90. e5a0726 logfs: fix a leak in get_sb by Al Viro · 14 years ago
  91. 7d945a3 logfs get_sb, part 3 by Al Viro · 14 years ago
  92. 0d85c79 logfs get_sb, part 2 by Al Viro · 14 years ago
  93. 71a1c01 logfs get_sb massage, part 1 by Al Viro · 14 years ago
  94. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  95. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  96. 02d6d68 logfs: kill BKL by Arnd Bergmann · 14 years ago
  97. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  98. 7da08fd convert logfs to ->evict_inode() by Al Viro · 14 years ago
  99. 8e22c1a logfs: get rid of magical inodes by Al Viro · 14 years ago
  100. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago