index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
aio: sanitize the limit checking in io_submit(2)
Al Viro
2018-05-30
1
-8
/
+6
*
aio: fold do_io_submit() into callers
Al Viro
2018-05-30
1
-54
/
+45
*
aio: shift copyin of iocb into io_submit_one()
Al Viro
2018-05-30
1
-24
/
+22
*
aio_read_events_ring(): make a bit more readable
Al Viro
2018-05-30
1
-4
/
+3
*
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...
Al Viro
2018-05-30
1
-14
/
+12
*
aio: take list removal to (some) callers of aio_complete()
Al Viro
2018-05-30
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
|
\
|
*
fix io_destroy()/aio_complete() race
Al Viro
2018-05-24
1
-2
/
+1
|
*
aio: fix io_destroy(2) vs. lookup_ioctx() race
Al Viro
2018-05-21
1
-2
/
+2
|
*
ext2: fix a block leak
Al Viro
2018-05-21
1
-10
/
+0
|
*
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
2018-05-21
1
-0
/
+22
|
*
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
2018-05-21
1
-0
/
+10
|
*
unfuck sysfs_mount()
Al Viro
2018-05-21
1
-3
/
+3
|
*
kernfs: deal with kernfs_fill_super() failures
Al Viro
2018-05-21
1
-0
/
+1
|
*
cramfs: Fix IS_ENABLED typo
Joe Perches
2018-05-21
1
-1
/
+1
|
*
befs_lookup(): use d_splice_alias()
Al Viro
2018-05-21
1
-12
/
+5
|
*
affs_lookup: switch to d_splice_alias()
Al Viro
2018-05-21
1
-6
/
+5
[next]