aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-04Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi1-13/+4
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-2/+2
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook1-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook2-22/+23
2018-12-03pstore: Fix bool initialization/comparisonThomas Meyer1-1/+1
2018-12-03pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)1-0/+5
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)1-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)3-48/+44
2018-12-03pstore: Improve and update some comments and status outputKees Cook2-5/+6
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook1-0/+10
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook2-2/+8
2018-12-03pstore/ram: Standardize module name in ramoopsKees Cook1-2/+3
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2-9/+10
2018-12-03pstore: Remove needless lock during console writesKees Cook1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook1-31/+25
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook1-9/+6
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula1-2/+2
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi1-1/+3
2018-12-03fuse: fix fsync on directoryMiklos Szeredi3-23/+42
2018-12-02nfs: don't dirty kernel pages read by direct-ioDave Kleikamp1-1/+8
2018-12-02flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan1-2/+4
2018-12-02jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos1-1/+2
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEADPaul E. McKenney2-2/+2
2018-12-01Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-24/+46
2018-11-30Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds4-7/+16
2018-11-30ocfs2: fix potential use after freePan Bian1-1/+1
2018-11-30userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-0/+15
2018-11-30hfsplus: do not free node before usingPan Bian1-1/+2
2018-11-30hfs: do not free node before usingPan Bian1-1/+2
2018-11-30ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen1-21/+26
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-124/+152
2018-11-30Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-9/+6
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann1-1/+1
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor1-2/+4
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-11-29afs: Fix missing net error handlingDavid Howells6-113/+135
2018-11-29afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-9/+6
2018-11-29Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-10/+23
2018-11-28dax: Don't access a freed inodeMatthew Wilcox1-3/+29
2018-11-28dax: Check page->mapping isn't NULLMatthew Wilcox1-1/+1
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-14/+37
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells1-1/+2
2018-11-27fs/file: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27ext2: fix potential use after freePan Bian1-1/+1