1. 3172485 block_invalidatepage(): only release page if the full page was invalidated by Jeff Moyer · 7 years ago
  2. 1c0ff0f fs/direct-io.c: minor cleanups in do_blockdev_direct_IO by Nikolay Borisov · 7 years ago
  3. 849cf55 fs: don't flush pagecache when expanding block device by shunki-fujita · 7 years ago
  4. 7ff3c20 fs/9p: don't set SB_NOATIME by default by Yiwen Jiang · 7 years ago
  5. a25c365 9p: check memory allocation result for cachetag by Chengguang Xu · 7 years ago
  6. ac89b2e 9p: don't maintain dir i_nlink if the exported fs doesn't either by Eryu Guan · 7 years ago
  7. de37428 ocfs2/dlm: clean up unused variable in dlm_process_recovery_data by Changwei Ge · 7 years ago
  8. ba16ddf ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio by piaojun · 7 years ago
  9. 39ec377 ocfs2: add duplicated ino number check by Gang He · 7 years ago
  10. 5f483c4 ocfs2: add kobject for online file check by Gang He · 7 years ago
  11. 8fc2cb4b ocfs2: fix some small problems by Gang He · 7 years ago
  12. 5ac9438 ocfs2: move some definitions to header file by Gang He · 7 years ago
  13. baa31b8 ocfs2: correct spelling mistake for migratable for all by Changwei Ge · 7 years ago
  14. 510c487 ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" by Colin Ian King · 7 years ago
  15. 60c7ec9 ocfs2/dlm: wait for dlm recovery done when migrating all lock resources by piaojun · 7 years ago
  16. a43d24c ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast() by Changwei Ge · 7 years ago
  17. 2bcb654 ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area() by Changwei Ge · 7 years ago
  18. 26ec161 fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment by Changwei Ge · 7 years ago
  19. a012ab4 ocfs2: remove two unused functions from suballoc.c by Changwei Ge · 7 years ago
  20. a17b485 ocfs2: remove unnecessary null pointer check before kmem_cache_destroy() by piaojun · 7 years ago
  21. bb34f24 ocfs2/dlm: don't handle migrate lockres if already in shutdown by Jun Piao · 7 years ago
  22. 1202d4b ocfs2: keep the trace point consistent with the function name by Jia Guo · 7 years ago
  23. bb4c9d6 ocfs2: remove some unused function declarations by piaojun · 7 years ago
  24. d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
  25. 1119d3c ocfs2: use 'osb' instead of 'OCFS2_SB()' by piaojun · 7 years ago
  26. 5df63c2 hugetlbfs: fix bug in pgoff overflow checking by Mike Kravetz · 7 years ago
  27. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  28. 9abf8ac Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  29. 3e968c9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  30. a8f8e8a Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  31. 2bd99df Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  32. 94514bbe Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  33. 547c43d Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  34. 2e08edc Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  35. d92cd81 Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  36. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  37. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  38. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  39. 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
  40. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  41. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  42. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  43. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  44. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  45. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  46. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
  47. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
  48. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  49. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  50. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  51. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  52. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  53. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  54. 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
  55. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  56. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  57. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  58. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  59. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  60. 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
  61. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  62. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  63. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  64. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  65. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  66. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  67. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  68. cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  69. 183caa3 fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  70. d0d89d1 inotify: add do_inotify_init() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  71. ab641af fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  72. 570484b fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  73. 05585e4 fs: add do_compat_select() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  74. e02af2f fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  75. 4bdb9ac fs: add kern_select() helper; remove in-kernel call to sys_select() by Dominik Brodowski · 7 years ago
  76. 30cfe4e fs: add do_vmsplice() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  77. 98e5f7b fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  78. 2fc96f8 fs: add do_eventfd() helper; remove internal call to sys_eventfd() by Dominik Brodowski · 7 years ago
  79. 52fb6db fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() by Dominik Brodowski · 7 years ago
  80. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  81. f139035 fs: add do_futimesat() helper; remove internal call to sys_futimesat() by Dominik Brodowski · 7 years ago
  82. ee81feb fs: add do_renameat2() helper; remove internal call to sys_renameat2() by Dominik Brodowski · 7 years ago
  83. 0a216dd fs: add do_pipe2() helper; remove internal call to sys_pipe2() by Dominik Brodowski · 7 years ago
  84. 2dae024 fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() by Dominik Brodowski · 7 years ago
  85. 07108d0 cifs: Add minor debug message during negprot by Steve French · 7 years ago
  86. 7ea884c smb3: Fix root directory when server returns inode number of zero by Steve French · 7 years ago
  87. 6c4ba31 cifs: fix sparse warning on previous patch in a few printks by Steve French · 7 years ago
  88. 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
  89. e40ff21 ext4: force revalidation of directory pointer after seekdir(2) by Theodore Ts'o · 7 years ago
  90. 21a4e14 cifs: smbd: disconnect transport on RDMA errors by Long Li · 7 years ago
  91. 48f238a cifs: smbd: avoid reconnect lockup by Long Li · 7 years ago
  92. 2a18287 Don't log confusing message on reconnect by default by Steve French · 7 years ago
  93. 2564f2f Don't log expected error on DFS referral request by Steve French · 7 years ago
  94. 31cd106 fs: cifs: Replace _free_xid call in cifs_root_iget function by Phillip Potter · 7 years ago
  95. d68f353 SMB3.1.1 dialect is no longer experimental by Steve French · 7 years ago
  96. 6188f28 Tree connect for SMB3.1.1 must be signed for non-encrypted shares by Steve French · 7 years ago
  97. 262916b fix smb3-encryption breakage when CONFIG_DEBUG_SG=y by Ronnie Sahlberg · 7 years ago
  98. 70e8065 CIFS: fix sha512 check in cifs_crypto_secmech_release by Gustavo A. R. Silva · 7 years ago
  99. 8bd68c6 CIFS: implement v3.11 preauth integrity by Aurelien Aptel · 7 years ago
  100. 5fcd7f3 CIFS: add sha512 secmech by Aurelien Aptel · 7 years ago