1. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  2. 5dfcc87 fuse: fix memory leak by Miklos Szeredi · 13 years ago
  3. 2411450 fuse: fix flock breakage by Miklos Szeredi · 13 years ago
  4. 051732b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  5. c2183d1 fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message by Miklos Szeredi · 13 years ago
  6. 478e084 fuse: mark pages accessed when written to by Johannes Weiner · 13 years ago
  7. b40cdd5 fuse: delete dead .write_begin and .write_end aops by Johannes Weiner · 13 years ago
  8. 37fb3a3 fuse: fix flock by Miklos Szeredi · 13 years ago
  9. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  10. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  11. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  12. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  13. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  14. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  15. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  16. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  17. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  18. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  19. a2daff6 fuse: fix non-ANSI void function notation by Randy Dunlap · 13 years ago
  20. 526e7ce fuse: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  21. 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
  22. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  23. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  24. d243390 fuse: fix oops in revalidate when called with NULL nameidata by Miklos Szeredi · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  27. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  28. f741a79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  29. e7c0a16 fuse: make fuse_dentry_revalidate() RCU aware by Miklos Szeredi · 13 years ago
  30. 19690dd fuse: make fuse_permission() RCU aware by Miklos Szeredi · 13 years ago
  31. 357ccf2 fuse: wakeup pollers on connection release/abort by Bryan Green · 13 years ago
  32. 07d5f69 fuse: reduce size of struct fuse_request by Miklos Szeredi · 13 years ago
  33. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  34. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  35. 529c5f9 fuse: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  36. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  37. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  38. 8d56add fuse: fix truncate after open by Miklos Szeredi · 13 years ago
  39. 5a18ec1 fuse: fix hang of single threaded fuseblk filesystem by Miklos Szeredi · 13 years ago
  40. 8272f4c fuse/cuse: fix comment typo initilaization by Paul Bolle · 13 years ago
  41. c35eebe switch fuse by Al Viro · 14 years ago
  42. 7d44b04 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  43. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  44. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  45. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  46. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  47. 1baa26b fuse: fix ioctl ABI by Miklos Szeredi · 14 years ago
  48. 02c048b fuse: allow batching of FORGET requests by Miklos Szeredi · 14 years ago
  49. 07e77dc fuse: separate queue for FORGET requests by Miklos Szeredi · 14 years ago
  50. 8ac8350 fuse: ioctl cleanup by Miklos Szeredi · 14 years ago
  51. 7572777 fuse: verify ioctl retries by Miklos Szeredi · 14 years ago
  52. d9d318d fuse: fix ioctl when server is 32bit by Miklos Szeredi · 14 years ago
  53. a0822c5 fuse: fix attributes after open(O_TRUNC) by Ken Sumrall · 14 years ago
  54. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  55. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  56. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  57. 0be8557 fuse: use release_pages() by Miklos Szeredi · 14 years ago
  58. 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
  59. b6777c4 fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 by Miklos Szeredi · 14 years ago
  60. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  61. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  62. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  63. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  64. 0157443 fuse: Initialize total_len in fuse_retrieve() by Geert Uytterhoeven · 14 years ago
  65. b9ca67b fuse: fix lock annotations by Miklos Szeredi · 14 years ago
  66. 595afaf fuse: flush background queue on connection close by Miklos Szeredi · 14 years ago
  67. 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
  68. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  69. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  70. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  71. fe21ea1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  72. 9cfcac8 vfs: re-introduce MAY_CHDIR by Eric Paris · 14 years ago
  73. 2d45ba3 fuse: add retrieve request by Miklos Szeredi · 14 years ago
  74. a1d75f2 fuse: add store request by Miklos Szeredi · 14 years ago
  75. 7909b1c fuse: don't use atomic kmap by Miklos Szeredi · 14 years ago
  76. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  77. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  78. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  79. c302162 fuse: support splice() reading from fuse device by Miklos Szeredi · 14 years ago
  80. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  81. dd3bb14 fuse: support splice() writing to fuse device by Miklos Szeredi · 14 years ago
  82. b5dd328 fuse: get page reference for readpages by Miklos Szeredi · 14 years ago
  83. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 14 years ago
  84. 4aa0edd fuse: remove unneeded variable by Dan Carpenter · 14 years ago
  85. 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
  86. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  87. 60f8a8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  88. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  89. b2d82ee fuse: fix large stack use by Fang Wenqi · 15 years ago
  90. b21dda4 fuse: cleanup in fuse_notify_inval_...() by Miklos Szeredi · 14 years ago
  91. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 14 years ago
  92. 1b73239 fuse: reject O_DIRECT flag also in fuse_create by Csaba Henk · 15 years ago
  93. 5219f34 fuse: invalidate target of rename by Miklos Szeredi · 15 years ago
  94. 0bd8718 fuse: fix kunmap in fuse_ioctl_copy_user by Jens Axboe · 15 years ago
  95. f60311d fuse: prevent fuse_put_request on invalid pointer by Anand V. Avati · 15 years ago
  96. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  97. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  98. 9eead2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  99. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  100. 79a9d99 fuse: add fusectl interface to max_background by Csaba Henk · 15 years ago