summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-08gfs2: read journal in large chunksAbhi Das8-139/+219
2019-05-08gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher2-44/+58
2019-05-08gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2-3/+6
2019-05-08gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher6-9/+9
2019-05-08gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher6-15/+15
2019-05-08gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher2-8/+3
2019-05-08gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher1-5/+0
2019-05-08gfs2: Replace gl_revokes with a GLF flagBob Peterson6-15/+31
2019-05-08gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher3-3/+7
2019-05-08gfs2: clean_journal improperly set sd_log_flush_headBob Peterson9-19/+57
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-41/+37
2019-05-07gfs2: Fix lru_count going negativeRoss Lagerwall1-9/+13
2019-05-07gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher1-29/+25
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-45/+37
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds26-36/+100
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-3/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2-48/+70
2019-05-07Merge tag 'xfs-5.2-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds59-313/+2085
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-59/+71
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-29/+33
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds62-2193/+3043
2019-05-07Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-16/+16
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds62-427/+180
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-4/+4
2019-05-07afs: Implement YFS ACL settingDavid Howells3-5/+112
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells4-4/+304
2019-05-07afs: implement acl settingJoe Gorse4-6/+109
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells4-0/+183
2019-05-07afs: Fix getting the afs.fid xattrDavid Howells1-3/+12
2019-05-07afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2019-05-07afs: Calculate i_blocks based on file sizeMarc Dionne1-1/+5
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells4-8/+36
2019-05-07io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang1-1/+1
2019-05-07NFS: make nfs_match_client killableRoberto Bergantinos Corpas1-1/+6
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds9-15/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-24/+8
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o1-0/+6
2019-05-06io_uring: fix shadowed variable ret return code being not checkedColin Ian King1-1/+0
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2-48/+70
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+8
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg1-1/+5
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall5-15/+156
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall3-6/+6
2019-05-03orangefs: remember count when reading.Mike Marshall2-1/+29
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg5-19/+328
2019-05-03orangefs: implement writepagesMartin Brandenburg1-0/+1
2019-05-03orangefs: write range trackingMartin Brandenburg3-35/+274
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg1-1/+23
2019-05-03orangefs: skip inode writeout if nothing to writeMartin Brandenburg1-0/+5
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg2-111/+111