1. 38a2ca2 Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
  3. 2a852fd Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  4. e53f31b Merge tag '5.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  5. 74f464e io_uring: fix CQ overflow condition by Jens Axboe · 6 years ago
  6. 2a3a028 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  7. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  8. e6d0fb7 cifs: fix handle leak in smb2_query_symlink() by Ronnie Sahlberg · 6 years ago
  9. b57a55e cifs: Fix lease buffer length error by ZhangXiaoxu · 6 years ago
  10. 088aaf1 cifs: Fix use-after-free in SMB2_read by ZhangXiaoxu · 6 years ago
  11. 6a3eb33 cifs: Fix use-after-free in SMB2_write by ZhangXiaoxu · 6 years ago
  12. 5512320 Merge tag 'fsdax-fix-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  13. b19062a io_uring: fix possible deadlock between io_uring_{enter,register} by Jens Axboe · 6 years ago
  14. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  15. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  16. 3d6770f io_uring: drop io_file_put() 'file' argument by Jens Axboe · 6 years ago
  17. 917257d io_uring: only test SQPOLL cpu after we've verified it by Jens Axboe · 6 years ago
  18. 0605863 io_uring: park SQPOLL thread if it's percpu by Jens Axboe · 6 years ago
  19. 4443f8e Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  20. b60bc06 Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  21. eeba1e9 afs: Fix in-progess ops to ignore server-level callback invalidation by David Howells · 6 years ago
  22. 21bd68f afs: Unlock pages for __pagevec_release() by Marc Dionne · 6 years ago
  23. 8022c4b afs: Differentiate abort due to unmarshalling from other errors by David Howells · 6 years ago
  24. d2abfa86 afs: Avoid section confusion in CM_NAME by Andi Kleen · 6 years ago
  25. ba25b81 afs: avoid deprecated get_seconds() by Arnd Bergmann · 6 years ago
  26. f7f1dd3 afs: Check for rxrpc call completion in wait loop by Marc Dionne · 6 years ago
  27. 4611da3 rxrpc: Make rxrpc_kernel_check_life() indicate if call completed by Marc Dionne · 6 years ago
  28. a89afe5 block: fix the return errno for direct IO by Jason Yan · 6 years ago
  29. 2d06b23 Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  30. 0769663 NFSv4.1 fix incorrect return value in copy_file_range by Olga Kornievskaia · 6 years ago
  31. 29e7ca7 NFS: Fix handling of reply page vector by Chuck Lever · 6 years ago
  32. 7c2bd9a NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family. by Tetsuo Handa · 6 years ago
  33. 972acfb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  34. 3ec482d io_uring: restrict IORING_SETUP_SQPOLL to root by Jens Axboe · 6 years ago
  35. 429fba1 Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  36. 10dce8a fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
  37. f654f0f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  38. 58b6e5e hugetlbfs: fix memory leak for resv_map by Mike Kravetz · 6 years ago
  39. 970b766 Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  40. 6af1c84 aio: use kmem_cache_free() instead of kfree() by Wei Yongjun · 6 years ago
  41. 272e532 btrfs: prop: fix vanished compression property after failed set by Anand Jain · 6 years ago
  42. 50398fd btrfs: prop: fix zstd compression parameter validation by Anand Jain · 6 years ago
  43. 631b7ab ptrace: Remove maxargs from task_current_syscall() by Steven Rostedt (Red Hat) · 8 years ago
  44. 18bfb9c aio: Fix an error code in __io_submit_one() by Dan Carpenter · 6 years ago
  45. 25adf50 io_uring: fix double free in case of fileset regitration failure by Jens Axboe · 6 years ago
  46. 4811e30 cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid. by Ronnie Sahlberg · 6 years ago
  47. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  48. 153322f smb3: Fix enumerating snapshots to Azure by Steve French · 6 years ago
  49. 2f94a312 cifs: fix kref underflow in close_shroot() by Ronnie Sahlberg · 6 years ago
  50. 5e7a8ca Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  51. db5481e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  52. 93b919d debugfs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  53. 0cdc17e ubifs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  54. 4fdcfab jffs2: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  55. 922c010 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  56. ffb8e45 Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  57. 7376e39 Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  58. c6503f1 Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  59. 23da958 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
  60. 2620327 fs: fs_parser: fix printk format warning by Randy Dunlap · 6 years ago
  61. eebf364 fs/proc/kcore.c: make kcore_modules static by YueHaibing · 6 years ago
  62. e6a9467 ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock by Darrick J. Wong · 6 years ago
  63. 73601ea fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 6 years ago
  64. f35f06c Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 6 years ago
  65. 8c7ae38 afs: Fix StoreData op marshalling by David Howells · 6 years ago
  66. daf5cc2 ceph: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  67. 14c741d Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  68. 65ae689 Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  69. 2032a8a xfs: serialize unaligned dio writes against all other dio writes by Brian Foster · 6 years ago
  70. 9bf7933 io_uring: offload write to async worker in case of -EAGAIN by Roman Penyaev · 6 years ago
  71. 9e75ad5 io_uring: fix big-endian compat signal mask handling by Arnd Bergmann · 6 years ago
  72. ed79dac xfs: prohibit fstrim in norecovery mode by Darrick J. Wong · 6 years ago
  73. 945ab8f locks: wake any locks blocked on request before deadlock check by Jeff Layton · 6 years ago
  74. 17403fa Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  75. 19caf58 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. 38104c0 Merge tag '5.1-rc1-cifs-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  77. 1bdd3db Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  78. 18915b5 ext4: prohibit fstrim in norecovery mode by Darrick J. Wong · 6 years ago
  79. 166bd5b pNFS/flexfiles: Fix layoutstats handling during read failovers by Trond Myklebust · 6 years ago
  80. 5a69824 NFS: Fix a typo in nfs_init_timeout_values() by Trond Myklebust · 6 years ago
  81. 5e86bdd ext4: cleanup bh release code in ext4_ind_remove_space() by zhangyi (F) · 6 years ago
  82. 674a2b2 ext4: brelse all indirect buffer in ext4_ind_remove_space() by zhangyi (F) · 6 years ago
  83. ffc8599 x86/gart: Exclude GART aperture from kcore by Kairui Song · 6 years ago
  84. cf7d624 cifs: update internal module version number by Steve French · 6 years ago
  85. 8c11a60 SMB3: Fix SMB3.1.1 guest mounts to Samba by Steve French · 6 years ago
  86. 68ddb49 cifs: Fix slab-out-of-bounds when tracing SMB tcon by Paulo Alcantara (SUSE) · 6 years ago
  87. e71ab2a cifs: allow guest mounts to work for smb3.11 by Ronnie Sahlberg · 6 years ago
  88. 85f9987 fix incorrect error code mapping for OBJECTID_NOT_FOUND by Steve French · 6 years ago
  89. b073a08 cifs: fix that return -EINVAL when do dedupe operation by Xiaoli Feng · 6 years ago
  90. 0b0dfd5 CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN by Long Li · 6 years ago
  91. d53e292 CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN by Long Li · 6 years ago
  92. 0939221 Merge tag 'fixes_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  93. 7294fbd Merge tag 'fsnotify_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  94. 0ccc387 Btrfs: fix assertion failure on fsync with NO_HOLES enabled by Filipe Manana · 6 years ago
  95. 0cb98ab NFSv4.1 don't free interrupted slot on open by Olga Kornievskaia · 6 years ago
  96. 4b0bce3 xfs: always init bma in xfs_bmapi_write by Darrick J. Wong · 6 years ago
  97. a72e9d8 xfs: fix btree scrub checking with regards to root-in-inode by Darrick J. Wong · 6 years ago
  98. 228de12 xfs: dabtree scrub needs to range-check level by Darrick J. Wong · 6 years ago
  99. 139a561 btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size by Nikolay Borisov · 6 years ago
  100. 7ff2c2a btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks by Nikolay Borisov · 6 years ago