1. cf27f3b io_uring: optimise tctx node checks/alloc by Pavel Begunkov · 4 years, 5 months ago
  2. 33f993d io_uring: optimise io_uring_enter() by Pavel Begunkov · 4 years, 5 months ago
  3. 493f3b15 io_uring: don't take ctx refs in task_work handler by Pavel Begunkov · 4 years, 5 months ago
  4. 45ab03b io_uring: transform ret == 0 for poll cancelation completions by Jens Axboe · 4 years, 5 months ago
  5. b9b0e0d io_uring: correct comment on poll vs iopoll by Jens Axboe · 4 years, 5 months ago
  6. 7b29f92 io_uring: cache async and regular file state for fixed files by Jens Axboe · 4 years, 5 months ago
  7. d44f554 io_uring: don't check for io_uring_fops for fixed files by Jens Axboe · 4 years, 5 months ago
  8. c9dca27 io_uring: simplify io_sqd_update_thread_idle() by Pavel Begunkov · 4 years, 5 months ago
  9. abc54d6 io_uring: switch to atomic_t for io_kiocb reference count by Jens Axboe · 4 years, 5 months ago
  10. de9b4cc io_uring: wrap io_kiocb reference count manipulation in helpers by Jens Axboe · 4 years, 5 months ago
  11. 179ae0d io_uring: simplify io_resubmit_prep() by Pavel Begunkov · 4 years, 5 months ago
  12. b7e298d io_uring: merge defer_prep() and prep_async() by Pavel Begunkov · 4 years, 5 months ago
  13. 26f0505 io_uring: rethink def->needs_async_data by Pavel Begunkov · 4 years, 5 months ago
  14. 6cb7868 io_uring: untie alloc_async_data and needs_async_data by Pavel Begunkov · 4 years, 5 months ago
  15. 2e052d4 io_uring: refactor out send/recv async setup by Pavel Begunkov · 4 years, 5 months ago
  16. 8c3f9cd io_uring: use better types for cflags by Pavel Begunkov · 4 years, 5 months ago
  17. 9fb8cb4 io_uring: refactor provide/remove buffer locking by Pavel Begunkov · 4 years, 5 months ago
  18. f41db273 io_uring: add a helper failing not issued requests by Pavel Begunkov · 4 years, 5 months ago
  19. dafecf1 io_uring: further deduplicate file slot selection by Pavel Begunkov · 4 years, 5 months ago
  20. 2c4b8eb io_uring: reuse io_req_task_queue_fail() by Pavel Begunkov · 4 years, 5 months ago
  21. e83acd7 io_uring: avoid taking ctx refs for task-cancel by Pavel Begunkov · 4 years, 5 months ago
  22. 7d90072 Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  23. 53b74fa btrfs: zoned: move superblock logging zone location by Naohiro Aota · 4 years, 4 months ago
  24. adb2c41 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  25. 3b97843 Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  26. df41872 fs: direct-io: fix missing sdio->boundary by Jack Qiu · 4 years, 4 months ago
  27. 90bd070 ocfs2: fix deadlock between setattr and dio_end_io_write by Wengang Wang · 4 years, 4 months ago
  28. 17e7124 Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
  29. c60eb04 io-wq: cancel unbounded works on io-wq destroy by Pavel Begunkov · 4 years, 4 months ago
  30. 9728463 io_uring: fix rw req completion by Pavel Begunkov · 4 years, 4 months ago
  31. 4ea51e0e Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 4 months ago
  32. 035d806 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 4 months ago
  33. 6ad7f23 io_uring: clear F_REISSUE right after getting it by Pavel Begunkov · 4 years, 4 months ago
  34. 0fc9322 cifs: escape spaces in share names by Maciek Borzecki · 4 years, 4 months ago
  35. d135be0 fs: cifs: Remove unnecessary struct declaration by Wan Jiabing · 4 years, 4 months ago
  36. 4e456b3 cifs: On cifs_reconnect, resolve the hostname again. by Shyam Prasad N · 4 years, 4 months ago
  37. 4f0ed93 LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late by Al Viro · 4 years, 4 months ago
  38. 2d74366 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 4 months ago
  39. 7d01ef7 Make sure nd->path.mnt and nd->path.dentry are always valid pointers by Al Viro · 4 years, 4 months ago
  40. d83e98f Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  41. 8e29be3 Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 4 months ago
  42. e82ad48 io_uring: fix !CONFIG_BLOCK compilation failure by Jens Axboe · 4 years, 4 months ago
  43. d93a0d4 Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  44. 1faccb6 Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  45. 230d50d io_uring: move reissue into regular IO path by Jens Axboe · 4 years, 4 months ago
  46. f8b78ca block: don't ignore REQ_NOWAIT for direct IO by Pavel Begunkov · 4 years, 9 months ago
  47. 9b5b8722 file: fix close_range() for unshare+cloexec by Christian Brauner · 4 years, 4 months ago
  48. 07204f2 io_uring: fix EIOCBQUEUED iter revert by Pavel Begunkov · 4 years, 4 months ago
  49. 696ee88 io_uring/io-wq: protect against sprintf overflow by Pavel Begunkov · 4 years, 4 months ago
  50. 4b982bd io_uring: don't mark S_ISBLK async work as unbounded by Jens Axboe · 4 years, 4 months ago
  51. 5e46d1b reiserfs: update reiserfs_xattrs_initialized() condition by Tetsuo Handa · 4 years, 4 months ago
  52. 82734c5 io_uring: drop sqd lock before handling signals for SQPOLL by Jens Axboe · 4 years, 4 months ago
  53. 5152042 io_uring: handle setup-failed ctx in kill_timeouts by Pavel Begunkov · 4 years, 4 months ago
  54. 5a978dc io_uring: always go for cancellation spin on exec by Pavel Begunkov · 4 years, 4 months ago
  55. 81b1d39 Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
  56. b44d1dd Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  57. abed516 Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  58. 2b8ed1c io_uring: remove unsued assignment to pointer io by Colin Ian King · 4 years, 4 months ago
  59. 78d9d7c io_uring: don't cancel extra on files match by Pavel Begunkov · 4 years, 4 months ago
  60. 2482b58 io_uring: don't cancel-track common timeouts by Pavel Begunkov · 4 years, 4 months ago
  61. 80c4cbd io_uring: do post-completion chore on t-out cancel by Pavel Begunkov · 4 years, 4 months ago
  62. 1ee4160 io_uring: fix timeout cancel return code by Pavel Begunkov · 4 years, 4 months ago
  63. dbe1bdb io_uring: handle signals for IO threads like a normal thread by Jens Axboe · 4 years, 4 months ago
  64. cfc63fc smb3: fix cached file size problems in duplicate extents (reflink) by Steve French · 4 years, 4 months ago
  65. 219481a cifs: Silently ignore unknown oplock break handle by Vincent Whitchurch · 4 years, 5 months ago
  66. cee8f4f cifs: revalidate mapping when we open files for SMB1 POSIX by Ronnie Sahlberg · 4 years, 4 months ago
  67. 3bffbe9 cifs: Fix chmod with modefromsid when an older ACE already exists. by Shyam Prasad N · 4 years, 4 months ago
  68. 45a4546 cifs: Adjust key sizes and key generation routines for AES256 encryption by Shyam Prasad N · 4 years, 4 months ago
  69. 7f6c411 hostfs: fix memory handling in follow_link() by Al Viro · 4 years, 4 months ago
  70. 701c09c Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  71. 90b8749 io_uring: maintain CQE order of a failed link by Pavel Begunkov · 4 years, 4 months ago
  72. 0023224 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  73. ff132c5 gfs2: report "already frozen/thawed" errors by Bob Peterson · 4 years, 4 months ago
  74. 8b44ca2 squashfs: fix xattr id and id lookup sanity checks by Phillip Lougher · 4 years, 4 months ago
  75. c1b2028 squashfs: fix inode lookup sanity checks by Sean Nyekjaer · 4 years, 4 months ago
  76. f5d2d23 io-wq: fix race around pending work on teardown by Jens Axboe · 4 years, 4 months ago
  77. 8a9d2e1 Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 4 months ago
  78. bf1c82a cachefiles: do not yet allow on idmapped mounts by Christian Brauner · 4 years, 4 months ago
  79. a185f1d io_uring: do ctx sqd ejection in a clear context by Pavel Begunkov · 4 years, 4 months ago
  80. 75b6979 afs: Use wait_on_page_writeback_killable by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  81. 39f985c fs/cachefiles: Remove wait_bit_key layout dependency by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  82. 5116784 block: clear GD_NEED_PART_SCAN later in bdev_disk_changed by Chris Chiu · 4 years, 4 months ago
  83. d81269f io_uring: fix provide_buffers sign extension by Pavel Begunkov · 4 years, 5 months ago
  84. b65c128 io_uring: don't skip file_end_write() on reissue by Pavel Begunkov · 4 years, 4 months ago
  85. d07f1e8a io_uring: correct io_queue_async_work() traces by Pavel Begunkov · 4 years, 4 months ago
  86. d7f5f1b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
  87. 0b8cfa9 io_uring: don't use {test,clear}_tsk_thread_flag() for current by Jens Axboe · 4 years, 4 months ago
  88. 2c41fab Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  89. 5e3ddf9 Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  90. 0031275 io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL by Stefan Metzmacher · 4 years, 5 months ago
  91. 00ddff4 io-wq: ensure task is running before processing task_work by Jens Axboe · 4 years, 4 months ago
  92. 64395d9 ext4: initialize ret to suppress smatch warning by Theodore Ts'o · 4 years, 4 months ago
  93. 512c15e ext4: stop inode update before return by Pan Bian · 4 years, 7 months ago
  94. 8210bb2 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 4 years, 5 months ago
  95. 2a4ae3b ext4: fix timer use-after-free on failed mount by Jan Kara · 4 years, 5 months ago
  96. 7d8bd3c ext4: fix potential error in ext4_do_update_inode by Shijie Luo · 4 years, 5 months ago
  97. 6b22489 ext4: do not try to set xattr into ea_inode if value is empty by zhangyi (F) · 4 years, 5 months ago
  98. 5dccdc5 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 4 years, 5 months ago
  99. b7ff91f ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 4 years, 5 months ago
  100. bfdc4aa Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago