1. 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  2. a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  3. 7c4fa15 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  4. 5983809 Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  5. c271bdb Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  6. 377ad0c Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 5 years ago
  7. 481ed29 Merge tag 'docs-5.7' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  8. e59cd88 Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  9. 10f36b1 Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  10. f1e67e3 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t by Thomas Gleixner · 5 years ago
  11. 3d9932a io_uring: cleanup io_alloc_async_ctx() by Xiaoguang Wang · 5 years ago
  12. 9efcc4a1 afs: Fix unpinned address list during probing by David Howells · 5 years ago
  13. 6026894 Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  14. 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  15. e2cf67f Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
  16. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 5 years ago
  17. 29125ed block: move guard_bio_eod to bio.c by Christoph Hellwig · 5 years ago
  18. bff6035 io_uring: fix missing 'return' in comment by Chucheng Luo · 5 years ago
  19. ccf4ad7 zonfs: Fix handling of read-only zones by Damien Le Moal · 5 years ago
  20. ea3edd4 block: remove __bdevname by Christoph Hellwig · 5 years ago
  21. a65cab7 libfs: fix infoleak in simple_attr_read() by Eric Biggers · 5 years ago
  22. baf5fe7 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 5 years ago
  23. 86f3cd1 io-wq: handle hashed writes in chains by Pavel Begunkov · 5 years ago
  24. a5318d3 io-uring: drop 'free_pfile' in struct io_file_put by Hillf Danton · 5 years ago
  25. 4afdb73 io-uring: drop completion when removing file by Hillf Danton · 5 years ago
  26. c8d6ee0 ceph: fix memory leak in ceph_cleanup_snapid_map() by Luis Henriques · 5 years ago
  27. 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 5 years ago
  28. 18a542f io_uring: Fix ->data corruption on re-enqueue by Pavel Begunkov · 5 years ago
  29. 67d584e Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  30. b3c03db Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  31. f2cf114 io-wq: close cancel gap for hashed linked work by Pavel Begunkov · 5 years ago
  32. 1b53734 epoll: fix possible lost wakeup on epoll_ctl() path by Roman Penyaev · 5 years ago
  33. 1ab7ea1 Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  34. d8e6fd5 btrfs: fix removal of raid[56|1c34} incompat flags after removing block group by Filipe Manana · 5 years ago
  35. 4ed734b io_uring: honor original task RLIMIT_FSIZE by Jens Axboe · 5 years ago
  36. 09952e3 io_uring: make sure accept honor rlimit nofile by Jens Axboe · 5 years ago
  37. 4022e7a io_uring: make sure openat/openat2 honor rlimit nofile by Jens Axboe · 5 years ago
  38. 3ac9eb4 Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 5 years ago
  39. cd60773 Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  40. dcf23ac locks: reinstate locks_delete_block optimization by Linus Torvalds · 5 years ago
  41. d981cb5 block: fix a device invalidation regression by Christoph Hellwig · 5 years ago
  42. 526ee72 debugfs: remove return value of debugfs_create_file_size() by Greg Kroah-Hartman · 5 years ago
  43. 275678e debugfs: Check module state before warning in {full/open}_proxy_open() by Taehee Yoo · 5 years ago
  44. 979a266 CIFS: fiemap: do not return EINVAL if get nothing by Murphy Zhou · 5 years ago
  45. 1be1fa4 CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir_first by Shyam Prasad N · 5 years ago
  46. 3994688 cifs: potential unintitliazed error code in cifs_getattr() by Dan Carpenter · 5 years ago
  47. 34d5a4b Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  48. 60cf46a io-wq: hash dependent work by Pavel Begunkov · 5 years ago
  49. 8766dd5 io-wq: split hashing and enqueueing by Pavel Begunkov · 5 years ago
  50. d78298e io-wq: don't resched if there is no work by Pavel Begunkov · 5 years ago
  51. f1d96a8 io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN} by Pavel Begunkov · 5 years ago
  52. 7d7587d afs: Fix client call Rx-phase signal handling by David Howells · 5 years ago
  53. dde9f09 afs: Fix handling of an abort from a service handler by David Howells · 5 years ago
  54. 4636cf1 afs: Fix some tracing details by David Howells · 5 years ago
  55. e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 5 years ago
  56. b0ea262 Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  57. 7e6d869 Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  58. 2af8217 Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 5 years ago
  59. 236ebc2 btrfs: fix log context list corruption after rename whiteout error by Filipe Manana · 5 years ago
  60. 5007928 Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  61. ddd2b85 afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t by Jann Horn · 5 years ago
  62. c853680 ovl: fix lockdep warning for async write by Miklos Szeredi · 5 years ago
  63. 53afcd3 ovl: fix some xino configurations by Amir Goldstein · 5 years ago
  64. 807f030 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  65. d9a9f48 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 5 years ago
  66. 2103913 gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache by Al Viro · 5 years ago
  67. 531d304 ovl: fix lock in ovl_llseek() by Amir Goldstein · 5 years ago
  68. 2293b41 io-wq: remove duplicated cancel code by Pavel Begunkov · 5 years ago
  69. e6e6ec4 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  70. 3f9d644 io_uring: fix truncated async read/readv and write/writev retry by Jens Axboe · 5 years ago
  71. 32b2244 io_uring: io_uring_enter(2) don't poll while SETUP_IOPOLL|SETUP_SQPOLL enabled by Xiaoguang Wang · 5 years ago
  72. 469956e io_uring: Fix unused function warnings by YueHaibing · 5 years ago
  73. 8455787 io_uring: add end-of-bits marker and build time verify it by Jens Axboe · 5 years ago
  74. 067524e io_uring: provide means of removing buffers by Jens Axboe · 5 years ago
  75. 52de1fe io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSG by Jens Axboe · 5 years ago
  76. 4d954c2 io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READV by Jens Axboe · 5 years ago
  77. bcda7ba io_uring: support buffer selection for OP_READ and OP_RECV by Jens Axboe · 5 years ago
  78. ddf0322d io_uring: add IORING_OP_PROVIDE_BUFFERS by Jens Axboe · 5 years ago
  79. 8128d3a pstore/ram: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  80. 9a2dd57 Merge 5.6-rc5 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  81. 805b13a io_uring: ensure RCU callback ordering with rcu_barrier() by Jens Axboe · 5 years ago
  82. b34e5c1 Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  83. 6120681 Merge branch 'efi/urgent' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  84. 2b4eae9 fscrypt: don't evict dirty inodes after removing key by Eric Biggers · 5 years ago
  85. c200376 Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  86. f0e20b8 io_uring: fix lockup with timeouts by Pavel Begunkov · 5 years ago
  87. 30fe0d07 Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  88. 0b25d45 Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 5 years ago
  89. c1e2148 io_uring: free fixed_file_data after RCU grace period by Jens Axboe · 5 years ago
  90. 6d390e4 locks: fix a potential use-after-free problem when wakeup a waiter by yangerkun · 5 years ago
  91. bc87302 fat: fix uninit-memory access for partial initialized inode by OGAWA Hirofumi · 5 years ago
  92. 8019ad1 futex: Fix inode life-time issue by Peter Zijlstra · 5 years ago
  93. 5a2e745 io_uring: buffer registration infrastructure by Jens Axboe · 5 years ago
  94. e9fd939 io_uring/io-wq: forward submission ref to async by Pavel Begunkov · 5 years ago
  95. f462fd3 io-wq: optimise out *next_work() double lock by Pavel Begunkov · 5 years ago
  96. 58e3931 io-wq: optimise locking in io_worker_handle_work() by Pavel Begunkov · 5 years ago
  97. dc026a7 io-wq: shuffle io_worker_handle_work() code by Pavel Begunkov · 5 years ago
  98. 7a743e2 io_uring: get next work with submission ref drop by Pavel Begunkov · 5 years ago
  99. 014db00 io_uring: remove @nxt from handlers by Pavel Begunkov · 5 years ago
  100. 594506f io_uring: make submission ref putting consistent by Pavel Begunkov · 5 years ago