aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionGravatar Sven Schmidt 1-9/+13
2017-02-13pstore: Check for prz allocation in walkerGravatar Kees Cook 1-2/+3
2017-02-13pstore: Correctly initialize spinlock and flagsGravatar Kees Cook 1-5/+7
2017-02-09pstore: don't OOPS when there are no ftrace zonesGravatar Brian Norris 1-1/+1
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-126/+293
2016-11-15ramoops: add pdata NULL check to ramoops_probeGravatar Kees Cook 1-2/+11
2016-11-15pstore: Convert console write to use ->write_bufGravatar Namhyung Kim 1-2/+2
2016-11-15pstore: Protect unlink with read_mutexGravatar Namhyung Kim 1-2/+5
2016-11-15pstore: Use global ftrace filters for function trace filteringGravatar Joel Fernandes 1-2/+5
2016-11-15pstore: Clarify context field przs as dprzsGravatar Kees Cook 1-12/+12
2016-11-15pstore: improve error report for failed setupGravatar Kees Cook 1-19/+34
2016-11-15pstore: Merge per-CPU ftrace records into oneGravatar Joel Fernandes 1-13/+109
2016-11-15pstore: Add ftrace timestamp counterGravatar Joel Fernandes 3-37/+9
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesGravatar Joel Fernandes 1-17/+55
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysGravatar Kees Cook 1-28/+54
2016-11-15pstore: Allow prz to control need for lockingGravatar Joel Fernandes 2-11/+18
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionGravatar Joel Fernandes 1-4/+2
2016-11-11pstore: Make spinlock per zone instead of globalGravatar Joel Fernandes 1-6/+5
2016-11-08pstore: Actually give up during locking failureGravatar Li Pengcheng 1-0/+1
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGravatar Geliang Tang 1-1/+1
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferGravatar Andrew Bresticker 1-2/+2
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyGravatar Furquan Shaikh 1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferGravatar Mark Salyzyn 4-31/+106
2016-09-08pstore/ram: Set pstore flags dynamicallyGravatar Namhyung Kim 1-1/+7
2016-09-08pstore: Split pstore fragile flagsGravatar Namhyung Kim 2-7/+12
2016-09-08pstore/core: drop cmpxchg based updatesGravatar Sebastian Andrzej Siewior 1-41/+2
2016-09-08pstore/ramoops: fixup driver removalGravatar Sebastian Andrzej Siewior 1-5/+12
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przGravatar Hiraku Toyooka 1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 1-16/+7
2016-06-14pstore/ram: add Device Tree bindingsGravatar Greg Hackmann 1-2/+93
2016-06-02pstore: drop file opened reference countGravatar Geliang Tang 1-1/+0
2016-06-02pstore: add lzo/lz4 compression supportGravatar Geliang Tang 3-14/+245
2016-05-31pstore: Cleanup pstore_dump()Gravatar Namhyung Kim 1-19/+13
2016-05-31pstore: Enable compression on normal path (again)Gravatar Namhyung Kim 1-6/+5
2016-05-31ramoops: Only unregister when registeredGravatar Kees Cook 1-3/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-10pstore: Add support for 64 Bit address spaceGravatar Wiebe, Wladislav (Nokia - DE/Ulm) 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-3/+3
2015-11-02pstore: fix code comment to match codeGravatar Geliang Tang 1-2/+3
2015-10-22pstore: Fix return type of pstore_is_mounted()Gravatar Geliang Tang 2-2/+2
2015-10-22pstore: add pstore unregisterGravatar Geliang Tang 8-21/+86
2015-10-21pstore: add a helper function pstore_register_kmsgGravatar Geliang Tang 1-1/+6
2015-10-21pstore: add vmalloc error checkGravatar Geliang Tang 1-0/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-8/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-8/+4
2015-05-21ramoops: make it possible to change mem_type param.Gravatar Wang Long 1-1/+1
2015-05-21pstore/ram: verify ramoops header before saving recordGravatar Ben Zhang 1-12/+28