1. db77bef Merge tag '9p-for-5.1' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  2. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  3. 465c209 Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  4. 9249735 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. ab81dab fix sysfs_init_fs_context() in !CONFIG_NET_NS case by Al Viro · 6 years ago
  6. 9c7dc82 Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  7. de57818 Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  8. 5160bcc Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  9. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  10. f5778c3 SMB3: Allow SMB3 FSCTL queries to be sent to server from tools by Ronnie Sahlberg · 6 years ago
  11. f169947 cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc by Ronnie Sahlberg · 6 years ago
  12. dd0ac2d smb2: fix typo in definition of a few error flags by Steve French · 6 years ago
  13. c847dcc CIFS: make mknod() an smb_version_op by Aurelien Aptel · 6 years ago
  14. 6552580 cifs: minor documentation updates by Steve French · 6 years ago
  15. d44d137 cifs: remove unused value pointed out by Coverity by Steve French · 6 years ago
  16. 31ba433 SMB3: passthru query info doesn't check for SMB3 FSCTL passthru by Steve French · 6 years ago
  17. 779ede0 smb3: add dynamic tracepoints for simple fallocate and zero range by Steve French · 6 years ago
  18. 72c419d cifs: fix smb3_zero_range so it can expand the file-size when required by Ronnie Sahlberg · 6 years ago
  19. ccdc77a cifs: add SMB2_ioctl_init/free helpers to be used with compounding by Ronnie Sahlberg · 6 years ago
  20. 8191576 smb3: Add dynamic trace points for various compounded smb3 ops by Steve French · 6 years ago
  21. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  22. ab7b10c smb3: display volume serial number for shares in /proc/fs/cifs/DebugData by Steve French · 6 years ago
  23. 257b780 cifs: simplify how we handle credits in compound_send_recv() by Ronnie Sahlberg · 6 years ago
  24. 7937ca9 smb3: add dynamic tracepoint for timeout waiting for credits by Steve French · 6 years ago
  25. ffd1ef1 smb3: display security information in /proc/fs/cifs/DebugData more accurately by Steve French · 6 years ago
  26. 2b53b92 cifs: add a timeout argument to wait_for_free_credits by Ronnie Sahlberg · 6 years ago
  27. 16b34aa cifs: prevent starvation in wait_for_free_credits for multi-credit requests by Ronnie Sahlberg · 6 years ago
  28. b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
  29. 4230cff cifs: pass flags down into wait_for_free_credits() by Ronnie Sahlberg · 6 years ago
  30. 480b1cb cifs: change wait_for_free_request() to take flags as argument by Ronnie Sahlberg · 6 years ago
  31. aff7b62 f2fs: set pin_file under CAP_SYS_ADMIN by Jaegeuk Kim · 6 years ago
  32. 3bb0f28 Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  33. a840b56 Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  34. aadcef6 f2fs: fix to avoid deadlock in f2fs_read_inline_dir() by Chao Yu · 6 years ago
  35. 2c28aba f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 6 years ago
  36. dd6c89b f2fs: fix to do sanity check with inode.i_inline_xattr_size by Chao Yu · 6 years ago
  37. 70db5b0 f2fs: give some messages for inline_xattr_size by Jaegeuk Kim · 6 years ago
  38. 86109c9 f2fs: don't trigger read IO for beyond EOF page by Chao Yu · 6 years ago
  39. 240a591 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
  40. 25720cc f2fs: remove wrong comment in f2fs_invalidate_page() by Chao Yu · 6 years ago
  41. 2a6a7e7 f2fs: fix to use kvfree instead of kzfree by Chao Yu · 6 years ago
  42. 559e87c f2fs: trace f2fs_ioc_shutdown by Chao Yu · 6 years ago
  43. 4843298 f2fs: fix to avoid deadlock of atomic file operations by Chao Yu · 6 years ago
  44. ca597bd f2fs: fix to dirty inode for i_mode recovery by Chao Yu · 6 years ago
  45. 428e3bc f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  46. 613f3dc f2fs: no need to take page lock in readdir by Gao Xiang · 6 years ago
  47. e46f6bd f2fs: fix to update iostat correctly in IPU path by Chao Yu · 6 years ago
  48. 6492a33 f2fs: fix encrypted page memory leak by Chao Yu · 6 years ago
  49. dc37910 f2fs: make fault injection covering __submit_flush_wait() by Chao Yu · 6 years ago
  50. aa2c8c4 f2fs: fix to retry fill_super only if recovery failed by Chao Yu · 6 years ago
  51. bc73a4b f2fs: silence VM_WARN_ON_ONCE in mempool_alloc by Gao Xiang · 6 years ago
  52. 0af725f f2fs: fix wrong #endif by Jaegeuk Kim · 6 years ago
  53. ebc551f Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  54. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  55. 2b0a80b0 Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  56. 92825b0 Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  57. 1fbf3e4 Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  58. f88c5942 Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  59. dfee9c2 Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  60. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  61. 5f739e4 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  62. 400417b pNFS: Fix a typo in pnfs_update_layout by Trond Myklebust · 6 years ago
  63. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  64. 94f8f3b proc: commit to genradix by Kent Overstreet · 6 years ago
  65. d5a572a proc: calculate end pointer for /proc/*/* lookup at compile time by Alexey Dobriyan · 6 years ago
  66. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  67. cb1d150 hpfs: fix spelling mistake "partion" -> "partition" by Colin Ian King · 6 years ago
  68. 6ef50fe xfs: clean up xfs_dir2_leaf_addname by Darrick J. Wong · 6 years ago
  69. ea29548 Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  70. c3665a6 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  71. f51fac6 xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname by Darrick J. Wong · 6 years ago
  72. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  73. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  74. 36011dd Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  75. e519a8c Merge tag '5.1-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  76. d1cae94 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  77. a39f009 Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  78. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  79. 79622c7ce xfs: clean up xfs_dir2_leafn_add by Darrick J. Wong · 6 years ago
  80. 7be73fa xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add by Nathan Chancellor · 6 years ago
  81. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  82. f875a79 nfsd: allow nfsv3 readdir request to be larger. by NeilBrown · 6 years ago
  83. 605b048 gfs2: Fix missed wakeups in find_insert_glock by Andreas Gruenbacher · 6 years ago
  84. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  85. 6eb3c3d exec: increase BINPRM_BUF_SIZE to 256 by Oleg Nesterov · 6 years ago
  86. 26e1522 fs/exec.c: replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  87. 67ceb1e fat: enable .splice_write to support splice on O_DIRECT file by Hou Tao · 6 years ago
  88. 660c9fc autofs: clear O_NONBLOCK on the pipe by NeilBrown · 6 years ago
  89. 874d22d fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options() by Ian Kent · 6 years ago
  90. 60d6d04 autofs: add ignore mount option by Ian Kent · 6 years ago
  91. 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
  92. 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
  93. faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
  94. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  95. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  96. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  97. afe1a71 btrfs: implement btrfs_debug* in terms of helper macro by Rasmus Villemoes · 6 years ago
  98. f1fffbd linux/fs.h: move member alignment check next to definition of struct filename by Rasmus Villemoes · 6 years ago
  99. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  100. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago