1. 05bd375b Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  2. 9a3d7fd Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  3. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  4. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  5. 77a0594 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  6. e944475 io_uring: make poll->wait dynamically allocated by Jens Axboe · 5 years ago
  7. 6206f0e io-wq: shrink io_wq_work a bit by Jens Axboe · 5 years ago
  8. 3fc50ab io-wq: fix handling of NUMA node IDs by Jann Horn · 5 years ago
  9. ad6e005 io_uring: use kzalloc instead of kcalloc for single-element allocations by Jann Horn · 5 years ago
  10. 7d00916 io_uring: cleanup io_import_fixed() by Pavel Begunkov · 5 years ago
  11. cf6fd4b io_uring: inline struct sqe_submit by Pavel Begunkov · 5 years ago
  12. cc42e0a io_uring: store timeout's sqe->off in proper place by Pavel Begunkov · 5 years ago
  13. 2be7d34 Revert "vfs: properly and reliably lock f_pos in fdget_pos()" by Linus Torvalds · 5 years ago
  14. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  15. 1b96a41 Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  16. 8042d6c io_uring: remove superfluous check for sqe->off in io_accept() by Hrvoje Zeba · 5 years ago
  17. 181e448 io_uring: async workers should inherit the user creds by Jens Axboe · 5 years ago
  18. 576a347 io-wq: have io_wq_create() take a 'data' argument by Jens Axboe · 5 years ago
  19. 311ae9e io_uring: fix dead-hung for non-iter fixed rw by Pavel Begunkov · 5 years ago
  20. f8e85cf io_uring: add support for IORING_OP_CONNECT by Jens Axboe · 5 years ago
  21. c4a2ed7 io_uring: only return -EBUSY for submit on non-flushed backlog by Jens Axboe · 5 years ago
  22. f9bd67f io_uring: only !null ptr to io_issue_sqe() by Pavel Begunkov · 5 years ago
  23. b18fdf7 io_uring: simplify io_req_link_next() by Pavel Begunkov · 5 years ago
  24. 944e58b io_uring: pass only !null to io_req_find_next() by Pavel Begunkov · 5 years ago
  25. 70cf9f3 io_uring: remove io_free_req_find_next() by Pavel Begunkov · 5 years ago
  26. 9835d6f io_uring: add likely/unlikely in io_get_sqring() by Pavel Begunkov · 5 years ago
  27. d732447 io_uring: rename __io_submit_sqe() by Pavel Begunkov · 5 years ago
  28. 915967f io_uring: improve trace_io_uring_defer() trace point by Jens Axboe · 5 years ago
  29. 1b4a51b io_uring: drain next sqe instead of shadowing by Pavel Begunkov · 5 years ago
  30. b76da70 io_uring: close lookup gap for dependent next work by Jens Axboe · 5 years ago
  31. 4d7dd46 io_uring: allow finding next link independent of req reference count by Jens Axboe · 5 years ago
  32. eb065d3 io_uring: io_allocate_scq_urings() should return a sane state by Jens Axboe · 5 years ago
  33. bbad27b io_uring: Always REQ_F_FREE_SQE for allocated sqe by Pavel Begunkov · 5 years ago
  34. 5d96072 io_uring: io_fail_links() should only consider first linked timeout by Jens Axboe · 5 years ago
  35. 09fbb0a io_uring: Fix leaking linked timeouts by Pavel Begunkov · 5 years ago
  36. f70193d io_uring: remove redundant check by Pavel Begunkov · 5 years ago
  37. d3b35796 io_uring: break links for failed defer by Pavel Begunkov · 5 years ago
  38. b2e9c7d6 io-wq: remove extra space characters by Dan Carpenter · 5 years ago
  39. b60fda6 io-wq: wait for io_wq_create() to setup necessary workers by Jens Axboe · 5 years ago
  40. fba38c2 io_uring: request cancellations should break links by Jens Axboe · 5 years ago
  41. b0dd8a4 io_uring: correct poll cancel and linked timeout expiration completion by Jens Axboe · 5 years ago
  42. e0e328c4 io_uring: remove dead REQ_F_SEQ_PREV flag by Jens Axboe · 5 years ago
  43. 94ae5e7 io_uring: fix sequencing issues with linked timeouts by Jens Axboe · 5 years ago
  44. ad8a48a io_uring: make req->timeout be dynamically allocated by Jens Axboe · 5 years ago
  45. 978db57 io_uring: make io_double_put_req() use normal completion path by Jens Axboe · 5 years ago
  46. 0e0702d io_uring: cleanup return values from the queueing functions by Jens Axboe · 5 years ago
  47. 95a5bba io_uring: io_async_cancel() should pass in 'nxt' request pointer by Jens Axboe · 5 years ago
  48. e25645b Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  49. 1c1ff48 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  50. ea4b71b Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  51. ae36607 Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  52. 97d0bf9 Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  53. 7e5192b Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  54. 464a47f Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  55. ff6814b Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  56. fb4b3d3 Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  57. 0be0ee7 vfs: properly and reliably lock f_pos in fdget_pos() by Linus Torvalds · 5 years ago
  58. d8e464e vfs: mark pipes and sockets as stream-like file descriptors by Linus Torvalds · 5 years ago
  59. b8387f6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  60. 3e5aeec cramfs: fix usage on non-MTD device by Maxime Bizon · 5 years ago
  61. b485275 afs: Fix large file support by Marc Dionne · 5 years ago
  62. cd34070 afs: Fix possible assert with callbacks from yfs servers by Marc Dionne · 5 years ago
  63. 94b07b6 Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()" by Joseph Qi · 5 years ago
  64. 26dae14 procfs: Use all-in-one vtime aware kcpustat accessor by Frederic Weisbecker · 5 years ago
  65. 4610ba7 exit/exec: Seperate mm_release() by Thomas Gleixner · 5 years ago
  66. c74386d afs: Fix missing timeout reset by David Howells · 5 years ago
  67. fa17ed0 btrfs: drop bdev argument from submit_extent_page by David Sterba · 5 years ago
  68. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  69. 1a41802 btrfs: drop bio_set_dev where not needed by David Sterba · 5 years ago
  70. 429aebc btrfs: get bdev directly from fs_devices in submit_extent_page by David Sterba · 5 years ago
  71. 3e17409 btrfs: record all roots for rename exchange on a subvol by Josef Bacik · 5 years ago
  72. 042528f Btrfs: fix block group remaining RO forever after error during device replace by Filipe Manana · 5 years ago
  73. b12de52 btrfs: scrub: Don't check free space before marking a block group RO by Qu Wenruo · 5 years ago
  74. 7f0432d btrfs: change btrfs_fs_devices::rotating to bool by Johannes Thumshirn · 5 years ago
  75. 0395d84 btrfs: change btrfs_fs_devices::seeding to bool by Johannes Thumshirn · 5 years ago
  76. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  77. d49a2dd btrfs: block-group: Reuse the item key from caller of read_one_block_group() by Qu Wenruo · 5 years ago
  78. ffb9e0f btrfs: block-group: Refactor btrfs_read_block_groups() by Qu Wenruo · 5 years ago
  79. d4e253b btrfs: document extent buffer locking by David Sterba · 5 years ago
  80. a447798 btrfs: access eb::blocking_writers according to ACCESS_ONCE policies by David Sterba · 5 years ago
  81. 40d38f5 btrfs: set blocking_writers directly, no increment or decrement by David Sterba · 5 years ago
  82. f5c2a52 btrfs: merge blocking_writers branches in btrfs_tree_read_lock by David Sterba · 5 years ago
  83. 9c90744 btrfs: drop incompat bit for raid1c34 after last block group is gone by David Sterba · 5 years ago
  84. cfbb825 btrfs: add incompat for raid1 with 3, 4 copies by David Sterba · 7 years ago
  85. 8d6fac0 btrfs: add support for 4-copy replication (raid1c4) by David Sterba · 7 years ago
  86. 47e6f74 btrfs: add support for 3-copy replication (raid1c3) by David Sterba · 7 years ago
  87. fac07d2 btrfs: sink write flags to cow_file_range_async by David Sterba · 5 years ago
  88. 57e5ffe btrfs: sink write_flags to __extent_writepage_io by David Sterba · 5 years ago
  89. fd0ddbe Btrfs: send, skip backreference walking for extents with many references by Filipe Manana · 5 years ago
  90. 11f2069 Btrfs: send, allow clone operations within the same file by Filipe Manana · 5 years ago
  91. 6b7faad btrfs: Ensure we trim ranges across block group boundary by Qu Wenruo · 5 years ago
  92. 2d97461 btrfs: volumes: Use more straightforward way to calculate map length by Qu Wenruo · 5 years ago
  93. 153a6d2 btrfs: tree-checker: Check item size before reading file extent type by Qu Wenruo · 5 years ago
  94. 3ec17a6 btrfs: clean up locking name in scrub_enumerate_chunks() by Dan Carpenter · 5 years ago
  95. 6ef108d btrfs: Streamline btrfs_fs_info::backup_root_index semantics by Nikolay Borisov · 5 years ago
  96. 4ac039a btrfs: Rename find_oldest_super_backup to init_backup_root_slot by Nikolay Borisov · 5 years ago
  97. 260eb11 btrfs: Remove unused next_root_backup function by Nikolay Borisov · 5 years ago
  98. 336a0d8 btrfs: Don't use objectid_mutex during mount by Nikolay Borisov · 5 years ago
  99. b8522a1 btrfs: Factor out tree roots initialization during mount by Nikolay Borisov · 5 years ago
  100. bd2336b btrfs: Add read_backup_root by Nikolay Borisov · 5 years ago