aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)Author
2015-01-16pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren
2015-01-16pstore-ram: Fix hangs by using write-combine mappingsRob Herring
2014-10-15pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-06-06fs/pstore: logging clean-upFabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX
2014-03-17pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX
2014-03-17pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX
2014-03-17pstore: skip zero size persistent ram buffer in traverseLiu ShuoX
2014-03-17pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony
2013-09-16pstore: Remove the messages related to compression failureAruna Balakrishnaiah
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah
2013-08-30pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon
2013-08-19pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah
2013-08-19pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah
2013-08-19pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-02pstore: Add hsize argument in write_buf call of pstore_ftrace_callAruna Balakrishnaiah
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah
2013-06-28pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz
2013-06-25pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah
2013-06-14pstore/ram: remove the power of buffer size limitationRob Herring
2013-06-14pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring
2013-05-09Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-05-08pstore/ram: fix error return code in ramoops_probe()Wei Yongjun
2013-04-03pstore/ram: Restore ecc information blockArve Hjønnevåg
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg
2013-04-03pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg
2013-03-18pstore: Replace calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu
2013-03-11fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu
2013-02-21Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-02-12pstore: Create a convenient mount point for pstoreJosh Boyer
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton