开源镜像站
帮助
动态
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-01-20
io_uring: remove 'fname' from io_open structure
Jens Axboe
2020-01-20
io_uring: add 'struct open_how' to the openat request context
Jens Axboe
2020-01-20
io_uring: enable option to only trigger eventfd for async completions
Jens Axboe
2020-01-20
io_uring: change io_ring_ctx bool fields into bit fields
Jens Axboe
2020-01-20
io_uring: file set registration should use interruptible waits
Jens Axboe
2020-01-20
io_uring: Remove unnecessary null check
YueHaibing
2020-01-20
io_uring: add support for send(2) and recv(2)
Jens Axboe
2020-01-20
io_uring: remove extra io_wq_current_is_worker()
Pavel Begunkov
2020-01-20
io_uring: optimise commit_sqring() for common case
Pavel Begunkov
2020-01-20
io_uring: optimise head checks in io_get_sqring()
Pavel Begunkov
2020-01-20
io_uring: clamp to_submit in io_submit_sqes()
Pavel Begunkov
2020-01-20
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
2020-01-20
io_uring: extend batch freeing to cover more cases
Jens Axboe
2020-01-20
io_uring: wrap multi-req freeing in struct req_batch
Jens Axboe
2020-01-20
io_uring: batch getting pcpu references
Pavel Begunkov
2020-01-20
io_uring: add IORING_OP_MADVISE
Jens Axboe
2020-01-20
io_uring: add IORING_OP_FADVISE
Jens Axboe
2020-01-20
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
2020-01-20
io_uring: add non-vectored read/write commands
Jens Axboe
2020-01-20
io_uring: improve poll completion performance
Jens Axboe
2020-01-20
io_uring: split overflow state into SQ and CQ side
Jens Axboe
2020-01-20
io_uring: add lookup table for various opcode needs
Jens Axboe
2020-01-20
io_uring: remove two unnecessary function declarations
Jens Axboe
2020-01-20
io_uring: move *queue_link_head() from common path
Pavel Begunkov
2020-01-20
io_uring: rename prev to head
Pavel Begunkov
2020-01-20
io_uring: add IOSQE_ASYNC
Jens Axboe
2020-01-20
io-wq: support concurrent non-blocking work
Jens Axboe
2020-01-20
io_uring: add support for IORING_OP_STATX
Jens Axboe
2020-01-20
fs: make two stat prep helpers available
Jens Axboe
2020-01-20
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
2020-01-20
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
2020-01-20
io-wq: add support for uncancellable work
Jens Axboe
2020-01-20
fs: move filp_close() outside of __close_fd_get_file()
Jens Axboe
2020-01-20
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
2020-01-20
fs: make build_open_flags() available internally
Jens Axboe
2020-01-20
io_uring: add support for fallocate()
Jens Axboe
2020-01-20
Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs
Jens Axboe
2020-01-20
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
2020-01-19
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jens Axboe
2020-01-18
open: introduce openat2(2) syscall
Aleksa Sarai
2020-01-17
Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-17
Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-01-17
Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-01-17
btrfs: check rw_devices, not num_devices for balance
Josef Bacik
2020-01-17
Btrfs: always copy scrub arguments back to user space
Filipe Manana
2020-01-16
io_uring: only allow submit from owning task
Jens Axboe
2020-01-16
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
2020-01-15
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
2020-01-15
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
2020-01-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
[next]