1. 817f60c NFSD: fix nfsd_reset_versions for NFSv4. by NeilBrown · 7 years ago
  2. 0154269 NFSD: fix nfsd_minorversion(.., NFSD_AVAIL) by NeilBrown · 7 years ago
  3. 275314e userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE by Andrea Arcangeli · 7 years ago
  4. 32e2ae0 ext4: fix crash when a directory's i_size is too small by Chandan Rajendra · 7 years ago
  5. 6a851bb ext4: fix fdatasync(2) after fallocate(2) operation by Eryu Guan · 7 years ago
  6. 9c537f0 nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests by Scott Mayhew · 7 years ago
  7. e081bd0 ceph: drop negative child dentries before try pruning inode's alias by Yan, Zheng · 7 years ago
  8. d117542 autofs: fix careless error in recent commit by NeilBrown · 7 years ago
  9. 3f1d77c Merge 4.9.69 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  10. 15b1752 afs: Connect up the CB.ProbeUuid by David Howells · 7 years ago
  11. 1eeb1ed xfs: fix forgotten rcu read unlock when skipping inode reclaim by Darrick J. Wong · 7 years ago
  12. 509e9b8 NFS: Fix a typo in nfs_rename() by Trond Myklebust · 7 years ago
  13. 8974b03 btrfs: fix missing error return in btrfs_drop_snapshot by Jeff Mahoney · 7 years ago
  14. fdeec8f Merge 4.9.68 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  15. 72232a3 NFSv4: Fix client recovery when server reboots multiple times by Trond Myklebust · 7 years ago
  16. 9f80057 nfs: Don't take a reference on fl->fl_file for LOCK operation by Benjamin Coddington · 7 years ago
  17. c4081f9 libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount by Eric W. Biederman · 7 years ago
  18. 771c831 dax: Avoid page invalidation races and unnecessary radix tree traversals by Jan Kara · 8 years ago
  19. 12cae95 Merge 4.9.67 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  20. daf3a68 NFS: revalidate "." etc correctly on "open". by NeilBrown · 7 years ago
  21. aa1a6cf nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat by Naofumi Honda · 7 years ago
  22. 1c40425 nfsd: Fix another OPEN stateid race by Trond Myklebust · 7 years ago
  23. 1c8ea41 nfsd: Fix stateid races between OPEN and CLOSE by Trond Myklebust · 7 years ago
  24. c251267 btrfs: clear space cache inode generation always by Josef Bacik · 7 years ago
  25. c1a2864 Merge 4.9.66 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  26. 79dec01 btrfs: return the actual error value from from btrfs_uuid_tree_iterate by Pan Bian · 8 years ago
  27. d3d5e69 fscrypt: use ENOTDIR when setting encryption policy on nondirectory by Eric Biggers · 8 years ago
  28. d612bee fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
  29. dc5f76e fscrypt: lock mutex before checking for bounce page pool by Eric Biggers · 7 years ago
  30. 3df3127 lockd: double unregister of inetaddr notifiers by Vasily Averin · 7 years ago
  31. bccfffd fs/9p: Compare qid.path in v9fs_test_inode by Tuomas Tynkkynen · 7 years ago
  32. 9cdd4bf ext4: fix interaction between i_size, fallocate, and delalloc after a crash by Theodore Ts'o · 7 years ago
  33. 62f0b69 nfsd: deal with revoked delegations appropriately by Andrew Elble · 7 years ago
  34. 8fb42f7 NFS: Avoid RCU usage in tracepoints by Anna Schumaker · 7 years ago
  35. 8ead2ac nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  36. a896292 NFS: Fix typo in nomigration mount option by Joshua Watt · 7 years ago
  37. affd159 isofs: fix timestamps beyond 2027 by Arnd Bergmann · 7 years ago
  38. 7d00fdb eCryptfs: use after free in ecryptfs_release_messaging() by Dan Carpenter · 7 years ago
  39. 45a99f1 nilfs2: fix race condition that causes file system corruption by Andreas Rohner · 7 years ago
  40. ab96d9c autofs: don't fail mount for transient error by NeilBrown · 7 years ago
  41. 8ae26d1 f2fs: updates on 4.15-rc1 by Jaegeuk Kim · 7 years ago
  42. ea83e4a Merge 4.9.65 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  43. fae5947 coda: fix 'kernel memory exposure attempt' in fsync by Jan Harkes · 7 years ago
  44. 8af7773 ocfs2: should wait dio before inode lock in ocfs2_setattr() by alex chen · 7 years ago
  45. a835644 ocfs2: fix cluster hang after a node dies by Changwei Ge · 7 years ago
  46. c4789f8 Merge 4.9.61 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  47. 2e727b8 vfs: open() with O_CREAT should not create inodes with unknown ids by Seth Forshee · 7 years ago
  48. 16d65c0 ext4: do not use stripe_width if it is not set by Jan Kara · 7 years ago
  49. 0e9deca ext4: fix stripe-unaligned allocations by Jan Kara · 7 years ago
  50. f2fd2d9 ocfs2: fstrim: Fix start offset of first cluster group during fstrim by Ashish Samant · 7 years ago
  51. 5e8b028 cifs: check MaxPathNameComponentLength != 0 before using it by Ronnie Sahlberg · 7 years ago
  52. 6d14481 Merge 4.9.60 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  53. 4b86c48 ecryptfs: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  54. 8783885 fuse: fix READDIRPLUS skipping an entry by Miklos Szeredi · 7 years ago
  55. a703da4 ceph: unlock dangling spinlock in try_flush_caps() by Jeff Layton · 7 years ago
  56. 16cc920 Merge 4.9.59 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  57. d2d576e FS-Cache: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  58. b2ac5d4 fscrypt: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  59. f374505 xfs: trim writepage mapping to within eof by Brian Foster · 7 years ago
  60. 245262c xfs: cancel dirty pages on invalidation by Dave Chinner · 7 years ago
  61. 67d73f4 xfs: handle error if xfs_btree_get_bufs fails by Eric Sandeen · 7 years ago
  62. fee940a xfs: reinit btree pointer on attr tree inactivation walk by Brian Foster · 7 years ago
  63. 0fe7d85 xfs: don't change inode mode if ACL update fails by Dave Chinner · 7 years ago
  64. 3a5a338 xfs: move more RT specific code under CONFIG_XFS_RT by Dave Chinner · 7 years ago
  65. 3042b3a xfs: Don't log uninitialised fields in inode structures by Dave Chinner · 7 years ago
  66. 1b4998d xfs: handle racy AIO in xfs_reflink_end_cow by Christoph Hellwig · 7 years ago
  67. 002295a xfs: always swap the cow forks when swapping extents by Darrick J. Wong · 7 years ago
  68. d59a3f7 xfs: Capture state of the right inode in xfs_iflush_done by Carlos Maiolino · 7 years ago
  69. 98cbca2 xfs: perag initialization should only touch m_ag_max_usable for AG 0 by Darrick J. Wong · 7 years ago
  70. 0eebfed xfs: update i_size after unwritten conversion in dio completion by Eryu Guan · 7 years ago
  71. d1b2a35 xfs: report zeroed or not correctly in xfs_zero_range() by Eryu Guan · 7 years ago
  72. 6f77062 fs/xfs: Use %pS printk format for direct addresses by Helge Deller · 7 years ago
  73. 92f6060 xfs: evict CoW fork extents when performing finsert/fcollapse by Darrick J. Wong · 7 years ago
  74. 4e9de11 xfs: don't unconditionally clear the reflink flag on zero-block files by Darrick J. Wong · 7 years ago
  75. f108c7d Merge 4.9.58 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  76. d4bda74 nfsd/callback: Cleanup callback cred on shutdown by Kinglong Mee · 7 years ago
  77. bd53085 ceph: clean up unsafe d_parent accesses in build_dentry_path by Jeff Layton · 7 years ago
  78. 6839ad5 ceph: fix bogus endianness change in ceph_ioctl_set_layout by Jeff Layton · 7 years ago
  79. df37e8f ceph: don't update_dentry_lease unless we actually got one by Jeff Layton · 7 years ago
  80. 2ada592 ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock by Eric Ren · 7 years ago
  81. e9afe7c f2fs: do not wait for writeback in write_begin by Jaegeuk Kim · 7 years ago
  82. e215b6b Btrfs: send, fix failure to rename top level inode due to name collision by Robbie Ko · 7 years ago
  83. e5226e9 f2fs: do SSR for data when there is enough free space by Yunlong Song · 7 years ago
  84. b86d2b1 Merge 4.9.57 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  85. f9139a1 direct-io: Prevent NULL pointer access in submit_page_section by Andreas Gruenbacher · 7 years ago
  86. 133ca5c fs/mpage.c: fix mpage_writepage() for pages with buffers by Matthew Wilcox · 7 years ago
  87. 92d7d3e CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 7 years ago
  88. 28cbf06 ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
  89. 5c73594 FROMLIST: f2fs: expose some sectors to user in inline data or dentry case by Jaegeuk Kim · 7 years ago
  90. ed0b958 UPSTREAM: f2fs: fix potential panic during fstrim by Chao Yu · 7 years ago
  91. 63da420 f2fs: catch up to v4.14-rc1 by Hyojun Kim · 7 years ago
  92. cdbe07a Merge 4.9.55 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  93. ec86c1c f2fs: don't allow encrypted operations without keys by Jaegeuk Kim · 7 years ago
  94. 48d7b5a ext4: don't allow encrypted operations without keys by Theodore Ts'o · 7 years ago
  95. 6007f0f ext4: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  96. 2d605d9 ext4: fix data corruption for mmap writes by Jan Kara · 7 years ago
  97. 27db1f0 vfs: deny copy_file_range() for non regular files by Amir Goldstein · 7 years ago
  98. 88c195d lsm: fix smack_inode_removexattr and xattr_getsecurity memleak by Casey Schaufler · 7 years ago
  99. e5eba30 Merge 4.9.54 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  100. d86f4ea8 xfs: remove kmem_zalloc_greedy by Darrick J. Wong · 7 years ago