1. 10f3e23 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  2. 3bb37da Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  3. 161fa27 Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  4. a1a4f84 Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  5. 575b943 Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  6. 4591343 Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  7. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  8. 4d2a073 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  10. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  12. 1e45e9a Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  13. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 4004392 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  15. d6dd643 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  16. c4f7173 smb3: create smb3 equivalent alias for cifs pseudo-xattrs by Steve French · 6 years ago
  17. cdeaf9d smb3: allow previous versions to be mounted with snapshot= mount parm by Steve French · 6 years ago
  18. e55954a cifs: don't show domain= in mount output when domain is empty by Ronnie Sahlberg · 6 years ago
  19. c1777df cifs: add missing support for ACLs in SMB 3.11 by Ronnie Sahlberg · 6 years ago
  20. e02789a smb3: enumerating snapshots was leaving part of the data off end by Steve French · 6 years ago
  21. 730928c cifs: update smb2_queryfs() to use compounding by Ronnie Sahlberg · 6 years ago
  22. b24df3e cifs: update receive_encrypted_standard to handle compounded responses by Ronnie Sahlberg · 6 years ago
  23. 4c0d7cd make sure that __dentry_kill() always invalidates d_seq, unhashed or not by Al Viro · 6 years ago
  24. 119e1ef fix __legitimize_mnt()/mntput() race by Al Viro · 6 years ago
  25. 9ea0a46 fix mntput/mntput race by Al Viro · 6 years ago
  26. 1eb9fb5 cifs: create SMB2_open_init()/SMB2_open_free() helpers. by Ronnie Sahlberg · 6 years ago
  27. 296ecba cifs: add SMB2_query_info_[init|free]() by Ronnie Sahlberg · 6 years ago
  28. 8eb4ecf cifs: add SMB2_close_init()/SMB2_close_free() by Ronnie Sahlberg · 6 years ago
  29. da33a87 locks: remove misleading obsolete comment by Jeff Layton · 6 years ago
  30. 468d677 smb3: display stats counters for number of slow commands by Steve French · 6 years ago
  31. a5c62f4 CIFS: fix uninitialized ptr deref in smb2 signing by Aurelien Aptel · 6 years ago
  32. fd09b7d smb3: Do not send SMB3 SET_INFO if nothing changed by Steve French · 6 years ago
  33. d258650 smb3: fix minor debug output for CONFIG_CIFS_STATS by Steve French · 6 years ago
  34. 020eec5 smb3: add tracepoint for slow responses by Steve French · 6 years ago
  35. e0bba0b cifs: add compound_send_recv() by Ronnie Sahlberg · 6 years ago
  36. 1f3a8f5 cifs: make smb_send_rqst take an array of requests by Ronnie Sahlberg · 6 years ago
  37. b2c96de cifs: update init_sg, crypt_message to take an array of rqst by Ronnie Sahlberg · 6 years ago
  38. c281bc0 smb3: fix reset of bytes read and written stats by Steve French · 6 years ago
  39. 52ce1ac smb3: display bytes_read and bytes_written in smb3 stats by Steve French · 6 years ago
  40. fcabb89 cifs: simple stats should always be enabled by Steve French · 6 years ago
  41. 9da6ec7 cifs: use a refcount to protect open/closing the cached file handle by Ronnie Sahlberg · 6 years ago
  42. bf1fdeb smb3: add reconnect tracepoints by Steve French · 6 years ago
  43. e68a932 smb3: add tracepoint for session expired or deleted by Steve French · 6 years ago
  44. 06188fc cifs: remove unused stats by Steve French · 6 years ago
  45. 2278315 smb3: don't request leases in symlink creation and query by Steve French · 6 years ago
  46. 1995d28 smb3: remove per-session operations from per-tree connection stats by Steve French · 6 years ago
  47. 289131e SMB3: Number of requests sent should be displayed for SMB3 not just CIFS by Steve French · 6 years ago
  48. 8a69e96 smb3: snapshot mounts are read-only and make sure info is displayable about the mount by Steve French · 6 years ago
  49. c3ed440 smb3: remove noisy warning message on mount by Steve French · 6 years ago
  50. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 6 years ago
  51. 950132a cifs: add missing debug entries for kconfig options by Steve French · 6 years ago
  52. 2d30421 smb3: add support for statfs for smb3.1.1 posix extensions by Steve French · 6 years ago
  53. 21ba384 smb3: fill in statfs fsid and correct namelen by Steve French · 6 years ago
  54. a12d0c5 cifs: Make sure all data pages are signed correctly by Paulo Alcantara · 6 years ago
  55. 256b4c3 CIFS: fix memory leak and remove dead code by Aurelien Aptel · 6 years ago
  56. 7420451 cifs: allow disabling insecure dialects in the config by Steve French · 6 years ago
  57. 8505c8b smb3: if server does not support posix do not allow posix mount option by Steve French · 6 years ago
  58. cbedead cifs: use 64-bit timestamps for fscache by Arnd Bergmann · 6 years ago
  59. 9539020 cifs: use timespec64 internally by Arnd Bergmann · 6 years ago
  60. ff361fd cifs: Silence uninitialized variable warning by Dan Carpenter · 6 years ago
  61. c883da3 locks: add tracepoint in flock codepath by Jeff Layton · 6 years ago
  62. 90bad5e root dentries need RCU-delayed freeing by Al Viro · 6 years ago
  63. 39379fa btrfs: revert fs_devices state on error of btrfs_init_new_device by Naohiro Aota · 6 years ago
  64. 64f64f4 btrfs: Exit gracefully when chunk map cannot be inserted to the tree by Qu Wenruo · 6 years ago
  65. cf90d88 btrfs: Introduce mount time chunk <-> dev extent mapping check by Qu Wenruo · 6 years ago
  66. 7ef4951 btrfs: Verify that every chunk has corresponding block group at mount time by Qu Wenruo · 6 years ago
  67. 514c7dc btrfs: Check that each block group has corresponding chunk at mount time by Qu Wenruo · 6 years ago
  68. 22d3151 Btrfs: send, fix incorrect file layout after hole punching beyond eof by Filipe Manana · 6 years ago
  69. 672d599 btrfs: Use wrapper macro for rcu string to remove duplicate code by Misono Tomohiro · 6 years ago
  70. f5b3a41 btrfs: simplify btrfs_iget by Al Viro · 6 years ago
  71. 9bc2cef btrfs: lift make_bad_inode into btrfs_iget by Al Viro · 6 years ago
  72. 8d9e220 btrfs: simplify IS_ERR/PTR_ERR checks by Al Viro · 6 years ago
  73. 2e19f1f btrfs: btrfs_iget never returns an is_bad_inode inode by Al Viro · 6 years ago
  74. 1e7e1f9 btrfs: replace: Reset on-disk dev stats value after replace by Misono Tomohiro · 6 years ago
  75. 85c3954 btrfs: extent-tree: Remove unused __btrfs_free_block_rsv by Misono Tomohiro · 6 years ago
  76. afc6961 btrfs: backref: Use ERR_CAST to return error code by Misono Tomohiro · 6 years ago
  77. 5b7d687 btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvol by Lu Fengqi · 6 years ago
  78. 401b3b1 btrfs: Remove root parameter from btrfs_unlink_subvol by Lu Fengqi · 6 years ago
  79. 6025c19 btrfs: Remove fs_info from btrfs_add_root_ref by Lu Fengqi · 6 years ago
  80. 3ee1c55 btrfs: Remove fs_info from btrfs_del_root_ref by Lu Fengqi · 6 years ago
  81. ab9ce7d btrfs: Remove fs_info from btrfs_del_root by Lu Fengqi · 6 years ago
  82. 9add294 btrfs: Remove fs_info from btrfs_delete_delayed_dir_index by Lu Fengqi · 6 years ago
  83. 4465c8b btrfs: Remove fs_info from btrfs_insert_delayed_dir_index by Lu Fengqi · 6 years ago
  84. b585102 btrfs: extent-tree: remove unused member walk_control::for_reloc by David Sterba · 6 years ago
  85. 46b2f45 Btrfs: fix send failure when root has deleted files still open by Filipe Manana · 6 years ago
  86. 0d83639 Btrfs: fix mount failure after fsync due to hard link recreation by Filipe Manana · 6 years ago
  87. 4559b0a btrfs: don't leak ret from do_chunk_alloc by Josef Bacik · 6 years ago
  88. 84db5cc btrfs: merge free_fs_root helpers by David Sterba · 6 years ago
  89. 2ffad70 btrfs: constify strings passed to assertion helper by David Sterba · 6 years ago
  90. e9539cf btrfs: dev-replace: remove unused members of btrfs_dev_replace by David Sterba · 6 years ago
  91. e17385c btrfs: remove unused member btrfs_root::name by David Sterba · 6 years ago
  92. 616d374 btrfs: allow defrag on a file opened read-only that has rw permissions by Adam Borowski · 6 years ago
  93. 3c42769 Btrfs: fix btrfs_write_inode vs delayed iput deadlock by Josef Bacik · 6 years ago
  94. 97aff91 btrfs: Remove fs_info from btrfs_finish_chunk_alloc by Nikolay Borisov · 6 years ago
  95. f420879 btrfs: Remove fs_info form btrfs_free_chunk by Nikolay Borisov · 6 years ago
  96. 4f5ad7b btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev by Nikolay Borisov · 6 years ago
  97. d6507cf btrfs: Remove fs_info from btrfs_assign_next_active_device by Nikolay Borisov · 6 years ago
  98. 5495f19 btrfs: remove fs_info argument from update_dev_stat_item by Nikolay Borisov · 6 years ago
  99. 68a9db5 btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdev by Nikolay Borisov · 6 years ago
  100. 8e87e85 btrfs: Remove fs_info argument from btrfs_add_dev_item by Nikolay Borisov · 6 years ago