1. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  2. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  3. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
  4. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
  5. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  6. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  7. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  8. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  9. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  10. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  11. 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
  12. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  13. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  14. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  15. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  16. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  17. 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
  18. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  19. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  20. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  21. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  22. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  23. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  24. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  25. cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  26. 183caa3 fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  27. d0d89d1 inotify: add do_inotify_init() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  28. ab641af fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  29. 570484b fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  30. 05585e4 fs: add do_compat_select() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  31. e02af2f fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  32. 4bdb9ac fs: add kern_select() helper; remove in-kernel call to sys_select() by Dominik Brodowski · 7 years ago
  33. 30cfe4e fs: add do_vmsplice() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  34. 98e5f7b fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  35. 2fc96f8 fs: add do_eventfd() helper; remove internal call to sys_eventfd() by Dominik Brodowski · 7 years ago
  36. 52fb6db fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() by Dominik Brodowski · 7 years ago
  37. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  38. f139035 fs: add do_futimesat() helper; remove internal call to sys_futimesat() by Dominik Brodowski · 7 years ago
  39. ee81feb fs: add do_renameat2() helper; remove internal call to sys_renameat2() by Dominik Brodowski · 7 years ago
  40. 0a216dd fs: add do_pipe2() helper; remove internal call to sys_pipe2() by Dominik Brodowski · 7 years ago
  41. 2dae024 fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() by Dominik Brodowski · 7 years ago
  42. 719ea86 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  43. 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
  44. 3b5da96 gfs2: Fixes to "Implement iomap for block_map" (2) by Andreas Gruenbacher · 7 years ago
  45. 36cd95df ovl: update Kconfig texts by Miklos Szeredi · 7 years ago
  46. 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
  47. 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  48. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  49. ff3d8b9 xfs: don't block on the ilock for RWF_NOWAIT by Christoph Hellwig · 7 years ago
  50. af5b5af xfs: don't start out with the exclusive ilock for direct I/O by Christoph Hellwig · 7 years ago
  51. 172ed39 xfs: don't allocate COW blocks for zeroing holes or unwritten extents by Christoph Hellwig · 7 years ago
  52. 1c78924 ceph: fix potential memory leak in init_caches() by Chengguang Xu · 7 years ago
  53. 1f250e9 Btrfs: fix log replay failure after unlink and link combination by Filipe Manana · 7 years ago
  54. 9a6509c Btrfs: fix log replay failure after linking special file and fsync by Filipe Manana · 7 years ago
  55. d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
  56. 3c181c1 btrfs: use proper endianness accessors for super_copy by Anand Jain · 7 years ago
  57. 92e222d btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
  58. 765f3ce btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster by Nikolay Borisov · 7 years ago
  59. ac01f26 btrfs: handle failure of add_pending_csums by Nikolay Borisov · 7 years ago
  60. a8fd1f7 btrfs: use kvzalloc to allocate btrfs_fs_info by Jeff Mahoney · 7 years ago
  61. 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
  62. 5b4c845 xfs: fix potential memory leak in mount option parsing by Chengguang Xu · 7 years ago
  63. 560e7cb blockdev: Avoid two active bdev inodes for one device by Jan Kara · 7 years ago
  64. 8973665 genhd: Fix use after free in __blkdev_get() by Jan Kara · 7 years ago
  65. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  66. d9c10e5 direct-io: Fix sleep in atomic due to sync AIO by Jan Kara · 7 years ago
  67. d1fe96c ovl: redirect_dir=nofollow should not follow redirect for opaque lower by Vivek Goyal · 7 years ago
  68. 1810673 ceph: fix dentry leak when failing to init debugfs by Chengguang Xu · 7 years ago
  69. 937441f libceph, ceph: avoid memory leak when specifying same option several times by Chengguang Xu · 7 years ago
  70. 6ef0bc6 ceph: flush dirty caps of unlinked inode ASAP by Zhi Zhang · 7 years ago
  71. b5095f2 ovl: fix ptr_ret.cocci warnings by Fengguang Wu · 7 years ago
  72. c89be52 Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  73. bae6cfe Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  74. b31c2bd xfs: reserve blocks for refcount / rmap log item recovery by Darrick J. Wong · 7 years ago
  75. 86516ef xfs: use memset to initialize xfs_scrub_agfl_info by Eric Sandeen · 7 years ago
  76. 9026e82 fs/signalfd: fix build error for BUS_MCEERR_AR by Randy Dunlap · 7 years ago
  77. bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
  78. 1b72040 NFS: make struct nlmclnt_fl_close_lock_ops static by Colin Ian King · 7 years ago
  79. ad86f60 nfs: system crashes after NFS4ERR_MOVED recovery by Bill.Baker@oracle.com · 7 years ago
  80. 6d243a23 NFSv4: Fix broken cast in nfs4_callback_recallany() by Trond Myklebust · 7 years ago
  81. da370f1 Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  82. 7168179 ovl: check ERR_PTR() return value from ovl_lookup_real() by Amir Goldstein · 7 years ago
  83. 2ca3c14 ovl: check lower ancestry on encode of lower dir file handle by Amir Goldstein · 7 years ago
  84. 764baba ovl: hash non-dir by lower inode for fsnotify by Amir Goldstein · 7 years ago
  85. e525de3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  86. 6556677 Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  87. 49edd5bf gfs2: Fixes to "Implement iomap for block_map" by Andreas Gruenbacher · 7 years ago
  88. 595dd46 vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 7 years ago
  89. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  90. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  91. 878e66d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  92. a283483 Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  93. f1517df Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  94. a0f7938 Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 7 years ago
  95. 8115333 Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  96. 9e95dae Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  97. a8c6db0 cramfs: better MTD dependency expression by Nicolas Pitre · 7 years ago
  98. 2285ae7 NFSD: hide unused svcxdr_dupstr() by Arnd Bergmann · 7 years ago
  99. 39ca1bf nfsd: store stat times in fill_pre_wcc() instead of inode times by Amir Goldstein · 7 years ago
  100. 76c4794 nfsd: encode stat->mtime for getattr instead of inode->i_mtime by Amir Goldstein · 7 years ago