index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
99
-595
/
+849
|
\
|
*
aio: sanitize the limit checking in io_submit(2)
Al Viro
2018-05-29
1
-8
/
+6
|
*
aio: fold do_io_submit() into callers
Al Viro
2018-05-29
1
-54
/
+45
|
*
aio: shift copyin of iocb into io_submit_one()
Al Viro
2018-05-29
1
-24
/
+22
|
*
aio_read_events_ring(): make a bit more readable
Al Viro
2018-05-29
1
-4
/
+3
|
*
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...
Al Viro
2018-05-29
1
-14
/
+12
|
*
aio: take list removal to (some) callers of aio_complete()
Al Viro
2018-05-29
1
-17
/
+21
|
*
aio: add missing break for the IOCB_CMD_FDSYNC case
Christoph Hellwig
2018-05-28
1
-0
/
+1
|
*
random: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-13
/
+16
|
*
timerfd: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-11
/
+11
|
*
eventfd: switch to ->poll_mask
Christoph Hellwig
2018-05-26
1
-4
/
+11
|
*
pipe: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-9
/
+13
|
*
crypto: af_alg: convert to ->poll_mask
Christoph Hellwig
2018-05-26
4
-16
/
+8
|
*
net/rxrpc: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-7
/
+3
|
*
net/iucv: convert to ->poll_mask
Christoph Hellwig
2018-05-26
2
-7
/
+2
|
*
net/phonet: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-5
/
+2
|
*
net/nfc: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-6
/
+3
|
*
net/caif: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-8
/
+4
|
*
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
2018-05-26
5
-9
/
+6
|
*
net/sctp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
4
-7
/
+4
|
*
net/tipc: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-9
/
+5
|
*
net/vmw_vsock: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-13
/
+6
|
*
net/atm: convert to ->poll_mask
Christoph Hellwig
2018-05-26
4
-11
/
+6
|
*
net/dccp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
4
-15
/
+5
|
*
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2018-05-26
31
-59
/
+52
|
*
net/unix: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-19
/
+11
|
*
net/tcp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
4
-21
/
+9
|
*
net: remove sock_no_poll
Christoph Hellwig
2018-05-26
10
-17
/
+0
|
*
net: add support for ->poll_mask in proto_ops
Christoph Hellwig
2018-05-26
2
-5
/
+44
|
*
net: refactor socket_poll
Christoph Hellwig
2018-05-26
2
-17
/
+19
|
*
aio: try to complete poll iocbs without context switch
Christoph Hellwig
2018-05-26
1
-3
/
+17
|
*
aio: implement IOCB_CMD_POLL
Christoph Hellwig
2018-05-26
2
-5
/
+135
|
*
aio: simplify cancellation
Christoph Hellwig
2018-05-26
1
-42
/
+6
|
*
aio: simplify KIOCB_KEY handling
Christoph Hellwig
2018-05-26
2
-9
/
+7
|
*
fs: introduce new ->get_poll_head and ->poll_mask methods
Christoph Hellwig
2018-05-26
5
-7
/
+50
|
*
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
2018-05-26
9
-38
/
+32
|
*
fs: update documentation to mention __poll_t and match the code
Christoph Hellwig
2018-05-26
2
-2
/
+2
|
*
fs: cleanup do_pollfd
Christoph Hellwig
2018-05-26
1
-25
/
+23
|
*
fs: unexport poll_schedule_timeout
Christoph Hellwig
2018-05-26
2
-4
/
+1
|
*
uapi: turn __poll_t sparse checks on by default
Christoph Hellwig
2018-05-26
1
-4
/
+0
|
*
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Christoph Hellwig
2018-05-26
26
-120
/
+153
|
|
\
|
*
|
aio: implement io_pgetevents
Christoph Hellwig
2018-05-02
8
-11
/
+130
|
*
|
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
Christoph Hellwig
2018-05-02
1
-0
/
+43
|
*
|
aio: refactor read/write iocb setup
Christoph Hellwig
2018-05-02
1
-69
/
+92
|
*
|
aio: remove the extra get_file/fput pair in io_submit_one
Christoph Hellwig
2018-05-02
1
-9
/
+16
|
*
|
aio: sanitize ki_list handling
Christoph Hellwig
2018-05-02
1
-7
/
+6
|
*
|
aio: remove an outdated BUG_ON and comment in aio_complete
Christoph Hellwig
2018-05-02
1
-9
/
+0
|
*
|
aio: don't print the page size at boot time
Christoph Hellwig
2018-05-02
1
-3
/
+0
*
|
|
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-06-04
26
-451
/
+293
|
\
\
\
|
*
|
|
switch the rest of procfs lookups to d_splice_alias()
Al Viro
2018-05-26
2
-5
/
+13
[next]