summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net/unix: convert to ->poll_maskChristoph Hellwig
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-26net: add support for ->poll_mask in proto_opsChristoph Hellwig
2018-05-26net: refactor socket_pollChristoph Hellwig
2018-05-26aio: try to complete poll iocbs without context switchChristoph Hellwig
2018-05-26aio: implement IOCB_CMD_POLLChristoph Hellwig
2018-05-26aio: simplify cancellationChristoph Hellwig
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-26fs: update documentation to mention __poll_t and match the codeChristoph Hellwig
2018-05-26fs: cleanup do_pollfdChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-05-26uapi: turn __poll_t sparse checks on by defaultChristoph Hellwig
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig
2018-05-23fix io_destroy()/aio_complete() raceAl Viro
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro
2018-05-21ext2: fix a block leakAl Viro
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-21unfuck sysfs_mount()Al Viro
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches
2018-05-21befs_lookup(): use d_splice_alias()Al Viro
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro
2018-05-13fix breakage caused by d_find_alias() semantics changeAl Viro
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-02iov_iter: fix memory leak in pipe_get_pages_alloc()Ilya Dryomov
2018-05-02iov_iter: fix return type of __pipe_get_pages()Ilya Dryomov
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-05-02aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig
2018-05-02aio: refactor read/write iocb setupChristoph Hellwig
2018-05-02aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig
2018-05-02aio: sanitize ki_list handlingChristoph Hellwig
2018-05-02aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig
2018-05-02aio: don't print the page size at boot timeChristoph Hellwig
2018-04-29Linux v4.17-rc3Linus Torvalds
2018-04-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-04-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-28<linux/stringhash.h>: fix end_name_hash() for 64bit longAmir Goldstein
2018-04-28MAINTAINERS: add myself as maintainer of AFFSDavid Sterba
2018-04-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds