aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt1-9/+13
2017-02-13pstore: Check for prz allocation in walkerKees Cook1-2/+3
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook1-5/+7
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-126/+293
2016-11-15ramoops: add pdata NULL check to ramoops_probeKees Cook1-2/+11
2016-11-15pstore: Convert console write to use ->write_bufNamhyung Kim1-2/+2
2016-11-15pstore: Protect unlink with read_mutexNamhyung Kim1-2/+5
2016-11-15pstore: Use global ftrace filters for function trace filteringJoel Fernandes1-2/+5
2016-11-15pstore: Clarify context field przs as dprzsKees Cook1-12/+12
2016-11-15pstore: improve error report for failed setupKees Cook1-19/+34
2016-11-15pstore: Merge per-CPU ftrace records into oneJoel Fernandes1-13/+109
2016-11-15pstore: Add ftrace timestamp counterJoel Fernandes3-37/+9
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes1-17/+55
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysKees Cook1-28/+54
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes2-11/+18
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes1-4/+2
2016-11-11pstore: Make spinlock per zone instead of globalJoel Fernandes1-6/+5
2016-11-08pstore: Actually give up during locking failureLi Pengcheng1-0/+1
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang1-1/+1
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker1-2/+2
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn4-31/+106
2016-09-08pstore/ram: Set pstore flags dynamicallyNamhyung Kim1-1/+7
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim2-7/+12
2016-09-08pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior1-41/+2
2016-09-08pstore/ramoops: fixup driver removalSebastian Andrzej Siewior1-5/+12
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook1-16/+7
2016-06-14pstore/ram: add Device Tree bindingsGreg Hackmann1-2/+93
2016-06-02pstore: drop file opened reference countGeliang Tang1-1/+0
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang3-14/+245
2016-05-31pstore: Cleanup pstore_dump()Namhyung Kim1-19/+13
2016-05-31pstore: Enable compression on normal path (again)Namhyung Kim1-6/+5
2016-05-31ramoops: Only unregister when registeredKees Cook1-3/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-10pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2015-11-02pstore: fix code comment to match codeGeliang Tang1-2/+3
2015-10-22pstore: Fix return type of pstore_is_mounted()Geliang Tang2-2/+2
2015-10-22pstore: add pstore unregisterGeliang Tang8-21/+86
2015-10-21pstore: add a helper function pstore_register_kmsgGeliang Tang1-1/+6
2015-10-21pstore: add vmalloc error checkGeliang Tang1-0/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-8/+4
2015-05-21ramoops: make it possible to change mem_type param.Wang Long1-1/+1
2015-05-21pstore/ram: verify ramoops header before saving recordBen Zhang1-12/+28