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