1. 4d954c2 io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READV by Jens Axboe · 5 years ago
  2. bcda7ba io_uring: support buffer selection for OP_READ and OP_RECV by Jens Axboe · 5 years ago
  3. ddf0322d io_uring: add IORING_OP_PROVIDE_BUFFERS by Jens Axboe · 5 years ago
  4. 5a2e745 io_uring: buffer registration infrastructure by Jens Axboe · 5 years ago
  5. e9fd939 io_uring/io-wq: forward submission ref to async by Pavel Begunkov · 5 years ago
  6. f462fd3 io-wq: optimise out *next_work() double lock by Pavel Begunkov · 5 years ago
  7. 58e3931 io-wq: optimise locking in io_worker_handle_work() by Pavel Begunkov · 5 years ago
  8. dc026a7 io-wq: shuffle io_worker_handle_work() code by Pavel Begunkov · 5 years ago
  9. 7a743e2 io_uring: get next work with submission ref drop by Pavel Begunkov · 5 years ago
  10. 014db00 io_uring: remove @nxt from handlers by Pavel Begunkov · 5 years ago
  11. 594506f io_uring: make submission ref putting consistent by Pavel Begunkov · 5 years ago
  12. a210067 io_uring: clean up io_close by Pavel Begunkov · 5 years ago
  13. 8755d97 io_uring: Ensure mask is initialized in io_arm_poll_handler by Nathan Chancellor · 5 years ago
  14. 3b17cf5 io_uring: remove io_prep_next_work() by Pavel Begunkov · 5 years ago
  15. 4bc4494 io_uring: remove extra nxt check after punt by Pavel Begunkov · 5 years ago
  16. d7718a9 io_uring: use poll driven retry for files that support it by Jens Axboe · 5 years ago
  17. 8a72758 io_uring: mark requests that we can do poll async in io_op_defs by Jens Axboe · 5 years ago
  18. b41e985 io_uring: add per-task callback handler by Jens Axboe · 5 years ago
  19. c2f2eb7 io_uring: store io_kiocb in wait->private by Jens Axboe · 5 years ago
  20. 3684f24 io-wq: use BIT for ulong hash by Pavel Begunkov · 5 years ago
  21. 5eae861 io_uring: remove IO_WQ_WORK_CB by Pavel Begunkov · 5 years ago
  22. e85530d io-wq: remove unused IO_WQ_WORK_HAS_MM by Pavel Begunkov · 5 years ago
  23. 02d27d8 io_uring: extract kmsg copy helper by Pavel Begunkov · 5 years ago
  24. b0a2034 io_uring: clean io_poll_complete by Pavel Begunkov · 5 years ago
  25. 7d67af2 io_uring: add splice(2) support by Pavel Begunkov · 5 years ago
  26. 8da11c1 io_uring: add interface for getting files by Pavel Begunkov · 5 years ago
  27. 444ebb5 splice: make do_splice public by Pavel Begunkov · 5 years ago
  28. bcaec08 io_uring: remove req->in_async by Pavel Begunkov · 5 years ago
  29. deb6dc0 io_uring: don't do full *prep_worker() from io-wq by Pavel Begunkov · 5 years ago
  30. 5ea6216 io_uring: don't call work.func from sync ctx by Pavel Begunkov · 5 years ago
  31. e441d1c io_uring: io_accept() should hold on to submit reference on retry by Jens Axboe · 5 years ago
  32. 29de5f6 io_uring: consider any io_read/write -EAGAIN as final by Jens Axboe · 5 years ago
  33. 80ad894 io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL by Pavel Begunkov · 5 years ago
  34. fc04c39 io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation by Pavel Begunkov · 5 years ago
  35. e708698 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  36. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 5 years ago
  37. 6c5d911 jbd2: fix data races at struct journal_head by Qian Cai · 5 years ago
  38. 74dea5d Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  39. bfeb4f9 Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
  40. d876836 io_uring: fix 32-bit compatability with sendmsg/recvmsg by Jens Axboe · 5 years ago
  41. bebdb65 io_uring: define and set show_fdinfo only if procfs is enabled by Tobias Klauser · 5 years ago
  42. dd3db2a io_uring: drop file set ref put/get on switch by Jens Axboe · 5 years ago
  43. 3a90159 io_uring: import_single_range() returns 0/-ERROR by Jens Axboe · 5 years ago
  44. 2a44f46 io_uring: pick up link work on submit reference drop by Jens Axboe · 5 years ago
  45. 0dda2dd zonefs: select FS_IOMAP by Johannes Thumshirn · 5 years ago
  46. 7c69eb8 zonefs: fix IOCB_NOWAIT handling by Christoph Hellwig · 5 years ago
  47. 2d141dd io-wq: ensure work->task_pid is cleared on init by Jens Axboe · 5 years ago
  48. 3030fd4 io-wq: remove spin-for-work optimization by Jens Axboe · 5 years ago
  49. bdcd3ea io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL by Xiaoguang Wang · 5 years ago
  50. 41726c9 io_uring: fix personality idr leak by Jens Axboe · 5 years ago
  51. 193155c io_uring: handle multiple personalities in link chains by Jens Axboe · 5 years ago
  52. d2eee25 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  53. a3163ca Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  54. b88025e Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  55. c7849be io_uring: fix __io_iopoll_check deadlock in io_sq_thread by Xiaoguang Wang · 5 years ago
  56. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 5 years ago
  57. 8eedabf jbd2: fix ocfs2 corrupt when clearing block group bits by wangyan · 5 years ago
  58. cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 5 years ago
  59. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 5 years ago
  60. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 5 years ago
  61. 7143b5a io_uring: prevent sq_thread from spinning when it should stop by Stefano Garzarella · 5 years ago
  62. a5ae50d Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof by Filipe Manana · 5 years ago
  63. df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 5 years ago
  64. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 5 years ago
  65. 9424ef5 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 5 years ago
  66. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
  67. 929a3af io_uring: fix use-after-free by io_cleanup_req() by Pavel Begunkov · 5 years ago
  68. e75fd33 Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents by Filipe Manana · 5 years ago
  69. b778cf9 btrfs: fix bytes_may_use underflow in prealloc error condtition by Josef Bacik · 5 years ago
  70. bd72717 btrfs: handle logged extent failure properly by Josef Bacik · 5 years ago
  71. 1e90315 btrfs: do not check delayed items are empty for single transaction cleanup by Josef Bacik · 5 years ago
  72. 315bf8e btrfs: reset fs_root to NULL on error in open_ctree by Josef Bacik · 5 years ago
  73. 81f7eb0 btrfs: destroy qgroup extent records on transaction abort by Jeff Mahoney · 5 years ago
  74. 6551d5c pipe: make sure to wake up everybody when the last reader/writer closes by Linus Torvalds · 5 years ago
  75. 297a31e io_uring: remove unnecessary NULL checks by Dan Carpenter · 5 years ago
  76. b1da3ac Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 5 years ago
  77. eaea294 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  78. 52e29e3 btrfs: don't set path->leave_spinning for truncate by Josef Bacik · 5 years ago
  79. 713db35 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  80. 288b27a0 Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  81. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  82. 7fbeb95 io_uring: add missing io_req_cancelled() by Pavel Begunkov · 5 years ago
  83. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 5 years ago
  84. 829e694 Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  85. cf556ed Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  86. ca60ad6 Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  87. 2c2a755 ecryptfs: replace BUG_ON with error handling code by Aditya Pakki · 5 years ago
  88. f8e48a8 eCryptfs: Replace deactivated email address by Tyler Hicks · 5 years ago
  89. 85db6b7 cifs: make sure we do not overflow the max EA buffer size by Ronnie Sahlberg · 5 years ago
  90. 2c6251a cifs: enable change notification for SMB2.1 dialect by Steve French · 5 years ago
  91. 2ca1025 io_uring: prune request from overflow list on flush by Jens Axboe · 5 years ago
  92. 5d63944 NFSv4: Ensure the delegation cred is pinned when we call delegreturn by Trond Myklebust · 5 years ago
  93. 8c75593 NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation() by Trond Myklebust · 5 years ago
  94. cd1b659 NFSv4.1 make cachethis=no for writes by Olga Kornievskaia · 5 years ago
  95. c96dcee jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 5 years ago
  96. 6a66a7d jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 5 years ago
  97. af133ad ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 5 years ago
  98. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 5 years ago
  99. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  100. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago