1. 6b78cb3 Fixing Android Net Test compilation by Arnav Sharma · 5 years ago
  2. 78f55de Merge android-4.19-q.89 (c79e0f8) into msm-4.19 by Ivaylo Georgiev · 4 years, 8 months ago
  3. 6a2f759 Merge android-4.19-q.85 (8e36d3d) into msm-4.19 by Ivaylo Georgiev · 4 years, 8 months ago
  4. b434e4b Merge android-4.19-q.84 (314ab78) into msm-4.19 by Ivaylo Georgiev · 4 years, 8 months ago
  5. 710c33a fuse: verify attributes by Miklos Szeredi · 4 years, 11 months ago
  6. 9f435a5 fuse: verify nlink by Miklos Szeredi · 4 years, 11 months ago
  7. d7b412e fuse: use READ_ONCE on congestion_threshold and max_background by Kirill Tkhai · 6 years ago
  8. 62e4236 fuse: truncate pending writes on O_TRUNC by Miklos Szeredi · 5 years ago
  9. 72c913f fuse: flush dirty data/metadata before non-truncate setattr by Miklos Szeredi · 5 years ago
  10. 63399e3 Merge android-4.19-q.79 (40321f2) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  11. 2857d83 Merge android-4.19-q.77 (cd1eb9f) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  12. 7b4f541 fuse: fix memleak in cuse_channel_open by zhengbin · 5 years ago
  13. 5bead06 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  14. ad41162 fuse: fix missing unlock_page in fuse_writepage() by Vasily Averin · 5 years ago
  15. e09e20a Merge android-4.19.51 (d1f7f3b) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  16. 4bcfb79 Merge android-4.19.50 (be7c1cb) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  17. 57d6dd4 Merge android-4.19.46 (aa07ecb) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  18. ae35c32 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  19. a3b8b4a fuse: fallocate: fix return with locked inode by Miklos Szeredi · 5 years ago
  20. 42a4a46 Merge android-4.19.39 (dda1dd3) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  21. fea6850 fuse: Add FOPEN_STREAM to use stream_open() by Kirill Smelkov · 5 years ago
  22. 979d243 fuse: honor RLIMIT_FSIZE in fuse_file_fallocate by Liu Bo · 5 years ago
  23. a452f73 fuse: fix writepages on 32bit by Miklos Szeredi · 5 years ago
  24. 0311ff8 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 5 years ago
  25. 9d1f531 Merge android-4.19.21 (6e0411b) into msm-4.19 by Ivaylo Georgiev · 6 years ago
  26. 6ccc9e1 fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  27. f99027a fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 6 years ago
  28. 48be0eb fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  29. cde0ba6 Merge android-4.19.11 (a87fb6b) into msm-4.19 by Ivaylo Georgiev · 6 years ago
  30. d9267e1 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
  31. 60b1073 Merge LTS tag v4.19.3 into msm-kona by Blagovest Kolenichev · 6 years ago
  32. 18cd610 fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  33. 280da47 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  34. c0f5298 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  35. c1ef6c9 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  36. 1ed087a fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  37. 569fda5 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  38. e8e17b1 fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  39. 57a50d9 ANDROID: fs: fuse: fix filler function type mismatch by Sami Tolvanen · 6 years ago
  40. 08aeb46 ANDROID: fuse: Add null terminator to path in canonical path to avoid issue by Ritesh Harjani · 7 years ago
  41. dd73e5e ANDROID: fuse: Add support for d_canonical_path by Daniel Rosenberg · 8 years ago
  42. ad1d697 Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  43. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  44. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  45. c971e6a kill d_instantiate_no_diralias() by Al Viro · 6 years ago
  46. 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 6 years ago
  47. d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 6 years ago
  48. a64ba10 fuse: convert last timespec use to timespec64 by Arnd Bergmann · 6 years ago
  49. 46fb504 fs: fuse: Adding new return type vm_fault_t by Souptick Joarder · 6 years ago
  50. 75f3ee4 fuse: simplify fuse_abort_conn() by Miklos Szeredi · 6 years ago
  51. 109728c fuse: Add missed unlock_page() to fuse_readpages_fill() by Kirill Tkhai · 6 years ago
  52. a2477b0 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  53. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  54. e8f3bd7 fuse: Fix oops at process_init_reply() by Miklos Szeredi · 6 years ago
  55. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  56. 45ff350 fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  57. 8711437 fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  58. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago
  59. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 6 years ago
  60. b452a45 getting rid of 'opened' argument of ->atomic_open() - part 2 by Al Viro · 6 years ago
  61. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 6 years ago
  62. 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 6 years ago
  63. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  64. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  65. da315f6 Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  66. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  67. 543b8f8 fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 6 years ago
  68. 6becdb6 fuse: fix control dir setup and teardown by Miklos Szeredi · 6 years ago
  69. 8a301eb fuse: fix congested state leak on aborted connections by Tejun Heo · 7 years ago
  70. 4ad769f fuse: Allow fully unprivileged mounts by Eric W. Biederman · 6 years ago
  71. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 6 years ago
  72. 0834136 fuse: define the filesystem as untrusted by Mimi Zohar · 7 years ago
  73. bf5c189 fuse: honor AT_STATX_FORCE_SYNC by Miklos Szeredi · 7 years ago
  74. ff1b89f fuse: honor AT_STATX_DONT_SYNC by Miklos Szeredi · 7 years ago
  75. 73f03c2 fuse: Restrict allow_other to the superblock's namespace or a descendant by Seth Forshee · 7 years ago
  76. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  77. c9582eb fuse: Fail all requests with invalid uids or gids by Eric W. Biederman · 7 years ago
  78. dbf107b fuse: Remove the buggy retranslation of pids in fuse_dev_do_read by Eric W. Biederman · 7 years ago
  79. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  80. df0e91d fuse: atomic_o_trunc should truncate pagecache by Miklos Szeredi · 7 years ago
  81. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  82. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  83. c71d227 make kernel-side POLL... arch-independent by Al Viro · 7 years ago
  84. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  85. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  86. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  87. df20698 fs: fuse: account fuse_inode slab memory as reclaimable by Johannes Weiner · 7 years ago
  88. c6f92f9 mm: remove cold parameter for release_pages by Mel Gorman · 7 years ago
  89. 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
  90. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  91. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  92. c6cdd51 fuse: fix READDIRPLUS skipping an entry by Miklos Szeredi · 7 years ago
  93. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  94. 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
  95. e7989f9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  96. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  97. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  98. 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago
  99. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  100. 066dea8 Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago