summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-10-24Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge tag 'xfs-4.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-24Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge tag 'for-linus-4.20-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-10-24Merge tag 'jfs-for-4.20' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2018-10-24Merge tag 'for-4.20-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-22f2fs: fix to keep project quota consistentChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong
2018-10-22f2fs: fix data corruption issue with hardware encryptionSahitya Tummala
2018-10-22f2fs: fix to recover inode->i_flags of inode block during PORChao Yu
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu
2018-10-22f2fs: fix to spread clear_cold_data()Chao Yu
2018-10-22Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-10-22f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim
2018-10-22f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-10-22f2fs: fix to account IO correctlyChao Yu
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook
2018-10-22pstore: Refactor compression initializationKees Cook
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)
2018-10-22pstore: Centralize init/exit routinesKees Cook
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-19gfs2: Fix minor typo: couln't versus couldn't.Bob Peterson
2018-10-19Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-10-18xfs: cancel COW blocks before swapextChristoph Hellwig
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster
2018-10-18xfs: use offsetof() in place of offset macros for __xfsstatsCarlos Maiolino
2018-10-18xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson