1. af9c1a4 io_uring: process task work in io_uring_register() by Jens Axboe · 4 years, 3 months ago
  2. 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 3 months ago
  3. de29393 io_uring: improve registered buffer accounting for huge pages by Jens Axboe · 4 years, 3 months ago
  4. 14db841 io_uring: remove unneeded semicolon by Zheng Bin · 4 years, 4 months ago
  5. e95eee2 io_uring: cap SQ submit size for SQPOLL with multiple rings by Jens Axboe · 4 years, 4 months ago
  6. e8c2bc1 io_uring: get rid of req->io/io_async_ctx union by Jens Axboe · 4 years, 5 months ago
  7. 4be1c61 io_uring: kill extra user_bufs check by Pavel Begunkov · 4 years, 4 months ago
  8. ab0b196 io_uring: fix overlapped memcpy in io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  9. afb8765 io_uring: refactor io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  10. f4bff10 io_uring: simplify io_rw_prep_async() by Pavel Begunkov · 4 years, 4 months ago
  11. 9055420 io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits by Jens Axboe · 4 years, 4 months ago
  12. 738277a io_uring: mark io_uring_fops/io_op_defs as __read_mostly by Jens Axboe · 4 years, 4 months ago
  13. aa06165 io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too by Jens Axboe · 4 years, 4 months ago
  14. 69fb213 io_uring: base SQPOLL handling off io_sq_data by Jens Axboe · 4 years, 4 months ago
  15. 534ca6d io_uring: split SQPOLL data into separate structure by Jens Axboe · 4 years, 4 months ago
  16. c8d1ba5 io_uring: split work handling part of SQPOLL into helper by Jens Axboe · 4 years, 4 months ago
  17. 3f0e64d io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler by Jens Axboe · 4 years, 4 months ago
  18. 6a77938 io_uring: use private ctx wait queue entries for SQPOLL by Jens Axboe · 4 years, 4 months ago
  19. e35afcf io_uring: io_sq_thread() doesn't need to flush signals by Jens Axboe · 4 years, 4 months ago
  20. 95da846 io_wq: Make io_wqe::lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 4 months ago
  21. 7e84e1c io_uring: allow disabling rings during the creation by Stefano Garzarella · 4 years, 4 months ago
  22. 21b55db io_uring: add IOURING_REGISTER_RESTRICTIONS opcode by Stefano Garzarella · 4 years, 4 months ago
  23. 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 3 months ago
  24. 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
  25. e6c8aa9 io_uring: enable task/files specific overflow flushing by Jens Axboe · 4 years, 3 months ago
  26. 76e1b64 io_uring: return cancelation status from poll/timeout/files handlers by Jens Axboe · 4 years, 3 months ago
  27. e3bc8e9 io_uring: unconditionally grab req->task by Jens Axboe · 4 years, 3 months ago
  28. 2aede0e io_uring: stash ctx task reference for SQPOLL by Jens Axboe · 4 years, 4 months ago
  29. f573d38 io_uring: move dropping of files into separate helper by Jens Axboe · 4 years, 3 months ago
  30. f3606e3 io_uring: allow timeout/poll/files killing to take task into account by Jens Axboe · 4 years, 3 months ago
  31. 0f07889 Merge branch 'io_uring-5.9' into for-5.10/io_uring by Jens Axboe · 4 years, 3 months ago
  32. c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 3 months ago
  33. fb0155a Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 3 months ago
  34. fad8e0d io_uring: fix potential ABBA deadlock in ->show_fdinfo() by Jens Axboe · 4 years, 3 months ago
  35. 8706e04 io_uring: always delete double poll wait entry on match by Jens Axboe · 4 years, 3 months ago
  36. 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  37. f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 3 months ago
  38. 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 3 months ago
  39. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 3 months ago
  40. bffac4b Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 3 months ago
  41. 805c6d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  42. 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  43. b5ddcff btrfs: fix put of uninitialized kobject after seed device delete by Anand Jain · 4 years, 4 months ago
  44. 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 3 months ago
  45. 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 3 months ago
  46. f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 4 months ago
  47. 8f3d749 io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there by Jens Axboe · 4 years, 4 months ago
  48. 35be885 btrfs: fix overflow when copying corrupt csums for a message by Johannes Thumshirn · 4 years, 3 months ago
  49. 9ca48e2 fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototype by Tobias Klauser · 4 years, 3 months ago
  50. b9df46d pNFS/flexfiles: Be consistent about mirror index types by Trond Myklebust · 4 years, 3 months ago
  51. ee15c7b pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read by Trond Myklebust · 4 years, 3 months ago
  52. 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 3 months ago
  53. 16abd2a NFSv4.2: fix client's attribute cache management for copy_file_range by Olga Kornievskaia · 4 years, 3 months ago
  54. d33030e nfs: Fix security label length not being reset by Jeffrey Mitchell · 4 years, 3 months ago
  55. fc4f28b Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  56. 6200b0a io_uring: don't run task work on an exiting task by Jens Axboe · 4 years, 4 months ago
  57. 87ceb6a io_uring: drop 'ctx' ref on task work cancelation by Jens Axboe · 4 years, 4 months ago
  58. 1c78544 btrfs: fix wrong address when faulting in pages in the search ioctl by Filipe Manana · 4 years, 4 months ago
  59. 202700e1 io_uring: grab any needed state during defer prep by Jens Axboe · 4 years, 4 months ago
  60. 20a7b6b Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 4 months ago
  61. edf6b0e Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  62. 5a3c558 Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
  63. 581cb3a Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 4 months ago
  64. ab29a80 Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 4 months ago
  65. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 4 months ago
  66. e2cab03 f2fs: fix indefinite loop scanning for free nid by Sahitya Tummala · 4 years, 4 months ago
  67. 123aaf7 f2fs: Fix type of section block count variables by Shin'ichiro Kawasaki · 4 years, 4 months ago
  68. 2d892cc btrfs: fix NULL pointer dereference after failure to create snapshot by Filipe Manana · 4 years, 4 months ago
  69. 9e3aa80 btrfs: free data reloc tree on failed mount by Josef Bacik · 4 years, 4 months ago
  70. ea57788 btrfs: require only sector size alignment for parent eb bytenr by Qu Wenruo · 4 years, 4 months ago
  71. fccc000 btrfs: fix lockdep splat in add_missing_dev by Josef Bacik · 4 years, 4 months ago
  72. 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 4 months ago
  73. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  74. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 4 months ago
  75. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 4 months ago
  76. 9322c47 Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 4 months ago
  77. b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 4 months ago
  78. 1ef6ea0 ext2: don't update mtime on COW faults by Mikulas Patocka · 4 years, 4 months ago
  79. c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 4 months ago
  80. 644c9f4 NFS: Zero-stateid SETATTR should first return delegation by Chuck Lever · 4 years, 4 months ago
  81. d849ca4 Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  82. e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 5 months ago
  83. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  84. 26acd8b Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  85. d0c20d3 xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files by Darrick J. Wong · 4 years, 4 months ago
  86. e1d0126 Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 4 months ago
  87. 54e54d5 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 4 months ago
  88. 355afae io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file by Jens Axboe · 4 years, 4 months ago
  89. 77f4689 fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 4 months ago
  90. 95d1c8e io_uring: set table->files[i] to NULL when io_sqe_file_register failed by Jiufei Xue · 4 years, 4 months ago
  91. dcdfd9c Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  92. 98dfd50 io_uring: fix removing the wrong file in __io_sqe_files_update() by Jiufei Xue · 4 years, 4 months ago
  93. d3a84a8 affs: fix basic permission bits to actually work by Max Staudt · 4 years, 4 months ago
  94. 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
  95. 1127b21 Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 4 months ago
  96. 24148d8 Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  97. e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 4 months ago
  98. 40129b8 Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 4 months ago
  99. b0bfd5ec Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
  100. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 4 months ago