1. 69376be Merge android-4.9.125 (a925dfb) into msm-4.9 by Minming Qi · 6 years ago
  2. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  3. 01f0772 fuse: Add missed unlock_page() to fuse_readpages_fill() by Kirill Tkhai · 6 years ago
  4. 263508c fuse: Fix oops at process_init_reply() by Miklos Szeredi · 6 years ago
  5. 6465d76 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  6. c66025c fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  7. 501c4ca fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  8. 68fbfcb fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  9. 67a9e48 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  10. fe64630 Merge android-4.9.111 (03c70fe) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  11. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  12. 12715f3 fuse: fix control dir setup and teardown by Miklos Szeredi · 6 years ago
  13. a0fbcaf fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 6 years ago
  14. ebdc37f fuse: atomic_o_trunc should truncate pagecache by Miklos Szeredi · 6 years ago
  15. f4b8243 Merge android-4.9.93 (05baf14) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  16. a8a3aff Merge android-4.9.86 (b324a70) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  17. 4fb542f ANDROID: fuse: Add null terminator to path in canonical path to avoid issue by Ritesh Harjani · 6 years ago
  18. 4fd840d mm: fix filler function type mismatch by Sami Tolvanen · 7 years ago
  19. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  20. 07f9309 Merge remote-tracking branch '4.9/tmp-4b2b8b9' into msm-4.9 by Kyle Yan · 7 years ago
  21. 4b2b8b9 Merge 4.9.60 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  22. 6d14481 Merge 4.9.60 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  23. 8783885 fuse: fix READDIRPLUS skipping an entry by Miklos Szeredi · 7 years ago
  24. 7d337cc Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9 by Kyle Yan · 7 years ago
  25. 2292b51 Merge 4.9.44 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  26. 227559e fuse: initialize the flock flag in fuse_file on allocation by Mateusz Jurczyk · 7 years ago
  27. 759832b fuse: Add support for shortcircuited read/write for files by Nikhilesh Reddy · 7 years ago
  28. c06ed29 fuse: add missing FR_FORCE am: 1e6be9c19c by Miklos Szeredi · 7 years ago
  29. 1e6be9c fuse: add missing FR_FORCE by Miklos Szeredi · 7 years ago
  30. 0455ac9 Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 7 years ago
  31. 80a0477 fuse: fix uninitialized flags in pipe_buffer by Miklos Szeredi · 7 years ago
  32. 7283448 fuse: fix use after free issue in fuse_dev_do_read() by Sahitya Tummala · 7 years ago
  33. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  34. fac99a7 ANDROID: fuse: Add support for d_canonical_path by Daniel Rosenberg · 8 years ago
  35. 1672c66 ANDROID: fuse: Freeze client on suspend when request sent to userspace by Todd Poynor · 13 years ago
  36. 07f0267 fuse: fix time_to_jiffies nsec sanity check by David Sheets · 7 years ago
  37. 0181b36 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 7 years ago
  38. c01638f fuse: fix clearing suid, sgid for chown() by Miklos Szeredi · 8 years ago
  39. 59c3b76 fuse: fix fuse_write_end() if zero bytes were copied by Miklos Szeredi · 8 years ago
  40. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  41. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  42. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  43. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  46. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  47. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  48. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  49. fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
  50. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  51. 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
  52. d82718e fuse_dev_splice_read(): switch to add_to_pipe() by Al Viro · 8 years ago
  53. 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
  54. 63401cc fuse: limit xattr returned size by Miklos Szeredi · 8 years ago
  55. 4680a7e fuse: remove duplicate cs->offset assignment by Miklos Szeredi · 8 years ago
  56. acbe5fd fuse: don't use fuse_ioctl_copy_user() helper by Miklos Szeredi · 8 years ago
  57. 3daa9c5 fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter() by Al Viro · 8 years ago
  58. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago
  59. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  60. cb3ae6d fuse: listxattr: verify xattr list by Miklos Szeredi · 8 years ago
  61. bcb6f6d fuse: use timespec64 by Miklos Szeredi · 8 years ago
  62. f75fdf2 fuse: don't use ->d_time by Miklos Szeredi · 8 years ago
  63. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  64. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  65. a09f99e fuse: fix killing s[ug]id in setattr by Miklos Szeredi · 8 years ago
  66. 5e2b882 fuse: invalidate dir dentry after chmod by Miklos Szeredi · 8 years ago
  67. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  68. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  69. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  70. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  71. 6249033 fuse: Propagate dentry down to inode_change_ok() by Jan Kara · 8 years ago
  72. 8fba54a fuse: direct-io: don't dirty ITER_BVEC pages by Miklos Szeredi · 8 years ago
  73. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. 13983d0 qstr: constify instances in fuse by Al Viro · 8 years ago
  75. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  76. 4a7f4e8 fuse: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  77. 9446385 fuse: fix wrong assignment of ->flags in fuse_send_init() by Wei Fang · 8 years ago
  78. 9ebce59 fuse: fuse_flush must check mapping->flags for errors by Maxim Patlasov · 8 years ago
  79. ac7f052 fuse: fsync() did not return IO errors by Alexey Kuznetsov · 8 years ago
  80. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  81. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  82. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  83. 0f7d934 Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-next by Miklos Szeredi · 8 years ago
  84. 7d3a07f fuse: don't mess with blocking signals by Al Viro · 8 years ago
  85. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  86. 7879c4e fuse: improve aio directIO write performance for size extending writes by Ashish Sangwan · 8 years ago
  87. 5c672ab fuse: serialize dirops by default by Miklos Szeredi · 8 years ago
  88. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  89. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  90. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  91. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  92. d9b3dbd fuse: switch to ->iterate_shared() by Al Viro · 8 years ago
  93. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  94. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  95. 1af5bb4 filemap: remove the pos argument to generic_file_direct_write by Christoph Hellwig · 8 years ago
  96. 2c932d4 fuse: Fix return value from fuse_get_user_pages() by Ashish Samant · 8 years ago
  97. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  98. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  99. 742f992 fuse: return patrial success from fuse_direct_io() by Ashish Samant · 8 years ago
  100. 744742d fuse: Add reference counting for fuse_io_priv by Seth Forshee · 8 years ago