1. 8f70611 fuse: remove unused variable in fuse_try_move_page() by Wei Yongjun · 12 years ago
  2. cdadb11 fuse: make fuse_file_fallocate() static by Miklos Szeredi · 12 years ago
  3. 807185e fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig by Robert P. J. Day · 12 years ago
  4. e256036 cuse: fix uninitialized variable warnings by Miklos Szeredi · 11 years ago
  5. 3078358 cuse: do not register multiple devices with identical names by David Herrmann · 12 years ago
  6. 8ce03fd cuse: use mutex as registration lock instead of spinlocks by David Herrmann · 12 years ago
  7. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  8. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  9. 499dcf2 userns: Support fuse interacting with multiple user namespaces by Eric W. Biederman · 12 years ago
  10. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  11. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  12. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  13. c9e67d4 fuse: fix retrieve length by Miklos Szeredi · 12 years ago
  14. 381bf7c fuse: mark variables uninitialized by Daniel Mack · 12 years ago
  15. 8d39d801 cuse: kill connection on initialization error by Miklos Szeredi · 12 years ago
  16. bbd9979 cuse: fix fuse_conn_kill() by Miklos Szeredi · 12 years ago
  17. 20fb193 Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 12 years ago
  18. 2eac9eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  19. af109bc fuse: check create mode in atomic open by Miklos Szeredi · 12 years ago
  20. fb6ccff fuse: verify all ioctl retry iov elements by Zach Brown · 12 years ago
  21. 58ef6a7 fuse: Convert to new freezing mechanism by Jan Kara · 12 years ago
  22. 69fe05c fuse: add missing INIT flags by Miklos Szeredi · 12 years ago
  23. a889427 fuse: update attributes on aio_read by Brian Foster · 12 years ago
  24. eed2179 fuse: invalidate inode mapping if mtime changes by Brian Foster · 12 years ago
  25. 72d0d24 fuse: add FUSE_AUTO_INVAL_DATA init flag by Brian Foster · 12 years ago
  26. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  27. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  28. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  29. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  30. 30d9049 kill struct opendata by Al Viro · 12 years ago
  31. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  32. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  33. c8ccbe0 fuse: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  34. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  35. f9ba717 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  36. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  37. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  38. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  39. 203627b fuse: fix blksize calculation by Miklos Szeredi · 12 years ago
  40. 45c72cd fuse: fix stat call on 32 bit platforms by Pavel Shilovsky · 12 years ago
  41. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  42. 519c604 fuse: optimize fallocate on permanent failure by Miklos Szeredi · 12 years ago
  43. 05ba1f0 fuse: add FALLOCATE operation by Anatol Pomozov · 12 years ago
  44. e269069 fuse: Convert to kstrtoul_from_user by Peter Huewe · 12 years ago
  45. dbfad21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  46. 0a2da9b fuse: allow nanosecond granularity by Miklos Szeredi · 12 years ago
  47. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  48. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  49. 2408f6e fuse: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  50. 4273b79 fuse: O_DIRECT support for files by Anand Avati · 12 years ago
  51. ac45d61 fuse: fix nlink after unlink by Miklos Szeredi · 12 years ago
  52. 6733e54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  53. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  54. 541af6a fuse: propagate umode_t by Al Viro · 13 years ago
  55. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  56. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  57. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  58. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  59. 30aaca4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  60. 988f032 fuse: register_filesystem() called too early by Al Viro · 13 years ago
  61. 451d0f5 FUSE: Notifying the kernel of deletion. by John Muir · 13 years ago
  62. b18da0c fuse: support ioctl on directories by Miklos Szeredi · 13 years ago
  63. c411cc8 fuse: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  64. c07c3d1 fuse: llseek optimize SEEK_CUR and SEEK_SET by Miklos Szeredi · 13 years ago
  65. 73104b6 fuse: llseek fix race by Miklos Szeredi · 13 years ago
  66. b48c6af fuse: fix llseek bug by Roel Kluin · 13 years ago
  67. 48706d0 fuse: fix fuse_retrieve by Miklos Szeredi · 13 years ago
  68. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  69. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  70. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  71. 5dfcc87 fuse: fix memory leak by Miklos Szeredi · 13 years ago
  72. 2411450 fuse: fix flock breakage by Miklos Szeredi · 13 years ago
  73. 051732b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  74. c2183d1 fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message by Miklos Szeredi · 13 years ago
  75. 478e084 fuse: mark pages accessed when written to by Johannes Weiner · 13 years ago
  76. b40cdd5 fuse: delete dead .write_begin and .write_end aops by Johannes Weiner · 13 years ago
  77. 37fb3a3 fuse: fix flock by Miklos Szeredi · 13 years ago
  78. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  79. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  80. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  81. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  82. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  83. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  84. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  85. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  86. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  87. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  88. a2daff6 fuse: fix non-ANSI void function notation by Randy Dunlap · 13 years ago
  89. 526e7ce fuse: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  90. 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
  91. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  92. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  93. d243390 fuse: fix oops in revalidate when called with NULL nameidata by Miklos Szeredi · 13 years ago
  94. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  95. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  96. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  97. f741a79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  98. e7c0a16 fuse: make fuse_dentry_revalidate() RCU aware by Miklos Szeredi · 13 years ago
  99. 19690dd fuse: make fuse_permission() RCU aware by Miklos Szeredi · 13 years ago
  100. 357ccf2 fuse: wakeup pollers on connection release/abort by Bryan Green · 13 years ago