1. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  2. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  3. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  4. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  5. 558feb0 fs: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  6. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  7. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  8. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  9. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  10. 9d6bf5a reiserfs: use hweight_long() by Akinobu Mita · 13 years ago
  11. 0c2fd1bfb reiserfs: use proper little-endian bitops by Akinobu Mita · 13 years ago
  12. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  13. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  14. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  15. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  16. 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 13 years ago
  17. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  18. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  19. b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
  20. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  21. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  22. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  23. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  24. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  25. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  26. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  27. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  28. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  29. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  30. 1d29b5a reiserfs_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  31. cc350c2 reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  32. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  33. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  34. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  35. 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 13 years ago
  36. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  37. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  38. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  39. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  40. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  41. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  42. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  43. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  44. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  45. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  46. c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 13 years ago
  47. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  48. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  49. 99890a3 fix reiserfs mkdir() breakage by Al Viro · 13 years ago
  50. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  51. 28aadf5 reiserfs: make commit_wq use the default concurrency level by Tejun Heo · 13 years ago
  52. 4843456 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  53. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  54. 566538a reiserfs: make sure va_end() is always called after va_start(). by Jesper Juhl · 13 years ago
  55. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  56. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  57. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  58. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  59. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  60. 238af87 reiserfs: don't acquire lock recursively in reiserfs_acl_chmod by Frederic Weisbecker · 14 years ago
  61. da90587 reiserfs: fix inode mutex - reiserfs lock misordering by Frederic Weisbecker · 14 years ago
  62. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  63. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  64. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  65. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  66. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  67. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  68. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  69. 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
  70. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  71. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  72. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  73. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  74. 9d8117e reiserfs: fix unwanted reiserfs lock recursion by Frederic Weisbecker · 14 years ago
  75. 3f259d0 reiserfs: fix dependency inversion between inode and reiserfs mutexes by Frederic Weisbecker · 14 years ago
  76. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  77. 7cd33ad reiserfs: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  78. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  79. f4ae2fa fix reiserfs_evict_inode end_writeback second call by Sergey Senozhatsky · 14 years ago
  80. b3397ad reiserfs: remove unused local `wait' by Changli Gao · 14 years ago
  81. 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
  82. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  83. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  84. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  85. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  86. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  87. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  88. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  89. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  90. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  91. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  92. ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
  93. f4b113a reiserfs: Fix resuming of quotas on remount read-write by Jan Kara · 14 years ago
  94. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  95. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  96. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  97. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  98. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  99. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  100. 04b7ed0 reiserfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago