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