1. e7989f9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  2. c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  3. 6d8ef53 Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  4. cdb897e Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  5. b31ff3c xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present by Richard Wareing · 7 years ago
  6. e6c6de1 f2fs: hurry up to issue discard after io interruption by Chao Yu · 7 years ago
  7. 80647e5 f2fs: fix to show correct discard_granularity in sysfs by Chao Yu · 7 years ago
  8. ca7d802 f2fs: detect dirty inode in evict_inode by Chao Yu · 7 years ago
  9. 939ae4e ovl: fix false positive ESTALE on lookup by Amir Goldstein · 7 years ago
  10. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  11. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  12. 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago
  13. 8e7757d Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  14. 0abd8e7 f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared by Daeho Jeong · 7 years ago
  15. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  16. b3a97a2 f2fs: speed up gc_urgent mode with SSR by Jaegeuk Kim · 7 years ago
  17. 1eb1ef4 f2fs: better to wait for fstrim completion by Jaegeuk Kim · 7 years ago
  18. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  19. a59e57d Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  20. 1bd5d6d NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests() by Trond Myklebust · 7 years ago
  21. ad9a19d Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  22. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  23. 8b77484 NFS: Don't hold the group lock when calling nfs_release_request() by Trond Myklebust · 7 years ago
  24. 5d2a9d9 NFS: Remove pnfs_generic_transfer_commit_list() by Trond Myklebust · 7 years ago
  25. 137da55 NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock by Trond Myklebust · 7 years ago
  26. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  27. 5680db4 vfat: deduplicate hex2bin() by OGAWA Hirofumi · 7 years ago
  28. b9fa2ad autofs: use unsigned int/long instead of uint/ulong for ioctl args by Tomohiro Kusumi · 7 years ago
  29. 7ed1da8 autofs: drop wrong comment by Tomohiro Kusumi · 7 years ago
  30. 718b303 autofs: use AUTOFS_DEV_IOCTL_SIZE by Tomohiro Kusumi · 7 years ago
  31. ed837d0 autofs: non functional header inclusion cleanup by Tomohiro Kusumi · 7 years ago
  32. 3dd8f7c autofs: make dev ioctl version and ismountpoint user accessible by Ian Kent · 7 years ago
  33. e54c7bc autofs: make disc device user accessible by Ian Kent · 7 years ago
  34. 42f4614 autofs: fix AT_NO_AUTOMOUNT not being honored by Ian Kent · 7 years ago
  35. 9367bb7 binfmt_flat: delete two error messages for a failed memory allocation in decompress_exec() by Markus Elfring · 7 years ago
  36. b2ac2ea fs/epoll: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  37. 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  38. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  39. 1403830 fs, proc: unconditional cond_resched when reading smaps by David Rientjes · 7 years ago
  40. 855d976 proc: uninline proc_create() by Alexey Dobriyan · 7 years ago
  41. 1240ea0 fs, proc: remove priv argument from is_stack by Michal Hocko · 7 years ago
  42. 656710a userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS by Andrea Arcangeli · 7 years ago
  43. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  44. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  45. 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
  46. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  47. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  48. 27161f1 f2fs: avoid race in between read xattr & write xattr by Yunlei He · 7 years ago
  49. 13ba41e f2fs: make get_lock_data_page to handle encrypted inode by Jaegeuk Kim · 7 years ago
  50. 828f425 Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  51. 21d236b Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  52. 8dc5b3a Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  53. 2500e28 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 7 years ago
  54. ae8ac6b Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  55. 460352c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  56. c0da4fa Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  57. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  58. 2a8a986 fs: aio: fix the increment of aio-nr and counting against aio-max-nr by Mauricio Faria de Oliveira · 7 years ago
  59. e973b1a5 NFS: Sync the correct byte range during synchronous writes by tarangg@amazon.com · 7 years ago
  60. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  61. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  62. 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago
  63. a36985d userfaultfd: provide pid in userfault msg - add feat union by Andrea Arcangeli · 7 years ago
  64. 9d4ac93 userfaultfd: provide pid in userfault msg by Alexey Perevalov · 7 years ago
  65. 2d6d6f5 mm: userfaultfd: add feature to request for a signal delivery by Prakash Sangappa · 7 years ago
  66. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  67. de23abd fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_range by Jeff Layton · 7 years ago
  68. ce53e8e userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAs by Mike Rapoport · 7 years ago
  69. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  70. 8338141 fs: use pagevec_lookup_range() in page_cache_seek_hole_data() by Jan Kara · 7 years ago
  71. 48f2301 hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages() by Jan Kara · 7 years ago
  72. 2b85a61 ext4: use pagevec_lookup_range() in writeback code by Jan Kara · 7 years ago
  73. dec0da7 ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() by Jan Kara · 7 years ago
  74. c10f778 fs: fix performance regression in clean_bdev_aliases() by Jan Kara · 7 years ago
  75. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  76. 26b433d fscache: remove unused ->now_uncached callback by Jan Kara · 7 years ago
  77. 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
  78. 01ffb56 ocfs2: make ocfs2_set_acl() static by Jan Kara · 7 years ago
  79. 2f52074 dax: initialize variable pfn before using it by Nicolas Iooss · 7 years ago
  80. 917f345 dax: use PG_PMD_COLOUR instead of open coding by Ross Zwisler · 7 years ago
  81. a2e050f dax: explain how read(2)/write(2) addresses are validated by Ross Zwisler · 7 years ago
  82. 527b19d dax: move all DAX radix tree defs to fs/dax.c by Ross Zwisler · 7 years ago
  83. d01ad19 dax: remove DAX code from page_cache_tree_insert() by Ross Zwisler · 7 years ago
  84. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  85. e30331f dax: relocate some dax functions by Ross Zwisler · 7 years ago
  86. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  87. 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
  88. 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
  89. c7f396f Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 7 years ago
  90. be6297e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  91. 5791577 Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  92. 77d0ab6 Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  93. 15b51bd ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap by Yan, Zheng · 7 years ago
  94. f275635 ceph: wait on writeback after writing snapshot data by Yan, Zheng · 7 years ago
  95. 7e1ee54 ceph: fix capsnap dirty pages accounting by Yan, Zheng · 7 years ago
  96. 2a2d927 ceph: ignore wbc->range_{start,end} when write back snapshot data by Yan, Zheng · 7 years ago
  97. 590e9d9 ceph: fix "range cyclic" mode writepages by Yan, Zheng · 7 years ago
  98. 0e5ecac ceph: cleanup local variables in ceph_writepages_start() by Yan, Zheng · 7 years ago
  99. 0713e5f ceph: optimize pagevec iterating in ceph_writepages_start() by Yan, Zheng · 7 years ago
  100. 05455e1 ceph: make writepage_nounlock() invalidate page that beyonds EOF by Yan, Zheng · 7 years ago