1. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  2. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  3. ce6eba3 Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  5. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  6. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  7. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  8. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  9. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  10. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
  11. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
  12. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  13. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  14. 2ca2a09 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  15. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  16. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  17. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  18. 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  19. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  20. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  21. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  22. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  23. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  24. 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
  25. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  26. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  27. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  28. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  29. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  30. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  31. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  32. cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  33. 183caa3 fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  34. d0d89d1 inotify: add do_inotify_init() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  35. ab641af fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  36. 570484b fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  37. 05585e4 fs: add do_compat_select() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  38. e02af2f fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  39. 4bdb9ac fs: add kern_select() helper; remove in-kernel call to sys_select() by Dominik Brodowski · 7 years ago
  40. 30cfe4e fs: add do_vmsplice() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  41. 98e5f7b fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  42. 2fc96f8 fs: add do_eventfd() helper; remove internal call to sys_eventfd() by Dominik Brodowski · 7 years ago
  43. 52fb6db fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() by Dominik Brodowski · 7 years ago
  44. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  45. f139035 fs: add do_futimesat() helper; remove internal call to sys_futimesat() by Dominik Brodowski · 7 years ago
  46. ee81feb fs: add do_renameat2() helper; remove internal call to sys_renameat2() by Dominik Brodowski · 7 years ago
  47. 0a216dd fs: add do_pipe2() helper; remove internal call to sys_pipe2() by Dominik Brodowski · 7 years ago
  48. 2dae024 fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() by Dominik Brodowski · 7 years ago
  49. 85784f9 ceph: only dirty ITER_IOVEC pages for direct read by Yan, Zheng · 7 years ago
  50. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
  51. f36b753 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  52. 63489f8 hugetlbfs: check for pgoff value overflow by Mike Kravetz · 7 years ago
  53. c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  54. 645102e Merge tag 'nfsd-4.16-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  55. e24e960 sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  56. 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  57. dc5d4afb sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  58. 4625956 sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  59. ab1fbe3 sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  60. 2399ac4 sysfs: symlink: export sysfs_create_link_nowarn() by Grygorii Strashko · 7 years ago
  61. 68ef3bc nfsd: remove blocked locks on client teardown by Jeff Layton · 7 years ago
  62. 8f5fd92 Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  63. 093e037 Revert "btrfs: use proper endianness accessors for super_copy" by David Sterba · 7 years ago
  64. e05a959 procfs: remove CONFIG_HARDWALL dependency by Arnd Bergmann · 7 years ago
  65. df09348 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  66. 95dd775 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 7 years ago
  67. 18bf591 btrfs: add missing initialization in btrfs_check_shared by Edmund Nadolski · 7 years ago
  68. 047fdea btrfs: Fix NULL pointer exception in find_bio_stripe by Dmitriy Gorokh · 7 years ago
  69. d0264c0 fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 7 years ago
  70. a6d7cff fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 7 years ago
  71. fc6eabb Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  72. 719ea86 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  73. 2d9b1d69 Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  74. c4f24df NFS: Fix unstable write completion by Trond Myklebust · 7 years ago
  75. 9c6376e pNFS: Prevent the layout header refcount going to zero in pnfs_roc() by Trond Myklebust · 7 years ago
  76. d9ee655 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 7 years ago
  77. 3b5da96 gfs2: Fixes to "Implement iomap for block_map" (2) by Andreas Gruenbacher · 7 years ago
  78. 36cd95d ovl: update Kconfig texts by Miklos Szeredi · 7 years ago
  79. af8c081 Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  80. 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  81. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  82. ff3d8b9 xfs: don't block on the ilock for RWF_NOWAIT by Christoph Hellwig · 7 years ago
  83. af5b5af xfs: don't start out with the exclusive ilock for direct I/O by Christoph Hellwig · 7 years ago
  84. 172ed39 xfs: don't allocate COW blocks for zeroing holes or unwritten extents by Christoph Hellwig · 7 years ago
  85. 1c78924 ceph: fix potential memory leak in init_caches() by Chengguang Xu · 7 years ago
  86. 1f250e9 Btrfs: fix log replay failure after unlink and link combination by Filipe Manana · 7 years ago
  87. 9a6509c Btrfs: fix log replay failure after linking special file and fsync by Filipe Manana · 7 years ago
  88. d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
  89. 3c181c1 btrfs: use proper endianness accessors for super_copy by Anand Jain · 7 years ago
  90. 92e222d btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
  91. 765f3ce btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster by Nikolay Borisov · 7 years ago
  92. ac01f26 btrfs: handle failure of add_pending_csums by Nikolay Borisov · 7 years ago
  93. a8fd1f7 btrfs: use kvzalloc to allocate btrfs_fs_info by Jeff Mahoney · 7 years ago
  94. c02be23 Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  95. 5b4c845 xfs: fix potential memory leak in mount option parsing by Chengguang Xu · 7 years ago
  96. 560e7cb blockdev: Avoid two active bdev inodes for one device by Jan Kara · 7 years ago
  97. 8973665 genhd: Fix use after free in __blkdev_get() by Jan Kara · 7 years ago
  98. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  99. d9c10e5 direct-io: Fix sleep in atomic due to sync AIO by Jan Kara · 7 years ago
  100. d1fe96c ovl: redirect_dir=nofollow should not follow redirect for opaque lower by Vivek Goyal · 7 years ago