1. 4856118 Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  2. 9031a69 fuse: clean up fuse_alloc_inode by zhangliguang · 6 years ago
  3. 9baf28b fuse: switch to ->free_inode() by Al Viro · 6 years ago
  4. ad2ba64 fuse: allow filesystems to have precise control over data cache by Kirill Smelkov · 6 years ago
  5. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  6. dfee9c2 Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  7. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  8. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  9. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  10. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  11. c9d8f5f fuse: Protect fi->nlookup with fi->lock by Kirill Tkhai · 6 years ago
  12. f15ecfe fuse: Introduce fi->lock to protect write related fields by Kirill Tkhai · 6 years ago
  13. 4510d86 fuse: Convert fc->attr_version into atomic64_t by Kirill Tkhai · 6 years ago
  14. 8a3177d cuse: fix ioctl by Miklos Szeredi · 6 years ago
  15. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  16. d72f70d fuse: Fix memory leak in fuse_dev_free() by Takeshi Misawa · 6 years ago
  17. 4fc4bb7 fuse: Add bad inode check in fuse_destroy_inode() by Myungho Jung · 6 years ago
  18. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  19. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  20. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  21. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  22. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  23. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  24. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  25. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  26. a64ba10 fuse: convert last timespec use to timespec64 by Arnd Bergmann · 7 years ago
  27. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  28. e8f3bd7 fuse: Fix oops at process_init_reply() by Miklos Szeredi · 6 years ago
  29. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  30. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  31. da315f6 Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  32. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  33. 543b8f8 fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 7 years ago
  34. 4ad769f fuse: Allow fully unprivileged mounts by Eric W. Biederman · 7 years ago
  35. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 7 years ago
  36. 0834136 fuse: define the filesystem as untrusted by Mimi Zohar · 7 years ago
  37. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  38. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  39. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  40. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  41. df20698 fs: fuse: account fuse_inode slab memory as reclaimable by Johannes Weiner · 7 years ago
  42. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  43. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  44. 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
  45. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  46. 69c8ebf fuseblk: Fix warning in super_setup_bdi_name() by Jan Kara · 8 years ago
  47. a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  48. 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 8 years ago
  49. 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 8 years ago
  50. 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 11 years ago
  51. 095fc40a fuse: convert fuse_conn.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  52. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  53. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  54. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  55. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  56. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago
  57. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. 13983d0 qstr: constify instances in fuse by Al Viro · 9 years ago
  59. 9446385 fuse: fix wrong assignment of ->flags in fuse_send_init() by Wei Fang · 8 years ago
  60. 5c672ab fuse: serialize dirops by default by Miklos Szeredi · 9 years ago
  61. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  62. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  63. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  64. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 10 years ago
  65. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 10 years ago
  66. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 10 years ago
  67. 45a91cb fuse: pqueue locking by Miklos Szeredi · 10 years ago
  68. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 10 years ago
  69. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 10 years ago
  70. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 10 years ago
  71. f88996a fuse: separate out input queue by Miklos Szeredi · 10 years ago
  72. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 10 years ago
  73. 825d6d3 fuse: req use bitops by Miklos Szeredi · 10 years ago
  74. 0ad0b32 fuse: initialize fc->release before calling it by Miklos Szeredi · 10 years ago
  75. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  76. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  77. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  78. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 10 years ago
  79. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  80. 580640b fuse: flush requests on umount by Miklos Szeredi · 10 years ago
  81. 0c4dd4b fuse: don't wake up reserved req in fuse_conn_kill() by Miklos Szeredi · 10 years ago
  82. d7afaec fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT by Andrew Gallagher · 11 years ago
  83. a800bad3 fuse: s_time_gran fix by Miklos Szeredi · 11 years ago
  84. 233a01f fuse: handle large user and group ID by Miklos Szeredi · 11 years ago
  85. 7b3d8bf fuse: inode: drop cast by Himangi Saraogi · 11 years ago
  86. 4ace1f8 fuse: clear MS_I_VERSION by Miklos Szeredi · 11 years ago
  87. 31f3267 fuse: trust kernel i_ctime only by Maxim Patlasov · 11 years ago
  88. e27c9d3 fuse: fuse: add time_gran to INIT_OUT by Miklos Szeredi · 11 years ago
  89. 1e18bda fuse: add .write_inode by Miklos Szeredi · 11 years ago
  90. d31433c fuse: do not use uninitialized i_mode by Maxim Patlasov · 11 years ago
  91. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  92. d15fee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  93. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  94. 4d99ff8 fuse: Turn writeback cache on by Pavel Emelyanov · 11 years ago
  95. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  96. 8373200 fuse: Trust kernel i_size only by Pavel Emelyanov · 11 years ago
  97. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  98. dd3e2c55 fuse: rcu-delay freeing fuse_conn by Al Viro · 11 years ago
  99. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  100. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago