1. 8805841 Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. d8f190e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  3. fd3b3e0 Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  4. 164f7e5 ocfs2: fix potential use after free by Pan Bian · 6 years ago
  5. 29ec9066 userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas by Andrea Arcangeli · 6 years ago
  6. c7d7d620 hfsplus: do not free node before using by Pan Bian · 6 years ago
  7. ce96a40 hfs: do not free node before using by Pan Bian · 6 years ago
  8. e21e574 ocfs2: fix deadlock caused by ocfs2_defrag_extent() by Larry Chen · 6 years ago
  9. 5f1ca5c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  10. e9eaf72 Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  11. 31ffa56 fscache, cachefiles: remove redundant variable 'cache' by Colin Ian King · 7 years ago
  12. 34e06fe cachefiles: avoid deprecated get_seconds() by Arnd Bergmann · 7 years ago
  13. b7e768b cachefiles: Explicitly cast enumerated type in put_object by Nathan Chancellor · 6 years ago
  14. c5a94f4 fscache: fix race between enablement and dropping of object by NeilBrown · 6 years ago
  15. 41e817b fs: fix lost error code in dio_complete by Maximilian Heyne · 6 years ago
  16. 73116df afs: Use d_instantiate() rather than d_add() and don't d_drop() by David Howells · 6 years ago
  17. 4584ae9 afs: Fix missing net error handling by David Howells · 6 years ago
  18. ae3b736 afs: Fix validation/callback interaction by David Howells · 6 years ago
  19. 89d328f pstore/ram: Correctly calculate usable PRZ bytes by Kees Cook · 6 years ago
  20. 9af33b5 Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  21. 121b018 Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  22. 9a24ce5 cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active by Kiran Kumar Modukuri · 6 years ago
  23. e6bc06f cachefiles: Fix an assertion failure when trying to update a failed object by David Howells · 6 years ago
  24. ecebf55 ext2: fix potential use after free by Pan Bian · 6 years ago
  25. e5f5b71 ext2: initialize opts.s_mount_opt as zero before using it by xingaopeng · 6 years ago
  26. 17c2f54 Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  27. e2125da Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  28. abe72ff Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  29. b88af99 Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  30. 2084ac6 exportfs: do not read dentry after free by Pan Bian · 6 years ago
  31. 42a657f btrfs: relocation: set trans to be NULL after ending transaction by Pan Bian · 6 years ago
  32. bb21ce0 flexfiles: use per-mirror specified stateid for IO by Tigran Mkrtchyan · 6 years ago
  33. 99f2c55 NFSv4.2 copy do not allocate memory under the lock by Olga Kornievskaia · 6 years ago
  34. 552f032 Btrfs: fix race between enabling quotas and subvolume creation by Filipe Manana · 6 years ago
  35. 8c110d4 iomap: readpages doesn't zero page tail beyond EOF by Dave Chinner · 6 years ago
  36. 494633f vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP by Dave Chinner · 6 years ago
  37. 4721a60 iomap: dio data corruption and spurious errors when pipes fill by Dave Chinner · 6 years ago
  38. b450672 iomap: sub-block dio needs to zeroout beyond EOF by Dave Chinner · 6 years ago
  39. 0929d85 iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extents by Dave Chinner · 6 years ago
  40. 9230a0b xfs: delalloc -> unwritten COW fork allocation can go wrong by Dave Chinner · 6 years ago
  41. 2c30717 xfs: flush removing page cache in xfs_reflink_remap_prep by Dave Chinner · 6 years ago
  42. a4390ae Btrfs: send, fix infinite loop due to directory rename dependencies by Robbie Ko · 6 years ago
  43. 7f9f71be xfs: extent shifting doesn't fully invalidate page cache by Dave Chinner · 6 years ago
  44. c087689 xfs: finobt AG reserves don't consider last AG can be a runt by Dave Chinner · 6 years ago
  45. d43aaf1 xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers by Dave Chinner · 6 years ago
  46. d61fa8c xfs: uncached buffer tracing needs to print bno by Dave Chinner · 6 years ago
  47. aeabb3c NFSv4: Fix a NFSv4 state manager deadlock by Trond Myklebust · 6 years ago
  48. da034bc xfs: make xfs_file_remap_range() static by Eric Biggers · 6 years ago
  49. 59e4293 xfs: fix shared extent data corruption due to missing cow reservation by Brian Foster · 6 years ago
  50. f2ce106 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  51. 25bbe21 dax: Avoid losing wakeup in dax_lock_mapping_entry by Matthew Wilcox · 6 years ago
  52. c223978 exec: make de_thread() freezable by Chanho Min · 6 years ago
  53. b54e41f udf: Allow mounting volumes with incorrect identification strings by Jan Kara · 6 years ago
  54. 909e22e exportfs: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  55. 5040f8d ocfs2: free up write context when direct IO failed by Wengang Wang · 6 years ago
  56. a76cf1a mm: don't reclaim inodes with many attached pages by Roman Gushchin · 6 years ago
  57. 0e40de0 dax: Fix huge page faults by Matthew Wilcox · 6 years ago
  58. fda490d dax: Fix dax_unlock_mapping_entry for PMD pages by Matthew Wilcox · 6 years ago
  59. 53fffe2 aio: fix failure to put the file pointer by Jens Axboe · 6 years ago
  60. c5bbd45 dax: Reinstate RCU protection of inode by Matthew Wilcox · 6 years ago
  61. 7ae2ea7 dax: Make sure the unlocking entry isn't locked by Matthew Wilcox · 6 years ago
  62. 6d7cd8c dax: Remove optimisation from dax_lock_mapping_entry by Matthew Wilcox · 6 years ago
  63. 1ce80e0 Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  64. e6a2562 Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  65. c26b5aa gfs2: Fix iomap buffer head reference counting bug by Andreas Gruenbacher · 6 years ago
  66. 9b5f361 Merge tag 'fuse-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  67. 7150cea rxrpc: Fix life check by David Howells · 6 years ago
  68. 94ca5c1 Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  69. 4e4490d Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  70. 47e624c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  71. f505754 Btrfs: ensure path name is null terminated at btrfs_control_ioctl by Filipe Manana · 6 years ago
  72. e39d8a1 NFSv4: Fix an Oops during delegation callbacks by Trond Myklebust · 6 years ago
  73. aab15e8 Btrfs: fix rare chances for data loss when doing a fast fsync by Filipe Manana · 6 years ago
  74. f8397d6 btrfs: Always try all copies when reading extent buffers by Nikolay Borisov · 6 years ago
  75. a1aa09be NFSv4: Ensure that the state manager exits the loop on SIGKILL by Trond Myklebust · 6 years ago
  76. 21a446c NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING by Trond Myklebust · 6 years ago
  77. 1e9c75f mnt: fix __detach_mounts infinite loop by Benjamin Coddington · 6 years ago
  78. 63a42e1 Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  79. c140f8b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  80. 1de4f2e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  81. c4b7d1b sysv: return 'err' instead of 0 in __sysv_write_inode by YueHaibing · 6 years ago
  82. d757a3b Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  83. eb6984f ext4: missing !bh check in ext4_xattr_inode_write() by Vasily Averin · 6 years ago
  84. ebacb81 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  85. 2d84a2d fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  86. 7fabaf3 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  87. e7445ce gfs2: Fix metadata read-ahead during truncate (2) by Andreas Gruenbacher · 6 years ago
  88. 10283ea gfs2: Put bitmap buffers in put_super by Andreas Gruenbacher · 6 years ago
  89. 01310bb nfsd: COPY and CLONE operations require the saved filehandle to be set by Scott Mayhew · 6 years ago
  90. 23c625c libceph: assume argonaut on the server side by Ilya Dryomov · 6 years ago
  91. 71f2cc6 ceph: quota: fix null pointer dereference in quota check by Luis Henriques · 6 years ago
  92. c2c6d3c ceph: add destination file data sync before doing any remote copy by Luis Henriques · 6 years ago
  93. b469e7e fanotify: fix handling of events on child sub-directory by Amir Goldstein · 6 years ago
  94. 9c8e0a1 mount: Prevent MNT_DETACH from disconnecting locked mounts by Eric W. Biederman · 6 years ago
  95. df7342b mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts by Eric W. Biederman · 6 years ago
  96. 25d202e mount: Retest MNT_LOCKED in do_umount by Eric W. Biederman · 6 years ago
  97. de59fae ext4: fix buffer leak in __ext4_read_dirblock() on error path by Vasily Averin · 6 years ago
  98. d6fd0ae Btrfs: fix missing delayed iputs on unmount by Omar Sandoval · 6 years ago
  99. 53692ec ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path by Vasily Averin · 6 years ago
  100. 6bdc997 ext4: fix buffer leak in ext4_xattr_move_to_block() on error path by Vasily Averin · 6 years ago