index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2019-12-20
io_uring: standardize the prep methods
Jens Axboe
2019-12-20
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
Jens Axboe
2019-12-20
io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler
Jens Axboe
2019-12-20
io_uring: move all prep state for IORING_OP_CONNECT to prep handler
Jens Axboe
2019-12-20
io_uring: add and use struct io_rw for read/writes
Jens Axboe
2019-12-20
io_uring: use u64_to_user_ptr() consistently
Jens Axboe
2019-12-18
io_uring: io_wq_submit_work() should not touch req->rw
Jens Axboe
2019-12-18
io_uring: don't wait when under-submitting
Pavel Begunkov
2019-12-17
io_uring: warn about unhandled opcode
Jens Axboe
2019-12-17
io_uring: read opcode and user_data from SQE exactly once
Jens Axboe
2019-12-17
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
Jens Axboe
2019-12-17
io_uring: make IORING_OP_CANCEL_ASYNC deferrable
Jens Axboe
2019-12-17
io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
Jens Axboe
2019-12-17
io_uring: make HARDLINK imply LINK
Pavel Begunkov
2019-12-17
io_uring: any deferred command must have stable sqe data
Jens Axboe
2019-12-17
io_uring: remove 'sqe' parameter to the OP helpers that take it
Jens Axboe
2019-12-17
io_uring: fix pre-prepped issue with force_nonblock == true
Jens Axboe
2019-12-17
io-wq: re-add io_wq_current_is_worker()
Jens Axboe
2019-12-15
io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
Jens Axboe
2019-12-15
io_uring: fix stale comment and a few typos
Brian Gianforcaro
2019-12-13
Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-12-13
Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-12
Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-12-11
Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-12-11
io_uring: ensure we return -EINVAL on unknown opcode
Jens Axboe
2019-12-11
Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-12-11
pipe: simplify signal handling in pipe_read() and add comments
Linus Torvalds
2019-12-11
afs: Show volume name in /proc/net/afs/<cell>/volumes
David Howells
2019-12-11
afs: Fix missing cell comparison in afs_test_super()
David Howells
2019-12-11
afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP
David Howells
2019-12-11
afs: Fix mountpoint parsing
David Howells
2019-12-10
io_uring: add sockets to list of files that support non-blocking issue
Jens Axboe
2019-12-10
io_uring: only hash regular files for async work execution
Jens Axboe
2019-12-10
io_uring: run next sqe inline if possible
Jens Axboe
2019-12-10
io_uring: don't dynamically allocate poll data
Jens Axboe
2019-12-10
io_uring: deferred send/recvmsg should assign iov
Jens Axboe
2019-12-10
io_uring: sqthread should grab ctx->uring_lock for submissions
Jens Axboe
2019-12-10
io-wq: briefly spin for new work after finishing work
Jens Axboe
2019-12-10
io-wq: remove worker->wait waitqueue
Jens Axboe
2019-12-10
io_uring: allow unbreakable links
Jens Axboe
2019-12-09
ceph: add more debug info when decoding mdsmap
Xiubo Li
2019-12-09
ceph: switch to global cap helper
Xiubo Li
2019-12-09
ceph: trigger the reclaim work once there has enough pending caps
Xiubo Li
2019-12-09
ceph: show tasks waiting on caps in debugfs caps file
Jeff Layton
2019-12-09
ceph: convert int fields in ceph_mount_options to unsigned int
Jeff Layton
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
btrfs: add Kconfig dependency for BLAKE2B
David Sterba
2019-12-09
afs: Fix SELinux setting security label on /afs
David Howells
2019-12-09
afs: Fix afs_find_server lookups for ipv4 peers
Marc Dionne
2019-12-08
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
[next]