- 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
- f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
- 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
- edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
- 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
- df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
- 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
- 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
- 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
- cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
- 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
- bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
- 2ca2a09 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
- 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
- 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
- cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 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
- 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
- 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
- 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
- e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
- a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
- c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
- 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
- 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
- ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
- cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
- 183caa3 fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
- d0d89d1 inotify: add do_inotify_init() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
- ab641af fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
- 570484b fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
- 05585e4 fs: add do_compat_select() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
- e02af2f fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
- 4bdb9ac fs: add kern_select() helper; remove in-kernel call to sys_select() by Dominik Brodowski · 7 years ago
- 30cfe4e fs: add do_vmsplice() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
- 98e5f7b fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
- 2fc96f8 fs: add do_eventfd() helper; remove internal call to sys_eventfd() by Dominik Brodowski · 7 years ago
- 52fb6db fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() by Dominik Brodowski · 7 years ago
- 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
- f139035 fs: add do_futimesat() helper; remove internal call to sys_futimesat() by Dominik Brodowski · 7 years ago
- ee81feb fs: add do_renameat2() helper; remove internal call to sys_renameat2() by Dominik Brodowski · 7 years ago
- 0a216dd fs: add do_pipe2() helper; remove internal call to sys_pipe2() by Dominik Brodowski · 7 years ago
- 2dae024 fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() by Dominik Brodowski · 7 years ago
- c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 85784f9 ceph: only dirty ITER_IOVEC pages for direct read by Yan, Zheng · 7 years ago
- a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- 67441c2 net: Convert nfsd_net_ops by Kirill Tkhai · 7 years ago
- dbf7bb4 net: Convert nfs4blocklayout_net_ops by Kirill Tkhai · 7 years ago
- 436de500 net: Convert nfs4_dns_resolver_ops by Kirill Tkhai · 7 years ago
- a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
- 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- f36b753 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 63489f8 hugetlbfs: check for pgoff value overflow by Mike Kravetz · 7 years ago
- c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 645102e Merge tag 'nfsd-4.16-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
- e24e960 sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
- 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
- dc5d4afb sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
- 4625956 sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
- ab1fbe3 sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
- 2399ac4 sysfs: symlink: export sysfs_create_link_nowarn() by Grygorii Strashko · 7 years ago
- 68ef3bc nfsd: remove blocked locks on client teardown by Jeff Layton · 7 years ago
- 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
- 093e037 Revert "btrfs: use proper endianness accessors for super_copy" by David Sterba · 7 years ago
- e05a959 procfs: remove CONFIG_HARDWALL dependency by Arnd Bergmann · 7 years ago
- df09348 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 95dd775 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 7 years ago
- 18bf591 btrfs: add missing initialization in btrfs_check_shared by Edmund Nadolski · 7 years ago
- 047fdea btrfs: Fix NULL pointer exception in find_bio_stripe by Dmitriy Gorokh · 7 years ago
- d0264c0 fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 7 years ago
- a6d7cff fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 7 years ago
- fc6eabb Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
- 719ea86 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
- 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
- c4f24df NFS: Fix unstable write completion by Trond Myklebust · 7 years ago
- 9c6376e pNFS: Prevent the layout header refcount going to zero in pnfs_roc() by Trond Myklebust · 7 years ago
- d9ee655 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 7 years ago
- 3b5da96 gfs2: Fixes to "Implement iomap for block_map" (2) by Andreas Gruenbacher · 7 years ago
- 36cd95d ovl: update Kconfig texts by Miklos Szeredi · 7 years ago
- 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 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
- 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
- fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- ff3d8b9 xfs: don't block on the ilock for RWF_NOWAIT by Christoph Hellwig · 7 years ago
- af5b5af xfs: don't start out with the exclusive ilock for direct I/O by Christoph Hellwig · 7 years ago
- 172ed39 xfs: don't allocate COW blocks for zeroing holes or unwritten extents by Christoph Hellwig · 7 years ago
- 1c78924 ceph: fix potential memory leak in init_caches() by Chengguang Xu · 7 years ago
- 1f250e9 Btrfs: fix log replay failure after unlink and link combination by Filipe Manana · 7 years ago
- 9a6509c Btrfs: fix log replay failure after linking special file and fsync by Filipe Manana · 7 years ago
- d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
- 3c181c1 btrfs: use proper endianness accessors for super_copy by Anand Jain · 7 years ago
- 92e222d btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
- 765f3ce btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster by Nikolay Borisov · 7 years ago