summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-19/+47
2018-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds15-264/+226
2018-04-04Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-243/+408
2018-04-04Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Boris Brezillon9-41/+107
2018-04-04Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-72/+68
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds65-1691/+1967
2018-04-04Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds71-1167/+1365
2018-04-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-757/+727
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells24-686/+490
2018-04-04fscache: Add more tracepointsDavid Howells4-7/+76
2018-04-04fscache: Add tracepointsDavid Howells9-52/+113
2018-04-04fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells1-1/+2
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells1-6/+9
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells2-1/+1
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells1-2/+3
2018-04-04afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells1-14/+8
2018-04-04afs: Invalidate cache on server data changeDavid Howells1-0/+4
2018-04-03orangefs: remove unused codeMartin Brandenburg3-128/+0
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg3-31/+28
2018-04-03orangefs: implement vm_ops->faultMartin Brandenburg1-2/+28
2018-04-03f2fs: remain written times to update inode during fsyncJaegeuk Kim2-0/+19
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+6
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-12/+15
2018-04-03nfsd: fix incorrect umasksJ. Bruce Fields3-7/+15
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever7-65/+63
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever6-30/+21
2018-04-03nfsd: Trace NFSv4 COMPOUND executionChuck Lever2-6/+42
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever5-25/+39
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever3-13/+50
2018-04-03nfsd: Add "nfsd_" to trace point namesChuck Lever4-20/+20
2018-04-03nfsd: Record request byte count, not count of vectorsChuck Lever2-18/+13
2018-04-03nfsd: Fix NFSD trace pointsChuck Lever1-6/+11
2018-04-03nfsd: use correct enum type in decode_cb_op_statusStefan Agner1-2/+2
2018-04-03nfsd: fix boolreturn.cocci warningsFengguang Wu1-3/+3
2018-04-03fs, dax: use page->mapping to warn if truncate collides with a busy pageDan Williams1-0/+63
2018-04-03ext2, dax: introduce ext2_dax_aopsDan Williams3-35/+30
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds28-120/+379
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds3-13/+3
2018-04-02f2fs: make assignment of t->dentry_bitmap more readableYunlong Song1-1/+1
2018-04-02f2fs: truncate preallocated blocks in error caseJaegeuk Kim1-0/+9
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-37/+32
2018-04-02f2fs: fix a wrong condition in f2fs_skip_inode_updateJunling Zheng1-1/+1
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-1/+6
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-4/+16
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-3/+9
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+6