summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-212-7/+46
|\
| * pstore: Create a convenient mount point for pstoreJosh Boyer2013-02-121-1/+17
| * pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-111-6/+29
* | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-041-3/+7
|\ \
| * | time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-3/+7
* | | pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-13/+10
| |/ |/|
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-3/+3
* | Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-12-152-12/+34
|\ \
| * | pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov2012-12-121-1/+3
| * | pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg2012-12-121-2/+16
| * | pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon2012-11-171-4/+8
| * | pstore/ram: Fixup section annotationsHannes Reinecke2012-11-161-5/+7
* | | efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-264-14/+16
* | | efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-262-2/+3
|/ /
* / pstore: Fix NULL pointer dereference in console writesColin Ian King2012-11-141-1/+2
|/
* pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu2012-09-201-1/+7
* pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-064-1/+103
* pstore/ram: Add missing platform_device_unregisterJovi Zhang2012-08-311-0/+1
* pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov2012-08-041-6/+6
* pstore/ram: Fix printk format warningRandy Dunlap2012-08-041-1/+1
* pstore/ram: Fix possible NULL dereferenceAnton Vorontsov2012-08-041-6/+7