1. f85543b Merge 4.9.120 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. a3a7b99 proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 7 years ago
  3. 631f93a proc/sysctl: Don't grab i_lock under sysctl_lock. by Eric W. Biederman · 7 years ago
  4. b96e215 proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 7 years ago
  5. e31578c fix __legitimize_mnt()/mntput() race by Al Viro · 6 years ago
  6. 87a2d84 fix mntput/mntput race by Al Viro · 6 years ago
  7. 59199c0 make sure that __dentry_kill() always invalidates d_seq, unhashed or not by Al Viro · 6 years ago
  8. cfac7df root dentries need RCU-delayed freeing by Al Viro · 6 years ago
  9. 954e572 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  10. 92e8704 Merge 4.9.119 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 240d465 jfs: Fix inconsistency between memory allocation and ea_buf->max_size by Shankara Pailoor · 6 years ago
  12. b2486a8 Btrfs: fix file data corruption after cloning a range and fsync by Filipe Manana · 6 years ago
  13. 9bf8d5b ext4: fix false negatives *and* false positives in ext4_check_descriptors() by Theodore Ts'o · 6 years ago
  14. 47b77b8 Merge 4.9.118 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  15. 52cd8f3 squashfs: more metadata hardenings by Linus Torvalds · 6 years ago
  16. 3abef06 squashfs: more metadata hardening by Linus Torvalds · 6 years ago
  17. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  18. 262a62c ext4: check for allocation block validity with block group locked by Theodore Ts'o · 6 years ago
  19. 5eed597 ext4: fix inline data updates with checksums enabled by Theodore Ts'o · 6 years ago
  20. 1aecbe4 squashfs: be more careful about metadata corruption by Linus Torvalds · 6 years ago
  21. 3ce1463 fscrypt: use unbound workqueue for decryption by Eric Biggers · 6 years ago
  22. 7e51eff btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 6 years ago
  23. 65cb469 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 6 years ago
  24. 9e222d7 f2fs: fix race in between GC and atomic open by Chao Yu · 6 years ago
  25. bce7f72 f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 6 years ago
  26. 570f12a f2fs: fix to wait page writeback during revoking atomic write by Chao Yu · 6 years ago
  27. b7ea2b8 f2fs: fix to don't trigger writeback during recovery by Chao Yu · 6 years ago
  28. 4e6b7aa f2fs: fix error path of move_data_page by Chao Yu · 6 years ago
  29. c9ab0ce disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 6 years ago
  30. b05c460 pnfs: Don't release the sequence slot until we've processed layoutget on open by Trond Myklebust · 6 years ago
  31. 8bccc6c nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo by Scott Mayhew · 6 years ago
  32. 52be322 Merge 4.9.116 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  33. e6f9a8a Merge 4.9.115 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  34. dbcb748 Merge 4.9.114 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  35. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  36. b9dd134 exec: avoid gcc-8 warning for get_task_comm by Arnd Bergmann · 6 years ago
  37. 9905591 ANDROID: sdcardfs: Check stacked filesystem depth by Daniel Rosenberg · 6 years ago
  38. 6fc87cc fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
  39. ec5e52a reiserfs: fix buffer overflow with long warning messages by Eric Biggers · 6 years ago
  40. 78a6550 ocfs2: ip_alloc_sem should be taken in ocfs2_get_block() by alex chen · 7 years ago
  41. 32a1733 ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent by alex chen · 7 years ago
  42. 7f6f94c Merge 4.9.113 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  43. db2858f fs, elf: make sure to page align bss in load_elf_library by Oscar Salvador · 6 years ago
  44. d2c7c52 Fix up non-directory creation in SGID directories by Linus Torvalds · 6 years ago
  45. 9e79039 Merge 4.9.112 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  46. 917692c ext4: check superblock mapped prior to committing by Jon Derrick · 6 years ago
  47. eb13a42 ext4: add more mount time checks of the superblock by Theodore Ts'o · 6 years ago
  48. 425dc46 ext4: add more inode number paranoia checks by Theodore Ts'o · 6 years ago
  49. a5e063d ext4: clear i_data in ext4_inode_info when removing inline data by Theodore Ts'o · 6 years ago
  50. 2f135cc ext4: include the illegal physical block in the bad map ext4_error msg by Theodore Ts'o · 6 years ago
  51. 87dad44 ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 6 years ago
  52. 5ae5732 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 6 years ago
  53. cdde876 ext4: always check block group bounds in ext4_init_block_bitmap() by Theodore Ts'o · 6 years ago
  54. 9e4842f ext4: make sure bitmaps and the inode table don't overlap with bg descriptors by Theodore Ts'o · 6 years ago
  55. 8ef97ef jbd2: don't mark block as modified if the handle is out of credits by Theodore Ts'o · 6 years ago
  56. 2c4f6b7 cifs: Fix infinite loop when using hard mount option by Paulo Alcantara · 6 years ago
  57. f950fa4 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 6 years ago
  58. 61f4864 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 6 years ago
  59. c4eb50d treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 6 years ago
  60. 9a857bd f2fs: fix to clear FI_VOLATILE_FILE correctly by Chao Yu · 6 years ago
  61. deb78d4 f2fs: let sync node IO interrupt async one by Chao Yu · 6 years ago
  62. 7507ad2 f2fs: don't change wbc->sync_mode by Chao Yu · 6 years ago
  63. accb406 f2fs: fix to update mtime correctly by Chao Yu · 6 years ago
  64. 6285d97 fs: f2fs: insert space around that ':' and ', ' by youngjun yoo · 6 years ago
  65. 9ef1031 fs: f2fs: add missing blank lines after declarations by youngjun yoo · 6 years ago
  66. ee62ea2 fs: f2fs: changed variable type of offset "unsigned" to "loff_t" by youngjun yoo · 6 years ago
  67. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  68. 6de81c8 f2fs: make set_de_type() static by Chao Yu · 6 years ago
  69. fdd569a f2fs: make __f2fs_write_data_pages() static by Chao Yu · 6 years ago
  70. 48fa534 f2fs: fix to avoid accessing cross the boundary by Chao Yu · 6 years ago
  71. 34880e0 f2fs: fix to let caller retry allocating block address by Chao Yu · 6 years ago
  72. 8c46965 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 6 years ago
  73. 408285a f2fs: fix error path of move_data_page by Chao Yu · 6 years ago
  74. 9780d68 f2fs: don't drop dentry pages after fs shutdown by Chao Yu · 6 years ago
  75. b9921f0 f2fs: fix to avoid race during access gc_thread pointer by Chao Yu · 6 years ago
  76. bcbcda4 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 6 years ago
  77. 4636af9 f2fs: fix to don't trigger writeback during recovery by Chao Yu · 6 years ago
  78. 5bc68f3 f2fs: clear discard_wake earlier by Sheng Yong · 6 years ago
  79. 8d74ddc f2fs: let discard thread wait a little longer if dev is busy by Yunlei He · 6 years ago
  80. caf10c6 f2fs: avoid stucking GC due to atomic write by Chao Yu · 6 years ago
  81. 0390d83 f2fs: introduce sbi->gc_mode to determine the policy by Jaegeuk Kim · 6 years ago
  82. bbab2dc f2fs: keep migration IO order in LFS mode by Chao Yu · 6 years ago
  83. 2f7e488 f2fs: fix to wait page writeback during revoking atomic write by Chao Yu · 6 years ago
  84. 664de59 f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 6 years ago
  85. 458e47f f2fs: detect synchronous writeback more earlier by Chao Yu · 6 years ago
  86. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  87. 12034c7 ceph: use pagevec_lookup_range_nr_tag() by Jan Kara · 7 years ago
  88. 88c6c1f nilfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  89. aa70b70 gfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  90. c446430 f2fs: use find_get_pages_tag() for looking up single page by Jan Kara · 7 years ago
  91. 45ec63b f2fs: simplify page iteration loops by Jan Kara · 7 years ago
  92. e067365 f2fs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  93. d7a592f ext4: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  94. b433151 ceph: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  95. e286666 btrfs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  96. 158d9bb f2fs: clean up with is_valid_blkaddr() by Chao Yu · 6 years ago
  97. 2089317 f2fs: fix to initialize min_mtime with ULLONG_MAX by Chao Yu · 6 years ago
  98. a301e76 f2fs: fix to let checkpoint guarantee atomic page persistence by Chao Yu · 6 years ago
  99. 2d96ad5 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 6 years ago
  100. 6b7c7b4 Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc" by Chao Yu · 6 years ago