summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi3-19/+10
2016-10-05pipe: add pipe_buf_get() helperMiklos Szeredi2-3/+3
2016-10-05switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro1-71/+40
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro10-366/+36
2016-10-05new iov_iter flavour: pipe-backedAl Viro1-1/+1
2016-10-05fs/block_dev.c: return the right error in thaw_bdev()Pierre Morel1-5/+2
2016-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds9-256/+482
2016-10-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-9/+54
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-513/+414
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+32
2016-10-04Merge tag 'jfs-4.9' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-4/+9
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds12-49/+71
2016-10-04Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+18
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-45/+26
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+8
2016-10-03fuse_dev_splice_read(): switch to add_to_pipe()Al Viro1-37/+9
2016-10-03new helper: add_to_pipe()Al Viro1-44/+62
2016-10-03splice: lift pipe_lock out of splice_to_pipe()Al Viro2-73/+58
2016-10-03splice: switch get_iovec_page_array() to iov_iterAl Viro1-99/+36
2016-10-03splice_to_pipe(): don't open-code wakeup_pipe_readers()Al Viro1-4/+1
2016-10-03consistent treatment of EFAULT on O_DIRECT read/writeAl Viro1-0/+3
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+8
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-18/+51
2016-10-03Revert "orangefs: bump minimum userspace version"Mike Marshall1-2/+2
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+13
2016-10-03ceph: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng3-5/+25
2016-10-03ceph: avoid accessing / when mounting a subpathYan, Zheng1-29/+20
2016-10-03ceph: fix mandatory flock checkYan, Zheng1-2/+2
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown1-3/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown1-2/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng1-10/+9
2016-10-03fuse: limit xattr returned sizeMiklos Szeredi1-2/+2
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+26
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner13-98/+248
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner11-122/+457
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner6-350/+242
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner20-116/+719
2016-10-03Merge branch 'iomap-4.9-misc-fixes-1' into for-nextDave Chinner1-0/+84
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig1-1/+2
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig1-1/+1
2016-10-01fuse: remove duplicate cs->offset assignmentMiklos Szeredi1-1/+0
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi1-34/+18
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro1-23/+7
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi3-24/+20
2016-10-01fuse: use timespec64Miklos Szeredi1-3/+7
2016-10-01fuse: don't use ->d_timeMiklos Szeredi1-20/+23
2016-10-01fuse: Add posix ACL supportSeth Forshee7-7/+152
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi3-18/+33