index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
mpage.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
aio: mark __aio_sigset::sigmask const
Avi Kivity
1
-1
/
+1
2018-06-04
fs: aio ioprio use ioprio_check_cap ret val
Adam Manzanares
1
-2
/
+2
2018-06-04
fs: aio ioprio add explicit block layer dependence
Adam Manzanares
1
-0
/
+7
2018-05-31
fs: iomap dio set bio prio from kiocb prio
Adam Manzanares
1
-0
/
+1
2018-05-31
fs: blkdev set bio prio from kiocb prio
Adam Manzanares
1
-0
/
+2
2018-05-31
fs: Add aio iopriority support
Adam Manzanares
4
-0
/
+23
2018-05-31
fs: Convert kiocb rw_hint from enum to u16
Adam Manzanares
2
-3
/
+12
2018-05-31
block: add ioprio_check_cap function
Adam Manzanares
2
-6
/
+18
2018-05-30
aio: sanitize the limit checking in io_submit(2)
Al Viro
1
-8
/
+6
2018-05-30
aio: fold do_io_submit() into callers
Al Viro
1
-54
/
+45
2018-05-30
aio: shift copyin of iocb into io_submit_one()
Al Viro
1
-24
/
+22
2018-05-30
aio_read_events_ring(): make a bit more readable
Al Viro
1
-4
/
+3
2018-05-30
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...
Al Viro
1
-14
/
+12
2018-05-30
aio: take list removal to (some) callers of aio_complete()
Al Viro
1
-17
/
+21
2018-05-28
aio: add missing break for the IOCB_CMD_FDSYNC case
Christoph Hellwig
1
-0
/
+1
2018-05-26
random: convert to ->poll_mask
Christoph Hellwig
1
-13
/
+16
2018-05-26
timerfd: convert to ->poll_mask
Christoph Hellwig
1
-11
/
+11
2018-05-26
eventfd: switch to ->poll_mask
Christoph Hellwig
1
-4
/
+11
2018-05-26
pipe: convert to ->poll_mask
Christoph Hellwig
1
-9
/
+13
2018-05-26
crypto: af_alg: convert to ->poll_mask
Christoph Hellwig
4
-16
/
+8
2018-05-26
net/rxrpc: convert to ->poll_mask
Christoph Hellwig
1
-7
/
+3
2018-05-26
net/iucv: convert to ->poll_mask
Christoph Hellwig
2
-7
/
+2
2018-05-26
net/phonet: convert to ->poll_mask
Christoph Hellwig
1
-5
/
+2
2018-05-26
net/nfc: convert to ->poll_mask
Christoph Hellwig
1
-6
/
+3
2018-05-26
net/caif: convert to ->poll_mask
Christoph Hellwig
1
-8
/
+4
2018-05-26
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
5
-9
/
+6
2018-05-26
net/sctp: convert to ->poll_mask
Christoph Hellwig
4
-7
/
+4
2018-05-26
net/tipc: convert to ->poll_mask
Christoph Hellwig
1
-9
/
+5
2018-05-26
net/vmw_vsock: convert to ->poll_mask
Christoph Hellwig
1
-13
/
+6
2018-05-26
net/atm: convert to ->poll_mask
Christoph Hellwig
4
-11
/
+6
2018-05-26
net/dccp: convert to ->poll_mask
Christoph Hellwig
4
-15
/
+5
2018-05-26
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
31
-59
/
+52
2018-05-26
net/unix: convert to ->poll_mask
Christoph Hellwig
1
-19
/
+11
2018-05-26
net/tcp: convert to ->poll_mask
Christoph Hellwig
4
-21
/
+9
2018-05-26
net: remove sock_no_poll
Christoph Hellwig
10
-17
/
+0
2018-05-26
net: add support for ->poll_mask in proto_ops
Christoph Hellwig
2
-5
/
+44
2018-05-26
net: refactor socket_poll
Christoph Hellwig
2
-17
/
+19
2018-05-26
aio: try to complete poll iocbs without context switch
Christoph Hellwig
1
-3
/
+17
2018-05-26
aio: implement IOCB_CMD_POLL
Christoph Hellwig
2
-5
/
+135
2018-05-26
aio: simplify cancellation
Christoph Hellwig
1
-42
/
+6
2018-05-26
aio: simplify KIOCB_KEY handling
Christoph Hellwig
2
-9
/
+7
2018-05-26
fs: introduce new ->get_poll_head and ->poll_mask methods
Christoph Hellwig
5
-7
/
+50
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
9
-38
/
+32
2018-05-26
fs: update documentation to mention __poll_t and match the code
Christoph Hellwig
2
-2
/
+2
2018-05-26
fs: cleanup do_pollfd
Christoph Hellwig
1
-25
/
+23
2018-05-26
fs: unexport poll_schedule_timeout
Christoph Hellwig
2
-4
/
+1
2018-05-26
uapi: turn __poll_t sparse checks on by default
Christoph Hellwig
1
-4
/
+0
2018-05-24
fix io_destroy()/aio_complete() race
Al Viro
1
-2
/
+1
2018-05-21
aio: fix io_destroy(2) vs. lookup_ioctx() race
Al Viro
1
-2
/
+2
2018-05-21
ext2: fix a block leak
Al Viro
1
-10
/
+0
[next]