summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)2019-01-261-0/+5
* pstore: Convert console write to use ->write_bufNamhyung Kim2018-12-171-2/+2
* pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-261-3/+14
* pstore: Use dynamic spinlock initializerKees Cook2017-08-111-1/+1
* pstore: Correctly initialize spinlock and flagsKees Cook2017-08-111-5/+7
* pstore: Allow prz to control need for lockingJoel Fernandes2017-08-112-11/+18
* pstore: Make spinlock per zone instead of globalJoel Fernandes2017-08-111-6/+5
* pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2015-01-162-11/+33
* pstore-ram: Fix hangs by using write-combine mappingsRob Herring2015-01-161-2/+2
* 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
|/
* pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-2/+5
* pstore: Remove the messages related to compression failureAruna Balakrishnaiah2013-09-161-4/+0
* pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah2013-09-161-1/+1
* pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah2013-09-161-1/+22
* pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon2013-08-301-3/+3
* pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-8/+28
* pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah2013-08-193-6/+10
* pstore: Add decompression support to pstoreAruna Balakrishnaiah2013-08-191-2/+51
* pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-192-2/+5
* pstore: Add compression support to pstoreAruna Balakrishnaiah2013-08-191-9/+139
* pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah2013-08-191-0/+2
* pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-192-4/+5
* pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter2013-08-191-2/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-044-6/+18
|\
| * pstore: Add hsize argument in write_buf call of pstore_ftrace_callAruna Balakrishnaiah2013-07-021-1/+1
| * pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah2013-07-012-5/+8
| * powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah2013-06-201-0/+3
| * powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah2013-06-201-0/+3
| * powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah2013-06-201-0/+3
* | pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz2013-06-281-5/+6
* | pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah2013-06-251-0/+2
* | pstore/ram: remove the power of buffer size limitationRob Herring2013-06-141-2/+0
* | pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring2013-06-141-2/+52
|/
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-091-0/+2
|\
| * pstore/ram: fix error return code in ramoops_probe()Wei Yongjun2013-05-081-0/+2
| * fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-111-2/+1
* | pstore/ram: Restore ecc information blockArve Hjønnevåg2013-04-032-2/+13
* | pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2013-04-032-37/+42
* | pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg2013-04-031-1/+2
* | pstore: Replace calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-181-2/+1
|/