开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
2020-12-09
io_uring: only plug when appropriate
Jens Axboe
2020-12-09
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
2020-12-09
io_uring: link requests with singly linked list
Pavel Begunkov
2020-12-09
io_uring: track link timeout's master explicitly
Pavel Begunkov
2020-12-09
io_uring: track link's head and tail during submit
Pavel Begunkov
2020-12-09
io_uring: split poll and poll_remove structs
Pavel Begunkov
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2020-12-09
fs: make do_renameat2() take struct filename
Jens Axboe
2020-12-09
io_uring: enable file table usage for SQPOLL rings
Jens Axboe
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2020-11-23
io_uring: add support for shutdown(2)
Jens Axboe
2020-11-23
io_uring: allow SQPOLL with CAP_SYS_NICE privileges
Jens Axboe
2020-11-22
Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-11-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-11-22
Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-11-22
afs: Fix speculative status fetch going out of order wrt to modifications
David Howells
2020-11-22
libfs: fix error cast of negative value in simple_attr_write()
Yicong Yang
2020-11-21
Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-11-21
Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-11-20
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-19
ext4: fix bogus warning in ext4_update_dx_flag()
Jan Kara
2020-11-19
jbd2: fix kernel-doc markups
Mauro Carvalho Chehab
2020-11-19
xfs: revert "xfs: fix rmap key and record comparison functions"
Darrick J. Wong
2020-11-19
ext4: drop fast_commit from /proc/mounts
Theodore Ts'o
2020-11-19
xfs: don't allow NOWAIT DIO across extent boundaries
Dave Chinner
2020-11-18
xfs: return corresponding errcode if xfs_initialize_perag() fail
Yu Kuai
2020-11-18
xfs: ensure inobt record walks always make forward progress
Darrick J. Wong
2020-11-18
xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
Gao Xiang
2020-11-18
xfs: directory scrub should check the null bestfree entries too
Darrick J. Wong
2020-11-18
xfs: strengthen rmap record flags checking
Darrick J. Wong
2020-11-18
xfs: fix the minrecs logic when dealing with inode root child blocks
Darrick J. Wong
2020-11-18
gfs2: Fix regression in freeze_go_sync
Bob Peterson
2020-11-18
io_uring: order refnode recycling
Pavel Begunkov
2020-11-18
io_uring: get an active ref_node from files_data
Pavel Begunkov
[next]