index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-26
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Christoph Hellwig
26
-120
/
+153
2018-05-23
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
2018-05-21
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
1
-0
/
+22
2018-05-21
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
1
-0
/
+10
2018-05-21
unfuck sysfs_mount()
Al Viro
1
-3
/
+3
2018-05-21
kernfs: deal with kernfs_fill_super() failures
Al Viro
1
-0
/
+1
2018-05-21
cramfs: Fix IS_ENABLED typo
Joe Perches
1
-1
/
+1
2018-05-21
befs_lookup(): use d_splice_alias()
Al Viro
1
-12
/
+5
2018-05-21
affs_lookup: switch to d_splice_alias()
Al Viro
1
-6
/
+5
2018-05-21
affs_lookup(): close a race with affs_remove_link()
Al Viro
1
-3
/
+7
2018-05-13
fix breakage caused by d_find_alias() semantics change
Al Viro
1
-4
/
+16
2018-05-11
fs: don't scan the inode cache before SB_BORN is set
Dave Chinner
1
-6
/
+24
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
14
-72
/
+57
2018-05-02
iov_iter: fix memory leak in pipe_get_pages_alloc()
Ilya Dryomov
1
-1
/
+1
2018-05-02
iov_iter: fix return type of __pipe_get_pages()
Ilya Dryomov
1
-1
/
+1
2018-05-02
aio: implement io_pgetevents
Christoph Hellwig
8
-11
/
+130
2018-05-02
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
Christoph Hellwig
1
-0
/
+43
2018-05-02
aio: refactor read/write iocb setup
Christoph Hellwig
1
-69
/
+92
2018-05-02
aio: remove the extra get_file/fput pair in io_submit_one
Christoph Hellwig
1
-9
/
+16
[next]