summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka2016-08-051-3/+3
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-16/+7
* pstore/ram: add Device Tree bindingsGreg Hackmann2016-06-141-2/+93
* pstore: drop file opened reference countGeliang Tang2016-06-021-1/+0
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-023-14/+245
* pstore: Cleanup pstore_dump()Namhyung Kim2016-05-311-19/+13
* pstore: Enable compression on normal path (again)Namhyung Kim2016-05-311-6/+5
* ramoops: Only unregister when registeredKees Cook2016-05-311-3/+5
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* pstore: Add support for 64 Bit address spaceWiebe, Wladislav (Nokia - DE/Ulm)2016-03-101-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* pstore: fix code comment to match codeGeliang Tang2015-11-021-2/+3
* pstore: Fix return type of pstore_is_mounted()Geliang Tang2015-10-222-2/+2
* pstore: add pstore unregisterGeliang Tang2015-10-228-21/+86
* pstore: add a helper function pstore_register_kmsgGeliang Tang2015-10-211-1/+6
* pstore: add vmalloc error checkGeliang Tang2015-10-211-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-8/+4
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-8/+4
* | ramoops: make it possible to change mem_type param.Wang Long2015-05-211-1/+1
* | pstore/ram: verify ramoops header before saving recordBen Zhang2015-05-211-12/+28
* | fs/pstore: Optimization function ramoops_init_przslong.wanglong2015-05-211-5/+3
* | fs/pstore: update the backend parameter in pstore moduleWang Long2015-05-211-0/+6
* | pstore: do not use message compression without lockKonstantin Khlebnikov2015-05-211-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-5/+5
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-0/+3
|\ \
| * | pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini2015-03-231-0/+3
| |/
* / pstore: Fix the ramoops module parameters updateWang Long2015-03-161-0/+3
|/
* pstore: Fix sprintf format specifier in pstore_dump()alex chen2015-01-161-2/+2
* pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn2015-01-167-2/+168
* pstore: Handle zero-sized prz in seriesMark Salyzyn2015-01-161-3/+9
* pstore: Remove superfluous memory size checkMark Salyzyn2015-01-161-9/+0
* pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn2015-01-161-10/+13
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * pstore: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2014-12-112-11/+33
* | pstore-ram: Fix hangs by using write-combine mappingsRob Herring2014-12-111-2/+2
* | pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt2014-11-051-0/+22
* | pstore/ram: Strip ramoops header for correct decompressionBen Zhang2014-11-051-7/+15
|/
* pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks2014-10-151-2/+2
* fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-081-1/+1
* fs/pstore: logging clean-upFabian Frederick2014-06-062-29/+26
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX2014-03-171-0/+1
* | pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX2014-03-171-2/+2
* | pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX2014-03-171-2/+2
* | pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX2014-03-171-0/+2
* | pstore: skip zero size persistent ram buffer in traverseLiu ShuoX2014-03-171-5/+5
* | pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX2014-03-171-1/+2
|/