1. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 2afe738 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  3. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  4. d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 31466f3 Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  6. 6787dc2 Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  7. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  8. d1de762 Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  9. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  10. 3acbcbf btrfs: drop devid as device_list_add() arg by Anand Jain · 7 years ago
  11. e124ece btrfs: get device pointer from device_list_add() by Anand Jain · 7 years ago
  12. 3a8c723 btrfs: only dirty the inode in btrfs_update_time if something was changed by Jeff Layton · 7 years ago
  13. d17260f xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing by Jeff Layton · 7 years ago
  14. e38cf30 fs: only set S_VERSION when updating times if necessary by Jeff Layton · 7 years ago
  15. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  16. bb8c2d6 ufs: use new i_version API by Jeff Layton · 7 years ago
  17. cc56c33 ocfs2: convert to new i_version API by Jeff Layton · 7 years ago
  18. 1f15a55 nfsd: convert to new i_version API by Jeff Layton · 7 years ago
  19. 1eb5d98 nfs: convert to new i_version API by Jeff Layton · 7 years ago
  20. ee73f9a ext4: convert to new i_version API by Jeff Layton · 7 years ago
  21. e1d747d ext2: convert to new i_version API by Jeff Layton · 7 years ago
  22. 317bc94 exofs: switch to new i_version API by Jeff Layton · 7 years ago
  23. c7f88c4 btrfs: convert to new i_version API by Jeff Layton · 7 years ago
  24. a01179e afs: convert to new i_version API by Jeff Layton · 7 years ago
  25. 9dffe56 affs: convert to new i_version API by Jeff Layton · 7 years ago
  26. 2489dba fat: convert to new i_version API by Jeff Layton · 7 years ago
  27. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
  28. 36c7ce4 fs/cifs/cifsacl.c Fixes typo in a comment by Achilles Gaikwad · 7 years ago
  29. ab2c643 update internal version number for cifs.ko by Steve French · 7 years ago
  30. cd1aca2 cifs: add .splice_write by Andrés Souto · 7 years ago
  31. 4a1360d CIFS: document tcon/ses/server refcount dance by Aurelien Aptel · 7 years ago
  32. 6b31471 move a few externs to smbdirect.h to eliminate warning by Steve French · 7 years ago
  33. 97f4b72 CIFS: zero sensitive data when freeing by Aurelien Aptel · 7 years ago
  34. 2026b06 Cleanup some minor endian issues in smb3 rdma by Steve French · 7 years ago
  35. 02cf590 CIFS: dump IPC tcon in debug proc file by Aurelien Aptel · 7 years ago
  36. 63a83b8 CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl by Aurelien Aptel · 7 years ago
  37. b327a71 CIFS: make IPC a regular tcon by Aurelien Aptel · 7 years ago
  38. 6793f1c orangefs: fix deadlock; do not write i_size in read_iter by Martin Brandenburg · 7 years ago
  39. 525273f Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  40. 37e12f5 cifs: remove redundant duplicated assignment of pointer 'node' by Colin Ian King · 7 years ago
  41. e36c048 CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  42. 9aca7e4 cifs: Fix autonegotiate security settings mismatch by Daniel N Pettersson · 7 years ago
  43. 9084432 CIFS: SMBD: _smbd_get_connection() can be static by kbuild test robot · 7 years ago
  44. 8801e90 CIFS: SMBD: Disable signing on SMB direct transport by Long Li · 7 years ago
  45. 08a3b96 CIFS: SMBD: Add SMB Direct debug counters by Long Li · 7 years ago
  46. bd3dcc6 CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration by Long Li · 7 years ago
  47. 74dcf41 CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O by Long Li · 7 years ago
  48. db223a5 CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration by Long Li · 7 years ago
  49. c739858 CIFS: SMBD: Implement RDMA memory registration by Long Li · 7 years ago
  50. 9762c2d CIFS: SMBD: Upper layer sends data via RDMA send by Long Li · 7 years ago
  51. d649e1b CIFS: SMBD: Implement function to send data via RDMA send by Long Li · 7 years ago
  52. 2fef137 CIFS: SMBD: Upper layer receives data via RDMA receive by Long Li · 7 years ago
  53. f64b78f CIFS: SMBD: Implement function to receive data via RDMA receive by Long Li · 7 years ago
  54. 09902f8 CIFS: SMBD: Set SMB Direct maximum read or write size for I/O by Long Li · 7 years ago
  55. bce9ce7 CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount by Long Li · 7 years ago
  56. 8ef130f CIFS: SMBD: Implement function to destroy a SMB Direct connection by Long Li · 7 years ago
  57. 781a805 CIFS: SMBD: Upper layer reconnects to SMB Direct session by Long Li · 7 years ago
  58. ad57b8e CIFS: SMBD: Implement function to reconnect to a SMB Direct transport by Long Li · 7 years ago
  59. 2f89464 CIFS: SMBD: Upper layer connects to SMBDirect session by Long Li · 7 years ago
  60. 0933d6f cifs: fix build errors for SMB_DIRECT by Randy Dunlap · 7 years ago
  61. f04a703 cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  62. d8ec913 CIFS: SMBD: export protocol initial values by Long Li · 7 years ago
  63. 399f953 CIFS: SMBD: Implement function to create a SMB Direct connection by Long Li · 7 years ago
  64. f198186 CIFS: SMBD: Establish SMB Direct connection by Long Li · 7 years ago
  65. 03bee01 CIFS: SMBD: Add SMB Direct protocol initial values and constants by Long Li · 7 years ago
  66. 8339dd3 CIFS: SMBD: Add rdma mount option by Long Li · 7 years ago
  67. 2b6ed88 CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT by Long Li · 7 years ago
  68. 2dabfd5 CIFS: SMBD: Add parameter rdata to smb2_new_read_req by Long Li · 7 years ago
  69. 3cecf48 cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case by Ronnie Sahlberg · 7 years ago
  70. 305428a cifs: remove small_smb2_init by Ronnie Sahlberg · 7 years ago
  71. 8eb7998 cifs: remove rfc1002 header from smb2_lease_ack by Ronnie Sahlberg · 7 years ago
  72. 5dfe69a cifs: remove unused variable from SMB2_read by Ronnie Sahlberg · 7 years ago
  73. 21ad948 cifs: remove rfc1002 header from smb2_oplock_break we get from server by Ronnie Sahlberg · 7 years ago
  74. b2fb7fe cifs: remove rfc1002 header from smb2_query_info_req by Ronnie Sahlberg · 7 years ago
  75. 7c00c3a cifs: remove rfc1002 header from smb2_query_directory_req by Ronnie Sahlberg · 7 years ago
  76. 2fc803e cifs: remove rfc1002 header from smb2_set_info_req by Ronnie Sahlberg · 7 years ago
  77. f5688a6 cifs: remove rfc1002 header from smb2 read/write requests by Ronnie Sahlberg · 7 years ago
  78. ced9367 cifs: remove rfc1002 header from smb2_lock_req by Ronnie Sahlberg · 7 years ago
  79. 1f444e4 cifs: remove rfc1002 header from smb2_flush_req by Ronnie Sahlberg · 7 years ago
  80. 4f33bc3 cifs: remove rfc1002 header from smb2_create_req by Ronnie Sahlberg · 7 years ago
  81. 88ea5cb cifs: remove rfc1002 header from smb2_sess_setup_req by Ronnie Sahlberg · 7 years ago
  82. 661bb943 cifs: remove rfc1002 header from smb2_tree_connect_req by Ronnie Sahlberg · 7 years ago
  83. 7f7ae75 cifs: remove rfc1002 header from smb2_echo_req by Ronnie Sahlberg · 7 years ago
  84. 9775468 cifs: remove rfc1002 header from smb2_ioctl_req by Ronnie Sahlberg · 7 years ago
  85. afcccef cifs: remove rfc1002 header from smb2_close_req by Ronnie Sahlberg · 7 years ago
  86. 4eecf4c cifs: remove rfc1002 header from smb2_tree_disconnect_req by Ronnie Sahlberg · 7 years ago
  87. 45305ed cifs: remove rfc1002 header from smb2_logoff_req by Ronnie Sahlberg · 7 years ago
  88. 13cacea cifs: remove rfc1002 header from smb2_negotiate_req by Ronnie Sahlberg · 7 years ago
  89. 83b7739 cifs: Add smb2_send_recv by Ronnie Sahlberg · 7 years ago
  90. e4fd493 Btrfs: fix stale entries in readdir by Josef Bacik · 7 years ago
  91. 1995266 nfsd: auth: Fix gid sorting when rootsquash enabled by Ben Hutchings · 7 years ago
  92. a0ec1de orangefs: initialize op on loop restart in orangefs_devreq_read by Martin Brandenburg · 7 years ago
  93. 0afc0de orangefs: use list_for_each_entry_safe in purge_waiting_ops by Martin Brandenburg · 7 years ago
  94. f2788d2 btrfs: set the total_devices in device_list_add() by Anand Jain · 7 years ago
  95. 327f18c btrfs: move pr_info into device_list_add by Anand Jain · 7 years ago
  96. d8367db btrfs: make btrfs_free_stale_devices() to match the path by Anand Jain · 7 years ago
  97. 0d34097 btrfs: rename btrfs_free_stale_devices() arg to skip_dev by Anand Jain · 7 years ago
  98. 522f1b4 btrfs: make btrfs_free_stale_devices() argument optional by Anand Jain · 7 years ago
  99. 38cf665 btrfs: make btrfs_free_stale_device() to iterate all stales by Anand Jain · 7 years ago
  100. a848b3e btrfs: no need to check for btrfs_fs_devices::seeding by Anand Jain · 7 years ago