summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook
2018-12-03pstore: Fix bool initialization/comparisonThomas Meyer
2018-12-03pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-12-03pstore: Improve and update some comments and status outputKees Cook
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook
2018-12-03pstore/ram: Standardize module name in ramoopsKees Cook
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang
2018-12-03pstore: Remove needless lock during console writesKees Cook
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi
2018-12-03fuse: fix fsync on directoryMiklos Szeredi
2018-12-02nfs: don't dirty kernel pages read by direct-ioDave Kleikamp
2018-12-02flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan
2018-12-02jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-12-01Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-11-30Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-11-30ocfs2: fix potential use after freePan Bian
2018-11-30userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-11-30hfsplus: do not free node before usingPan Bian
2018-11-30hfs: do not free node before usingPan Bian
2018-11-30ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-11-30Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown
2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells
2018-11-29afs: Fix missing net error handlingDavid Howells
2018-11-29afs: Fix validation/callback interactionDavid Howells
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-11-29Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-28dax: Don't access a freed inodeMatthew Wilcox
2018-11-28dax: Check page->mapping isn't NULLMatthew Wilcox
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells
2018-11-27fs/file: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27ext2: fix potential use after freePan Bian
2018-11-27ext2: initialize opts.s_mount_opt as zero before using itxingaopeng