1. db71418 Merge 4.9.142 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 0c41bee namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  3. 50c0005 gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd by Andrew Price · 6 years ago
  4. ecfcb85 bfs: add sanity check at bfs_fill_super() by Tetsuo Handa · 6 years ago
  5. 3a0e8e3 v9fs_dir_readdir: fix double-free on p9stat_read error by Dominique Martinet · 6 years ago
  6. 961ef0a ANDROID: sdcardfs: Add option to not link obb by Daniel Rosenberg · 6 years ago
  7. be39872 ANDROID: sdcardfs: Add sandbox by Daniel Rosenberg · 6 years ago
  8. c396a01 Revert "proc: Convert proc_mount to use mount_ns." by Alistair Strachan · 6 years ago
  9. 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  10. 33f3f3b btrfs: fix pinned underflow after transaction aborted by Lu Fengqi · 6 years ago
  11. 4423e07 btrfs: Ensure btrfs_trim_fs can trim the whole filesystem by Qu Wenruo · 6 years ago
  12. fc43e4c btrfs: Enhance btrfs_trim_fs function to handle error better by Qu Wenruo · 6 years ago
  13. 92b4499 gfs2: Put bitmap buffers in put_super by Andreas Gruenbacher · 6 years ago
  14. ac270f1 fs/exofs: fix potential memory leak in mount option parsing by Chengguang Xu · 6 years ago
  15. 8b27576 hfsplus: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  16. 36b9d75 hfs: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  17. 6c35bb5 reiserfs: propagate errors from fill_with_dentries() properly by Jann Horn · 6 years ago
  18. f89c9ff cifs: don't dereference smb_file_target before null check by Colin Ian King · 6 years ago
  19. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  20. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  21. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  22. 8f1756a configfs: replace strncpy with memcpy by Guenter Roeck · 6 years ago
  23. d180fee fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  24. fdd9379 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  25. 7291d95 nfsd: COPY and CLONE operations require the saved filehandle to be set by Scott Mayhew · 6 years ago
  26. 03004f4 mount: Prevent MNT_DETACH from disconnecting locked mounts by Eric W. Biederman · 6 years ago
  27. d756518 mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts by Eric W. Biederman · 6 years ago
  28. fa14e9b mount: Retest MNT_LOCKED in do_umount by Eric W. Biederman · 6 years ago
  29. d450fcd ext4: fix buffer leak in __ext4_read_dirblock() on error path by Vasily Averin · 6 years ago
  30. 82dfeb8 ext4: fix buffer leak in ext4_xattr_move_to_block() on error path by Vasily Averin · 6 years ago
  31. b66102a ext4: release bs.bh before re-using in ext4_xattr_block_find() by Vasily Averin · 6 years ago
  32. 6b436fb ext4: fix possible leak of s_journal_flag_rwsem in error path by Vasily Averin · 6 years ago
  33. 8547ff5 ext4: fix possible leak of sbi->s_group_desc_leak in error path by Theodore Ts'o · 6 years ago
  34. 11a2eb0 ext4: avoid possible double brelse() in add_new_gdb() on error path by Theodore Ts'o · 6 years ago
  35. 142e017 ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing by Vasily Averin · 6 years ago
  36. f30a52c ext4: avoid buffer leak in ext4_orphan_add() after prior errors by Vasily Averin · 6 years ago
  37. 8a6a7dd ext4: fix possible inode leak in the retry loop of ext4_resize_fs() by Vasily Averin · 6 years ago
  38. 0582167 ext4: avoid potential extra brelse in setup_new_flex_group_blocks() by Vasily Averin · 6 years ago
  39. c484fd2 ext4: add missing brelse() add_new_gdb_meta_bg()'s error path by Vasily Averin · 6 years ago
  40. 771e8c7 ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path by Vasily Averin · 6 years ago
  41. b134199 ext4: add missing brelse() update_backups()'s error path by Vasily Averin · 6 years ago
  42. 800d811 Btrfs: fix data corruption due to cloning of eof block by Filipe Manana · 6 years ago
  43. 3fe6b9a Btrfs: fix cur_offset in the error case for nocow by Robbie Ko · 6 years ago
  44. dd4c84b ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry by Changwei Ge · 6 years ago
  45. 43e3837 Revert "ceph: fix dentry leak in splice_dentry()" by Yan, Zheng · 6 years ago
  46. c31ccf1 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  47. 7238fcb fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  48. 0799a93 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  49. 7996b1c fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  50. 9e79094 9p locks: fix glock.client_id leak in do_lock by Dominique Martinet · 6 years ago
  51. f3bc71f btrfs: set max_extent_size properly by Josef Bacik · 6 years ago
  52. a088035 Btrfs: fix null pointer dereference on compressed write path error by Filipe Manana · 6 years ago
  53. 91b3675 btrfs: qgroup: Dirty all qgroups before rescan by Qu Wenruo · 6 years ago
  54. 6a0403a Btrfs: fix wrong dentries after fsync of file that got its parent replaced by Filipe Manana · 6 years ago
  55. 4c7b9a4 btrfs: make sure we create all new block groups by Josef Bacik · 6 years ago
  56. 9ff40fb btrfs: reset max_extent_size on clear in a bitmap by Josef Bacik · 6 years ago
  57. c160dae btrfs: wait on caching when putting the bg cache by Josef Bacik · 6 years ago
  58. 391235f btrfs: don't attempt to trim devices that don't support it by Jeff Mahoney · 6 years ago
  59. d87af98 btrfs: iterate all devices during trim, instead of fs_devices::alloc_list by Jeff Mahoney · 6 years ago
  60. 1bd7112 btrfs: fix error handling in free_log_tree by Jeff Mahoney · 6 years ago
  61. 5125564 btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock by Qu Wenruo · 6 years ago
  62. 20d8180 btrfs: Handle owner mismatch gracefully when walking up tree by Qu Wenruo · 6 years ago
  63. aa52629 Cramfs: fix abad comparison when wrap-arounds occur by Nicolas Pitre · 6 years ago
  64. 5c22b67 lockd: fix access beyond unterminated strings in prints by Amir Goldstein · 6 years ago
  65. 65f27a3 NFSv4.1: Fix the r/wsize checking by Trond Myklebust · 6 years ago
  66. 8ad964c smb3: on kerberos mount if server doesn't specify auth type use krb5 by Steve French · 6 years ago
  67. 883f979 smb3: do not attempt cifs operation in smb3 query info error path by Steve French · 6 years ago
  68. 69922f7 smb3: allow stats which track session and share reconnects to be reset by Steve French · 6 years ago
  69. 8e30869 ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR by Wang Shilong · 6 years ago
  70. 4c19620 ext4: initialize retries variable in ext4_da_write_inline_data_begin() by Lukas Czerner · 6 years ago
  71. 4b347ab gfs2_meta: ->mount() can get NULL dev_name by Al Viro · 6 years ago
  72. 2613e75 jbd2: fix use after free in jbd2_log_do_checkpoint() by Jan Kara · 6 years ago
  73. 44760d8 ext4: fix argument checking in EXT4_IOC_MOVE_EXT by Theodore Ts'o · 6 years ago
  74. 6a6b4164 jffs2: free jffs2_sb_info through jffs2_kill_sb() by Hou Tao · 6 years ago
  75. 186c585 cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) by Al Viro · 6 years ago
  76. 9bb68aa xfs: truncate transaction does not modify the inobt by Brian Foster · 6 years ago
  77. 9dbac7c fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters() by Khazhismel Kumykov · 6 years ago
  78. a2b9a0d cifs: Use ULL suffix for 64-bit constant by Geert Uytterhoeven · 6 years ago
  79. 97d65c1 Btrfs: incremental send, fix invalid memory access by Filipe Manana · 7 years ago
  80. 855bf14 ocfs2: fix deadlock caused by recursive locking in xattr by Eric Ren · 7 years ago
  81. 538f9d9 ufs: we need to sync inode before freeing it by Al Viro · 7 years ago
  82. f33ed84 Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 7 years ago
  83. 4b1cfa2 btrfs: fiemap: Cache and merge fiemap extent before submit it to user by Qu Wenruo · 7 years ago
  84. 0da0e51 orangefs: off by ones in xattr size checks by Dan Carpenter · 7 years ago
  85. adb298b f2fs: fix multiple f2fs_add_link() having same name for inline dentry by Sheng Yong · 7 years ago
  86. 80af433 ANDROID: sdcardfs: Add option to drop unused dentries by Daniel Rosenberg · 6 years ago
  87. f68c8f4 Merge 4.20-rc1-4.9 into android-4.9 by Jaegeuk Kim · 6 years ago
  88. d831272 f2fs: guarantee journalled quota data by checkpoint by Chao Yu · 6 years ago
  89. e9fc43d f2fs: cleanup dirty pages if recover failed by Sheng Yong · 6 years ago
  90. 3d57147 f2fs: fix data corruption issue with hardware encryption by Sahitya Tummala · 6 years ago
  91. 494e17e f2fs: fix to recover inode->i_flags of inode block during POR by Chao Yu · 6 years ago
  92. 7c37970 f2fs: spread f2fs_set_inode_flags() by Chao Yu · 6 years ago
  93. 408bca0 f2fs: fix to spread clear_cold_data() by Chao Yu · 6 years ago
  94. 65e5a46 Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" by Jaegeuk Kim · 6 years ago
  95. 8025d72 f2fs: account read IOs and use IO counts for is_idle by Jaegeuk Kim · 6 years ago
  96. b8cc7a9 f2fs: fix to account IO correctly for cgroup writeback by Chao Yu · 6 years ago
  97. f44ba51 f2fs: fix to account IO correctly by Chao Yu · 6 years ago
  98. 4ca463f f2fs: remove request_list check in is_idle() by Jens Axboe · 6 years ago
  99. 513077a f2fs: allow to mount, if quota is failed by Jaegeuk Kim · 6 years ago
  100. e5ddab1 f2fs: update REQ_TIME in f2fs_cross_rename() by Sahitya Tummala · 6 years ago