- af9c1a4 io_uring: process task work in io_uring_register() by Jens Axboe · 4 years, 3 months ago
- 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 3 months ago
- de29393 io_uring: improve registered buffer accounting for huge pages by Jens Axboe · 4 years, 3 months ago
- 14db841 io_uring: remove unneeded semicolon by Zheng Bin · 4 years, 4 months ago
- e95eee2 io_uring: cap SQ submit size for SQPOLL with multiple rings by Jens Axboe · 4 years, 4 months ago
- e8c2bc1 io_uring: get rid of req->io/io_async_ctx union by Jens Axboe · 4 years, 5 months ago
- 4be1c61 io_uring: kill extra user_bufs check by Pavel Begunkov · 4 years, 4 months ago
- ab0b196 io_uring: fix overlapped memcpy in io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
- afb8765 io_uring: refactor io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
- f4bff10 io_uring: simplify io_rw_prep_async() by Pavel Begunkov · 4 years, 4 months ago
- 9055420 io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits by Jens Axboe · 4 years, 4 months ago
- 738277a io_uring: mark io_uring_fops/io_op_defs as __read_mostly by Jens Axboe · 4 years, 4 months ago
- aa06165 io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too by Jens Axboe · 4 years, 4 months ago
- 69fb213 io_uring: base SQPOLL handling off io_sq_data by Jens Axboe · 4 years, 4 months ago
- 534ca6d io_uring: split SQPOLL data into separate structure by Jens Axboe · 4 years, 4 months ago
- c8d1ba5 io_uring: split work handling part of SQPOLL into helper by Jens Axboe · 4 years, 4 months ago
- 3f0e64d io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler by Jens Axboe · 4 years, 4 months ago
- 6a77938 io_uring: use private ctx wait queue entries for SQPOLL by Jens Axboe · 4 years, 4 months ago
- e35afcf io_uring: io_sq_thread() doesn't need to flush signals by Jens Axboe · 4 years, 4 months ago
- 95da846 io_wq: Make io_wqe::lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 4 months ago
- 7e84e1c io_uring: allow disabling rings during the creation by Stefano Garzarella · 4 years, 4 months ago
- 21b55db io_uring: add IOURING_REGISTER_RESTRICTIONS opcode by Stefano Garzarella · 4 years, 4 months ago
- 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 3 months ago
- 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
- e6c8aa9 io_uring: enable task/files specific overflow flushing by Jens Axboe · 4 years, 3 months ago
- 76e1b64 io_uring: return cancelation status from poll/timeout/files handlers by Jens Axboe · 4 years, 3 months ago
- e3bc8e9 io_uring: unconditionally grab req->task by Jens Axboe · 4 years, 3 months ago
- 2aede0e io_uring: stash ctx task reference for SQPOLL by Jens Axboe · 4 years, 4 months ago
- f573d38 io_uring: move dropping of files into separate helper by Jens Axboe · 4 years, 3 months ago
- f3606e3 io_uring: allow timeout/poll/files killing to take task into account by Jens Axboe · 4 years, 3 months ago
- 0f07889 Merge branch 'io_uring-5.9' into for-5.10/io_uring by Jens Axboe · 4 years, 3 months ago
- c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 3 months ago
- 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
- fad8e0d io_uring: fix potential ABBA deadlock in ->show_fdinfo() by Jens Axboe · 4 years, 3 months ago
- 8706e04 io_uring: always delete double poll wait entry on match by Jens Axboe · 4 years, 3 months ago
- 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
- f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 3 months ago
- 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 3 months ago
- f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 3 months ago
- 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
- 805c6d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- 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
- b5ddcff btrfs: fix put of uninitialized kobject after seed device delete by Anand Jain · 4 years, 4 months ago
- 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 3 months ago
- 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 3 months ago
- f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 4 months ago
- 8f3d749 io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there by Jens Axboe · 4 years, 4 months ago
- 35be885 btrfs: fix overflow when copying corrupt csums for a message by Johannes Thumshirn · 4 years, 3 months ago
- 9ca48e2 fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototype by Tobias Klauser · 4 years, 3 months ago
- b9df46d pNFS/flexfiles: Be consistent about mirror index types by Trond Myklebust · 4 years, 3 months ago
- ee15c7b pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read by Trond Myklebust · 4 years, 3 months ago
- 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 3 months ago
- 16abd2a NFSv4.2: fix client's attribute cache management for copy_file_range by Olga Kornievskaia · 4 years, 3 months ago
- d33030e nfs: Fix security label length not being reset by Jeffrey Mitchell · 4 years, 3 months ago
- 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
- 6200b0a io_uring: don't run task work on an exiting task by Jens Axboe · 4 years, 4 months ago
- 87ceb6a io_uring: drop 'ctx' ref on task work cancelation by Jens Axboe · 4 years, 4 months ago
- 1c78544 btrfs: fix wrong address when faulting in pages in the search ioctl by Filipe Manana · 4 years, 4 months ago
- 202700e1 io_uring: grab any needed state during defer prep by Jens Axboe · 4 years, 4 months ago
- 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
- 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
- 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
- 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
- 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
- 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 4 months ago
- e2cab03 f2fs: fix indefinite loop scanning for free nid by Sahitya Tummala · 4 years, 4 months ago
- 123aaf7 f2fs: Fix type of section block count variables by Shin'ichiro Kawasaki · 4 years, 4 months ago
- 2d892cc btrfs: fix NULL pointer dereference after failure to create snapshot by Filipe Manana · 4 years, 4 months ago
- 9e3aa80 btrfs: free data reloc tree on failed mount by Josef Bacik · 4 years, 4 months ago
- ea57788 btrfs: require only sector size alignment for parent eb bytenr by Qu Wenruo · 4 years, 4 months ago
- fccc000 btrfs: fix lockdep splat in add_missing_dev by Josef Bacik · 4 years, 4 months ago
- 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 4 months ago
- 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
- c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 4 months ago
- b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 4 months ago
- 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
- b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 4 months ago
- 1ef6ea0 ext2: don't update mtime on COW faults by Mikulas Patocka · 4 years, 4 months ago
- c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 4 months ago
- 644c9f4 NFS: Zero-stateid SETATTR should first return delegation by Chuck Lever · 4 years, 4 months ago
- 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
- e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 5 months ago
- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- 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
- d0c20d3 xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files by Darrick J. Wong · 4 years, 4 months ago
- 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
- 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
- 355afae io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file by Jens Axboe · 4 years, 4 months ago
- 77f4689 fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 4 months ago
- 95d1c8e io_uring: set table->files[i] to NULL when io_sqe_file_register failed by Jiufei Xue · 4 years, 4 months ago
- 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
- 98dfd50 io_uring: fix removing the wrong file in __io_sqe_files_update() by Jiufei Xue · 4 years, 4 months ago
- d3a84a8 affs: fix basic permission bits to actually work by Max Staudt · 4 years, 4 months ago
- 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
- 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
- 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
- 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
- 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
- b0bfd5ec Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
- e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 4 months ago