summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-04Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30btrfs: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30fs: convert block_dev.c to bioset_init()Kent Overstreet
2018-05-29aio: sanitize the limit checking in io_submit(2)Al Viro
2018-05-29aio: fold do_io_submit() into callersAl Viro
2018-05-29aio: shift copyin of iocb into io_submit_one()Al Viro
2018-05-29aio_read_events_ring(): make a bit more readableAl Viro
2018-05-29aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...Al Viro
2018-05-29aio: take list removal to (some) callers of aio_complete()Al Viro
2018-05-29Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-05-29vfs: delete unnecessary assignment in vfs_listxattrChengguang Xu
2018-05-29block: don't print a message when the device went awayChristoph Hellwig
2018-05-29block: unexport check_disk_size_changeChristoph Hellwig
2018-05-28aio: add missing break for the IOCB_CMD_FDSYNC caseChristoph Hellwig
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann
2018-05-27rmdir(),rename(): do shrink_dcache_parent() only on successAl Viro
2018-05-26switch the rest of procfs lookups to d_splice_alias()Al Viro
2018-05-26procfs: switch instantiate_t to d_splice_alias()Al Viro
2018-05-26don't bother with tid_fd_revalidate() in lookupsAl Viro
2018-05-26timerfd: convert to ->poll_maskChristoph Hellwig
2018-05-26eventfd: switch to ->poll_maskChristoph Hellwig
2018-05-26pipe: convert to ->poll_maskChristoph 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: cleanup do_pollfdChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge
2018-05-25xfs, proc: hide unused xfs procfs helpersArnd Bergmann
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds